
Gsd:Plan Phase
- 2 installs
- 8 repo stars
- Updated January 20, 2026
- ctsstc/get-shit-done-skills
Creates detailed execution plans for project phases with concrete tasks and verification criteria.
About
Generates PLAN.md files breaking phases into actionable tasks. Includes verification criteria, success measures, and estimated scope.
- Atomic task design for clear git history
- Comprehensive verification and success criteria
Gsd:Plan Phase by the numbers
- 2 all-time installs (skills.sh)
- Ranked #2,419 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ctsstc/get-shit-done-skills --skill gsdplan-phaseAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 8 |
| Last updated | January 20, 2026 |
| Repository | ctsstc/get-shit-done-skills ↗ |
What it does
Creates detailed execution plans for project phases with concrete tasks and verification criteria.
Files
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
1. Analyze wave description and acceptance criteria 2. Load codebase map for context (if exists) 3. Spawn gsd-planner agent to create phase plan 4. Verify plan structure (phases/waves/tasks) 5. 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