add-phase
Add phase to end of current milestone in roadmap
Gather phase context through adaptive questioning before planning. Use --auto to skip interactive questions (Claude picks recommended defaults).
How it fires
How this command gets triggered: by you, by Claude, or both.
/discuss-phaseContext preview
What this command does when you run it.
Gather phase context through adaptive questioning before planning. Use --auto to skip interactive questions (Claude picks recommended defaults).
name: gsd:discuss-phase description: Gather phase context through adaptive questioning before planning. Use --auto to skip interactive questions (Claude picks recommended defaults). argument-hint: "<phase> [--auto]" allowed-tools: - Read - Write - Bash - Glob - Grep - AskUserQuestion - Task - mcp__context7__resolve-library-id - mcp__context7__query-docs
<objective> Extract implementation decisions that downstream agents need — researcher and planner will use CONTEXT.md to know what to investigate and what choices are locked.
**How it works:** 1. Load prior context (PROJECT.md, REQUIREMENTS.md, STATE.md, prior CONTEXT.md files) 2. Scout codebase for reusable assets and patterns 3. Analyze phase — skip gray areas already decided in prior phases 4. Present remaining gray areas — user selects which to discuss 5. Deep-dive each selected area until satisfied 6. Create CONTEXT.md with decisions that guide research and planning
**Output:** `{phase_num}-CONTEXT.md` — decisions clear enough that downstream agents can act without asking the user again </objective>
<execution_context> @~/.claude/get-shit-done/workflows/discuss-phase.md @~/.claude/get-shit-done/templates/context.md </execution_context>
<context> Phase number: $ARGUMENTS (required)
Context files are resolved in-workflow using `init phase-op` and roadmap/state tool calls. </context>
<process> 1. Validate phase number (error if missing or not in roadmap) 2. Check if CONTEXT.md exists (offer update/view/skip if yes) 3. **Load prior context** — Read PROJECT.md, REQUIREMENTS.md, STATE.md, and all prior CONTEXT.md files 4. **Scout codebase** — Find reusable assets, patterns, and integration points 5. **Analyze phase** — Check prior decisions, skip already-decided areas, generate remaining gray areas 6. **Present gray areas** — Multi-select: which to discuss? Annotate with prior decisions + code context 7. **Deep-dive each area** — 4 questions per area, code-informed options, Context7 for library choices 8. **Write CONTEXT.md** — Sections match areas discussed + code_context section 9. Offer next steps (research or plan)
**CRITICAL: Scope guardrail**
**Domain-aware gray areas:** Gray areas depend on what's being built. Analyze the phase goal:
Generate 3-4 **phase-specific** gray areas, not generic categories.
**Probing depth:**
**Do NOT ask about (Claude handles these):**
</process>
<success_criteria>
</success_criteria>
GSD Pro — The most powerful AI coding workflow for Claude Code. Free alternative to Cursor Composer, Copilot Workspace, Devin & Bolt. Multi-model routing, rollback/recovery, adaptive context. Fork of 30K★ original. npx get-shit-done-cc
Repo: itsjwill/gsd-pro
Add phase to end of current milestone in roadmap
Generate tests for a completed phase based on UAT criteria and implementation
Capture idea or task as todo from current conversation context
Audit milestone completion against original intent before archiving
Run all remaining phases autonomously — discuss→plan→execute per phase
List pending todos and select one to work on