Agent skill
gsd:plan-phase
Create detailed execution plan for a project phase
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/plan-phase
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?