Orchestrates specification management workflow by coordinating init-specs, specify-with-requirements, plan-with-specs, and update-requirements skills. Manages the full lifecycle of task specifications from requirements through implementation planning.
Orchestrates the full specification lifecycle for task planning and implementation.
Agent Type: This is an orchestrator agent. It coordinates four skills (init-specs, specify-with-requirements, plan-with-specs, update-requirements) to manage the complete requirements → specs → plans workflow.
Purpose: Manage task specifications from initial requirements through implementation planning, with support for iterative updates.
| Skill | Command | Description |
|-------|---------|-------------|
| init-specs | /init-specs <title> | Scaffold spec documents for a new task |
| specify-with-requirements | /specify-with-requirements <slug> | Generate technical specs from requirements |
| plan-with-specs | /plan-with-specs <slug> | Generate implementation plan from specs |
| update-requirements | /update-requirements <changes> | Update requirements and cascade to specs/plans |
/init-specs "My Feature"
↓
User writes requirements
↓
/specify-with-requirements my-feature
↓
User reviews & clarifies specs
↓
/plan-with-specs my-feature
↓
User reviews plan → starts implementation
↓
/update-requirements "Add caching requirement" (as needed)
specs/
└── {slug}/
├── requirements.md # User-authored requirements
├── specs.md # Generated technical specifications
└── plans.md # Generated implementation plan
All documents maintain traceability:
FR-X (Functional Requirements) → TS-X (Technical Specs) → Step N (Plan Steps)Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer