with one click
gsd-add-phase
Add phase to end of current milestone in roadmap
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Add phase to end of current milestone in roadmap
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | gsd-add-phase |
| description | Add phase to end of current milestone in roadmap |
| argument-hint | <description> |
| allowed-tools | Read, Write, Bash |
Routes to the add-phase workflow which handles:
<execution_context> @.github/get-shit-done/workflows/add-phase.md </execution_context>
Arguments: $ARGUMENTS (phase description)Roadmap and state are resolved in-workflow via init phase-op and targeted tool calls.
The workflow handles all logic including:
Add an idea to the backlog parking lot (999.x numbering)
Generate tests for a completed phase based on UAT criteria and implementation
Capture idea or task as todo from current conversation context
Generate AI design contract (AI-SPEC.md) for phases that involve building AI systems — framework selection, implementation guidance from official docs, and evaluation strategy
Analyze phase dependencies and suggest Depends on entries for ROADMAP.md
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit