GSD Plan Phase
Creates detailed execution plans for project phases using gsd-planner agent.
When to Use
- •Starting a new phase of development
- •Breaking down a wave into atomic tasks
- •Planning phase implementation details
Process
- •Analyze wave description and acceptance criteria
- •Load codebase map for context (if exists)
- •Spawn gsd-planner agent to create phase plan
- •Verify plan structure (phases/waves/tasks)
- •Commit phase plan to git
Output Documents
- •phase-plan.md - Detailed phase breakdown
- •Includes phases, waves, and atomic tasks
Success Criteria
Complete phase plan with all tasks documented.
Related Skills
@skills/gsd/agents/planner - Agent that creates detailed plans @skills/gsd/commands/new-project - Creates initial project structure