Compare commits

...

1 Commits

Author SHA1 Message Date
Tom Boucher
ab3a429224 fix(#2543): replace legacy /gsd-<cmd> syntax with /gsd:<cmd> across all source files
Commands are now installed as commands/gsd/<name>.md and invoked as
/gsd:<name> in Claude Code. The old hyphen form /gsd-<name> was still
hardcoded in 859 places across workflows, references, templates, lib
modules, and command files — causing "Unknown command" errors whenever
GSD suggested a command to the user.

Replace all /gsd-<cmd> occurrences where <cmd> is a known command name
(derived at runtime from commands/gsd/*.md) using a targeted Node.js
script. Agent names, tool names (gsd-sdk, gsd-tools), directory names,
and path fragments are not touched.

Adds regression test to enforce zero legacy occurrences going forward.

Closes #2543

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 10:14:11 -04:00
142 changed files with 918 additions and 778 deletions

View File

@@ -42,7 +42,7 @@ the normal phase sequence and accumulate context over time.
**Plans:** 0 plans **Plans:** 0 plans
Plans: Plans:
- [ ] TBD (promote with /gsd-review-backlog when ready) - [ ] TBD (promote with /gsd:review-backlog when ready)
``` ```
4. **Create the phase directory:** 4. **Create the phase directory:**
@@ -65,15 +65,15 @@ the normal phase sequence and accumulate context over time.
Directory: .planning/phases/{NEXT}-{slug}/ Directory: .planning/phases/{NEXT}-{slug}/
This item lives in the backlog parking lot. This item lives in the backlog parking lot.
Use /gsd-discuss-phase {NEXT} to explore it further. Use /gsd:discuss-phase {NEXT} to explore it further.
Use /gsd-review-backlog to promote items to active milestone. Use /gsd:review-backlog to promote items to active milestone.
``` ```
</process> </process>
<notes> <notes>
- 999.x numbering keeps backlog items out of the active phase sequence - 999.x numbering keeps backlog items out of the active phase sequence
- Phase directories are created immediately, so /gsd-discuss-phase and /gsd-plan-phase work on them - Phase directories are created immediately, so /gsd:discuss-phase and /gsd:plan-phase work on them
- No `Depends on:` field — backlog items are unsequenced by definition - No `Depends on:` field — backlog items are unsequenced by definition
- Sparse numbering is fine (999.1, 999.3) — always uses next-decimal - Sparse numbering is fine (999.1, 999.3) — always uses next-decimal
</notes> </notes>

View File

@@ -13,8 +13,8 @@ allowed-tools:
- AskUserQuestion - AskUserQuestion
argument-instructions: | argument-instructions: |
Parse the argument as a phase number (integer, decimal, or letter-suffix), plus optional free-text instructions. Parse the argument as a phase number (integer, decimal, or letter-suffix), plus optional free-text instructions.
Example: /gsd-add-tests 12 Example: /gsd:add-tests 12
Example: /gsd-add-tests 12 focus on edge cases in the pricing module Example: /gsd:add-tests 12 focus on edge cases in the pricing module
--- ---
<objective> <objective>
Generate unit and E2E tests for a completed phase, using its SUMMARY.md, CONTEXT.md, and VERIFICATION.md as specifications. Generate unit and E2E tests for a completed phase, using its SUMMARY.md, CONTEXT.md, and VERIFICATION.md as specifications.

View File

@@ -25,7 +25,7 @@ Then suggest `Depends on` updates to ROADMAP.md.
<context> <context>
No arguments required. Requires an active milestone with ROADMAP.md. No arguments required. Requires an active milestone with ROADMAP.md.
Run this command BEFORE `/gsd-manager` to fill in missing `Depends on` fields and prevent merge conflicts from unordered parallel execution. Run this command BEFORE `/gsd:manager` to fill in missing `Depends on` fields and prevent merge conflicts from unordered parallel execution.
</context> </context>
<process> <process>

View File

@@ -42,19 +42,19 @@ Output: Milestone archived (roadmap + requirements), PROJECT.md evolved, git tag
0. **Check for audit:** 0. **Check for audit:**
- Look for `.planning/v{{version}}-MILESTONE-AUDIT.md` - Look for `.planning/v{{version}}-MILESTONE-AUDIT.md`
- If missing or stale: recommend `/gsd-audit-milestone` first - If missing or stale: recommend `/gsd:audit-milestone` first
- If audit status is `gaps_found`: recommend `/gsd-plan-milestone-gaps` first - If audit status is `gaps_found`: recommend `/gsd:plan-milestone-gaps` first
- If audit status is `passed`: proceed to step 1 - If audit status is `passed`: proceed to step 1
```markdown ```markdown
## Pre-flight Check ## Pre-flight Check
{If no v{{version}}-MILESTONE-AUDIT.md:} {If no v{{version}}-MILESTONE-AUDIT.md:}
⚠ No milestone audit found. Run `/gsd-audit-milestone` first to verify ⚠ No milestone audit found. Run `/gsd:audit-milestone` first to verify
requirements coverage, cross-phase integration, and E2E flows. requirements coverage, cross-phase integration, and E2E flows.
{If audit has gaps:} {If audit has gaps:}
⚠ Milestone audit found gaps. Run `/gsd-plan-milestone-gaps` to create ⚠ Milestone audit found gaps. Run `/gsd:plan-milestone-gaps` to create
phases that close the gaps, or proceed anyway to accept as tech debt. phases that close the gaps, or proceed anyway to accept as tech debt.
{If audit passed:} {If audit passed:}
@@ -108,7 +108,7 @@ Output: Milestone archived (roadmap + requirements), PROJECT.md evolved, git tag
- Ask about pushing tag - Ask about pushing tag
8. **Offer next steps:** 8. **Offer next steps:**
- `/gsd-new-milestone` — start next milestone (questioning → research → requirements → roadmap) - `/gsd:new-milestone` — start next milestone (questioning → research → requirements → roadmap)
</process> </process>
@@ -132,5 +132,5 @@ Output: Milestone archived (roadmap + requirements), PROJECT.md evolved, git tag
- **Archive before deleting:** Always create archive files before updating/deleting originals - **Archive before deleting:** Always create archive files before updating/deleting originals
- **One-line summary:** Collapsed milestone in ROADMAP.md should be single line with link - **One-line summary:** Collapsed milestone in ROADMAP.md should be single line with link
- **Context efficiency:** Archive keeps ROADMAP.md and REQUIREMENTS.md constant size per milestone - **Context efficiency:** Archive keeps ROADMAP.md and REQUIREMENTS.md constant size per milestone
- **Fresh requirements:** Next milestone starts with `/gsd-new-milestone` which includes requirements definition - **Fresh requirements:** Next milestone starts with `/gsd:new-milestone` which includes requirements definition
</critical_rules> </critical_rules>

View File

@@ -88,11 +88,11 @@ Active Debug Sessions
hypothesis: Missing null check on req.body.user hypothesis: Missing null check on req.body.user
next: Verify fix passes regression test next: Verify fix passes regression test
───────────────────────────────────────────── ─────────────────────────────────────────────
Run `/gsd-debug continue <slug>` to resume a session. Run `/gsd:debug continue <slug>` to resume a session.
No sessions? `/gsd-debug <description>` to start. No sessions? `/gsd:debug <description>` to start.
``` ```
If no files exist or the glob returns nothing: print "No active debug sessions. Run `/gsd-debug <issue description>` to start one." If no files exist or the glob returns nothing: print "No active debug sessions. Run `/gsd:debug <issue description>` to start one."
STOP after displaying list. Do NOT proceed to further steps. STOP after displaying list. Do NOT proceed to further steps.
@@ -117,7 +117,7 @@ No agent spawn. Just information display. STOP after printing.
When SUBCMD=continue and SLUG is set: When SUBCMD=continue and SLUG is set:
Check `.planning/debug/{SLUG}.md` exists. If not, print "No active debug session found with slug: {SLUG}. Check `/gsd-debug list` for active sessions." and stop. Check `.planning/debug/{SLUG}.md` exists. If not, print "No active debug session found with slug: {SLUG}. Check `/gsd:debug list` for active sessions." and stop.
Read file and print Current Focus block to console: Read file and print Current Focus block to console:
@@ -247,7 +247,7 @@ specialist_dispatch_enabled: true
Display the compact summary returned by the session manager. Display the compact summary returned by the session manager.
If summary shows `DEBUG SESSION COMPLETE`: done. If summary shows `DEBUG SESSION COMPLETE`: done.
If summary shows `ABANDONED`: note session saved at `.planning/debug/{slug}.md` for later `/gsd-debug continue {slug}`. If summary shows `ABANDONED`: note session saved at `.planning/debug/{slug}.md` for later `/gsd:debug continue {slug}`.
</process> </process>

View File

@@ -15,7 +15,7 @@ Open-ended Socratic ideation session. Guides the developer through exploring an
probing questions, optionally spawns research, then routes outputs to the appropriate GSD probing questions, optionally spawns research, then routes outputs to the appropriate GSD
artifacts (notes, todos, seeds, research questions, requirements, or new phases). artifacts (notes, todos, seeds, research questions, requirements, or new phases).
Accepts an optional topic argument: `/gsd-explore authentication strategy` Accepts an optional topic argument: `/gsd:explore authentication strategy`
</objective> </objective>
<execution_context> <execution_context>

View File

@@ -16,8 +16,8 @@ Execute a trivial task directly in the current context without spawning subagent
or generating PLAN.md files. For tasks too small to justify planning overhead: or generating PLAN.md files. For tasks too small to justify planning overhead:
typo fixes, config changes, small refactors, forgotten commits, simple additions. typo fixes, config changes, small refactors, forgotten commits, simple additions.
This is NOT a replacement for /gsd-quick — use /gsd-quick for anything that This is NOT a replacement for /gsd:quick — use /gsd:quick for anything that
needs research, multi-step planning, or verification. /gsd-fast is for tasks needs research, multi-step planning, or verification. /gsd:fast is for tasks
you could describe in one sentence and execute in under 2 minutes. you could describe in one sentence and execute in under 2 minutes.
</objective> </objective>

View File

@@ -43,7 +43,7 @@ Knowledge graph is disabled. To activate:
node $HOME/.claude/get-shit-done/bin/gsd-tools.cjs config-set graphify.enabled true node $HOME/.claude/get-shit-done/bin/gsd-tools.cjs config-set graphify.enabled true
Then run /gsd-graphify build to create the initial graph. Then run /gsd:graphify build to create the initial graph.
``` ```
--- ---
@@ -65,7 +65,7 @@ Parse `$ARGUMENTS` to determine the operation mode:
``` ```
GSD > GRAPHIFY GSD > GRAPHIFY
Usage: /gsd-graphify <mode> Usage: /gsd:graphify <mode>
Modes: Modes:
build Build or rebuild the knowledge graph build Build or rebuild the knowledge graph
@@ -85,7 +85,7 @@ node $HOME/.claude/get-shit-done/bin/gsd-tools.cjs graphify query <term>
Parse the JSON output and display results: Parse the JSON output and display results:
- If the output contains `"disabled": true`, display the disabled message from Step 1 and **STOP** - If the output contains `"disabled": true`, display the disabled message from Step 1 and **STOP**
- If the output contains `"error"` field, display the error message and **STOP** - If the output contains `"error"` field, display the error message and **STOP**
- If no nodes found, display: `No graph matches for '<term>'. Try /gsd-graphify build to create or rebuild the graph.` - If no nodes found, display: `No graph matches for '<term>'. Try /gsd:graphify build to create or rebuild the graph.`
- Otherwise, display matched nodes grouped by type, with edge relationships and confidence tiers (EXTRACTED/INFERRED/AMBIGUOUS) - Otherwise, display matched nodes grouped by type, with edge relationships and confidence tiers (EXTRACTED/INFERRED/AMBIGUOUS)
**STOP** after displaying results. Do not spawn an agent. **STOP** after displaying results. Do not spawn an agent.

View File

@@ -41,7 +41,7 @@ Intel system is disabled. To activate:
gsd-sdk query config-set intel.enabled true gsd-sdk query config-set intel.enabled true
Then run /gsd-intel refresh to build the initial index. Then run /gsd:intel refresh to build the initial index.
``` ```
--- ---
@@ -63,7 +63,7 @@ Parse `$ARGUMENTS` to determine the operation mode:
``` ```
GSD > INTEL GSD > INTEL
Usage: /gsd-intel <mode> Usage: /gsd:intel <mode>
Modes: Modes:
query <term> Search intel files for a term query <term> Search intel files for a term
@@ -82,7 +82,7 @@ gsd-sdk query intel.query <term>
Parse the JSON output and display results: Parse the JSON output and display results:
- If the output contains `"disabled": true`, display the disabled message from Step 1 and **STOP** - If the output contains `"disabled": true`, display the disabled message from Step 1 and **STOP**
- If no matches found, display: `No intel matches for '<term>'. Try /gsd-intel refresh to build the index.` - If no matches found, display: `No intel matches for '<term>'. Try /gsd:intel refresh to build the index.`
- Otherwise, display matching entries grouped by intel file - Otherwise, display matching entries grouped by intel file
**STOP** after displaying results. Do not spawn an agent. **STOP** after displaying results. Do not spawn an agent.

View File

@@ -30,8 +30,8 @@ Focus area: $ARGUMENTS (optional - if provided, tells agents to focus on specifi
Check for .planning/STATE.md - loads context if project already initialized Check for .planning/STATE.md - loads context if project already initialized
**This command can run:** **This command can run:**
- Before /gsd-new-project (brownfield codebases) - creates codebase map first - Before /gsd:new-project (brownfield codebases) - creates codebase map first
- After /gsd-new-project (greenfield codebases) - updates codebase map as code evolves - After /gsd:new-project (greenfield codebases) - updates codebase map as code evolves
- Anytime to refresh codebase understanding - Anytime to refresh codebase understanding
</context> </context>
@@ -59,7 +59,7 @@ Check for .planning/STATE.md - loads context if project already initialized
4. Wait for agents to complete, collect confirmations (NOT document contents) 4. Wait for agents to complete, collect confirmations (NOT document contents)
5. Verify all 7 documents exist with line counts 5. Verify all 7 documents exist with line counts
6. Commit codebase map 6. Commit codebase map
7. Offer next steps (typically: /gsd-new-project or /gsd-plan-phase) 7. Offer next steps (typically: /gsd:new-project or /gsd:plan-phase)
</process> </process>
<success_criteria> <success_criteria>

View File

@@ -21,7 +21,7 @@ Brownfield equivalent of new-project. Project exists, PROJECT.md has history. Ga
- `.planning/ROADMAP.md` — phase structure (continues numbering) - `.planning/ROADMAP.md` — phase structure (continues numbering)
- `.planning/STATE.md` — reset for new milestone - `.planning/STATE.md` — reset for new milestone
**After:** `/gsd-plan-phase [N]` to start execution. **After:** `/gsd:plan-phase [N]` to start execution.
</objective> </objective>
<execution_context> <execution_context>

View File

@@ -29,7 +29,7 @@ Initialize a new project through unified flow: questioning → research (optiona
- `.planning/ROADMAP.md` — phase structure - `.planning/ROADMAP.md` — phase structure
- `.planning/STATE.md` — project memory - `.planning/STATE.md` — project memory
**After this command:** Run `/gsd-plan-phase 1` to start execution. **After this command:** Run `/gsd:plan-phase 1` to start execution.
</objective> </objective>
<execution_context> <execution_context>

View File

@@ -30,7 +30,7 @@ Create a physical workspace directory containing copies of specified git repos (
- `<path>/.planning/` — independent planning directory - `<path>/.planning/` — independent planning directory
- `<path>/<repo>/` — git worktree or clone for each specified repo - `<path>/<repo>/` — git worktree or clone for each specified repo
**After this command:** `cd` into the workspace and run `/gsd-new-project` to initialize GSD. **After this command:** `cd` into the workspace and run `/gsd:new-project` to initialize GSD.
</objective> </objective>
<execution_context> <execution_context>

View File

@@ -10,11 +10,11 @@ allowed-tools:
- AskUserQuestion - AskUserQuestion
--- ---
<objective> <objective>
Create all phases necessary to close gaps identified by `/gsd-audit-milestone`. Create all phases necessary to close gaps identified by `/gsd:audit-milestone`.
Reads MILESTONE-AUDIT.md, groups gaps into logical phases, creates phase entries in ROADMAP.md, and offers to plan each phase. Reads MILESTONE-AUDIT.md, groups gaps into logical phases, creates phase entries in ROADMAP.md, and offers to plan each phase.
One command creates all fix phases — no manual `/gsd-add-phase` per gap. One command creates all fix phases — no manual `/gsd:add-phase` per gap.
</objective> </objective>
<execution_context> <execution_context>

View File

@@ -40,7 +40,7 @@ Phase number: $ARGUMENTS (optional — auto-detects next unplanned phase if omit
- `--gaps` — Gap closure mode (reads VERIFICATION.md, skips research) - `--gaps` — Gap closure mode (reads VERIFICATION.md, skips research)
- `--skip-verify` — Skip verification loop - `--skip-verify` — Skip verification loop
- `--prd <file>` — Use a PRD/acceptance criteria file instead of discuss-phase. Parses requirements into CONTEXT.md automatically. Skips discuss-phase entirely. - `--prd <file>` — Use a PRD/acceptance criteria file instead of discuss-phase. Parses requirements into CONTEXT.md automatically. Skips discuss-phase entirely.
- `--reviews` — Replan incorporating cross-AI review feedback from REVIEWS.md (produced by `/gsd-review`) - `--reviews` — Replan incorporating cross-AI review feedback from REVIEWS.md (produced by `/gsd:review`)
- `--text` — Use plain-text numbered lists instead of TUI menus (required for `/rc` remote sessions) - `--text` — Use plain-text numbered lists instead of TUI menus (required for `/rc` remote sessions)
Normalize phase input in step 2 before any directory lookups. Normalize phase input in step 2 before any directory lookups.

View File

@@ -16,7 +16,7 @@ milestone arrives. Seeds solve context rot: instead of a one-liner in Deferred t
reads, a seed preserves the full WHY, WHEN to surface, and breadcrumbs to details. reads, a seed preserves the full WHY, WHEN to surface, and breadcrumbs to details.
Creates: .planning/seeds/SEED-NNN-slug.md Creates: .planning/seeds/SEED-NNN-slug.md
Consumed by: /gsd-new-milestone (scans seeds and presents matches) Consumed by: /gsd:new-milestone (scans seeds and presents matches)
</objective> </objective>
<execution_context> <execution_context>

View File

@@ -118,7 +118,7 @@ Status: {status from SUMMARY.md frontmatter, or "no summary yet"}
Description: {first non-empty line from PLAN.md after frontmatter} Description: {first non-empty line from PLAN.md after frontmatter}
Last action: {last meaningful line of SUMMARY.md, or "none"} Last action: {last meaningful line of SUMMARY.md, or "none"}
───────────────────────────────────── ─────────────────────────────────────
Resume with: /gsd-quick resume {slug} Resume with: /gsd:quick resume {slug}
``` ```
No agent spawn. STOP after printing. No agent spawn. STOP after printing.

View File

@@ -115,7 +115,7 @@ Read `backup-meta.json` from the patches directory.
``` ```
No local patches found. Nothing to reapply. No local patches found. Nothing to reapply.
Local patches are automatically saved when you run /gsd-update Local patches are automatically saved when you run /gsd:update
after modifying any GSD workflow, command, or agent files. after modifying any GSD workflow, command, or agent files.
``` ```
Exit. Exit.
@@ -258,7 +258,7 @@ Before proceeding to cleanup, evaluate the Hunk Verification Table produced in S
**If the Hunk Verification Table is absent** (Step 4 did not produce it), STOP immediately and report to the user: **If the Hunk Verification Table is absent** (Step 4 did not produce it), STOP immediately and report to the user:
``` ```
ERROR: Hunk Verification Table is missing. Post-merge verification was not completed. ERROR: Hunk Verification Table is missing. Post-merge verification was not completed.
Rerun /gsd-reapply-patches to retry with full verification. Rerun /gsd:reapply-patches to retry with full verification.
``` ```
**If any row in the Hunk Verification Table shows `verified: no`**, STOP and report to the user: **If any row in the Hunk Verification Table shows `verified: no`**, STOP and report to the user:

View File

@@ -1,6 +1,6 @@
--- ---
name: gsd:research-phase name: gsd:research-phase
description: Research how to implement a phase (standalone - usually use /gsd-plan-phase instead) description: Research how to implement a phase (standalone - usually use /gsd:plan-phase instead)
argument-hint: "[phase]" argument-hint: "[phase]"
allowed-tools: allowed-tools:
- Read - Read
@@ -11,7 +11,7 @@ allowed-tools:
<objective> <objective>
Research how to implement a phase. Spawns gsd-phase-researcher agent with phase context. Research how to implement a phase. Spawns gsd-phase-researcher agent with phase context.
**Note:** This is a standalone research command. For most workflows, use `/gsd-plan-phase` which integrates research automatically. **Note:** This is a standalone research command. For most workflows, use `/gsd:plan-phase` which integrates research automatically.
**Use this command when:** **Use this command when:**
- You want to research without planning yet - You want to research without planning yet
@@ -115,7 +115,7 @@ Mode: ecosystem
</additional_context> </additional_context>
<downstream_consumer> <downstream_consumer>
Your RESEARCH.md will be loaded by `/gsd-plan-phase` which uses specific sections: Your RESEARCH.md will be loaded by `/gsd:plan-phase` which uses specific sections:
- `## Standard Stack` → Plans use these libraries - `## Standard Stack` → Plans use these libraries
- `## Architecture Patterns` → Task structure follows these - `## Architecture Patterns` → Task structure follows these
- `## Don't Hand-Roll` → Tasks NEVER build custom solutions for listed problems - `## Don't Hand-Roll` → Tasks NEVER build custom solutions for listed problems

View File

@@ -13,7 +13,7 @@ allowed-tools:
<objective> <objective>
Invoke external AI CLIs (Gemini, Claude, Codex, OpenCode, Qwen Code, Cursor) to independently review phase plans. Invoke external AI CLIs (Gemini, Claude, Codex, OpenCode, Qwen Code, Cursor) to independently review phase plans.
Produces a structured REVIEWS.md with per-reviewer feedback that can be fed back into Produces a structured REVIEWS.md with per-reviewer feedback that can be fed back into
planning via /gsd-plan-phase --reviews. planning via /gsd:plan-phase --reviews.
**Flow:** Detect CLIs → Build review prompt → Invoke each CLI → Collect responses → Write REVIEWS.md **Flow:** Detect CLIs → Build review prompt → Invoke each CLI → Collect responses → Write REVIEWS.md
</objective> </objective>

View File

@@ -1,6 +1,6 @@
--- ---
name: gsd:scan name: gsd:scan
description: Rapid codebase assessment — lightweight alternative to /gsd-map-codebase description: Rapid codebase assessment — lightweight alternative to /gsd:map-codebase
allowed-tools: allowed-tools:
- Read - Read
- Write - Write
@@ -14,7 +14,7 @@ allowed-tools:
Run a focused codebase scan for a single area, producing targeted documents in `.planning/codebase/`. Run a focused codebase scan for a single area, producing targeted documents in `.planning/codebase/`.
Accepts an optional `--focus` flag: `tech`, `arch`, `quality`, `concerns`, or `tech+arch` (default). Accepts an optional `--focus` flag: `tech`, `arch`, `quality`, `concerns`, or `tech+arch` (default).
Lightweight alternative to `/gsd-map-codebase` — spawns one mapper agent instead of four parallel ones. Lightweight alternative to `/gsd:map-codebase` — spawns one mapper agent instead of four parallel ones.
</objective> </objective>
<execution_context> <execution_context>

View File

@@ -9,4 +9,4 @@ allowed-tools:
Show the following output to the user verbatim, with no extra commentary: Show the following output to the user verbatim, with no extra commentary:
!`if ! command -v gsd-sdk >/dev/null 2>&1; then printf '⚠ gsd-sdk not found in PATH — /gsd-set-profile requires it.\n\nInstall the GSD SDK:\n npm install -g @gsd-build/sdk\n\nOr update GSD to get the latest packages:\n /gsd-update\n'; exit 1; fi; gsd-sdk query config-set-model-profile $ARGUMENTS --raw` !`if ! command -v gsd-sdk >/dev/null 2>&1; then printf '⚠ gsd-sdk not found in PATH — /gsd:set-profile requires it.\n\nInstall the GSD SDK:\n npm install -g @gsd-build/sdk\n\nOr update GSD to get the latest packages:\n /gsd:update\n'; exit 1; fi; gsd-sdk query config-set-model-profile $ARGUMENTS --raw`

View File

@@ -11,7 +11,7 @@ allowed-tools:
- AskUserQuestion - AskUserQuestion
--- ---
<objective> <objective>
Bridge local completion → merged PR. After /gsd-verify-work passes, ship the work: push branch, create PR with auto-generated body, optionally trigger review, and track the merge. Bridge local completion → merged PR. After /gsd:verify-work passes, ship the work: push branch, create PR with auto-generated body, optionally trigger review, and track the merge.
Closes the plan → execute → verify → ship loop. Closes the plan → execute → verify → ship loop.
</objective> </objective>

View File

@@ -16,7 +16,7 @@ Explore design directions through throwaway HTML mockups before committing to im
Each sketch produces 2-3 variants for comparison. Sketches live in `.planning/sketches/` and Each sketch produces 2-3 variants for comparison. Sketches live in `.planning/sketches/` and
integrate with GSD commit patterns, state tracking, and handoff workflows. integrate with GSD commit patterns, state tracking, and handoff workflows.
Does not require `/gsd-new-project` — auto-creates `.planning/sketches/` if needed. Does not require `/gsd:new-project` — auto-creates `.planning/sketches/` if needed.
</objective> </objective>
<execution_context> <execution_context>

View File

@@ -58,5 +58,5 @@ Execute the spec-phase workflow from @~/.claude/get-shit-done/workflows/spec-pha
- Gate passed: ambiguity ≤ 0.20 AND all dimension minimums met - Gate passed: ambiguity ≤ 0.20 AND all dimension minimums met
- SPEC.md written with falsifiable requirements, explicit boundaries, and acceptance criteria - SPEC.md written with falsifiable requirements, explicit boundaries, and acceptance criteria
- SPEC.md committed atomically - SPEC.md committed atomically
- User knows they can now run /gsd-discuss-phase which will load SPEC.md automatically - User knows they can now run /gsd:discuss-phase which will load SPEC.md automatically
</success_criteria> </success_criteria>

View File

@@ -16,7 +16,7 @@ Rapid feasibility validation through focused, throwaway experiments. Each spike
specific question with observable evidence. Spikes live in `.planning/spikes/` and integrate specific question with observable evidence. Spikes live in `.planning/spikes/` and integrate
with GSD commit patterns, state tracking, and handoff workflows. with GSD commit patterns, state tracking, and handoff workflows.
Does not require `/gsd-new-project` — auto-creates `.planning/spikes/` if needed. Does not require `/gsd:new-project` — auto-creates `.planning/spikes/` if needed.
</objective> </objective>
<execution_context> <execution_context>

View File

@@ -62,7 +62,7 @@ frontend-build-tools resolved 2026-04-01 Vite vs webpack
If no threads exist (or none match the filter): If no threads exist (or none match the filter):
``` ```
No threads found. Create one with: /gsd-thread <description> No threads found. Create one with: /gsd:thread <description>
``` ```
STOP after displaying. Do NOT proceed to further steps. STOP after displaying. Do NOT proceed to further steps.
@@ -117,8 +117,8 @@ When SUBCMD=status and SLUG is set (already sanitized):
Next Steps: Next Steps:
{content of ## Next Steps section} {content of ## Next Steps section}
───────────────────────────────────── ─────────────────────────────────────
Resume with: /gsd-thread {SLUG} Resume with: /gsd:thread {SLUG}
Close with: /gsd-thread close {SLUG} Close with: /gsd:thread close {SLUG}
``` ```
No agent spawn. STOP after printing. No agent spawn. STOP after printing.
@@ -201,8 +201,8 @@ updated: {today ISO date}
Thread: {slug} Thread: {slug}
File: .planning/threads/{slug}.md File: .planning/threads/{slug}.md
Resume anytime with: /gsd-thread {slug} Resume anytime with: /gsd:thread {slug}
Close when done with: /gsd-thread close {slug} Close when done with: /gsd:thread close {slug}
``` ```
</mode_create> </mode_create>
@@ -210,10 +210,10 @@ updated: {today ISO date}
<notes> <notes>
- Threads are NOT phase-scoped — they exist independently of the roadmap - Threads are NOT phase-scoped — they exist independently of the roadmap
- Lighter weight than /gsd-pause-work — no phase state, no plan context - Lighter weight than /gsd:pause-work — no phase state, no plan context
- The value is in Context and Next Steps — a cold-start session can pick up immediately - The value is in Context and Next Steps — a cold-start session can pick up immediately
- Threads can be promoted to phases or backlog items when they mature: - Threads can be promoted to phases or backlog items when they mature:
/gsd-add-phase or /gsd-add-backlog with context from the thread /gsd:add-phase or /gsd:add-backlog with context from the thread
- Thread files live in .planning/threads/ — no collision with phases or other GSD structures - Thread files live in .planning/threads/ — no collision with phases or other GSD structures
- Thread status values: `open`, `in_progress`, `resolved` - Thread status values: `open`, `in_progress`, `resolved`
</notes> </notes>

View File

@@ -1,6 +1,6 @@
--- ---
name: gsd:ultraplan-phase name: gsd:ultraplan-phase
description: "[BETA] Offload plan phase to Claude Code's ultraplan cloud — drafts remotely while terminal stays free, review in browser with inline comments, import back via /gsd-import. Claude Code only." description: "[BETA] Offload plan phase to Claude Code's ultraplan cloud — drafts remotely while terminal stays free, review in browser with inline comments, import back via /gsd:import. Claude Code only."
argument-hint: "[phase-number]" argument-hint: "[phase-number]"
allowed-tools: allowed-tools:
- Read - Read
@@ -13,9 +13,9 @@ allowed-tools:
Offload GSD's plan phase to Claude Code's ultraplan cloud infrastructure. Offload GSD's plan phase to Claude Code's ultraplan cloud infrastructure.
Ultraplan drafts the plan in a remote cloud session while your terminal stays free. Ultraplan drafts the plan in a remote cloud session while your terminal stays free.
Review and comment on the plan in your browser, then import it back via /gsd-import --from. Review and comment on the plan in your browser, then import it back via /gsd:import --from.
⚠ BETA: ultraplan is in research preview. Use /gsd-plan-phase for stable local planning. ⚠ BETA: ultraplan is in research preview. Use /gsd:plan-phase for stable local planning.
Requirements: Claude Code v2.1.91+, claude.ai account, GitHub repository. Requirements: Claude Code v2.1.91+, claude.ai account, GitHub repository.
</objective> </objective>

View File

@@ -16,7 +16,7 @@ Validate built features through conversational testing with persistent state.
Purpose: Confirm what Claude built actually works from user's perspective. One test at a time, plain text responses, no interrogation. When issues are found, automatically diagnose, plan fixes, and prepare for execution. Purpose: Confirm what Claude built actually works from user's perspective. One test at a time, plain text responses, no interrogation. When issues are found, automatically diagnose, plan fixes, and prepare for execution.
Output: {phase_num}-UAT.md tracking all test results. If issues found: diagnosed gaps, verified fix plans ready for /gsd-execute-phase Output: {phase_num}-UAT.md tracking all test results. If issues found: diagnosed gaps, verified fix plans ready for /gsd:execute-phase
</objective> </objective>
<execution_context> <execution_context>

View File

@@ -6,13 +6,13 @@ allowed-tools:
- Bash - Bash
--- ---
# /gsd-workstreams # /gsd:workstreams
Manage parallel workstreams for concurrent milestone work. Manage parallel workstreams for concurrent milestone work.
## Usage ## Usage
`/gsd-workstreams [subcommand] [args]` `/gsd:workstreams [subcommand] [args]`
### Subcommands ### Subcommands
@@ -40,7 +40,7 @@ Display the workstreams in a table format showing name, status, current phase, a
### create ### create
Run: `gsd-sdk query workstream.create <name> --raw --cwd "$CWD"` Run: `gsd-sdk query workstream.create <name> --raw --cwd "$CWD"`
After creation, display the new workstream path and suggest next steps: After creation, display the new workstream path and suggest next steps:
- `/gsd-new-milestone --ws <name>` to set up the milestone - `/gsd:new-milestone --ws <name>` to set up the milestone
### status ### status
Run: `gsd-sdk query workstream.status <name> --raw --cwd "$CWD"` Run: `gsd-sdk query workstream.status <name> --raw --cwd "$CWD"`
@@ -61,7 +61,7 @@ Run: `gsd-sdk query workstream.complete <name> --raw --cwd "$CWD"`
Archive the workstream to milestones/. Archive the workstream to milestones/.
### resume ### resume
Set the workstream as active and suggest `/gsd-resume-work --ws <name>`. Set the workstream as active and suggest `/gsd:resume-work --ws <name>`.
## Step 3: Display Results ## Step 3: Display Results

View File

@@ -4,7 +4,7 @@
* Scans all .planning/ artifact categories for items with open/unresolved state. * Scans all .planning/ artifact categories for items with open/unresolved state.
* Returns structured JSON for workflow consumption. * Returns structured JSON for workflow consumption.
* Called by: gsd-tools.cjs audit-open * Called by: gsd-tools.cjs audit-open
* Used by: /gsd-complete-milestone pre-close gate * Used by: /gsd:complete-milestone pre-close gate
*/ */
'use strict'; 'use strict';

View File

@@ -773,7 +773,7 @@ function cmdScaffold(cwd, type, options, raw) {
switch (type) { switch (type) {
case 'context': { case 'context': {
filePath = path.join(phaseDir, `${padded}-CONTEXT.md`); filePath = path.join(phaseDir, `${padded}-CONTEXT.md`);
content = `---\nphase: "${padded}"\nname: "${name || phaseInfo?.phase_name || 'Unnamed'}"\ncreated: ${today}\n---\n\n# Phase ${phase}: ${name || phaseInfo?.phase_name || 'Unnamed'} — Context\n\n## Decisions\n\n_Decisions will be captured during /gsd-discuss-phase ${phase}_\n\n## Discretion Areas\n\n_Areas where the executor can use judgment_\n\n## Deferred Ideas\n\n_Ideas to consider later_\n`; content = `---\nphase: "${padded}"\nname: "${name || phaseInfo?.phase_name || 'Unnamed'}"\ncreated: ${today}\n---\n\n# Phase ${phase}: ${name || phaseInfo?.phase_name || 'Unnamed'} — Context\n\n## Decisions\n\n_Decisions will be captured during /gsd:discuss-phase ${phase}_\n\n## Discretion Areas\n\n_Areas where the executor can use judgment_\n\n## Deferred Ideas\n\n_Ideas to consider later_\n`;
break; break;
} }
case 'uat': { case 'uat': {

View File

@@ -39,7 +39,7 @@ function validateKnownConfigKeyPath(keyPath) {
* Merges (increasing priority): * Merges (increasing priority):
* 1. Hardcoded defaults — every key that loadConfig() resolves, plus mode/granularity * 1. Hardcoded defaults — every key that loadConfig() resolves, plus mode/granularity
* 2. User-level defaults from ~/.gsd/defaults.json (if present) * 2. User-level defaults from ~/.gsd/defaults.json (if present)
* 3. userChoices — the settings the user explicitly selected during /gsd-new-project * 3. userChoices — the settings the user explicitly selected during /gsd:new-project
* *
* Uses the canonical `git` namespace for branching keys (consistent with VALID_CONFIG_KEYS * Uses the canonical `git` namespace for branching keys (consistent with VALID_CONFIG_KEYS
* and the settings workflow). loadConfig() handles both flat and nested formats, so this * and the settings workflow). loadConfig() handles both flat and nested formats, so this
@@ -162,7 +162,7 @@ function buildNewProjectConfig(userChoices) {
* Command: create a fully-materialized .planning/config.json for a new project. * Command: create a fully-materialized .planning/config.json for a new project.
* *
* Accepts user-chosen settings as a JSON string (the keys the user explicitly * Accepts user-chosen settings as a JSON string (the keys the user explicitly
* configured during /gsd-new-project). All remaining keys are filled from * configured during /gsd:new-project). All remaining keys are filled from
* hardcoded defaults and optional ~/.gsd/defaults.json. * hardcoded defaults and optional ~/.gsd/defaults.json.
* *
* Idempotent: if config.json already exists, returns { created: false }. * Idempotent: if config.json already exists, returns { created: false }.

View File

@@ -263,7 +263,7 @@ const CONFIG_DEFAULTS = {
phase_naming: 'sequential', // 'sequential' (default, auto-increment) or 'custom' (arbitrary string IDs) phase_naming: 'sequential', // 'sequential' (default, auto-increment) or 'custom' (arbitrary string IDs)
project_code: null, // optional short prefix for phase dirs (e.g., 'CK' → 'CK-01-foundation') project_code: null, // optional short prefix for phase dirs (e.g., 'CK' → 'CK-01-foundation')
subagent_timeout: 300000, // 5 min default; increase for large codebases or slower models (ms) subagent_timeout: 300000, // 5 min default; increase for large codebases or slower models (ms)
security_enforcement: true, // workflow.security_enforcement — threat-model-anchored security verification via /gsd-secure-phase security_enforcement: true, // workflow.security_enforcement — threat-model-anchored security verification via /gsd:secure-phase
security_asvs_level: 1, // workflow.security_asvs_level — OWASP ASVS verification level (1=opportunistic, 2=standard, 3=comprehensive) security_asvs_level: 1, // workflow.security_asvs_level — OWASP ASVS verification level (1=opportunistic, 2=standard, 3=comprehensive)
security_block_on: 'high', // workflow.security_block_on — minimum severity that blocks phase advancement ('high' | 'medium' | 'low') security_block_on: 'high', // workflow.security_block_on — minimum severity that blocks phase advancement ('high' | 'medium' | 'low')
}; };

View File

@@ -420,7 +420,7 @@ function buildPreview(gsd2Data, artifacts) {
lines.push(''); lines.push('');
lines.push('Cannot migrate automatically:'); lines.push('Cannot migrate automatically:');
lines.push(' - GSD-2 cost/token ledger (no v1 equivalent)'); lines.push(' - GSD-2 cost/token ledger (no v1 equivalent)');
lines.push(' - GSD-2 database state (rebuilt from files on first /gsd-health)'); lines.push(' - GSD-2 database state (rebuilt from files on first /gsd:health)');
lines.push(' - VS Code extension state'); lines.push(' - VS Code extension state');
return lines.join('\n'); return lines.join('\n');

View File

@@ -926,10 +926,10 @@ function cmdInitManager(cwd, raw) {
// Validate prerequisites // Validate prerequisites
if (!fs.existsSync(paths.roadmap)) { if (!fs.existsSync(paths.roadmap)) {
error('No ROADMAP.md found. Run /gsd-new-milestone first.'); error('No ROADMAP.md found. Run /gsd:new-milestone first.');
} }
if (!fs.existsSync(paths.state)) { if (!fs.existsSync(paths.state)) {
error('No STATE.md found. Run /gsd-new-milestone first.'); error('No STATE.md found. Run /gsd:new-milestone first.');
} }
const rawContent = fs.readFileSync(paths.roadmap, 'utf-8'); const rawContent = fs.readFileSync(paths.roadmap, 'utf-8');
const content = extractCurrentMilestone(rawContent, cwd); const content = extractCurrentMilestone(rawContent, cwd);
@@ -1108,7 +1108,7 @@ function cmdInitManager(cwd, raw) {
phase_name: phase.name, phase_name: phase.name,
action: 'execute', action: 'execute',
reason: `${phase.plan_count} plans ready, dependencies met`, reason: `${phase.plan_count} plans ready, dependencies met`,
command: `/gsd-execute-phase ${phase.number}`, command: `/gsd:execute-phase ${phase.number}`,
}); });
} else if (phase.disk_status === 'discussed' || phase.disk_status === 'researched') { } else if (phase.disk_status === 'discussed' || phase.disk_status === 'researched') {
recommendedActions.push({ recommendedActions.push({
@@ -1116,7 +1116,7 @@ function cmdInitManager(cwd, raw) {
phase_name: phase.name, phase_name: phase.name,
action: 'plan', action: 'plan',
reason: 'Context gathered, ready for planning', reason: 'Context gathered, ready for planning',
command: `/gsd-plan-phase ${phase.number}`, command: `/gsd:plan-phase ${phase.number}`,
}); });
} else if ((phase.disk_status === 'empty' || phase.disk_status === 'no_directory') && phase.is_next_to_discuss) { } else if ((phase.disk_status === 'empty' || phase.disk_status === 'no_directory') && phase.is_next_to_discuss) {
recommendedActions.push({ recommendedActions.push({
@@ -1124,7 +1124,7 @@ function cmdInitManager(cwd, raw) {
phase_name: phase.name, phase_name: phase.name,
action: 'discuss', action: 'discuss',
reason: 'Unblocked, ready to gather context', reason: 'Unblocked, ready to gather context',
command: `/gsd-discuss-phase ${phase.number}`, command: `/gsd:discuss-phase ${phase.number}`,
}); });
} }
} }

View File

@@ -381,7 +381,7 @@ function cmdPhaseAdd(cwd, description, raw, customId) {
// Build phase entry // Build phase entry
const dependsOn = config.phase_naming === 'custom' ? '' : `\n**Depends on:** Phase ${typeof _newPhaseId === 'number' ? _newPhaseId - 1 : 'TBD'}`; const dependsOn = config.phase_naming === 'custom' ? '' : `\n**Depends on:** Phase ${typeof _newPhaseId === 'number' ? _newPhaseId - 1 : 'TBD'}`;
const phaseEntry = `\n### Phase ${_newPhaseId}: ${description}\n\n**Goal:** [To be planned]\n**Requirements**: TBD${dependsOn}\n**Plans:** 0 plans\n\nPlans:\n- [ ] TBD (run /gsd-plan-phase ${_newPhaseId} to break down)\n`; const phaseEntry = `\n### Phase ${_newPhaseId}: ${description}\n\n**Goal:** [To be planned]\n**Requirements**: TBD${dependsOn}\n**Plans:** 0 plans\n\nPlans:\n- [ ] TBD (run /gsd:plan-phase ${_newPhaseId} to break down)\n`;
// Find insertion point: before last "---" or at end // Find insertion point: before last "---" or at end
let updatedContent; let updatedContent;
@@ -458,7 +458,7 @@ function cmdPhaseAddBatch(cwd, descriptions, raw) {
fs.mkdirSync(dirPath, { recursive: true }); fs.mkdirSync(dirPath, { recursive: true });
fs.writeFileSync(path.join(dirPath, '.gitkeep'), ''); fs.writeFileSync(path.join(dirPath, '.gitkeep'), '');
const dependsOn = config.phase_naming === 'custom' ? '' : `\n**Depends on:** Phase ${typeof newPhaseId === 'number' ? newPhaseId - 1 : 'TBD'}`; const dependsOn = config.phase_naming === 'custom' ? '' : `\n**Depends on:** Phase ${typeof newPhaseId === 'number' ? newPhaseId - 1 : 'TBD'}`;
const phaseEntry = `\n### Phase ${newPhaseId}: ${description}\n\n**Goal:** [To be planned]\n**Requirements**: TBD${dependsOn}\n**Plans:** 0 plans\n\nPlans:\n- [ ] TBD (run /gsd-plan-phase ${newPhaseId} to break down)\n`; const phaseEntry = `\n### Phase ${newPhaseId}: ${description}\n\n**Goal:** [To be planned]\n**Requirements**: TBD${dependsOn}\n**Plans:** 0 plans\n\nPlans:\n- [ ] TBD (run /gsd:plan-phase ${newPhaseId} to break down)\n`;
const lastSeparator = rawContent.lastIndexOf('\n---'); const lastSeparator = rawContent.lastIndexOf('\n---');
rawContent = lastSeparator > 0 rawContent = lastSeparator > 0
? rawContent.slice(0, lastSeparator) + phaseEntry + rawContent.slice(lastSeparator) ? rawContent.slice(0, lastSeparator) + phaseEntry + rawContent.slice(lastSeparator)
@@ -542,7 +542,7 @@ function cmdPhaseInsert(cwd, afterPhase, description, raw) {
fs.writeFileSync(path.join(dirPath, '.gitkeep'), ''); fs.writeFileSync(path.join(dirPath, '.gitkeep'), '');
// Build phase entry // Build phase entry
const phaseEntry = `\n### Phase ${_decimalPhase}: ${description} (INSERTED)\n\n**Goal:** [Urgent work - to be planned]\n**Requirements**: TBD\n**Depends on:** Phase ${afterPhase}\n**Plans:** 0 plans\n\nPlans:\n- [ ] TBD (run /gsd-plan-phase ${_decimalPhase} to break down)\n`; const phaseEntry = `\n### Phase ${_decimalPhase}: ${description} (INSERTED)\n\n**Goal:** [Urgent work - to be planned]\n**Requirements**: TBD\n**Depends on:** Phase ${afterPhase}\n**Plans:** 0 plans\n\nPlans:\n- [ ] TBD (run /gsd:plan-phase ${_decimalPhase} to break down)\n`;
// Insert after the target phase section // Insert after the target phase section
const headerPattern = new RegExp(`(#{2,4}\\s*Phase\\s+0*${afterPhaseEscaped}:[^\\n]*\\n)`, 'i'); const headerPattern = new RegExp(`(#{2,4}\\s*Phase\\s+0*${afterPhaseEscaped}:[^\\n]*\\n)`, 'i');
@@ -828,7 +828,7 @@ function cmdPhaseComplete(cwd, phaseNum, raw) {
// Update plan count in phase section. // Update plan count in phase section.
// Use direct .replace() rather than replaceInCurrentMilestone() so this // Use direct .replace() rather than replaceInCurrentMilestone() so this
// works when the current milestone section is itself inside a <details> // works when the current milestone section is itself inside a <details>
// block (the standard /gsd-new-project layout). replaceInCurrentMilestone // block (the standard /gsd:new-project layout). replaceInCurrentMilestone
// scopes to content after the last </details>, which misses content inside // scopes to content after the last </details>, which misses content inside
// the current milestone's own <details> wrapper (#2005). // the current milestone's own <details> wrapper (#2005).
// The phase-scoped heading pattern is specific enough to avoid matching // The phase-scoped heading pattern is specific enough to avoid matching

View File

@@ -173,7 +173,7 @@ const CLAUDE_INSTRUCTIONS = {
}; };
const CLAUDE_MD_FALLBACKS = { const CLAUDE_MD_FALLBACKS = {
project: 'Project not yet initialized. Run /gsd-new-project to set up.', project: 'Project not yet initialized. Run /gsd:new-project to set up.',
stack: 'Technology stack not yet documented. Will populate after codebase mapping or first phase.', stack: 'Technology stack not yet documented. Will populate after codebase mapping or first phase.',
conventions: 'Conventions not yet established. Will populate as patterns emerge during development.', conventions: 'Conventions not yet established. Will populate as patterns emerge during development.',
architecture: 'Architecture not yet mapped. Follow existing patterns found in the codebase.', architecture: 'Architecture not yet mapped. Follow existing patterns found in the codebase.',
@@ -187,9 +187,9 @@ const CLAUDE_MD_WORKFLOW_ENFORCEMENT = [
'Before using Edit, Write, or other file-changing tools, start work through a GSD command so planning artifacts and execution context stay in sync.', 'Before using Edit, Write, or other file-changing tools, start work through a GSD command so planning artifacts and execution context stay in sync.',
'', '',
'Use these entry points:', 'Use these entry points:',
'- `/gsd-quick` for small fixes, doc updates, and ad-hoc tasks', '- `/gsd:quick` for small fixes, doc updates, and ad-hoc tasks',
'- `/gsd-debug` for investigation and bug fixing', '- `/gsd:debug` for investigation and bug fixing',
'- `/gsd-execute-phase` for planned phase work', '- `/gsd:execute-phase` for planned phase work',
'', '',
'Do not make direct repo edits outside a GSD workflow unless the user explicitly asks to bypass it.', 'Do not make direct repo edits outside a GSD workflow unless the user explicitly asks to bypass it.',
].join('\n'); ].join('\n');
@@ -198,7 +198,7 @@ const CLAUDE_MD_PROFILE_PLACEHOLDER = [
'<!-- GSD:profile-start -->', '<!-- GSD:profile-start -->',
'## Developer Profile', '## Developer Profile',
'', '',
'> Profile not yet configured. Run `/gsd-profile-user` to generate your developer profile.', '> Profile not yet configured. Run `/gsd:profile-user` to generate your developer profile.',
'> This section is managed by `generate-claude-profile` -- do not edit manually.', '> This section is managed by `generate-claude-profile` -- do not edit manually.',
'<!-- GSD:profile-end -->', '<!-- GSD:profile-end -->',
].join('\n'); ].join('\n');
@@ -765,7 +765,7 @@ function cmdGenerateDevPreferences(cwd, options, raw) {
let stackBlock; let stackBlock;
if (analysis.data_source === 'questionnaire') { if (analysis.data_source === 'questionnaire') {
stackBlock = 'Stack preferences not available (questionnaire-only profile). Run `/gsd-profile-user --refresh` with session data to populate.'; stackBlock = 'Stack preferences not available (questionnaire-only profile). Run `/gsd:profile-user --refresh` with session data to populate.';
} else if (options.stack) { } else if (options.stack) {
stackBlock = options.stack; stackBlock = options.stack;
} else { } else {
@@ -851,7 +851,7 @@ function cmdGenerateClaudeProfile(cwd, options, raw) {
'<!-- GSD:profile-start -->', '<!-- GSD:profile-start -->',
'## Developer Profile', '## Developer Profile',
'', '',
`> Generated by GSD from ${dataSource}. Run \`/gsd-profile-user --refresh\` to update.`, `> Generated by GSD from ${dataSource}. Run \`/gsd:profile-user --refresh\` to update.`,
'', '',
'| Dimension | Rating | Confidence |', '| Dimension | Rating | Confidence |',
'|-----------|--------|------------|', '|-----------|--------|------------|',
@@ -1033,7 +1033,7 @@ function cmdGenerateClaudeMd(cwd, options, raw) {
let message = `Generated ${genCount}/${totalManaged} sections.`; let message = `Generated ${genCount}/${totalManaged} sections.`;
if (sectionsFallback.length > 0) message += ` Fallback: ${sectionsFallback.join(', ')}.`; if (sectionsFallback.length > 0) message += ` Fallback: ${sectionsFallback.join(', ')}.`;
if (sectionsSkipped.length > 0) message += ` Skipped (manually edited): ${sectionsSkipped.join(', ')}.`; if (sectionsSkipped.length > 0) message += ` Skipped (manually edited): ${sectionsSkipped.join(', ')}.`;
if (profileStatus === 'placeholder_added') message += ' Run /gsd-profile-user to unlock Developer Profile.'; if (profileStatus === 'placeholder_added') message += ' Run /gsd:profile-user to unlock Developer Profile.';
const result = { const result = {
claude_md_path: outputPath, claude_md_path: outputPath,

View File

@@ -555,7 +555,7 @@ function cmdValidateHealth(cwd, options, raw) {
// ─── Check 1: .planning/ exists ─────────────────────────────────────────── // ─── Check 1: .planning/ exists ───────────────────────────────────────────
if (!fs.existsSync(planBase)) { if (!fs.existsSync(planBase)) {
addIssue('error', 'E001', '.planning/ directory not found', 'Run /gsd-new-project to initialize'); addIssue('error', 'E001', '.planning/ directory not found', 'Run /gsd:new-project to initialize');
output({ output({
status: 'broken', status: 'broken',
errors, errors,
@@ -568,7 +568,7 @@ function cmdValidateHealth(cwd, options, raw) {
// ─── Check 2: PROJECT.md exists and has required sections ───────────────── // ─── Check 2: PROJECT.md exists and has required sections ─────────────────
if (!fs.existsSync(projectPath)) { if (!fs.existsSync(projectPath)) {
addIssue('error', 'E002', 'PROJECT.md not found', 'Run /gsd-new-project to create'); addIssue('error', 'E002', 'PROJECT.md not found', 'Run /gsd:new-project to create');
} else { } else {
const content = fs.readFileSync(projectPath, 'utf-8'); const content = fs.readFileSync(projectPath, 'utf-8');
const requiredSections = ['## What This Is', '## Core Value', '## Requirements']; const requiredSections = ['## What This Is', '## Core Value', '## Requirements'];
@@ -581,12 +581,12 @@ function cmdValidateHealth(cwd, options, raw) {
// ─── Check 3: ROADMAP.md exists ─────────────────────────────────────────── // ─── Check 3: ROADMAP.md exists ───────────────────────────────────────────
if (!fs.existsSync(roadmapPath)) { if (!fs.existsSync(roadmapPath)) {
addIssue('error', 'E003', 'ROADMAP.md not found', 'Run /gsd-new-milestone to create roadmap'); addIssue('error', 'E003', 'ROADMAP.md not found', 'Run /gsd:new-milestone to create roadmap');
} }
// ─── Check 4: STATE.md exists and references valid phases ───────────────── // ─── Check 4: STATE.md exists and references valid phases ─────────────────
if (!fs.existsSync(statePath)) { if (!fs.existsSync(statePath)) {
addIssue('error', 'E004', 'STATE.md not found', 'Run /gsd-health --repair to regenerate', true); addIssue('error', 'E004', 'STATE.md not found', 'Run /gsd:health --repair to regenerate', true);
repairs.push('regenerateState'); repairs.push('regenerateState');
} else { } else {
const stateContent = fs.readFileSync(statePath, 'utf-8'); const stateContent = fs.readFileSync(statePath, 'utf-8');
@@ -613,7 +613,7 @@ function cmdValidateHealth(cwd, options, raw) {
'warning', 'warning',
'W002', 'W002',
`STATE.md references phase ${ref}, but only phases ${[...diskPhases].sort().join(', ')} exist`, `STATE.md references phase ${ref}, but only phases ${[...diskPhases].sort().join(', ')} exist`,
'Review STATE.md manually before changing it; /gsd-health --repair will not overwrite an existing STATE.md for phase mismatches' 'Review STATE.md manually before changing it; /gsd:health --repair will not overwrite an existing STATE.md for phase mismatches'
); );
} }
} }
@@ -622,7 +622,7 @@ function cmdValidateHealth(cwd, options, raw) {
// ─── Check 5: config.json valid JSON + valid schema ─────────────────────── // ─── Check 5: config.json valid JSON + valid schema ───────────────────────
if (!fs.existsSync(configPath)) { if (!fs.existsSync(configPath)) {
addIssue('warning', 'W003', 'config.json not found', 'Run /gsd-health --repair to create with defaults', true); addIssue('warning', 'W003', 'config.json not found', 'Run /gsd:health --repair to create with defaults', true);
repairs.push('createConfig'); repairs.push('createConfig');
} else { } else {
try { try {
@@ -634,7 +634,7 @@ function cmdValidateHealth(cwd, options, raw) {
addIssue('warning', 'W004', `config.json: invalid model_profile "${parsed.model_profile}"`, `Valid values: ${validProfiles.join(', ')}`); addIssue('warning', 'W004', `config.json: invalid model_profile "${parsed.model_profile}"`, `Valid values: ${validProfiles.join(', ')}`);
} }
} catch (err) { } catch (err) {
addIssue('error', 'E005', `config.json: JSON parse error - ${err.message}`, 'Run /gsd-health --repair to reset to defaults', true); addIssue('error', 'E005', `config.json: JSON parse error - ${err.message}`, 'Run /gsd:health --repair to reset to defaults', true);
repairs.push('resetConfig'); repairs.push('resetConfig');
} }
} }
@@ -645,11 +645,11 @@ function cmdValidateHealth(cwd, options, raw) {
const configRaw = fs.readFileSync(configPath, 'utf-8'); const configRaw = fs.readFileSync(configPath, 'utf-8');
const configParsed = JSON.parse(configRaw); const configParsed = JSON.parse(configRaw);
if (configParsed.workflow && configParsed.workflow.nyquist_validation === undefined) { if (configParsed.workflow && configParsed.workflow.nyquist_validation === undefined) {
addIssue('warning', 'W008', 'config.json: workflow.nyquist_validation absent (defaults to enabled but agents may skip)', 'Run /gsd-health --repair to add key', true); addIssue('warning', 'W008', 'config.json: workflow.nyquist_validation absent (defaults to enabled but agents may skip)', 'Run /gsd:health --repair to add key', true);
if (!repairs.includes('addNyquistKey')) repairs.push('addNyquistKey'); if (!repairs.includes('addNyquistKey')) repairs.push('addNyquistKey');
} }
if (configParsed.workflow && configParsed.workflow.ai_integration_phase === undefined) { if (configParsed.workflow && configParsed.workflow.ai_integration_phase === undefined) {
addIssue('warning', 'W016', 'config.json: workflow.ai_integration_phase absent (defaults to enabled — run /gsd-ai-integration-phase before planning AI system phases)', 'Run /gsd-health --repair to add key', true); addIssue('warning', 'W016', 'config.json: workflow.ai_integration_phase absent (defaults to enabled — run /gsd:ai-integration-phase before planning AI system phases)', 'Run /gsd:health --repair to add key', true);
if (!repairs.includes('addAiIntegrationPhaseKey')) repairs.push('addAiIntegrationPhaseKey'); if (!repairs.includes('addAiIntegrationPhaseKey')) repairs.push('addAiIntegrationPhaseKey');
} }
} catch { /* intentionally empty */ } } catch { /* intentionally empty */ }
@@ -699,7 +699,7 @@ function cmdValidateHealth(cwd, options, raw) {
try { try {
const researchContent = fs.readFileSync(path.join(phasesDir, e.name, researchFile), 'utf-8'); const researchContent = fs.readFileSync(path.join(phasesDir, e.name, researchFile), 'utf-8');
if (researchContent.includes('## Validation Architecture')) { if (researchContent.includes('## Validation Architecture')) {
addIssue('warning', 'W009', `Phase ${e.name}: has Validation Architecture in RESEARCH.md but no VALIDATION.md`, 'Re-run /gsd-plan-phase with --research to regenerate'); addIssue('warning', 'W009', `Phase ${e.name}: has Validation Architecture in RESEARCH.md but no VALIDATION.md`, 'Re-run /gsd:plan-phase with --research to regenerate');
} }
} catch { /* intentionally empty */ } } catch { /* intentionally empty */ }
} }
@@ -792,7 +792,7 @@ function cmdValidateHealth(cwd, options, raw) {
if (statusVal !== 'complete' && statusVal !== 'done') { if (statusVal !== 'complete' && statusVal !== 'done') {
addIssue('warning', 'W011', addIssue('warning', 'W011',
`STATE.md says current phase is ${statePhase} (status: ${statusVal || 'unknown'}) but ROADMAP.md shows it as [x] complete — state files may be out of sync`, `STATE.md says current phase is ${statePhase} (status: ${statusVal || 'unknown'}) but ROADMAP.md shows it as [x] complete — state files may be out of sync`,
'Run /gsd-progress to re-derive current position, or manually update STATE.md'); 'Run /gsd:progress to re-derive current position, or manually update STATE.md');
} }
} }
} }
@@ -921,7 +921,7 @@ function cmdValidateHealth(cwd, options, raw) {
stateContent += `**Current phase:** (determining...)\n`; stateContent += `**Current phase:** (determining...)\n`;
stateContent += `**Status:** Resuming\n\n`; stateContent += `**Status:** Resuming\n\n`;
stateContent += `## Session Log\n\n`; stateContent += `## Session Log\n\n`;
stateContent += `- ${new Date().toISOString().split('T')[0]}: STATE.md regenerated by /gsd-health --repair\n`; stateContent += `- ${new Date().toISOString().split('T')[0]}: STATE.md regenerated by /gsd:health --repair\n`;
writeStateMd(statePath, stateContent, cwd); writeStateMd(statePath, stateContent, cwd);
repairActions.push({ action: repair, success: true, path: 'STATE.md' }); repairActions.push({ action: repair, success: true, path: 'STATE.md' });
break; break;

View File

@@ -78,7 +78,7 @@ function cmdWorkstreamCreate(cwd, name, options, raw) {
const baseDir = planningRoot(cwd); const baseDir = planningRoot(cwd);
if (!fs.existsSync(baseDir)) { if (!fs.existsSync(baseDir)) {
error('.planning/ directory not found — run /gsd-new-project first'); error('.planning/ directory not found — run /gsd:new-project first');
} }
const wsRoot = path.join(baseDir, 'workstreams'); const wsRoot = path.join(baseDir, 'workstreams');

View File

@@ -72,21 +72,21 @@ reads is inert — the consumption mechanism is what gives an artifact meaning.
- **Location**: `.planning/spikes/SPIKE-NNN/` - **Location**: `.planning/spikes/SPIKE-NNN/`
- **Consumed by**: Planner when spike is referenced; `pause-work` for spike context handoff - **Consumed by**: Planner when spike is referenced; `pause-work` for spike context handoff
### Spike README.md / MANIFEST.md (per-spike, via /gsd-spike) ### Spike README.md / MANIFEST.md (per-spike, via /gsd:spike)
- **Shape**: YAML frontmatter (spike, name, validates, verdict, related, tags) + run instructions + results - **Shape**: YAML frontmatter (spike, name, validates, verdict, related, tags) + run instructions + results
- **Lifecycle**: Created by `/gsd-spike` → Verified → Wrapped up by `/gsd-spike-wrap-up` - **Lifecycle**: Created by `/gsd:spike` → Verified → Wrapped up by `/gsd:spike-wrap-up`
- **Location**: `.planning/spikes/NNN-name/README.md`, `.planning/spikes/MANIFEST.md` - **Location**: `.planning/spikes/NNN-name/README.md`, `.planning/spikes/MANIFEST.md`
- **Consumed by**: `/gsd-spike-wrap-up` for curation; `pause-work` for spike context handoff - **Consumed by**: `/gsd:spike-wrap-up` for curation; `pause-work` for spike context handoff
### Sketch README.md / MANIFEST.md / index.html (per-sketch) ### Sketch README.md / MANIFEST.md / index.html (per-sketch)
- **Shape**: YAML frontmatter (sketch, name, question, winner, tags) + variants as tabbed HTML - **Shape**: YAML frontmatter (sketch, name, question, winner, tags) + variants as tabbed HTML
- **Lifecycle**: Created by `/gsd-sketch` → Evaluated → Wrapped up by `/gsd-sketch-wrap-up` - **Lifecycle**: Created by `/gsd:sketch` → Evaluated → Wrapped up by `/gsd:sketch-wrap-up`
- **Location**: `.planning/sketches/NNN-name/README.md`, `.planning/sketches/NNN-name/index.html`, `.planning/sketches/MANIFEST.md` - **Location**: `.planning/sketches/NNN-name/README.md`, `.planning/sketches/NNN-name/index.html`, `.planning/sketches/MANIFEST.md`
- **Consumed by**: `/gsd-sketch-wrap-up` for curation; `pause-work` for sketch context handoff - **Consumed by**: `/gsd:sketch-wrap-up` for curation; `pause-work` for sketch context handoff
### WRAP-UP-SUMMARY.md (per wrap-up session) ### WRAP-UP-SUMMARY.md (per wrap-up session)
- **Shape**: Curation results, included/excluded items, feature/design area groupings - **Shape**: Curation results, included/excluded items, feature/design area groupings
- **Lifecycle**: Created by `/gsd-spike-wrap-up` or `/gsd-sketch-wrap-up` - **Lifecycle**: Created by `/gsd:spike-wrap-up` or `/gsd:sketch-wrap-up`
- **Location**: `.planning/spikes/WRAP-UP-SUMMARY.md` or `.planning/sketches/WRAP-UP-SUMMARY.md` - **Location**: `.planning/spikes/WRAP-UP-SUMMARY.md` or `.planning/sketches/WRAP-UP-SUMMARY.md`
- **Consumed by**: Project history; not read by automated workflows - **Consumed by**: Project history; not read by automated workflows

View File

@@ -50,13 +50,13 @@ Standard format for presenting next steps after completing a command or workflow
`/clear` then: `/clear` then:
`/gsd-execute-phase 2` `/gsd:execute-phase 2`
--- ---
**Also available:** **Also available:**
- Review plan before executing - Review plan before executing
- `/gsd-list-phase-assumptions 2` — check assumptions - `/gsd:list-phase-assumptions 2` — check assumptions
--- ---
``` ```
@@ -75,7 +75,7 @@ Add note that this is the last plan and what comes after:
`/clear` then: `/clear` then:
`/gsd-execute-phase 2` `/gsd:execute-phase 2`
--- ---
@@ -97,13 +97,13 @@ Add note that this is the last plan and what comes after:
`/clear` then: `/clear` then:
`/gsd-plan-phase 2` `/gsd:plan-phase 2`
--- ---
**Also available:** **Also available:**
- `/gsd-discuss-phase 2` — gather context first - `/gsd:discuss-phase 2` — gather context first
- `/gsd-research-phase 2` — investigate unknowns - `/gsd:research-phase 2` — investigate unknowns
- Review roadmap - Review roadmap
--- ---
@@ -126,13 +126,13 @@ Show completion status before next action:
`/clear` then: `/clear` then:
`/gsd-plan-phase 3` `/gsd:plan-phase 3`
--- ---
**Also available:** **Also available:**
- `/gsd-discuss-phase 3` — gather context first - `/gsd:discuss-phase 3` — gather context first
- `/gsd-research-phase 3` — investigate unknowns - `/gsd:research-phase 3` — investigate unknowns
- Review what Phase 2 built - Review what Phase 2 built
--- ---
@@ -151,11 +151,11 @@ When there's no clear primary action:
`/clear` then one of: `/clear` then one of:
**To plan directly:** `/gsd-plan-phase 3` **To plan directly:** `/gsd:plan-phase 3`
**To discuss context first:** `/gsd-discuss-phase 3` **To discuss context first:** `/gsd:discuss-phase 3`
**To research unknowns:** `/gsd-research-phase 3` **To research unknowns:** `/gsd:research-phase 3`
--- ---
``` ```
@@ -175,7 +175,7 @@ All 4 phases shipped
`/clear` then: `/clear` then:
`/gsd-new-milestone` `/gsd:new-milestone`
--- ---
``` ```
@@ -218,7 +218,7 @@ Extract: `**02-03: Refresh Token Rotation** — Add /api/auth/refresh with slidi
## To Continue ## To Continue
Run `/clear`, then paste: Run `/clear`, then paste:
/gsd-execute-phase 2 /gsd:execute-phase 2
``` ```
User has no idea what 02-03 is about. User has no idea what 02-03 is about.
@@ -226,7 +226,7 @@ User has no idea what 02-03 is about.
### Don't: Missing /clear explanation ### Don't: Missing /clear explanation
``` ```
`/gsd-plan-phase 3` `/gsd:plan-phase 3`
Run /clear first. Run /clear first.
``` ```
@@ -246,7 +246,7 @@ Sounds like an afterthought. Use "Also available:" instead.
``` ```
``` ```
/gsd-plan-phase 3 /gsd:plan-phase 3
``` ```
``` ```

View File

@@ -1,6 +1,6 @@
# Doc Conflict Engine # Doc Conflict Engine
Shared conflict-detection contract for workflows that ingest external content into `.planning/` (e.g., `/gsd-import`, `/gsd-ingest-docs`). Defines the report format, severity semantics, and safety-gate behavior. The specific checks that populate each severity bucket are workflow-specific and defined by the calling workflow. Shared conflict-detection contract for workflows that ingest external content into `.planning/` (e.g., `/gsd:import`, `/gsd:ingest-docs`). Defines the report format, severity semantics, and safety-gate behavior. The specific checks that populate each severity bucket are workflow-specific and defined by the calling workflow.
--- ---

View File

@@ -1,6 +1,6 @@
# Domain-Aware Probing Patterns # Domain-Aware Probing Patterns
Shared reference for `/gsd-begin`, `/gsd-discuss-phase`, and domain exploration workflows. Shared reference for `/gsd-begin`, `/gsd:discuss-phase`, and domain exploration workflows.
When the user mentions a technology area, use these probes to ask insightful follow-up questions. Don't run through them as a checklist -- pick the 2-3 most relevant based on context. The goal is to surface hidden assumptions and trade-offs the user may not have considered yet. When the user mentions a technology area, use these probes to ask insightful follow-up questions. Don't run through them as a checklist -- pick the 2-3 most relevant based on context. The goal is to surface hidden assumptions and trade-offs the user may not have considered yet.

View File

@@ -47,7 +47,7 @@ Simple 2-option confirmation for re-planning, rebuild, replace plans, commit.
4-option escalation for review escalation (max retries exceeded). 4-option escalation for review escalation (max retries exceeded).
- question: "Phase {N} has failed verification {attempt} times. How should we proceed?" - question: "Phase {N} has failed verification {attempt} times. How should we proceed?"
- header: "Escalate" - header: "Escalate"
- options: Accept gaps | Re-plan (via /gsd-plan-phase) | Debug (via /gsd-debug) | Retry - options: Accept gaps | Re-plan (via /gsd:plan-phase) | Debug (via /gsd:debug) | Retry
## Pattern: multi-option-gaps ## Pattern: multi-option-gaps
4-option gap handler for review gaps-found. 4-option gap handler for review gaps-found.
@@ -78,7 +78,7 @@ Up to 4 suggested next actions with selection (status, resume workflows).
3-option confirmation for quick task scope validation. 3-option confirmation for quick task scope validation.
- question: "This task looks complex. Proceed as quick task or use full planning?" - question: "This task looks complex. Proceed as quick task or use full planning?"
- header: "Scope" - header: "Scope"
- options: Quick task | Full plan (via /gsd-plan-phase) | Revise - options: Quick task | Full plan (via /gsd:plan-phase) | Revise
## Pattern: depth-select ## Pattern: depth-select
3-option depth selection for planning workflow preferences. 3-option depth selection for planning workflow preferences.

View File

@@ -38,7 +38,7 @@ Canonical gate types used across GSD workflows. Every validation checkpoint maps
**Recovery:** Developer investigates root cause, fixes, restarts from checkpoint. **Recovery:** Developer investigates root cause, fixes, restarts from checkpoint.
**Examples:** **Examples:**
- Context window critically low during execution - Context window critically low during execution
- STATE.md in error state blocking /gsd-next - STATE.md in error state blocking /gsd:next
- Verification finds critical missing deliverables - Verification finds critical missing deliverables
--- ---

View File

@@ -274,7 +274,7 @@ Set `commit_docs: false` so planning docs stay local and are not committed to an
### How It Works ### How It Works
1. **Auto-detection:** During `/gsd-new-project`, directories with their own `.git` folder are detected and offered for selection as sub-repos. On subsequent runs, `loadConfig` auto-syncs the `sub_repos` list with the filesystem — adding newly created repos and removing deleted ones. This means `config.json` may be rewritten automatically when repos change on disk. 1. **Auto-detection:** During `/gsd:new-project`, directories with their own `.git` folder are detected and offered for selection as sub-repos. On subsequent runs, `loadConfig` auto-syncs the `sub_repos` list with the filesystem — adding newly created repos and removing deleted ones. This means `config.json` may be rewritten automatically when repos change on disk.
2. **File grouping:** Code files are grouped by their sub-repo prefix (e.g., `backend/src/api/users.ts` belongs to the `backend/` repo). 2. **File grouping:** Code files are grouped by their sub-repo prefix (e.g., `backend/src/api/users.ts` belongs to the `backend/` repo).
3. **Independent commits:** Each sub-repo receives its own atomic commit via `gsd-tools.cjs commit-to-subrepo`. File paths are made relative to the sub-repo root before staging. 3. **Independent commits:** Each sub-repo receives its own atomic commit via `gsd-tools.cjs commit-to-subrepo`. File paths are made relative to the sub-repo root before staging.
4. **Planning stays local:** The `.planning/` directory is not committed; it acts as cross-repo coordination. 4. **Planning stays local:** The `.planning/` directory is not committed; it acts as cross-repo coordination.

View File

@@ -75,7 +75,7 @@ If you're using Claude Code with OpenRouter, a local model, or any non-Anthropic
```bash ```bash
# Via settings command # Via settings command
/gsd-settings /gsd:settings
# → Select "Inherit" for model profile # → Select "Inherit" for model profile
# Or manually in .planning/config.json # Or manually in .planning/config.json
@@ -115,7 +115,7 @@ Overrides take precedence over the profile. Valid values: `opus`, `sonnet`, `hai
## Switching Profiles ## Switching Profiles
Runtime: `/gsd-set-profile <profile>` Runtime: `/gsd:set-profile <profile>`
Per-project default: Set in `.planning/config.json`: Per-project default: Set in `.planning/config.json`:
```json ```json

View File

@@ -36,7 +36,7 @@ Configuration options for `.planning/` directory behavior.
| `workflow.use_worktrees` | `true` | Whether executor agents run in isolated git worktrees. Set to `false` to disable worktrees — agents execute sequentially on the main working tree instead. Recommended for solo developers or when worktree merges cause issues. | | `workflow.use_worktrees` | `true` | Whether executor agents run in isolated git worktrees. Set to `false` to disable worktrees — agents execute sequentially on the main working tree instead. Recommended for solo developers or when worktree merges cause issues. |
| `workflow.subagent_timeout` | `300000` | Timeout in milliseconds for parallel subagent tasks (e.g. codebase mapping). Increase for large codebases or slower models. Default: 300000 (5 minutes). | | `workflow.subagent_timeout` | `300000` | Timeout in milliseconds for parallel subagent tasks (e.g. codebase mapping). Increase for large codebases or slower models. Default: 300000 (5 minutes). |
| `workflow.inline_plan_threshold` | `2` | Plans with this many tasks or fewer execute inline (Pattern C) instead of spawning a subagent. Avoids ~14K token spawn overhead for small plans. Set to `0` to always spawn subagents. | | `workflow.inline_plan_threshold` | `2` | Plans with this many tasks or fewer execute inline (Pattern C) instead of spawning a subagent. Avoids ~14K token spawn overhead for small plans. Set to `0` to always spawn subagents. |
| `manager.flags.discuss` | `""` | Flags passed to `/gsd-discuss-phase` when dispatched from manager (e.g. `"--auto --analyze"`) | | `manager.flags.discuss` | `""` | Flags passed to `/gsd:discuss-phase` when dispatched from manager (e.g. `"--auto --analyze"`) |
| `manager.flags.plan` | `""` | Flags passed to plan workflow when dispatched from manager | | `manager.flags.plan` | `""` | Flags passed to plan workflow when dispatched from manager |
| `manager.flags.execute` | `""` | Flags passed to execute workflow when dispatched from manager | | `manager.flags.execute` | `""` | Flags passed to execute workflow when dispatched from manager |
| `response_language` | `null` | Language for user-facing questions and prompts across all phases/subagents (e.g. `"Portuguese"`, `"Japanese"`, `"Spanish"`). When set, all spawned agents include a directive to respond in this language. | | `response_language` | `null` | Language for user-facing questions and prompts across all phases/subagents (e.g. `"Portuguese"`, `"Japanese"`, `"Spanish"`). When set, all spawned agents include a directive to respond in this language. |
@@ -236,7 +236,7 @@ Generated from `CONFIG_DEFAULTS` (core.cjs) and `VALID_CONFIG_KEYS` (config.cjs)
| `context_window` | number | `200000` | `200000`, `1000000` | Context window size; set `1000000` for 1M-context models | | `context_window` | number | `200000` | `200000`, `1000000` | Context window size; set `1000000` for 1M-context models |
| `resolve_model_ids` | boolean\|string | `false` | `false`, `true`, `"omit"` | Map model aliases to full Claude IDs; `"omit"` returns empty string | | `resolve_model_ids` | boolean\|string | `false` | `false`, `true`, `"omit"` | Map model aliases to full Claude IDs; `"omit"` returns empty string |
| `context` | string\|null | `null` | `"dev"`, `"research"`, `"review"` | Execution context profile that adjusts agent behavior: `"dev"` for development tasks, `"research"` for investigation/exploration, `"review"` for code review workflows | | `context` | string\|null | `null` | `"dev"`, `"research"`, `"review"` | Execution context profile that adjusts agent behavior: `"dev"` for development tasks, `"research"` for investigation/exploration, `"review"` for code review workflows |
| `review.models.<cli>` | string\|null | `null` | Any model ID string | Per-CLI model override for /gsd-review (e.g., `review.models.gemini`). Falls back to CLI default when null. | | `review.models.<cli>` | string\|null | `null` | Any model ID string | Per-CLI model override for /gsd:review (e.g., `review.models.gemini`). Falls back to CLI default when null. |
### Workflow Fields ### Workflow Fields
@@ -252,7 +252,7 @@ Set via `workflow.*` namespace in config.json (e.g., `"workflow": { "research":
| `workflow.auto_advance` | boolean | `false` | `true`, `false` | Auto-advance to next phase after completion | | `workflow.auto_advance` | boolean | `false` | `true`, `false` | Auto-advance to next phase after completion |
| `workflow.node_repair` | boolean | `true` | `true`, `false` | Attempt automatic repair of failed plan nodes | | `workflow.node_repair` | boolean | `true` | `true`, `false` | Attempt automatic repair of failed plan nodes |
| `workflow.node_repair_budget` | number | `2` | Any positive integer | Max repair retries per failed node | | `workflow.node_repair_budget` | number | `2` | Any positive integer | Max repair retries per failed node |
| `workflow.ai_integration_phase` | boolean | `true` | `true`, `false` | Run /gsd-ai-integration-phase before planning AI system phases | | `workflow.ai_integration_phase` | boolean | `true` | `true`, `false` | Run /gsd:ai-integration-phase before planning AI system phases |
| `workflow.ui_phase` | boolean | `true` | `true`, `false` | Generate UI-SPEC.md for frontend phases | | `workflow.ui_phase` | boolean | `true` | `true`, `false` | Generate UI-SPEC.md for frontend phases |
| `workflow.ui_safety_gate` | boolean | `true` | `true`, `false` | Require safety gate approval for UI changes | | `workflow.ui_safety_gate` | boolean | `true` | `true`, `false` | Require safety gate approval for UI changes |
| `workflow.text_mode` | boolean | `false` | `true`, `false` | Use plain-text numbered lists instead of AskUserQuestion menus | | `workflow.text_mode` | boolean | `false` | `true`, `false` | Use plain-text numbered lists instead of AskUserQuestion menus |
@@ -265,7 +265,7 @@ Set via `workflow.*` namespace in config.json (e.g., `"workflow": { "research":
| `workflow.code_review` | boolean | `true` | `true`, `false` | Enable built-in code review step in the ship workflow | | `workflow.code_review` | boolean | `true` | `true`, `false` | Enable built-in code review step in the ship workflow |
| `workflow.code_review_depth` | string | `"standard"` | `"light"`, `"standard"`, `"deep"` | Depth level for code review analysis in the ship workflow | | `workflow.code_review_depth` | string | `"standard"` | `"light"`, `"standard"`, `"deep"` | Depth level for code review analysis in the ship workflow |
| `workflow._auto_chain_active` | boolean | `false` | `true`, `false` | Internal: tracks whether autonomous chaining is active | | `workflow._auto_chain_active` | boolean | `false` | `true`, `false` | Internal: tracks whether autonomous chaining is active |
| `workflow.security_enforcement` | boolean | `true` | `true`, `false` | Enable threat-model-anchored security verification via `/gsd-secure-phase`. When `false`, security checks are skipped entirely | | `workflow.security_enforcement` | boolean | `true` | `true`, `false` | Enable threat-model-anchored security verification via `/gsd:secure-phase`. When `false`, security checks are skipped entirely |
| `workflow.security_asvs_level` | number | `1` | `1`, `2`, `3` | OWASP ASVS verification level. Level 1 = opportunistic, Level 2 = standard, Level 3 = comprehensive | | `workflow.security_asvs_level` | number | `1` | `1`, `2`, `3` | OWASP ASVS verification level. Level 1 = opportunistic, Level 2 = standard, Level 3 = comprehensive |
| `workflow.security_block_on` | string | `"high"` | `"high"`, `"medium"`, `"low"` | Minimum severity that blocks phase advancement | | `workflow.security_block_on` | string | `"high"` | `"high"`, `"medium"`, `"low"` | Minimum severity that blocks phase advancement |
@@ -318,11 +318,11 @@ Set via `learnings.*` namespace (e.g., `"learnings": { "max_inject": 5 }`). Used
### Intel Fields ### Intel Fields
Set via `intel.*` namespace (e.g., `"intel": { "enabled": true }`). Controls the queryable codebase intelligence system consumed by `/gsd-intel`. Set via `intel.*` namespace (e.g., `"intel": { "enabled": true }`). Controls the queryable codebase intelligence system consumed by `/gsd:intel`.
| Key | Type | Default | Allowed Values | Description | | Key | Type | Default | Allowed Values | Description |
|-----|------|---------|----------------|-------------| |-----|------|---------|----------------|-------------|
| `intel.enabled` | boolean | `false` | `true`, `false` | Enable queryable codebase intelligence system. When `true`, `/gsd-intel` commands build and query a JSON index in `.planning/intel/`. | | `intel.enabled` | boolean | `false` | `true`, `false` | Enable queryable codebase intelligence system. When `true`, `/gsd:intel` commands build and query a JSON index in `.planning/intel/`. |
### Manager Fields ### Manager Fields
@@ -330,7 +330,7 @@ Set via `manager.*` namespace (e.g., `"manager": { "flags": { "discuss": "--auto
| Key | Type | Default | Allowed Values | Description | | Key | Type | Default | Allowed Values | Description |
|-----|------|---------|----------------|-------------| |-----|------|---------|----------------|-------------|
| `manager.flags.discuss` | string | `""` | Any CLI flags string | Flags passed to `/gsd-discuss-phase` from manager (e.g., `"--auto --analyze"`) | | `manager.flags.discuss` | string | `""` | Any CLI flags string | Flags passed to `/gsd:discuss-phase` from manager (e.g., `"--auto --analyze"`) |
| `manager.flags.plan` | string | `""` | Any CLI flags string | Flags passed to plan workflow from manager | | `manager.flags.plan` | string | `""` | Any CLI flags string | Flags passed to plan workflow from manager |
| `manager.flags.execute` | string | `""` | Any CLI flags string | Flags passed to execute workflow from manager | | `manager.flags.execute` | string | `""` | Any CLI flags string | Flags passed to execute workflow from manager |

View File

@@ -69,7 +69,7 @@ Apply this recommendation to the revision? [Yes] / [No, let me decide]
### 3. Explore — Approach Comparison (requires #1729) ### 3. Explore — Approach Comparison (requires #1729)
**When:** During Socratic conversation, when multiple viable approaches emerge. **When:** During Socratic conversation, when multiple viable approaches emerge.
**Note:** This integration point will be added when /gsd-explore (#1729) lands. **Note:** This integration point will be added when /gsd:explore (#1729) lands.
--- ---

View File

@@ -163,10 +163,10 @@ Then re-run verification to apply.
Overrides can also be managed through the verification workflow: Overrides can also be managed through the verification workflow:
1. Run `/gsd-verify-work` — verification finds gaps 1. Run `/gsd:verify-work` — verification finds gaps
2. Review gaps — determine which are intentional deviations 2. Review gaps — determine which are intentional deviations
3. Add override entries to VERIFICATION.md frontmatter 3. Add override entries to VERIFICATION.md frontmatter
4. Re-run `/gsd-verify-work` — overrides are applied, remaining gaps shown 4. Re-run `/gsd:verify-work` — overrides are applied, remaining gaps shown
</creating_overrides> </creating_overrides>
@@ -183,7 +183,7 @@ When a phase is re-verified (e.g., after gap closure):
### At Milestone Completion ### At Milestone Completion
During `/gsd-audit-milestone`, overrides are surfaced in the audit report: During `/gsd:audit-milestone`, overrides are surfaced in the audit report:
``` ```
### Verification Overrides ({count} across {phase_count} phases) ### Verification Overrides ({count} across {phase_count} phases)

View File

@@ -1,6 +1,6 @@
# AI-SPEC — Phase {N}: {phase_name} # AI-SPEC — Phase {N}: {phase_name}
> AI design contract generated by `/gsd-ai-integration-phase`. Consumed by `gsd-planner` and `gsd-eval-auditor`. > AI design contract generated by `/gsd:ai-integration-phase`. Consumed by `gsd-planner` and `gsd-eval-auditor`.
> Locks framework selection, implementation guidance, and evaluation strategy before planning begins. > Locks framework selection, implementation guidance, and evaluation strategy before planning begins.
--- ---

View File

@@ -104,7 +104,7 @@ files_changed: []
<lifecycle> <lifecycle>
**Creation:** Immediately when /gsd-debug is called **Creation:** Immediately when /gsd:debug is called
- Create file with trigger from user input - Create file with trigger from user input
- Set status to "gathering" - Set status to "gathering"
- Current Focus: next_action = "gather symptoms" - Current Focus: next_action = "gather symptoms"

View File

@@ -106,7 +106,7 @@ blocked: [N]
**Gaps:** **Gaps:**
- APPEND only when issue found (YAML format) - APPEND only when issue found (YAML format)
- After diagnosis: fill `root_cause`, `artifacts`, `missing`, `debug_session` - After diagnosis: fill `root_cause`, `artifacts`, `missing`, `debug_session`
- This section feeds directly into /gsd-plan-phase --gaps - This section feeds directly into /gsd:plan-phase --gaps
</section_rules> </section_rules>
@@ -120,7 +120,7 @@ blocked: [N]
4. UAT.md Gaps section updated with diagnosis: 4. UAT.md Gaps section updated with diagnosis:
- Each gap gets `root_cause`, `artifacts`, `missing`, `debug_session` filled - Each gap gets `root_cause`, `artifacts`, `missing`, `debug_session` filled
5. status → "diagnosed" 5. status → "diagnosed"
6. Ready for /gsd-plan-phase --gaps with root causes 6. Ready for /gsd:plan-phase --gaps with root causes
**After diagnosis:** **After diagnosis:**
```yaml ```yaml
@@ -144,7 +144,7 @@ blocked: [N]
<lifecycle> <lifecycle>
**Creation:** When /gsd-verify-work starts new session **Creation:** When /gsd:verify-work starts new session
- Extract tests from SUMMARY.md files - Extract tests from SUMMARY.md files
- Set status to "testing" - Set status to "testing"
- Current Test points to test 1 - Current Test points to test 1
@@ -171,7 +171,7 @@ blocked: [N]
- Present summary with outstanding items highlighted - Present summary with outstanding items highlighted
**Resuming partial session:** **Resuming partial session:**
- `/gsd-verify-work {phase}` picks up from first pending/blocked test - `/gsd:verify-work {phase}` picks up from first pending/blocked test
- When all items resolved, status advances to "complete" - When all items resolved, status advances to "complete"
**Resume after /clear:** **Resume after /clear:**

View File

@@ -29,7 +29,7 @@ created: {date}
- **After every task commit:** Run `{quick run command}` - **After every task commit:** Run `{quick run command}`
- **After every plan wave:** Run `{full suite command}` - **After every plan wave:** Run `{full suite command}`
- **Before `/gsd-verify-work`:** Full suite must be green - **Before `/gsd:verify-work`:** Full suite must be green
- **Max feedback latency:** {N} seconds - **Max feedback latency:** {N} seconds
--- ---

View File

@@ -21,7 +21,7 @@ The profile section is managed exclusively by `generate-claude-profile`.
**Fallback text:** **Fallback text:**
``` ```
Project not yet initialized. Run /gsd-new-project to set up. Project not yet initialized. Run /gsd:new-project to set up.
``` ```
### Stack Section ### Stack Section
@@ -96,9 +96,9 @@ No project skills found. Add skills to any of: `.claude/skills/`, `.agents/skill
Before using Edit, Write, or other file-changing tools, start work through a GSD command so planning artifacts and execution context stay in sync. Before using Edit, Write, or other file-changing tools, start work through a GSD command so planning artifacts and execution context stay in sync.
Use these entry points: Use these entry points:
- `/gsd-quick` for small fixes, doc updates, and ad-hoc tasks - `/gsd:quick` for small fixes, doc updates, and ad-hoc tasks
- `/gsd-debug` for investigation and bug fixing - `/gsd:debug` for investigation and bug fixing
- `/gsd-execute-phase` for planned phase work - `/gsd:execute-phase` for planned phase work
Do not make direct repo edits outside a GSD workflow unless the user explicitly asks to bypass it. Do not make direct repo edits outside a GSD workflow unless the user explicitly asks to bypass it.
<!-- GSD:workflow-end --> <!-- GSD:workflow-end -->
@@ -109,7 +109,7 @@ Do not make direct repo edits outside a GSD workflow unless the user explicitly
<!-- GSD:profile-start --> <!-- GSD:profile-start -->
## Developer Profile ## Developer Profile
> Profile not yet configured. Run `/gsd-profile-user` to generate your developer profile. > Profile not yet configured. Run `/gsd:profile-user` to generate your developer profile.
> This section is managed by `generate-claude-profile` — do not edit manually. > This section is managed by `generate-claude-profile` — do not edit manually.
<!-- GSD:profile-end --> <!-- GSD:profile-end -->
``` ```

View File

@@ -51,7 +51,7 @@ Create: .planning/debug/{slug}.md
## Usage ## Usage
**From /gsd-debug:** **From /gsd:debug:**
```python ```python
Task( Task(
prompt=filled_template, prompt=filled_template,

View File

@@ -5,7 +5,7 @@ description: Load developer preferences into this session
# Developer Preferences # Developer Preferences
> Generated by GSD on {{generated_at}} from {{data_source}}. > Generated by GSD on {{generated_at}} from {{data_source}}.
> Run `/gsd-profile-user --refresh` to regenerate. > Run `/gsd:profile-user --refresh` to regenerate.
## Behavioral Directives ## Behavioral Directives

View File

@@ -4,7 +4,7 @@ Template for `.planning/phases/XX-name/DISCOVERY.md` - shallow research for libr
**Purpose:** Answer "which library/option should we use" questions during mandatory discovery in plan-phase. **Purpose:** Answer "which library/option should we use" questions during mandatory discovery in plan-phase.
For deep ecosystem research ("how do experts build this"), use `/gsd-research-phase` which produces RESEARCH.md. For deep ecosystem research ("how do experts build this"), use `/gsd:research-phase` which produces RESEARCH.md.
--- ---
@@ -142,5 +142,5 @@ Create `.planning/phases/XX-name/DISCOVERY.md`:
- Niche/complex domains (3D, games, audio, shaders) - Niche/complex domains (3D, games, audio, shaders)
- Need ecosystem knowledge, not just library choice - Need ecosystem knowledge, not just library choice
- "How do experts build this" questions - "How do experts build this" questions
- Use `/gsd-research-phase` for these - Use `/gsd:research-phase` for these
</guidelines> </guidelines>

View File

@@ -142,7 +142,7 @@ After completion, create `.planning/phases/XX-name/{phase}-{plan}-SUMMARY.md`
| `user_setup` | No | Array of human-required setup items (external services) | | `user_setup` | No | Array of human-required setup items (external services) |
| `must_haves` | Yes | Goal-backward verification criteria (see below) | | `must_haves` | Yes | Goal-backward verification criteria (see below) |
**Wave is pre-computed:** Wave numbers are assigned during `/gsd-plan-phase`. Execute-phase reads `wave` directly from frontmatter and groups plans by wave number. No runtime dependency analysis needed. **Wave is pre-computed:** Wave numbers are assigned during `/gsd:plan-phase`. Execute-phase reads `wave` directly from frontmatter and groups plans by wave number. No runtime dependency analysis needed.
**Must-haves enable verification:** The `must_haves` field carries goal-backward requirements from planning to execution. After all plans complete, execute-phase spawns a verification subagent that checks these criteria against the actual codebase. **Must-haves enable verification:** The `must_haves` field carries goal-backward requirements from planning to execution. After all plans complete, execute-phase spawns a verification subagent that checks these criteria against the actual codebase.

View File

@@ -34,7 +34,7 @@ Template for spawning gsd-planner agent. The agent contains all planning experti
</planning_context> </planning_context>
<downstream_consumer> <downstream_consumer>
Output consumed by /gsd-execute-phase Output consumed by /gsd:execute-phase
Plans must be executable prompts with: Plans must be executable prompts with:
- Frontmatter (wave, depends_on, files_modified, autonomous) - Frontmatter (wave, depends_on, files_modified, autonomous)
- Tasks in XML format - Tasks in XML format
@@ -68,7 +68,7 @@ Before returning PLANNING COMPLETE:
## Usage ## Usage
**From /gsd-plan-phase (standard mode):** **From /gsd:plan-phase (standard mode):**
```python ```python
Task( Task(
prompt=filled_template, prompt=filled_template,
@@ -77,7 +77,7 @@ Task(
) )
``` ```
**From /gsd-plan-phase --gaps (gap closure mode):** **From /gsd:plan-phase --gaps (gap closure mode):**
```python ```python
Task( Task(
prompt=filled_template, # with mode: gap_closure prompt=filled_template, # with mode: gap_closure

View File

@@ -149,7 +149,7 @@ and implemented by workflows/transition.md and workflows/complete-milestone.md.
For existing codebases: For existing codebases:
1. **Map codebase first** via `/gsd-map-codebase` 1. **Map codebase first** via `/gsd:map-codebase`
2. **Infer Validated requirements** from existing code: 2. **Infer Validated requirements** from existing code:
- What does the codebase actually do? - What does the codebase actually do?

View File

@@ -18,7 +18,7 @@ Template for `.planning/phases/XX-name/{phase_num}-RESEARCH.md` - comprehensive
<user_constraints> <user_constraints>
## User Constraints (from CONTEXT.md) ## User Constraints (from CONTEXT.md)
**CRITICAL:** If CONTEXT.md exists from /gsd-discuss-phase, copy locked decisions here verbatim. These MUST be honored by the planner. **CRITICAL:** If CONTEXT.md exists from /gsd:discuss-phase, copy locked decisions here verbatim. These MUST be honored by the planner.
### Locked Decisions ### Locked Decisions
[Copy from CONTEXT.md `## Decisions` section - these are NON-NEGOTIABLE] [Copy from CONTEXT.md `## Decisions` section - these are NON-NEGOTIABLE]

View File

@@ -96,7 +96,7 @@ Status: ✓ = met minimum, ⚠ = below minimum (planner treats as assumption)
*Phase: [XX-name]* *Phase: [XX-name]*
*Spec created: [date]* *Spec created: [date]*
*Next step: /gsd-discuss-phase [X] — implementation decisions (how to build what's specified above)* *Next step: /gsd:discuss-phase [X] — implementation decisions (how to build what's specified above)*
``` ```
<good_examples> <good_examples>
@@ -192,7 +192,7 @@ The database has a `posts` table and `follows` table. No feed query or feed UI e
*Phase: 03-post-feed* *Phase: 03-post-feed*
*Spec created: 2025-01-20* *Spec created: 2025-01-20*
*Next step: /gsd-discuss-phase 3 — implementation decisions (card layout, loading skeleton, etc.)* *Next step: /gsd:discuss-phase 3 — implementation decisions (card layout, loading skeleton, etc.)*
``` ```
**Example 2: CLI tool (Database backup)** **Example 2: CLI tool (Database backup)**
@@ -280,7 +280,7 @@ No backup tooling exists. The project uses PostgreSQL. Developers currently use
*Phase: 02-backup-command* *Phase: 02-backup-command*
*Spec created: 2025-01-20* *Spec created: 2025-01-20*
*Next step: /gsd-discuss-phase 2 — implementation decisions (progress reporting, flag design, etc.)* *Next step: /gsd:discuss-phase 2 — implementation decisions (progress reporting, flag design, etc.)*
``` ```
</good_examples> </good_examples>

View File

@@ -153,10 +153,10 @@ Updated after each plan completion.
**Decisions:** Reference to PROJECT.md Key Decisions table, plus recent decisions summary for quick access. Full decision log lives in PROJECT.md. **Decisions:** Reference to PROJECT.md Key Decisions table, plus recent decisions summary for quick access. Full decision log lives in PROJECT.md.
**Pending Todos:** Ideas captured via /gsd-add-todo **Pending Todos:** Ideas captured via /gsd:add-todo
- Count of pending todos - Count of pending todos
- Reference to .planning/todos/pending/ - Reference to .planning/todos/pending/
- Brief list if few, count if many (e.g., "5 pending todos — see /gsd-check-todos") - Brief list if few, count if many (e.g., "5 pending todos — see /gsd:check-todos")
**Blockers/Concerns:** From "Next Phase Readiness" sections **Blockers/Concerns:** From "Next Phase Readiness" sections
- Issues that affect future work - Issues that affect future work

View File

@@ -11,15 +11,15 @@ Read all files referenced by the invoking prompt's execution_context before star
<step name="parse_arguments"> <step name="parse_arguments">
Parse the command arguments: Parse the command arguments:
- All arguments become the phase description - All arguments become the phase description
- Example: `/gsd-add-phase Add authentication` → description = "Add authentication" - Example: `/gsd:add-phase Add authentication` → description = "Add authentication"
- Example: `/gsd-add-phase Fix critical performance issues` → description = "Fix critical performance issues" - Example: `/gsd:add-phase Fix critical performance issues` → description = "Fix critical performance issues"
If no arguments provided: If no arguments provided:
``` ```
ERROR: Phase description required ERROR: Phase description required
Usage: /gsd-add-phase <description> Usage: /gsd:add-phase <description>
Example: /gsd-add-phase Add authentication system Example: /gsd:add-phase Add authentication system
``` ```
Exit. Exit.
@@ -36,7 +36,7 @@ if [[ "$INIT" == @file:* ]]; then INIT=$(cat "${INIT#@file:}"); fi
Check `roadmap_exists` from init JSON. If false: Check `roadmap_exists` from init JSON. If false:
``` ```
ERROR: No roadmap found (.planning/ROADMAP.md) ERROR: No roadmap found (.planning/ROADMAP.md)
Run /gsd-new-project to initialize. Run /gsd:new-project to initialize.
``` ```
Exit. Exit.
</step> </step>
@@ -89,12 +89,12 @@ Roadmap updated: .planning/ROADMAP.md
`/clear` then: `/clear` then:
`/gsd-plan-phase {N}` `/gsd:plan-phase {N}`
--- ---
**Also available:** **Also available:**
- `/gsd-add-phase <description>` — add another phase - `/gsd:add-phase <description>` — add another phase
- Review roadmap - Review roadmap
--- ---

View File

@@ -1,7 +1,7 @@
<purpose> <purpose>
Generate unit and E2E tests for a completed phase based on its SUMMARY.md, CONTEXT.md, and implementation. Classifies each changed file into TDD (unit), E2E (browser), or Skip categories, presents a test plan for user approval, then generates tests following RED-GREEN conventions. Generate unit and E2E tests for a completed phase based on its SUMMARY.md, CONTEXT.md, and implementation. Classifies each changed file into TDD (unit), E2E (browser), or Skip categories, presents a test plan for user approval, then generates tests following RED-GREEN conventions.
Users currently hand-craft `/gsd-quick` prompts for test generation after each phase. This workflow standardizes the process with proper classification, quality gates, and gap reporting. Users currently hand-craft `/gsd:quick` prompts for test generation after each phase. This workflow standardizes the process with proper classification, quality gates, and gap reporting.
</purpose> </purpose>
<required_reading> <required_reading>
@@ -15,15 +15,15 @@ Parse `$ARGUMENTS` for:
- Phase number (integer, decimal, or letter-suffix) → store as `$PHASE_ARG` - Phase number (integer, decimal, or letter-suffix) → store as `$PHASE_ARG`
- Remaining text after phase number → store as `$EXTRA_INSTRUCTIONS` (optional) - Remaining text after phase number → store as `$EXTRA_INSTRUCTIONS` (optional)
Example: `/gsd-add-tests 12 focus on edge cases``$PHASE_ARG=12`, `$EXTRA_INSTRUCTIONS="focus on edge cases"` Example: `/gsd:add-tests 12 focus on edge cases``$PHASE_ARG=12`, `$EXTRA_INSTRUCTIONS="focus on edge cases"`
If no phase argument provided: If no phase argument provided:
``` ```
ERROR: Phase number required ERROR: Phase number required
Usage: /gsd-add-tests <phase> [additional instructions] Usage: /gsd:add-tests <phase> [additional instructions]
Example: /gsd-add-tests 12 Example: /gsd:add-tests 12
Example: /gsd-add-tests 12 focus on edge cases in the pricing module Example: /gsd:add-tests 12 focus on edge cases in the pricing module
``` ```
Exit. Exit.
@@ -54,7 +54,7 @@ Read the phase artifacts (in order of priority):
If no SUMMARY.md exists: If no SUMMARY.md exists:
``` ```
ERROR: No SUMMARY.md found for phase ${PHASE_ARG} ERROR: No SUMMARY.md found for phase ${PHASE_ARG}
This command works on completed phases. Run /gsd-execute-phase first. This command works on completed phases. Run /gsd:execute-phase first.
``` ```
Exit. Exit.
@@ -318,7 +318,7 @@ Present next steps:
## ▶ Next Up — [${PROJECT_CODE}] ${PROJECT_TITLE} ## ▶ Next Up — [${PROJECT_CODE}] ${PROJECT_TITLE}
{if bugs discovered:} {if bugs discovered:}
**Fix discovered bugs:** `/gsd-quick fix the {N} test failures discovered in phase ${phase_number}` **Fix discovered bugs:** `/gsd:quick fix the {N} test failures discovered in phase ${phase_number}`
{if blocked tests:} {if blocked tests:}
**Resolve test blockers:** {description of what's needed} **Resolve test blockers:** {description of what's needed}
@@ -329,8 +329,8 @@ Present next steps:
--- ---
**Also available:** **Also available:**
- `/gsd-add-tests {next_phase}` — test another phase - `/gsd:add-tests {next_phase}` — test another phase
- `/gsd-verify-work {phase_number}` — run UAT verification - `/gsd:verify-work {phase_number}` — run UAT verification
--- ---
``` ```

View File

@@ -28,7 +28,7 @@ Note existing areas from the todos array for consistency in infer_area step.
<step name="extract_content"> <step name="extract_content">
**With arguments:** Use as the title/focus. **With arguments:** Use as the title/focus.
- `/gsd-add-todo Add auth token refresh` → title = "Add auth token refresh" - `/gsd:add-todo Add auth token refresh` → title = "Add auth token refresh"
**Without arguments:** Analyze recent conversation to extract: **Without arguments:** Analyze recent conversation to extract:
- The specific problem, idea, or task discussed - The specific problem, idea, or task discussed
@@ -143,7 +143,7 @@ Would you like to:
1. Continue with current work 1. Continue with current work
2. Add another todo 2. Add another todo
3. View all todos (/gsd-check-todos) 3. View all todos (/gsd:check-todos)
``` ```
</step> </step>

View File

@@ -43,11 +43,11 @@ AI_PHASE_ENABLED=$(gsd-sdk query config-get workflow.ai_integration_phase 2>/dev
**If `AI_PHASE_ENABLED` is `false`:** **If `AI_PHASE_ENABLED` is `false`:**
``` ```
AI phase is disabled in config. Enable via /gsd-settings. AI phase is disabled in config. Enable via /gsd:settings.
``` ```
Exit workflow. Exit workflow.
**If `planning_exists` is false:** Error — run `/gsd-new-project` first. **If `planning_exists` is false:** Error — run `/gsd:new-project` first.
## 2. Parse and Validate Phase ## 2. Parse and Validate Phase
@@ -64,7 +64,7 @@ PHASE_INFO=$(gsd-sdk query roadmap.get-phase "${PHASE}")
**If `has_context` is false:** **If `has_context` is false:**
``` ```
No CONTEXT.md found for Phase {N}. No CONTEXT.md found for Phase {N}.
Recommended: run /gsd-discuss-phase {N} first to capture framework preferences. Recommended: run /gsd:discuss-phase {N} first to capture framework preferences.
Continuing without user decisions — framework selector will ask all questions. Continuing without user decisions — framework selector will ask all questions.
``` ```
Continue (non-blocking). Continue (non-blocking).
@@ -122,7 +122,7 @@ Goal: {phase_goal}
Parse selector output for: `primary_framework`, `system_type`, `model_provider`, `eval_concerns`, `alternative_framework`. Parse selector output for: `primary_framework`, `system_type`, `model_provider`, `eval_concerns`, `alternative_framework`.
**If selector fails or returns empty:** Exit with error — "Framework selection failed. Re-run /gsd-ai-integration-phase {N} or answer the framework question in /gsd-discuss-phase {N} first." **If selector fails or returns empty:** Exit with error — "Framework selection failed. Re-run /gsd:ai-integration-phase {N} or answer the framework question in /gsd:discuss-phase {N} first."
## 6. Initialize AI-SPEC.md ## 6. Initialize AI-SPEC.md
@@ -266,7 +266,7 @@ git commit -m "docs({phase_slug}): generate AI-SPEC.md — {primary_framework} +
◆ Output: {ai_spec_path} ◆ Output: {ai_spec_path}
Next step: Next step:
/gsd-plan-phase {N} — planner will consume AI-SPEC.md /gsd:plan-phase {N} — planner will consume AI-SPEC.md
``` ```
</process> </process>

View File

@@ -1,12 +1,12 @@
<purpose> <purpose>
Analyze ROADMAP.md phases for dependency relationships before execution. Detect file overlap between phases, semantic API/data-flow dependencies, and suggest `Depends on` entries to prevent merge conflicts during parallel execution by `/gsd-manager`. Analyze ROADMAP.md phases for dependency relationships before execution. Detect file overlap between phases, semantic API/data-flow dependencies, and suggest `Depends on` entries to prevent merge conflicts during parallel execution by `/gsd:manager`.
</purpose> </purpose>
<process> <process>
## 1. Load ROADMAP.md ## 1. Load ROADMAP.md
Read `.planning/ROADMAP.md`. If it does not exist, error: "No ROADMAP.md found — run `/gsd-new-project` first." Read `.planning/ROADMAP.md`. If it does not exist, error: "No ROADMAP.md found — run `/gsd:new-project` first."
Extract all phases. For each phase capture: Extract all phases. For each phase capture:
- Phase number and name - Phase number and name
@@ -91,6 +91,6 @@ When writing to ROADMAP.md:
- Preserve all other phase content unchanged - Preserve all other phase content unchanged
- Do not reorder phases - Do not reorder phases
After applying: "ROADMAP.md updated. Run `/gsd-manager` to execute phases in the correct order." After applying: "ROADMAP.md updated. Run `/gsd:manager` to execute phases in the correct order."
</process> </process>

View File

@@ -158,7 +158,7 @@ Classify per phase:
Add to audit YAML: `nyquist: { compliant_phases, partial_phases, missing_phases, overall }` Add to audit YAML: `nyquist: { compliant_phases, partial_phases, missing_phases, overall }`
Discovery only — never auto-calls `/gsd-validate-phase`. Discovery only — never auto-calls `/gsd:validate-phase`.
## 6. Aggregate into v{version}-MILESTONE-AUDIT.md ## 6. Aggregate into v{version}-MILESTONE-AUDIT.md
@@ -231,7 +231,7 @@ All requirements covered. Cross-phase integration verified. E2E flows complete.
/clear then: /clear then:
/gsd-complete-milestone {version} /gsd:complete-milestone {version}
─────────────────────────────────────────────────────────────── ───────────────────────────────────────────────────────────────
@@ -264,9 +264,9 @@ All requirements covered. Cross-phase integration verified. E2E flows complete.
| Phase | VALIDATION.md | Compliant | Action | | Phase | VALIDATION.md | Compliant | Action |
|-------|---------------|-----------|--------| |-------|---------------|-----------|--------|
| {phase} | exists/missing | true/false/partial | `/gsd-validate-phase {N}` | | {phase} | exists/missing | true/false/partial | `/gsd:validate-phase {N}` |
Phases needing validation: run `/gsd-validate-phase {N}` for each flagged phase. Phases needing validation: run `/gsd:validate-phase {N}` for each flagged phase.
─────────────────────────────────────────────────────────────── ───────────────────────────────────────────────────────────────
@@ -276,13 +276,13 @@ Phases needing validation: run `/gsd-validate-phase {N}` for each flagged phase.
/clear then: /clear then:
/gsd-plan-milestone-gaps /gsd:plan-milestone-gaps
─────────────────────────────────────────────────────────────── ───────────────────────────────────────────────────────────────
**Also available:** **Also available:**
- cat .planning/v{version}-MILESTONE-AUDIT.md — see full report - cat .planning/v{version}-MILESTONE-AUDIT.md — see full report
- /gsd-complete-milestone {version} — proceed anyway (accept tech debt) - /gsd:complete-milestone {version} — proceed anyway (accept tech debt)
─────────────────────────────────────────────────────────────── ───────────────────────────────────────────────────────────────
@@ -312,13 +312,13 @@ All requirements met. No critical blockers. Accumulated tech debt needs review.
**A. Complete milestone** — accept debt, track in backlog **A. Complete milestone** — accept debt, track in backlog
/gsd-complete-milestone {version} /gsd:complete-milestone {version}
**B. Plan cleanup phase** — address debt before completing **B. Plan cleanup phase** — address debt before completing
/clear then: /clear then:
/gsd-plan-milestone-gaps /gsd:plan-milestone-gaps
─────────────────────────────────────────────────────────────── ───────────────────────────────────────────────────────────────
</offer_next> </offer_next>

View File

@@ -76,9 +76,9 @@ Present the audit report:
## Recommended Actions ## Recommended Actions
1. **Close stale items:** `/gsd-verify-work {phase}` — mark stale tests as resolved 1. **Close stale items:** `/gsd:verify-work {phase}` — mark stale tests as resolved
2. **Run active tests:** Human UAT test plan below 2. **Run active tests:** Human UAT test plan below
3. **When prerequisites met:** Retest blocked items with `/gsd-verify-work {phase}` 3. **When prerequisites met:** Retest blocked items with `/gsd:verify-work {phase}`
``` ```
</step> </step>

View File

@@ -54,8 +54,8 @@ if [[ "$INIT" == @file:* ]]; then INIT=$(cat "${INIT#@file:}"); fi
Parse JSON for: `milestone_version`, `milestone_name`, `phase_count`, `completed_phases`, `roadmap_exists`, `state_exists`, `commit_docs`. Parse JSON for: `milestone_version`, `milestone_name`, `phase_count`, `completed_phases`, `roadmap_exists`, `state_exists`, `commit_docs`.
**If `roadmap_exists` is false:** Error — "No ROADMAP.md found. Run `/gsd-new-milestone` first." **If `roadmap_exists` is false:** Error — "No ROADMAP.md found. Run `/gsd:new-milestone` first."
**If `state_exists` is false:** Error — "No STATE.md found. Run `/gsd-new-milestone` first." **If `state_exists` is false:** Error — "No STATE.md found. Run `/gsd:new-milestone` first."
Display startup banner: Display startup banner:
@@ -537,7 +537,7 @@ Read and execute: `$HOME/.claude/get-shit-done/references/autonomous-smart-discu
Completed through phase ${TO_PHASE} as requested. Completed through phase ${TO_PHASE} as requested.
Remaining phases were not executed. Remaining phases were not executed.
Resume with: /gsd-autonomous --from ${next_incomplete_phase} Resume with: /gsd:autonomous --from ${next_incomplete_phase}
``` ```
Proceed directly to lifecycle step (which handles partial completion — skips audit/complete/cleanup since not all phases are done). Exit cleanly. Proceed directly to lifecycle step (which handles partial completion — skips audit/complete/cleanup since not all phases are done). Exit cleanly.
@@ -589,7 +589,7 @@ If all phases complete, proceed to lifecycle step.
Phase ${ONLY_PHASE}: ${PHASE_NAME} — Done Phase ${ONLY_PHASE}: ${PHASE_NAME} — Done
Mode: Single phase (--only) Mode: Single phase (--only)
Lifecycle skipped — run /gsd-autonomous without --only Lifecycle skipped — run /gsd:autonomous without --only
after all phases complete to trigger audit/complete/cleanup. after all phases complete to trigger audit/complete/cleanup.
``` ```
@@ -647,7 +647,7 @@ Ask user via AskUserQuestion:
On **"Continue anyway"**: Display `Audit ⏭ Gaps accepted — proceeding to complete milestone` and proceed to 5b. On **"Continue anyway"**: Display `Audit ⏭ Gaps accepted — proceeding to complete milestone` and proceed to 5b.
On **"Stop"**: Go to handle_blocker with "User stopped — audit gaps remain. Run /gsd-audit-milestone to review, then /gsd-complete-milestone when ready." On **"Stop"**: Go to handle_blocker with "User stopped — audit gaps remain. Run /gsd:audit-milestone to review, then /gsd:complete-milestone when ready."
**If `tech_debt`:** **If `tech_debt`:**
@@ -662,7 +662,7 @@ Show the summary, then ask user via AskUserQuestion:
On **"Continue with tech debt"**: Display `Audit ⏭ Tech debt acknowledged — proceeding to complete milestone` and proceed to 5b. On **"Continue with tech debt"**: Display `Audit ⏭ Tech debt acknowledged — proceeding to complete milestone` and proceed to 5b.
On **"Stop"**: Go to handle_blocker with "User stopped — tech debt to address. Run /gsd-audit-milestone to review details." On **"Stop"**: Go to handle_blocker with "User stopped — tech debt to address. Run /gsd:audit-milestone to review details."
**5b. Complete Milestone** **5b. Complete Milestone**
@@ -732,7 +732,7 @@ When any phase operation fails or a blocker is detected, present 3 options via A
Skipped: {list of skipped phases} Skipped: {list of skipped phases}
Remaining: {list of remaining phases} Remaining: {list of remaining phases}
Resume with: /gsd-autonomous ${ONLY_PHASE ? "--only " + ONLY_PHASE : "--from " + next_phase}${TO_PHASE ? " --to " + TO_PHASE : ""} Resume with: /gsd:autonomous ${ONLY_PHASE ? "--only " + ONLY_PHASE : "--from " + next_phase}${TO_PHASE ? " --to " + TO_PHASE : ""}
``` ```
</step> </step>

View File

@@ -22,14 +22,14 @@ If `todo_count` is 0:
``` ```
No pending todos. No pending todos.
Todos are captured during work sessions with /gsd-add-todo. Todos are captured during work sessions with /gsd:add-todo.
--- ---
Would you like to: Would you like to:
1. Continue with current phase (/gsd-progress) 1. Continue with current phase (/gsd:progress)
2. Add a todo now (/gsd-add-todo) 2. Add a todo now (/gsd:add-todo)
``` ```
Exit. Exit.
@@ -37,8 +37,8 @@ Exit.
<step name="parse_filter"> <step name="parse_filter">
Check for area filter in arguments: Check for area filter in arguments:
- `/gsd-check-todos` → show all - `/gsd:check-todos` → show all
- `/gsd-check-todos api` → filter to area:api only - `/gsd:check-todos api` → filter to area:api only
</step> </step>
<step name="list_todos"> <step name="list_todos">
@@ -56,7 +56,7 @@ Pending Todos:
--- ---
Reply with a number to view details, or: Reply with a number to view details, or:
- `/gsd-check-todos [area]` to filter by area - `/gsd:check-todos [area]` to filter by area
- `q` to exit - `q` to exit
``` ```
@@ -120,7 +120,7 @@ Use AskUserQuestion:
- question: "What would you like to do with this todo?" - question: "What would you like to do with this todo?"
- options: - options:
- "Work on it now" — move to done, start working - "Work on it now" — move to done, start working
- "Create a phase" — /gsd-add-phase with this scope - "Create a phase" — /gsd:add-phase with this scope
- "Brainstorm approach" — think through before deciding - "Brainstorm approach" — think through before deciding
- "Put it back" — return to list - "Put it back" — return to list
</step> </step>
@@ -136,7 +136,7 @@ Update STATE.md todo count. Present problem/solution context. Begin work or ask
Note todo reference in phase planning notes. Keep in pending. Return to list or exit. Note todo reference in phase planning notes. Keep in pending. Return to list or exit.
**Create a phase:** **Create a phase:**
Display: `/gsd-add-phase [description from todo]` Display: `/gsd:add-phase [description from todo]`
Keep in pending. User runs command in fresh context. Keep in pending. User runs command in fresh context.
**Brainstorm approach:** **Brainstorm approach:**

View File

@@ -93,7 +93,7 @@ Verify that REVIEW.md exists:
```bash ```bash
if [ ! -f "${REVIEW_PATH}" ]; then if [ ! -f "${REVIEW_PATH}" ]; then
echo "Error: No REVIEW.md found for Phase ${PHASE_ARG}. Run /gsd-code-review ${PHASE_ARG} first." echo "Error: No REVIEW.md found for Phase ${PHASE_ARG}. Run /gsd:code-review ${PHASE_ARG} first."
exit 1 exit 1
fi fi
``` ```
@@ -221,7 +221,7 @@ Check if FIX_REPORT_PATH exists:
Either way: Either way:
``` ```
Some fix commits may already exist in git history — check git log for fix(${PADDED_PHASE}) commits. Some fix commits may already exist in git history — check git log for fix(${PADDED_PHASE}) commits.
You can retry with /gsd-code-review-fix ${PHASE_ARG}. You can retry with /gsd:code-review-fix ${PHASE_ARG}.
``` ```
Exit workflow (skip auto loop). Exit workflow (skip auto loop).
@@ -394,7 +394,7 @@ if [ ! -f "${FIX_REPORT_PATH}" ]; then
echo "The fixer agent may have failed before completing." echo "The fixer agent may have failed before completing."
echo "Check git log for any fix(${PADDED_PHASE}) commits." echo "Check git log for any fix(${PADDED_PHASE}) commits."
echo "" echo ""
echo "Retry: /gsd-code-review-fix ${PHASE_ARG}" echo "Retry: /gsd:code-review-fix ${PHASE_ARG}"
echo "" echo ""
echo "═══════════════════════════════════════════════════════════════" echo "═══════════════════════════════════════════════════════════════"
exit 1 exit 1
@@ -451,7 +451,7 @@ if [ "$FIX_STATUS" = "all_fixed" ]; then
echo "Full report: ${FIX_REPORT_PATH}" echo "Full report: ${FIX_REPORT_PATH}"
echo "" echo ""
echo "Next step:" echo "Next step:"
echo " /gsd-verify-work — Verify phase completion" echo " /gsd:verify-work — Verify phase completion"
echo "" echo ""
fi fi
``` ```
@@ -465,8 +465,8 @@ if [ "$FIX_STATUS" = "partial" ] || [ "$FIX_STATUS" = "none_fixed" ]; then
echo "" echo ""
echo "Next steps:" echo "Next steps:"
echo " cat ${FIX_REPORT_PATH} — View fix report" echo " cat ${FIX_REPORT_PATH} — View fix report"
echo " /gsd-code-review ${PHASE_NUMBER} — Re-review code" echo " /gsd:code-review ${PHASE_NUMBER} — Re-review code"
echo " /gsd-verify-work — Verify phase completion" echo " /gsd:verify-work — Verify phase completion"
echo "" echo ""
fi fi
``` ```

View File

@@ -227,7 +227,7 @@ if [ ${#REVIEW_FILES[@]} -eq 0 ]; then
else else
# Fail closed — no reliable diff base found. Do not use arbitrary HEAD~N. # Fail closed — no reliable diff base found. Do not use arbitrary HEAD~N.
echo "Warning: No phase commits found for '${PADDED_PHASE}'. Cannot determine reliable diff scope." echo "Warning: No phase commits found for '${PADDED_PHASE}'. Cannot determine reliable diff scope."
echo "Use --files flag to specify files explicitly: /gsd-code-review ${PHASE_ARG} --files=file1,file2,..." echo "Use --files flag to specify files explicitly: /gsd:code-review ${PHASE_ARG} --files=file1,file2,..."
fi fi
fi fi
``` ```
@@ -372,7 +372,7 @@ If the Task() call fails (agent error, timeout, or exception):
``` ```
Error: Code review agent failed: ${error_message} Error: Code review agent failed: ${error_message}
No REVIEW.md created. You can retry with /gsd-code-review ${PHASE_ARG} or check agent logs. No REVIEW.md created. You can retry with /gsd:code-review ${PHASE_ARG} or check agent logs.
``` ```
Do NOT proceed to commit_review step. Do NOT create a partial or empty REVIEW.md. Exit workflow. Do NOT proceed to commit_review step. Do NOT create a partial or empty REVIEW.md. Exit workflow.
@@ -405,7 +405,7 @@ if [ -f "${REVIEW_PATH}" ]; then
fi fi
else else
echo "Warning: Agent completed but REVIEW.md not found at ${REVIEW_PATH}. This may indicate an agent issue." echo "Warning: Agent completed but REVIEW.md not found at ${REVIEW_PATH}. This may indicate an agent issue."
echo "No REVIEW.md to commit. Please retry with /gsd-code-review ${PHASE_ARG}" echo "No REVIEW.md to commit. Please retry with /gsd:code-review ${PHASE_ARG}"
fi fi
``` ```
</step> </step>
@@ -469,7 +469,7 @@ If total findings > 0:
Full report: ${REVIEW_PATH} Full report: ${REVIEW_PATH}
Next steps: Next steps:
/gsd-code-review-fix ${PHASE_NUMBER} — Auto-fix issues /gsd:code-review-fix ${PHASE_NUMBER} — Auto-fix issues
cat ${REVIEW_PATH} — View full report cat ${REVIEW_PATH} — View full report
``` ```

View File

@@ -53,7 +53,7 @@ Display the full audit report to the user.
Then ask: Then ask:
``` ```
These items are open. Choose an action: These items are open. Choose an action:
[R] Resolve — stop and fix items, then re-run /gsd-complete-milestone [R] Resolve — stop and fix items, then re-run /gsd:complete-milestone
[A] Acknowledge all — document as deferred and proceed with close [A] Acknowledge all — document as deferred and proceed with close
[C] Cancel — exit without closing [C] Cancel — exit without closing
``` ```
@@ -126,7 +126,7 @@ Requirements: {N}/{M} v1 requirements checked off
MUST present 3 options: MUST present 3 options:
1. **Proceed anyway** — mark milestone complete with known gaps 1. **Proceed anyway** — mark milestone complete with known gaps
2. **Run audit first** — `/gsd-audit-milestone` to assess gap severity 2. **Run audit first** — `/gsd:audit-milestone` to assess gap severity
3. **Abort** — return to development 3. **Abort** — return to development
If user selects "Proceed anyway": note incomplete requirements in MILESTONES.md under `### Known Gaps` with REQ-IDs and descriptions. If user selects "Proceed anyway": note incomplete requirements in MILESTONES.md under `### Known Gaps` with REQ-IDs and descriptions.
@@ -443,7 +443,7 @@ mv .planning/phases/{phase-dir} .planning/milestones/v[X.Y]-phases/
``` ```
Verify: `✅ Phase directories archived to .planning/milestones/v[X.Y]-phases/` Verify: `✅ Phase directories archived to .planning/milestones/v[X.Y]-phases/`
If "Skip": Phase directories remain in `.planning/phases/` as raw execution history. Use `/gsd-cleanup` later to archive retroactively. If "Skip": Phase directories remain in `.planning/phases/` as raw execution history. Use `/gsd:cleanup` later to archive retroactively.
After archival, the AI still handles: After archival, the AI still handles:
- Reorganizing ROADMAP.md with milestone grouping (requires judgment) — overwrite in place after extracting Backlog section - Reorganizing ROADMAP.md with milestone grouping (requires judgment) — overwrite in place after extracting Backlog section
@@ -788,7 +788,7 @@ Tag: v[X.Y]
`/clear` then: `/clear` then:
`/gsd-new-milestone` `/gsd:new-milestone`
--- ---
``` ```
@@ -844,6 +844,6 @@ Milestone completion is successful when:
- [ ] Known gaps recorded in MILESTONES.md if user proceeded with incomplete requirements - [ ] Known gaps recorded in MILESTONES.md if user proceeded with incomplete requirements
- [ ] RETROSPECTIVE.md updated with milestone section - [ ] RETROSPECTIVE.md updated with milestone section
- [ ] Cross-milestone trends updated - [ ] Cross-milestone trends updated
- [ ] User knows next step (/gsd-new-milestone) - [ ] User knows next step (/gsd:new-milestone)
</success_criteria> </success_criteria>

View File

@@ -220,7 +220,7 @@ Agents only diagnose—plan-phase --gaps handles fixes (no fix application).
**Agent times out:** **Agent times out:**
- Check DEBUG-{slug}.md for partial progress - Check DEBUG-{slug}.md for partial progress
- Can resume with /gsd-debug - Can resume with /gsd:debug
**All agents fail:** **All agents fail:**
- Something systemic (permissions, git, etc.) - Something systemic (permissions, git, etc.)

View File

@@ -4,7 +4,7 @@ Produces DISCOVERY.md (for Level 2-3) that informs PLAN.md creation.
Called from plan-phase.md's mandatory_discovery step with a depth parameter. Called from plan-phase.md's mandatory_discovery step with a depth parameter.
NOTE: For comprehensive ecosystem research ("how do experts build this"), use /gsd-research-phase instead, which produces RESEARCH.md. NOTE: For comprehensive ecosystem research ("how do experts build this"), use /gsd:research-phase instead, which produces RESEARCH.md.
</purpose> </purpose>
<depth_levels> <depth_levels>
@@ -254,8 +254,8 @@ Confidence: [level]
What's next? What's next?
1. Discuss phase context (/gsd-discuss-phase [current-phase]) 1. Discuss phase context (/gsd:discuss-phase [current-phase])
2. Create phase plan (/gsd-plan-phase [current-phase]) 2. Create phase plan (/gsd:plan-phase [current-phase])
3. Refine discovery (dig deeper) 3. Refine discovery (dig deeper)
4. Review discovery 4. Review discovery

View File

@@ -77,7 +77,7 @@ Parse JSON for: `commit_docs`, `phase_found`, `phase_dir`, `phase_number`, `phas
``` ```
Phase [X] not found in roadmap. Phase [X] not found in roadmap.
Use /gsd-progress to see available phases. Use /gsd:progress to see available phases.
``` ```
Exit workflow. Exit workflow.
@@ -599,13 +599,13 @@ Created: .planning/phases/${PADDED_PHASE}-${SLUG}/${PADDED_PHASE}-CONTEXT.md
`/clear` then: `/clear` then:
`/gsd-plan-phase ${PHASE}` `/gsd:plan-phase ${PHASE}`
--- ---
**Also available:** **Also available:**
- `/gsd-plan-phase ${PHASE} --skip-research` — plan without research - `/gsd:plan-phase ${PHASE} --skip-research` — plan without research
- `/gsd-ui-phase ${PHASE}` — generate UI design contract (if frontend work) - `/gsd:ui-phase ${PHASE}` — generate UI design contract (if frontend work)
- Review/edit CONTEXT.md before continuing - Review/edit CONTEXT.md before continuing
--- ---

View File

@@ -5,7 +5,7 @@ Power user mode for discuss-phase. Generates ALL questions upfront into a JSON s
</purpose> </purpose>
<trigger> <trigger>
This workflow executes when `--power` flag is present in ARGUMENTS to `/gsd-discuss-phase`. This workflow executes when `--power` flag is present in ARGUMENTS to `/gsd:discuss-phase`.
The caller (discuss-phase.md) has already: The caller (discuss-phase.md) has already:
- Validated the phase exists - Validated the phase exists
@@ -265,7 +265,7 @@ Process all answered questions from the JSON file and generate CONTEXT.md.
``` ```
Warning: Only {answered}/{total} questions answered ({pct}%). Warning: Only {answered}/{total} questions answered ({pct}%).
CONTEXT.md generated with available decisions. Unanswered questions listed as deferred. CONTEXT.md generated with available decisions. Unanswered questions listed as deferred.
Consider running /gsd-discuss-phase {N} again to refine before planning. Consider running /gsd:discuss-phase {N} again to refine before planning.
``` ```
7. Print completion message: 7. Print completion message:
@@ -275,7 +275,7 @@ CONTEXT.md written: {phase_dir}/{padded_phase}-CONTEXT.md
Decisions captured: {answered} Decisions captured: {answered}
Deferred: {remaining} Deferred: {remaining}
Next step: /gsd-plan-phase {N} Next step: /gsd:plan-phase {N}
``` ```
</step> </step>

View File

@@ -133,7 +133,7 @@ This is required for Claude Code remote sessions (`/rc` mode) where the Claude A
cannot forward TUI menu selections back to the host. cannot forward TUI menu selections back to the host.
Enable text mode: Enable text mode:
- Per-session: pass `--text` flag to any command (e.g., `/gsd-discuss-phase --text`) - Per-session: pass `--text` flag to any command (e.g., `/gsd:discuss-phase --text`)
- Per-project: `gsd-sdk query config-set workflow.text_mode true` - Per-project: `gsd-sdk query config-set workflow.text_mode true`
Text mode applies to ALL workflows in the session, not just discuss-phase. Text mode applies to ALL workflows in the session, not just discuss-phase.
@@ -141,7 +141,7 @@ Text mode applies to ALL workflows in the session, not just discuss-phase.
<process> <process>
**Express path available:** If you already have a PRD or acceptance criteria document, use `/gsd-plan-phase {phase} --prd path/to/prd.md` to skip this discussion and go straight to planning. **Express path available:** If you already have a PRD or acceptance criteria document, use `/gsd:plan-phase {phase} --prd path/to/prd.md` to skip this discussion and go straight to planning.
<step name="initialize" priority="first"> <step name="initialize" priority="first">
Phase number from argument (required). Phase number from argument (required).
@@ -160,7 +160,7 @@ Parse JSON for: `commit_docs`, `phase_found`, `phase_dir`, `phase_number`, `phas
``` ```
Phase [X] not found in roadmap. Phase [X] not found in roadmap.
Use /gsd-progress ${GSD_WS} to see available phases. Use /gsd:progress ${GSD_WS} to see available phases.
``` ```
Exit workflow. Exit workflow.
@@ -216,7 +216,7 @@ Write these answers inline before continuing. If a blocking anti-pattern cannot
</step> </step>
<step name="check_spec"> <step name="check_spec">
Check if a SPEC.md (from `/gsd-spec-phase`) exists for this phase. SPEC.md locks requirements before implementation decisions — if present, this discussion focuses on HOW to implement, not WHAT to build. Check if a SPEC.md (from `/gsd:spec-phase`) exists for this phase. SPEC.md locks requirements before implementation decisions — if present, this discussion focuses on HOW to implement, not WHAT to build.
```bash ```bash
ls ${phase_dir}/*-SPEC.md 2>/dev/null | grep -v AI-SPEC | head -1 || true ls ${phase_dir}/*-SPEC.md 2>/dev/null | grep -v AI-SPEC | head -1 || true
@@ -235,7 +235,7 @@ ls ${phase_dir}/*-SPEC.md 2>/dev/null | grep -v AI-SPEC | head -1 || true
**If no SPEC.md is found:** Continue to `check_existing` with `spec_loaded = false` (default behavior unchanged). **If no SPEC.md is found:** Continue to `check_existing` with `spec_loaded = false` (default behavior unchanged).
**Note:** SPEC.md files named `AI-SPEC.md` (from `/gsd-ai-integration-phase`) are excluded — those serve a different purpose. **Note:** SPEC.md files named `AI-SPEC.md` (from `/gsd:ai-integration-phase`) are excluded — those serve a different purpose.
</step> </step>
<step name="check_existing"> <step name="check_existing">
@@ -291,7 +291,7 @@ Check `has_plans` and `plan_count` from init. **If `has_plans` is true:**
- header: "Plans exist" - header: "Plans exist"
- question: "Phase [X] already has {plan_count} plan(s) created without user context. Your decisions here won't affect existing plans unless you replan." - question: "Phase [X] already has {plan_count} plan(s) created without user context. Your decisions here won't affect existing plans unless you replan."
- options: - options:
- "Continue and replan after" — Capture context, then run /gsd-plan-phase {X} ${GSD_WS} to replan - "Continue and replan after" — Capture context, then run /gsd:plan-phase {X} ${GSD_WS} to replan
- "View existing plans" — Show plans before deciding - "View existing plans" — Show plans before deciding
- "Cancel" — Skip discuss-phase - "Cancel" — Skip discuss-phase
@@ -376,7 +376,7 @@ Add to `<prior_decisions>`:
If raw spikes/sketches exist but no findings skill, note in output: If raw spikes/sketches exist but no findings skill, note in output:
``` ```
⚠ Unpackaged spikes/sketches detected — run `/gsd-spike-wrap-up` or `/gsd-sketch-wrap-up` to make findings available to planning agents. ⚠ Unpackaged spikes/sketches detected — run `/gsd:spike-wrap-up` or `/gsd:sketch-wrap-up` to make findings available to planning agents.
``` ```
**Usage in subsequent steps:** **Usage in subsequent steps:**
@@ -938,7 +938,7 @@ Write after each area:
} }
``` ```
This is a structured checkpoint, not the final CONTEXT.md — the `write_context` step still produces the canonical output. But if the session dies, the next `/gsd-discuss-phase` invocation can detect this checkpoint and offer to resume from it instead of starting from scratch. This is a structured checkpoint, not the final CONTEXT.md — the `write_context` step still produces the canonical output. But if the session dies, the next `/gsd:discuss-phase` invocation can detect this checkpoint and offer to resume from it instead of starting from scratch.
**On session resume:** In the `check_existing` step, also check for `*-DISCUSS-CHECKPOINT.json`. If found and no CONTEXT.md exists: **On session resume:** In the `check_existing` step, also check for `*-DISCUSS-CHECKPOINT.json`. If found and no CONTEXT.md exists:
- Display: "Found interrupted discussion checkpoint ({N} areas completed). Resume from checkpoint?" - Display: "Found interrupted discussion checkpoint ({N} areas completed). Resume from checkpoint?"
@@ -1123,14 +1123,14 @@ Created: .planning/phases/${PADDED_PHASE}-${SLUG}/${PADDED_PHASE}-CONTEXT.md
`/clear` then: `/clear` then:
`/gsd-plan-phase ${PHASE} ${GSD_WS}` `/gsd:plan-phase ${PHASE} ${GSD_WS}`
--- ---
**Also available:** **Also available:**
- `/gsd-discuss-phase ${PHASE} --chain ${GSD_WS}` — re-run with auto plan+execute after - `/gsd:discuss-phase ${PHASE} --chain ${GSD_WS}` — re-run with auto plan+execute after
- `/gsd-plan-phase ${PHASE} --skip-research ${GSD_WS}` — plan without research - `/gsd:plan-phase ${PHASE} --skip-research ${GSD_WS}` — plan without research
- `/gsd-ui-phase ${PHASE} ${GSD_WS}` — generate UI design contract before planning (if phase has frontend work) - `/gsd:ui-phase ${PHASE} ${GSD_WS}` — generate UI design contract before planning (if phase has frontend work)
- Review/edit CONTEXT.md before continuing - Review/edit CONTEXT.md before continuing
--- ---
@@ -1263,22 +1263,22 @@ This keeps the auto-advance chain flat — discuss, plan, and execute all run at
/clear then: /clear then:
Next: /gsd-discuss-phase ${NEXT_PHASE} ${WAS_CHAIN ? "--chain" : "--auto"} ${GSD_WS} Next: /gsd:discuss-phase ${NEXT_PHASE} ${WAS_CHAIN ? "--chain" : "--auto"} ${GSD_WS}
``` ```
- **PLANNING COMPLETE** → Planning done, execution didn't complete: - **PLANNING COMPLETE** → Planning done, execution didn't complete:
``` ```
Auto-advance partial: Planning complete, execution did not finish. Auto-advance partial: Planning complete, execution did not finish.
Continue: /gsd-execute-phase ${PHASE} ${GSD_WS} Continue: /gsd:execute-phase ${PHASE} ${GSD_WS}
``` ```
- **PLANNING INCONCLUSIVE / CHECKPOINT** → Stop chain: - **PLANNING INCONCLUSIVE / CHECKPOINT** → Stop chain:
``` ```
Auto-advance stopped: Planning needs input. Auto-advance stopped: Planning needs input.
Continue: /gsd-plan-phase ${PHASE} ${GSD_WS} Continue: /gsd:plan-phase ${PHASE} ${GSD_WS}
``` ```
- **GAPS FOUND** → Stop chain: - **GAPS FOUND** → Stop chain:
``` ```
Auto-advance stopped: Gaps found during execution. Auto-advance stopped: Gaps found during execution.
Continue: /gsd-plan-phase ${PHASE} --gaps ${GSD_WS} Continue: /gsd:plan-phase ${PHASE} --gaps ${GSD_WS}
``` ```
**If none of `--auto`, `--chain`, nor config enabled:** **If none of `--auto`, `--chain`, nor config enabled:**

View File

@@ -39,35 +39,35 @@ Evaluate `$ARGUMENTS` against these routing rules. Apply the **first matching**
| If the text describes... | Route to | Why | | If the text describes... | Route to | Why |
|--------------------------|----------|-----| |--------------------------|----------|-----|
| Starting a new project, "set up", "initialize" | `/gsd-new-project` | Needs full project initialization | | Starting a new project, "set up", "initialize" | `/gsd:new-project` | Needs full project initialization |
| Mapping or analyzing an existing codebase | `/gsd-map-codebase` | Codebase discovery | | Mapping or analyzing an existing codebase | `/gsd:map-codebase` | Codebase discovery |
| A bug, error, crash, failure, or something broken | `/gsd-debug` | Needs systematic investigation | | A bug, error, crash, failure, or something broken | `/gsd:debug` | Needs systematic investigation |
| Spiking, "test if", "will this work", "experiment", "prove this out", validate feasibility | `/gsd-spike` | Throwaway experiment to validate feasibility | | Spiking, "test if", "will this work", "experiment", "prove this out", validate feasibility | `/gsd:spike` | Throwaway experiment to validate feasibility |
| Sketching, "mockup", "what would this look like", "prototype the UI", "design this", explore visual direction | `/gsd-sketch` | Throwaway HTML mockups to explore design | | Sketching, "mockup", "what would this look like", "prototype the UI", "design this", explore visual direction | `/gsd:sketch` | Throwaway HTML mockups to explore design |
| Wrapping up spikes, "package the spikes", "consolidate spike findings" | `/gsd-spike-wrap-up` | Package spike findings into reusable skill | | Wrapping up spikes, "package the spikes", "consolidate spike findings" | `/gsd:spike-wrap-up` | Package spike findings into reusable skill |
| Wrapping up sketches, "package the designs", "consolidate sketch findings" | `/gsd-sketch-wrap-up` | Package sketch findings into reusable skill | | Wrapping up sketches, "package the designs", "consolidate sketch findings" | `/gsd:sketch-wrap-up` | Package sketch findings into reusable skill |
| Exploring, researching, comparing, or "how does X work" | `/gsd-research-phase` | Domain research before planning | | Exploring, researching, comparing, or "how does X work" | `/gsd:research-phase` | Domain research before planning |
| Discussing vision, "how should X look", brainstorming | `/gsd-discuss-phase` | Needs context gathering | | Discussing vision, "how should X look", brainstorming | `/gsd:discuss-phase` | Needs context gathering |
| A complex task: refactoring, migration, multi-file architecture, system redesign | `/gsd-add-phase` | Needs a full phase with plan/build cycle | | A complex task: refactoring, migration, multi-file architecture, system redesign | `/gsd:add-phase` | Needs a full phase with plan/build cycle |
| Planning a specific phase or "plan phase N" | `/gsd-plan-phase` | Direct planning request | | Planning a specific phase or "plan phase N" | `/gsd:plan-phase` | Direct planning request |
| Executing a phase or "build phase N", "run phase N" | `/gsd-execute-phase` | Direct execution request | | Executing a phase or "build phase N", "run phase N" | `/gsd:execute-phase` | Direct execution request |
| Running all remaining phases automatically | `/gsd-autonomous` | Full autonomous execution | | Running all remaining phases automatically | `/gsd:autonomous` | Full autonomous execution |
| A review or quality concern about existing work | `/gsd-verify-work` | Needs verification | | A review or quality concern about existing work | `/gsd:verify-work` | Needs verification |
| Checking progress, status, "where am I" | `/gsd-progress` | Status check | | Checking progress, status, "where am I" | `/gsd:progress` | Status check |
| Resuming work, "pick up where I left off" | `/gsd-resume-work` | Session restoration | | Resuming work, "pick up where I left off" | `/gsd:resume-work` | Session restoration |
| A note, idea, or "remember to..." | `/gsd-add-todo` | Capture for later | | A note, idea, or "remember to..." | `/gsd:add-todo` | Capture for later |
| Adding tests, "write tests", "test coverage" | `/gsd-add-tests` | Test generation | | Adding tests, "write tests", "test coverage" | `/gsd:add-tests` | Test generation |
| Completing a milestone, shipping, releasing | `/gsd-complete-milestone` | Milestone lifecycle | | Completing a milestone, shipping, releasing | `/gsd:complete-milestone` | Milestone lifecycle |
| A specific, actionable, small task (add feature, fix typo, update config) | `/gsd-quick` | Self-contained, single executor | | A specific, actionable, small task (add feature, fix typo, update config) | `/gsd:quick` | Self-contained, single executor |
**Requires `.planning/` directory:** All routes except `/gsd-new-project`, `/gsd-map-codebase`, `/gsd-spike`, `/gsd-sketch`, `/gsd-help`, and `/gsd-join-discord`. If the project doesn't exist and the route requires it, suggest `/gsd-new-project` first. **Requires `.planning/` directory:** All routes except `/gsd:new-project`, `/gsd:map-codebase`, `/gsd:spike`, `/gsd:sketch`, `/gsd:help`, and `/gsd:join-discord`. If the project doesn't exist and the route requires it, suggest `/gsd:new-project` first.
**Ambiguity handling:** If the text could reasonably match multiple routes, ask the user via AskUserQuestion with the top 2-3 options. For example: **Ambiguity handling:** If the text could reasonably match multiple routes, ask the user via AskUserQuestion with the top 2-3 options. For example:
``` ```
"Refactor the authentication system" could be: "Refactor the authentication system" could be:
1. /gsd-add-phase — Full planning cycle (recommended for multi-file refactors) 1. /gsd:add-phase — Full planning cycle (recommended for multi-file refactors)
2. /gsd-quick — Quick execution (if scope is small and clear) 2. /gsd:quick — Quick execution (if scope is small and clear)
Which approach fits better? Which approach fits better?
``` ```

View File

@@ -988,8 +988,8 @@ Failed claims:
Display note: Display note:
``` ```
To fix failures automatically: /gsd-docs-update (runs generation + fix loop) To fix failures automatically: /gsd:docs-update (runs generation + fix loop)
To regenerate all docs from scratch: /gsd-docs-update --force To regenerate all docs from scratch: /gsd:docs-update --force
``` ```
Clean up temp files: remove `.planning/tmp/verify-*.json` files. Clean up temp files: remove `.planning/tmp/verify-*.json` files.
@@ -1024,7 +1024,7 @@ This would expose credentials if committed.
Action required: Action required:
1. Review the flagged lines above 1. Review the flagged lines above
2. Remove any real secrets from the doc files 2. Remove any real secrets from the doc files
3. Re-run /gsd-docs-update to regenerate clean docs 3. Re-run /gsd:docs-update to regenerate clean docs
``` ```
Then confirm with AskUserQuestion: Then confirm with AskUserQuestion:
@@ -1126,7 +1126,7 @@ All generated files committed.
Remind the user they can fact-check generated docs: Remind the user they can fact-check generated docs:
``` ```
Run `/gsd-docs-update --verify-only` to fact-check generated docs against the codebase. Run `/gsd:docs-update --verify-only` to fact-check generated docs against the codebase.
``` ```
End workflow. End workflow.

View File

@@ -1,7 +1,7 @@
<purpose> <purpose>
Retroactive audit of an implemented AI phase's evaluation coverage. Standalone command that works on any GSD-managed AI phase. Produces a scored EVAL-REVIEW.md with gap analysis and remediation plan. Retroactive audit of an implemented AI phase's evaluation coverage. Standalone command that works on any GSD-managed AI phase. Produces a scored EVAL-REVIEW.md with gap analysis and remediation plan.
Use after /gsd-execute-phase to verify that the evaluation strategy from AI-SPEC.md was actually implemented. Mirrors the pattern of /gsd-ui-review and /gsd-validate-phase. Use after /gsd:execute-phase to verify that the evaluation strategy from AI-SPEC.md was actually implemented. Mirrors the pattern of /gsd:ui-review and /gsd:validate-phase.
</purpose> </purpose>
<required_reading> <required_reading>
@@ -40,7 +40,7 @@ EVAL_REVIEW_FILE=$(ls "${PHASE_DIR}"/*-EVAL-REVIEW.md 2>/dev/null | head -1)
**State A** — AI-SPEC.md + SUMMARY.md exist: Full audit against spec **State A** — AI-SPEC.md + SUMMARY.md exist: Full audit against spec
**State B** — SUMMARY.md exists, no AI-SPEC.md: Audit against general best practices **State B** — SUMMARY.md exists, no AI-SPEC.md: Audit against general best practices
**State C** — No SUMMARY.md: Exit — "Phase {N} not executed. Run /gsd-execute-phase {N} first." **State C** — No SUMMARY.md: Exit — "Phase {N} not executed. Run /gsd:execute-phase {N} first."
**Text mode (`workflow.text_mode: true` in config or `--text` flag):** Set `TEXT_MODE=true` if `--text` is present in `$ARGUMENTS` OR `text_mode` from init JSON is `true`. When TEXT_MODE is active, replace every `AskUserQuestion` call with a plain-text numbered list and ask the user to type their choice number. This is required for non-Claude runtimes (OpenAI Codex, Gemini CLI, etc.) where `AskUserQuestion` is not available. **Text mode (`workflow.text_mode: true` in config or `--text` flag):** Set `TEXT_MODE=true` if `--text` is present in `$ARGUMENTS` OR `text_mode` from init JSON is `true`. When TEXT_MODE is active, replace every `AskUserQuestion` call with a plain-text numbered list and ask the user to type their choice number. This is required for non-Claude runtimes (OpenAI Codex, Gemini CLI, etc.) where `AskUserQuestion` is not available.
@@ -58,7 +58,7 @@ If "Re-audit": continue.
``` ```
No AI-SPEC.md found for Phase {N}. No AI-SPEC.md found for Phase {N}.
Audit will evaluate against general AI eval best practices rather than a phase-specific plan. Audit will evaluate against general AI eval best practices rather than a phase-specific plan.
Consider running /gsd-ai-integration-phase {N} before implementation next time. Consider running /gsd:ai-integration-phase {N} before implementation next time.
``` ```
Continue (non-blocking). Continue (non-blocking).
@@ -124,10 +124,10 @@ Read the written EVAL-REVIEW.md. Extract:
◆ Output: {eval_review_path} ◆ Output: {eval_review_path}
{If PRODUCTION READY:} {If PRODUCTION READY:}
Next step: /gsd-plan-phase (next phase) or deploy Next step: /gsd:plan-phase (next phase) or deploy
{If NEEDS WORK:} {If NEEDS WORK:}
Address critical gaps in EVAL-REVIEW.md, then re-run /gsd-eval-review {N} Address critical gaps in EVAL-REVIEW.md, then re-run /gsd:eval-review {N}
{If SIGNIFICANT GAPS or NOT IMPLEMENTED:} {If SIGNIFICANT GAPS or NOT IMPLEMENTED:}
Review AI-SPEC.md evaluation plan. Critical eval dimensions are not implemented. Review AI-SPEC.md evaluation plan. Critical eval dimensions are not implemented.

View File

@@ -925,13 +925,13 @@ If `SECURITY_CFG` is `true` AND `SECURITY_FILE` is empty (no SECURITY.md yet):
Include in the next-steps routing output: Include in the next-steps routing output:
``` ```
⚠ Security enforcement enabled — run before advancing: ⚠ Security enforcement enabled — run before advancing:
/gsd-secure-phase {PHASE} ${GSD_WS} /gsd:secure-phase {PHASE} ${GSD_WS}
``` ```
If `SECURITY_CFG` is `true` AND SECURITY.md exists: check frontmatter `threats_open`. If > 0: If `SECURITY_CFG` is `true` AND SECURITY.md exists: check frontmatter `threats_open`. If > 0:
``` ```
⚠ Security gate: {threats_open} threats open ⚠ Security gate: {threats_open} threats open
/gsd-secure-phase {PHASE} — resolve before advancing /gsd:secure-phase {PHASE} — resolve before advancing
``` ```
</step> </step>
@@ -1001,8 +1001,8 @@ Apply the same "incomplete" filtering rules as earlier:
Selected wave finished successfully. This phase still has incomplete plans, so phase-level verification and completion were intentionally skipped. Selected wave finished successfully. This phase still has incomplete plans, so phase-level verification and completion were intentionally skipped.
/gsd-execute-phase {phase} ${GSD_WS} # Continue remaining waves /gsd:execute-phase {phase} ${GSD_WS} # Continue remaining waves
/gsd-execute-phase {phase} --wave {next} ${GSD_WS} # Run the next wave explicitly /gsd:execute-phase {phase} --wave {next} ${GSD_WS} # Run the next wave explicitly
``` ```
**If no incomplete plans remain after the selected wave finishes:** **If no incomplete plans remain after the selected wave finishes:**
@@ -1035,7 +1035,7 @@ REVIEW_STATUS=$(sed -n '/^---$/,/^---$/p' "$REVIEW_FILE" | grep "^status:" | hea
If REVIEW_STATUS is not "clean" and not "skipped" and not empty, display: If REVIEW_STATUS is not "clean" and not "skipped" and not empty, display:
``` ```
Code review found issues. Consider running: Code review found issues. Consider running:
/gsd-code-review-fix ${PHASE_NUMBER} /gsd:code-review-fix ${PHASE_NUMBER}
``` ```
**Error handling:** If the Skill invocation fails or throws, catch the error, display "Code review encountered an error (non-blocking): {error}" and proceed to next step. Review failures must never block execution. **Error handling:** If the Skill invocation fails or throws, catch the error, display "Code review encountered an error (non-blocking): {error}" and proceed to next step. Review failures must never block execution.
@@ -1265,7 +1265,7 @@ grep "^status:" "$PHASE_DIR"/*-VERIFICATION.md | cut -d: -f2 | tr -d ' '
|--------|--------| |--------|--------|
| `passed` | → update_roadmap | | `passed` | → update_roadmap |
| `human_needed` | Present items for human testing, get approval or feedback | | `human_needed` | Present items for human testing, get approval or feedback |
| `gaps_found` | Present gap summary, offer `/gsd-plan-phase {phase} --gaps ${GSD_WS}` | | `gaps_found` | Present gap summary, offer `/gsd:plan-phase {phase} --gaps ${GSD_WS}` |
**If human_needed:** **If human_needed:**
@@ -1320,12 +1320,12 @@ All automated checks passed. {N} items need human testing:
{From VERIFICATION.md human_verification section} {From VERIFICATION.md human_verification section}
Items saved to `{phase_num}-HUMAN-UAT.md` — they will appear in `/gsd-progress` and `/gsd-audit-uat`. Items saved to `{phase_num}-HUMAN-UAT.md` — they will appear in `/gsd:progress` and `/gsd:audit-uat`.
"approved" → continue | Report issues → gap closure "approved" → continue | Report issues → gap closure
``` ```
**If user says "approved":** Proceed to `update_roadmap`. The HUMAN-UAT.md file persists with `status: partial` and will surface in future progress checks until the user runs `/gsd-verify-work` on it. **If user says "approved":** Proceed to `update_roadmap`. The HUMAN-UAT.md file persists with `status: partial` and will surface in future progress checks until the user runs `/gsd:verify-work` on it.
**If user reports issues:** Proceed to gap closure as currently implemented. **If user reports issues:** Proceed to gap closure as currently implemented.
@@ -1344,13 +1344,13 @@ Items saved to `{phase_num}-HUMAN-UAT.md` — they will appear in `/gsd-progress
`/clear` then: `/clear` then:
`/gsd-plan-phase {X} --gaps ${GSD_WS}` `/gsd:plan-phase {X} --gaps ${GSD_WS}`
Also: `cat {phase_dir}/{phase_num}-VERIFICATION.md` — full report Also: `cat {phase_dir}/{phase_num}-VERIFICATION.md` — full report
Also: `/gsd-verify-work {X} ${GSD_WS}` — manual testing first Also: `/gsd:verify-work {X} ${GSD_WS}` — manual testing first
``` ```
Gap closure cycle: `/gsd-plan-phase {X} --gaps ${GSD_WS}` reads VERIFICATION.md → creates gap plans with `gap_closure: true` → user runs `/gsd-execute-phase {X} --gaps-only ${GSD_WS}` → verifier re-runs. Gap closure cycle: `/gsd:plan-phase {X} --gaps ${GSD_WS}` reads VERIFICATION.md → creates gap plans with `gap_closure: true` → user runs `/gsd:execute-phase {X} --gaps-only ${GSD_WS}` → verifier re-runs.
</step> </step>
<step name="update_roadmap"> <step name="update_roadmap">
@@ -1376,7 +1376,7 @@ Extract from result: `next_phase`, `next_phase_name`, `is_last_phase`, `warnings
{list each warning} {list each warning}
These items are tracked and will appear in `/gsd-progress` and `/gsd-audit-uat`. These items are tracked and will appear in `/gsd:progress` and `/gsd:audit-uat`.
``` ```
```bash ```bash
@@ -1431,7 +1431,7 @@ gsd-sdk query commit "docs(phase-{X}): evolve PROJECT.md after phase completion"
<step name="offer_next"> <step name="offer_next">
**Exception:** If `gaps_found`, the `verify_phase_goal` step already presents the gap-closure path (`/gsd-plan-phase {X} --gaps`). No additional routing needed — skip auto-advance. **Exception:** If `gaps_found`, the `verify_phase_goal` step already presents the gap-closure path (`/gsd:plan-phase {X} --gaps`). No additional routing needed — skip auto-advance.
**No-transition check (spawned by auto-advance chain):** **No-transition check (spawned by auto-advance chain):**
@@ -1495,10 +1495,10 @@ If CONTEXT.md does **not** exist for the next phase, present:
``` ```
## ✓ Phase {X}: {Name} Complete ## ✓ Phase {X}: {Name} Complete
/gsd-progress ${GSD_WS} — see updated roadmap /gsd:progress ${GSD_WS} — see updated roadmap
/gsd-discuss-phase {next} ${GSD_WS} — start here: discuss next phase before planning ← recommended /gsd:discuss-phase {next} ${GSD_WS} — start here: discuss next phase before planning ← recommended
/gsd-plan-phase {next} ${GSD_WS} — plan next phase (skip discuss) /gsd:plan-phase {next} ${GSD_WS} — plan next phase (skip discuss)
/gsd-execute-phase {next} ${GSD_WS} — execute next phase (skip discuss and plan) /gsd:execute-phase {next} ${GSD_WS} — execute next phase (skip discuss and plan)
``` ```
If CONTEXT.md **exists** for the next phase, present: If CONTEXT.md **exists** for the next phase, present:
@@ -1506,10 +1506,10 @@ If CONTEXT.md **exists** for the next phase, present:
``` ```
## ✓ Phase {X}: {Name} Complete ## ✓ Phase {X}: {Name} Complete
/gsd-progress ${GSD_WS} — see updated roadmap /gsd:progress ${GSD_WS} — see updated roadmap
/gsd-plan-phase {next} ${GSD_WS} — start here: plan next phase (CONTEXT.md already present) ← recommended /gsd:plan-phase {next} ${GSD_WS} — start here: plan next phase (CONTEXT.md already present) ← recommended
/gsd-discuss-phase {next} ${GSD_WS} — re-discuss next phase /gsd:discuss-phase {next} ${GSD_WS} — re-discuss next phase
/gsd-execute-phase {next} ${GSD_WS} — execute next phase (skip planning) /gsd:execute-phase {next} ${GSD_WS} — execute next phase (skip planning)
``` ```
Only suggest the commands listed above. Do not invent or hallucinate command names. Only suggest the commands listed above. Do not invent or hallucinate command names.
@@ -1536,7 +1536,7 @@ For 1M+ context models, consider:
</failure_handling> </failure_handling>
<resumption> <resumption>
Re-run `/gsd-execute-phase {phase}` → discover_plans finds completed SUMMARYs → skips them → resumes from first incomplete plan → continues wave execution. Re-run `/gsd:execute-phase {phase}` → discover_plans finds completed SUMMARYs → skips them → resumes from first incomplete plan → continues wave execution.
STATE.md tracks: last completed plan, current wave, pending checkpoints. STATE.md tracks: last completed plan, current wave, pending checkpoints.
</resumption> </resumption>

View File

@@ -468,9 +468,9 @@ If `USER_SETUP_CREATED=true`: display `⚠️ USER SETUP REQUIRED` with path + e
| Condition | Route | Action | | Condition | Route | Action |
|-----------|-------|--------| |-----------|-------|--------|
| summaries < plans | **A: More plans** | Find next PLAN without SUMMARY. Yolo: auto-continue. Interactive: show next plan, suggest `/gsd-execute-phase {phase}` + `/gsd-verify-work`. STOP here. | | summaries < plans | **A: More plans** | Find next PLAN without SUMMARY. Yolo: auto-continue. Interactive: show next plan, suggest `/gsd:execute-phase {phase}` + `/gsd:verify-work`. STOP here. |
| summaries = plans, current < highest phase | **B: Phase done** | Show completion, suggest `/gsd-plan-phase {Z+1}` + `/gsd-verify-work {Z}` + `/gsd-discuss-phase {Z+1}` | | summaries = plans, current < highest phase | **B: Phase done** | Show completion, suggest `/gsd:plan-phase {Z+1}` + `/gsd:verify-work {Z}` + `/gsd:discuss-phase {Z+1}` |
| summaries = plans, current = highest phase | **C: Milestone done** | Show banner, suggest `/gsd-complete-milestone` + `/gsd-verify-work` + `/gsd-add-phase` | | summaries = plans, current = highest phase | **C: Milestone done** | Show banner, suggest `/gsd:complete-milestone` + `/gsd:verify-work` + `/gsd:add-phase` |
All routes: `/clear` first for fresh context. All routes: `/clear` first for fresh context.
</step> </step>

View File

@@ -82,8 +82,8 @@ When the conversation reaches natural conclusions or the developer signals readi
| Research question | `.planning/research/questions.md` (append) | Open questions that need deeper investigation | | Research question | `.planning/research/questions.md` (append) | Open questions that need deeper investigation |
| Requirement | `REQUIREMENTS.md` (append) | Clear requirements that emerged from discussion | | Requirement | `REQUIREMENTS.md` (append) | Clear requirements that emerged from discussion |
| New phase | `ROADMAP.md` (append) | Scope large enough to warrant its own phase | | New phase | `ROADMAP.md` (append) | Scope large enough to warrant its own phase |
| Spike | `/gsd-spike` (invoke) | Feasibility uncertainty surfaced — "will this API work?", "can we do X?" | | Spike | `/gsd:spike` (invoke) | Feasibility uncertainty surfaced — "will this API work?", "can we do X?" |
| Sketch | `/gsd-sketch` (invoke) | Design direction unclear — "what should this look like?", "how should this feel?" | | Sketch | `/gsd:sketch` (invoke) | Design direction unclear — "what should this look like?", "how should this feel?" |
Present suggestions: Present suggestions:
``` ```
@@ -109,7 +109,7 @@ For each selected output, write the file:
- **Seeds:** Create `.planning/seeds/{slug}.md` with frontmatter (title, trigger_condition, planted_date) - **Seeds:** Create `.planning/seeds/{slug}.md` with frontmatter (title, trigger_condition, planted_date)
- **Research questions:** Append to `.planning/research/questions.md` - **Research questions:** Append to `.planning/research/questions.md`
- **Requirements:** Append to `.planning/REQUIREMENTS.md` with next available REQ ID - **Requirements:** Append to `.planning/REQUIREMENTS.md` with next available REQ ID
- **Phases:** Use existing `/gsd-add-phase` command via SlashCommand - **Phases:** Use existing `/gsd:add-phase` command via SlashCommand
Commit if `commit_docs` is enabled: Commit if `commit_docs` is enabled:
```bash ```bash
@@ -125,7 +125,7 @@ gsd-sdk query commit "docs: capture exploration — {topic_slug}" {file_list}
**Outputs:** {count} artifact(s) created **Outputs:** {count} artifact(s) created
{list of created files} {list of created files}
Continue exploring with `/gsd-explore` or start working with `/gsd-next`. Continue exploring with `/gsd:explore` or start working with `/gsd:next`.
``` ```
</process> </process>

View File

@@ -205,8 +205,8 @@ Missing artifacts: {list or "none"}
Next steps: Next steps:
- Review extracted learnings for accuracy - Review extracted learnings for accuracy
- /gsd-progress — see overall project state - /gsd:progress — see overall project state
- /gsd-execute-phase {next} — continue to next phase - /gsd:execute-phase {next} — continue to next phase
--------------------------------------------------------------- ---------------------------------------------------------------
``` ```

View File

@@ -5,7 +5,7 @@ no research, no plan checking. Just: understand → do → commit → log.
For tasks like: fix a typo, update a config value, add a missing import, rename a For tasks like: fix a typo, update a config value, add a missing import, rename a
variable, commit uncommitted work, add a .gitignore entry, bump a version number. variable, commit uncommitted work, add a .gitignore entry, bump a version number.
Use /gsd-quick for anything that needs multi-step planning or research. Use /gsd:quick for anything that needs multi-step planning or research.
</purpose> </purpose>
<process> <process>
@@ -34,8 +34,8 @@ If the task seems non-trivial (multi-file refactor, new feature, needs research)
say: say:
``` ```
This looks like it needs planning. Use /gsd-quick instead: This looks like it needs planning. Use /gsd:quick instead:
/gsd-quick "{task description}" /gsd:quick "{task description}"
``` ```
And stop. And stop.
@@ -93,8 +93,8 @@ No next-step suggestions. No workflow routing. Just done.
- NEVER spawn a Task/subagent — this runs inline - NEVER spawn a Task/subagent — this runs inline
- NEVER create PLAN.md or SUMMARY.md files - NEVER create PLAN.md or SUMMARY.md files
- NEVER run research or plan-checking - NEVER run research or plan-checking
- If the task takes more than 3 file edits, STOP and redirect to /gsd-quick - If the task takes more than 3 file edits, STOP and redirect to /gsd:quick
- If you're unsure how to implement it, STOP and redirect to /gsd-quick - If you're unsure how to implement it, STOP and redirect to /gsd:quick
</guardrails> </guardrails>
<success_criteria> <success_criteria>

View File

@@ -207,11 +207,11 @@ Based on the evidence above, the most likely explanation is:
1. {Specific, actionable remediation step} 1. {Specific, actionable remediation step}
2. {Another step if applicable} 2. {Another step if applicable}
3. {Recovery command if applicable — e.g., `/gsd-resume-work`, `/gsd-execute-phase N`} 3. {Recovery command if applicable — e.g., `/gsd:resume-work`, `/gsd:execute-phase N`}
--- ---
*Report generated by `/gsd-forensics`. All paths redacted for portability.* *Report generated by `/gsd:forensics`. All paths redacted for portability.*
``` ```
**Redaction rules:** **Redaction rules:**

View File

@@ -62,10 +62,10 @@ Errors: N | Warnings: N | Info: N
## Errors ## Errors
- [E001] config.json: JSON parse error at line 5 - [E001] config.json: JSON parse error at line 5
Fix: Run /gsd-health --repair to reset to defaults Fix: Run /gsd:health --repair to reset to defaults
- [E002] PROJECT.md not found - [E002] PROJECT.md not found
Fix: Run /gsd-new-project to create Fix: Run /gsd:new-project to create
``` ```
**If warnings exist:** **If warnings exist:**
@@ -90,7 +90,7 @@ Errors: N | Warnings: N | Info: N
**Footer (if repairable issues exist and --repair was NOT used):** **Footer (if repairable issues exist and --repair was NOT used):**
``` ```
--- ---
N issues can be auto-repaired. Run: /gsd-health --repair N issues can be auto-repaired. Run: /gsd:health --repair
``` ```
</step> </step>
@@ -100,7 +100,7 @@ N issues can be auto-repaired. Run: /gsd-health --repair
Ask user if they want to run repairs: Ask user if they want to run repairs:
``` ```
Would you like to run /gsd-health --repair to fix N issues automatically? Would you like to run /gsd:health --repair to fix N issues automatically?
``` ```
If yes, re-run with --repair flag and display results. If yes, re-run with --repair flag and display results.

View File

@@ -9,9 +9,9 @@ Display the complete GSD command reference. Output ONLY the reference content. D
## Quick Start ## Quick Start
1. `/gsd-new-project` - Initialize project (includes research, requirements, roadmap) 1. `/gsd:new-project` - Initialize project (includes research, requirements, roadmap)
2. `/gsd-plan-phase 1` - Create detailed plan for first phase 2. `/gsd:plan-phase 1` - Create detailed plan for first phase
3. `/gsd-execute-phase 1` - Execute the phase 3. `/gsd:execute-phase 1` - Execute the phase
## Staying Updated ## Staying Updated
@@ -24,12 +24,12 @@ npx get-shit-done-cc@latest
## Core Workflow ## Core Workflow
``` ```
/gsd-new-project → /gsd-plan-phase → /gsd-execute-phase → repeat /gsd:new-project → /gsd:plan-phase → /gsd:execute-phase → repeat
``` ```
### Project Initialization ### Project Initialization
**`/gsd-new-project`** **`/gsd:new-project`**
Initialize new project through unified flow. Initialize new project through unified flow.
One command takes you from idea to ready-for-planning: One command takes you from idea to ready-for-planning:
@@ -46,21 +46,21 @@ Creates all `.planning/` artifacts:
- `ROADMAP.md` — phases mapped to requirements - `ROADMAP.md` — phases mapped to requirements
- `STATE.md` — project memory - `STATE.md` — project memory
Usage: `/gsd-new-project` Usage: `/gsd:new-project`
**`/gsd-map-codebase`** **`/gsd:map-codebase`**
Map an existing codebase for brownfield projects. Map an existing codebase for brownfield projects.
- Analyzes codebase with parallel Explore agents - Analyzes codebase with parallel Explore agents
- Creates `.planning/codebase/` with 7 focused documents - Creates `.planning/codebase/` with 7 focused documents
- Covers stack, architecture, structure, conventions, testing, integrations, concerns - Covers stack, architecture, structure, conventions, testing, integrations, concerns
- Use before `/gsd-new-project` on existing codebases - Use before `/gsd:new-project` on existing codebases
Usage: `/gsd-map-codebase` Usage: `/gsd:map-codebase`
### Phase Planning ### Phase Planning
**`/gsd-discuss-phase <number>`** **`/gsd:discuss-phase <number>`**
Help articulate your vision for a phase before planning. Help articulate your vision for a phase before planning.
- Captures how you imagine this phase working - Captures how you imagine this phase working
@@ -68,11 +68,11 @@ Help articulate your vision for a phase before planning.
- Use when you have ideas about how something should look/feel - Use when you have ideas about how something should look/feel
- Optional `--batch` asks 2-5 related questions at a time instead of one-by-one - Optional `--batch` asks 2-5 related questions at a time instead of one-by-one
Usage: `/gsd-discuss-phase 2` Usage: `/gsd:discuss-phase 2`
Usage: `/gsd-discuss-phase 2 --batch` Usage: `/gsd:discuss-phase 2 --batch`
Usage: `/gsd-discuss-phase 2 --batch=3` Usage: `/gsd:discuss-phase 2 --batch=3`
**`/gsd-research-phase <number>`** **`/gsd:research-phase <number>`**
Comprehensive ecosystem research for niche/complex domains. Comprehensive ecosystem research for niche/complex domains.
- Discovers standard stack, architecture patterns, pitfalls - Discovers standard stack, architecture patterns, pitfalls
@@ -80,18 +80,18 @@ Comprehensive ecosystem research for niche/complex domains.
- Use for 3D, games, audio, shaders, ML, and other specialized domains - Use for 3D, games, audio, shaders, ML, and other specialized domains
- Goes beyond "which library" to ecosystem knowledge - Goes beyond "which library" to ecosystem knowledge
Usage: `/gsd-research-phase 3` Usage: `/gsd:research-phase 3`
**`/gsd-list-phase-assumptions <number>`** **`/gsd:list-phase-assumptions <number>`**
See what Claude is planning to do before it starts. See what Claude is planning to do before it starts.
- Shows Claude's intended approach for a phase - Shows Claude's intended approach for a phase
- Lets you course-correct if Claude misunderstood your vision - Lets you course-correct if Claude misunderstood your vision
- No files created - conversational output only - No files created - conversational output only
Usage: `/gsd-list-phase-assumptions 3` Usage: `/gsd:list-phase-assumptions 3`
**`/gsd-plan-phase <number>`** **`/gsd:plan-phase <number>`**
Create detailed execution plan for a specific phase. Create detailed execution plan for a specific phase.
- Generates `.planning/phases/XX-phase-name/XX-YY-PLAN.md` - Generates `.planning/phases/XX-phase-name/XX-YY-PLAN.md`
@@ -99,14 +99,14 @@ Create detailed execution plan for a specific phase.
- Includes verification criteria and success measures - Includes verification criteria and success measures
- Multiple plans per phase supported (XX-01, XX-02, etc.) - Multiple plans per phase supported (XX-01, XX-02, etc.)
Usage: `/gsd-plan-phase 1` Usage: `/gsd:plan-phase 1`
Result: Creates `.planning/phases/01-foundation/01-01-PLAN.md` Result: Creates `.planning/phases/01-foundation/01-01-PLAN.md`
**PRD Express Path:** Pass `--prd path/to/requirements.md` to skip discuss-phase entirely. Your PRD becomes locked decisions in CONTEXT.md. Useful when you already have clear acceptance criteria. **PRD Express Path:** Pass `--prd path/to/requirements.md` to skip discuss-phase entirely. Your PRD becomes locked decisions in CONTEXT.md. Useful when you already have clear acceptance criteria.
### Execution ### Execution
**`/gsd-execute-phase <phase-number>`** **`/gsd:execute-phase <phase-number>`**
Execute all plans in a phase, or run a specific wave. Execute all plans in a phase, or run a specific wave.
- Groups plans by wave (from frontmatter), executes waves sequentially - Groups plans by wave (from frontmatter), executes waves sequentially
@@ -115,12 +115,12 @@ Execute all plans in a phase, or run a specific wave.
- Verifies phase goal after all plans complete - Verifies phase goal after all plans complete
- Updates REQUIREMENTS.md, ROADMAP.md, STATE.md - Updates REQUIREMENTS.md, ROADMAP.md, STATE.md
Usage: `/gsd-execute-phase 5` Usage: `/gsd:execute-phase 5`
Usage: `/gsd-execute-phase 5 --wave 2` Usage: `/gsd:execute-phase 5 --wave 2`
### Smart Router ### Smart Router
**`/gsd-do <description>`** **`/gsd:do <description>`**
Route freeform text to the right GSD command automatically. Route freeform text to the right GSD command automatically.
- Analyzes natural language input to find the best matching GSD command - Analyzes natural language input to find the best matching GSD command
@@ -128,13 +128,13 @@ Route freeform text to the right GSD command automatically.
- Resolves ambiguity by asking you to pick between top matches - Resolves ambiguity by asking you to pick between top matches
- Use when you know what you want but don't know which `/gsd-*` command to run - Use when you know what you want but don't know which `/gsd-*` command to run
Usage: `/gsd-do fix the login button` Usage: `/gsd:do fix the login button`
Usage: `/gsd-do refactor the auth system` Usage: `/gsd:do refactor the auth system`
Usage: `/gsd-do I want to start a new milestone` Usage: `/gsd:do I want to start a new milestone`
### Quick Mode ### Quick Mode
**`/gsd-quick [--full] [--validate] [--discuss] [--research]`** **`/gsd:quick [--full] [--validate] [--discuss] [--research]`**
Execute small, ad-hoc tasks with GSD guarantees but skip optional agents. Execute small, ad-hoc tasks with GSD guarantees but skip optional agents.
Quick mode uses the same system with a shorter path: Quick mode uses the same system with a shorter path:
@@ -150,48 +150,48 @@ Flags enable additional quality steps:
Granular flags are composable: `--discuss --research --validate` gives the same as `--full`. Granular flags are composable: `--discuss --research --validate` gives the same as `--full`.
Usage: `/gsd-quick` Usage: `/gsd:quick`
Usage: `/gsd-quick --full` Usage: `/gsd:quick --full`
Usage: `/gsd-quick --research --validate` Usage: `/gsd:quick --research --validate`
Result: Creates `.planning/quick/NNN-slug/PLAN.md`, `.planning/quick/NNN-slug/SUMMARY.md` Result: Creates `.planning/quick/NNN-slug/PLAN.md`, `.planning/quick/NNN-slug/SUMMARY.md`
--- ---
**`/gsd-fast [description]`** **`/gsd:fast [description]`**
Execute a trivial task inline — no subagents, no planning files, no overhead. Execute a trivial task inline — no subagents, no planning files, no overhead.
For tasks too small to justify planning: typo fixes, config changes, forgotten commits, simple additions. Runs in the current context, makes the change, commits, and logs to STATE.md. For tasks too small to justify planning: typo fixes, config changes, forgotten commits, simple additions. Runs in the current context, makes the change, commits, and logs to STATE.md.
- No PLAN.md or SUMMARY.md created - No PLAN.md or SUMMARY.md created
- No subagent spawned (runs inline) - No subagent spawned (runs inline)
- ≤ 3 file edits — redirects to `/gsd-quick` if task is non-trivial - ≤ 3 file edits — redirects to `/gsd:quick` if task is non-trivial
- Atomic commit with conventional message - Atomic commit with conventional message
Usage: `/gsd-fast "fix the typo in README"` Usage: `/gsd:fast "fix the typo in README"`
Usage: `/gsd-fast "add .env to gitignore"` Usage: `/gsd:fast "add .env to gitignore"`
### Roadmap Management ### Roadmap Management
**`/gsd-add-phase <description>`** **`/gsd:add-phase <description>`**
Add new phase to end of current milestone. Add new phase to end of current milestone.
- Appends to ROADMAP.md - Appends to ROADMAP.md
- Uses next sequential number - Uses next sequential number
- Updates phase directory structure - Updates phase directory structure
Usage: `/gsd-add-phase "Add admin dashboard"` Usage: `/gsd:add-phase "Add admin dashboard"`
**`/gsd-insert-phase <after> <description>`** **`/gsd:insert-phase <after> <description>`**
Insert urgent work as decimal phase between existing phases. Insert urgent work as decimal phase between existing phases.
- Creates intermediate phase (e.g., 7.1 between 7 and 8) - Creates intermediate phase (e.g., 7.1 between 7 and 8)
- Useful for discovered work that must happen mid-milestone - Useful for discovered work that must happen mid-milestone
- Maintains phase ordering - Maintains phase ordering
Usage: `/gsd-insert-phase 7 "Fix critical auth bug"` Usage: `/gsd:insert-phase 7 "Fix critical auth bug"`
Result: Creates Phase 7.1 Result: Creates Phase 7.1
**`/gsd-remove-phase <number>`** **`/gsd:remove-phase <number>`**
Remove a future phase and renumber subsequent phases. Remove a future phase and renumber subsequent phases.
- Deletes phase directory and all references - Deletes phase directory and all references
@@ -199,12 +199,12 @@ Remove a future phase and renumber subsequent phases.
- Only works on future (unstarted) phases - Only works on future (unstarted) phases
- Git commit preserves historical record - Git commit preserves historical record
Usage: `/gsd-remove-phase 17` Usage: `/gsd:remove-phase 17`
Result: Phase 17 deleted, phases 18-20 become 17-19 Result: Phase 17 deleted, phases 18-20 become 17-19
### Milestone Management ### Milestone Management
**`/gsd-new-milestone <name>`** **`/gsd:new-milestone <name>`**
Start a new milestone through unified flow. Start a new milestone through unified flow.
- Deep questioning to understand what you're building next - Deep questioning to understand what you're building next
@@ -213,12 +213,12 @@ Start a new milestone through unified flow.
- Roadmap creation with phase breakdown - Roadmap creation with phase breakdown
- Optional `--reset-phase-numbers` flag restarts numbering at Phase 1 and archives old phase dirs first for safety - Optional `--reset-phase-numbers` flag restarts numbering at Phase 1 and archives old phase dirs first for safety
Mirrors `/gsd-new-project` flow for brownfield projects (existing PROJECT.md). Mirrors `/gsd:new-project` flow for brownfield projects (existing PROJECT.md).
Usage: `/gsd-new-milestone "v2.0 Features"` Usage: `/gsd:new-milestone "v2.0 Features"`
Usage: `/gsd-new-milestone --reset-phase-numbers "v2.0 Features"` Usage: `/gsd:new-milestone --reset-phase-numbers "v2.0 Features"`
**`/gsd-complete-milestone <version>`** **`/gsd:complete-milestone <version>`**
Archive completed milestone and prepare for next version. Archive completed milestone and prepare for next version.
- Creates MILESTONES.md entry with stats - Creates MILESTONES.md entry with stats
@@ -226,11 +226,11 @@ Archive completed milestone and prepare for next version.
- Creates git tag for the release - Creates git tag for the release
- Prepares workspace for next version - Prepares workspace for next version
Usage: `/gsd-complete-milestone 1.0.0` Usage: `/gsd:complete-milestone 1.0.0`
### Progress Tracking ### Progress Tracking
**`/gsd-progress`** **`/gsd:progress`**
Check project status and intelligently route to next action. Check project status and intelligently route to next action.
- Shows visual progress bar and completion percentage - Shows visual progress bar and completion percentage
@@ -240,58 +240,58 @@ Check project status and intelligently route to next action.
- Offers to execute next plan or create it if missing - Offers to execute next plan or create it if missing
- Detects 100% milestone completion - Detects 100% milestone completion
Usage: `/gsd-progress` Usage: `/gsd:progress`
### Session Management ### Session Management
**`/gsd-resume-work`** **`/gsd:resume-work`**
Resume work from previous session with full context restoration. Resume work from previous session with full context restoration.
- Reads STATE.md for project context - Reads STATE.md for project context
- Shows current position and recent progress - Shows current position and recent progress
- Offers next actions based on project state - Offers next actions based on project state
Usage: `/gsd-resume-work` Usage: `/gsd:resume-work`
**`/gsd-pause-work`** **`/gsd:pause-work`**
Create context handoff when pausing work mid-phase. Create context handoff when pausing work mid-phase.
- Creates .continue-here file with current state - Creates .continue-here file with current state
- Updates STATE.md session continuity section - Updates STATE.md session continuity section
- Captures in-progress work context - Captures in-progress work context
Usage: `/gsd-pause-work` Usage: `/gsd:pause-work`
### Debugging ### Debugging
**`/gsd-debug [issue description]`** **`/gsd:debug [issue description]`**
Systematic debugging with persistent state across context resets. Systematic debugging with persistent state across context resets.
- Gathers symptoms through adaptive questioning - Gathers symptoms through adaptive questioning
- Creates `.planning/debug/[slug].md` to track investigation - Creates `.planning/debug/[slug].md` to track investigation
- Investigates using scientific method (evidence → hypothesis → test) - Investigates using scientific method (evidence → hypothesis → test)
- Survives `/clear` — run `/gsd-debug` with no args to resume - Survives `/clear` — run `/gsd:debug` with no args to resume
- Archives resolved issues to `.planning/debug/resolved/` - Archives resolved issues to `.planning/debug/resolved/`
Usage: `/gsd-debug "login button doesn't work"` Usage: `/gsd:debug "login button doesn't work"`
Usage: `/gsd-debug` (resume active session) Usage: `/gsd:debug` (resume active session)
### Spiking & Sketching ### Spiking & Sketching
**`/gsd-spike [idea] [--quick]`** **`/gsd:spike [idea] [--quick]`**
Rapidly spike an idea with throwaway experiments to validate feasibility. Rapidly spike an idea with throwaway experiments to validate feasibility.
- Decomposes idea into 2-5 focused experiments (risk-ordered) - Decomposes idea into 2-5 focused experiments (risk-ordered)
- Each spike answers one specific Given/When/Then question - Each spike answers one specific Given/When/Then question
- Builds minimum code, runs it, captures verdict (VALIDATED/INVALIDATED/PARTIAL) - Builds minimum code, runs it, captures verdict (VALIDATED/INVALIDATED/PARTIAL)
- Saves to `.planning/spikes/` with MANIFEST.md tracking - Saves to `.planning/spikes/` with MANIFEST.md tracking
- Does not require `/gsd-new-project` — works in any repo - Does not require `/gsd:new-project` — works in any repo
- `--quick` skips decomposition, builds immediately - `--quick` skips decomposition, builds immediately
Usage: `/gsd-spike "can we stream LLM output over WebSockets?"` Usage: `/gsd:spike "can we stream LLM output over WebSockets?"`
Usage: `/gsd-spike --quick "test if pdfjs extracts tables"` Usage: `/gsd:spike --quick "test if pdfjs extracts tables"`
**`/gsd-sketch [idea] [--quick]`** **`/gsd:sketch [idea] [--quick]`**
Rapidly sketch UI/design ideas using throwaway HTML mockups with multi-variant exploration. Rapidly sketch UI/design ideas using throwaway HTML mockups with multi-variant exploration.
- Conversational mood/direction intake before building - Conversational mood/direction intake before building
@@ -299,13 +299,13 @@ Rapidly sketch UI/design ideas using throwaway HTML mockups with multi-variant e
- User compares variants, cherry-picks elements, iterates - User compares variants, cherry-picks elements, iterates
- Shared CSS theme system compounds across sketches - Shared CSS theme system compounds across sketches
- Saves to `.planning/sketches/` with MANIFEST.md tracking - Saves to `.planning/sketches/` with MANIFEST.md tracking
- Does not require `/gsd-new-project` — works in any repo - Does not require `/gsd:new-project` — works in any repo
- `--quick` skips mood intake, jumps to building - `--quick` skips mood intake, jumps to building
Usage: `/gsd-sketch "dashboard layout for the admin panel"` Usage: `/gsd:sketch "dashboard layout for the admin panel"`
Usage: `/gsd-sketch --quick "form card grouping"` Usage: `/gsd:sketch --quick "form card grouping"`
**`/gsd-spike-wrap-up`** **`/gsd:spike-wrap-up`**
Package spike findings into a persistent project skill. Package spike findings into a persistent project skill.
- Curates each spike one-at-a-time (include/exclude/partial/UAT) - Curates each spike one-at-a-time (include/exclude/partial/UAT)
@@ -314,9 +314,9 @@ Package spike findings into a persistent project skill.
- Writes summary to `.planning/spikes/WRAP-UP-SUMMARY.md` - Writes summary to `.planning/spikes/WRAP-UP-SUMMARY.md`
- Adds auto-load routing line to project CLAUDE.md - Adds auto-load routing line to project CLAUDE.md
Usage: `/gsd-spike-wrap-up` Usage: `/gsd:spike-wrap-up`
**`/gsd-sketch-wrap-up`** **`/gsd:sketch-wrap-up`**
Package sketch design findings into a persistent project skill. Package sketch design findings into a persistent project skill.
- Curates each sketch one-at-a-time (include/exclude/partial/revisit) - Curates each sketch one-at-a-time (include/exclude/partial/revisit)
@@ -325,11 +325,11 @@ Package sketch design findings into a persistent project skill.
- Writes summary to `.planning/sketches/WRAP-UP-SUMMARY.md` - Writes summary to `.planning/sketches/WRAP-UP-SUMMARY.md`
- Adds auto-load routing line to project CLAUDE.md - Adds auto-load routing line to project CLAUDE.md
Usage: `/gsd-sketch-wrap-up` Usage: `/gsd:sketch-wrap-up`
### Quick Notes ### Quick Notes
**`/gsd-note <text>`** **`/gsd:note <text>`**
Zero-friction idea capture — one command, instant save, no questions. Zero-friction idea capture — one command, instant save, no questions.
- Saves timestamped note to `.planning/notes/` (or `~/.claude/notes/` globally) - Saves timestamped note to `.planning/notes/` (or `~/.claude/notes/` globally)
@@ -337,14 +337,14 @@ Zero-friction idea capture — one command, instant save, no questions.
- Promote converts a note into a structured todo - Promote converts a note into a structured todo
- Works without a project (falls back to global scope) - Works without a project (falls back to global scope)
Usage: `/gsd-note refactor the hook system` Usage: `/gsd:note refactor the hook system`
Usage: `/gsd-note list` Usage: `/gsd:note list`
Usage: `/gsd-note promote 3` Usage: `/gsd:note promote 3`
Usage: `/gsd-note --global cross-project idea` Usage: `/gsd:note --global cross-project idea`
### Todo Management ### Todo Management
**`/gsd-add-todo [description]`** **`/gsd:add-todo [description]`**
Capture idea or task as todo from current conversation. Capture idea or task as todo from current conversation.
- Extracts context from conversation (or uses provided description) - Extracts context from conversation (or uses provided description)
@@ -353,24 +353,24 @@ Capture idea or task as todo from current conversation.
- Checks for duplicates before creating - Checks for duplicates before creating
- Updates STATE.md todo count - Updates STATE.md todo count
Usage: `/gsd-add-todo` (infers from conversation) Usage: `/gsd:add-todo` (infers from conversation)
Usage: `/gsd-add-todo Add auth token refresh` Usage: `/gsd:add-todo Add auth token refresh`
**`/gsd-check-todos [area]`** **`/gsd:check-todos [area]`**
List pending todos and select one to work on. List pending todos and select one to work on.
- Lists all pending todos with title, area, age - Lists all pending todos with title, area, age
- Optional area filter (e.g., `/gsd-check-todos api`) - Optional area filter (e.g., `/gsd:check-todos api`)
- Loads full context for selected todo - Loads full context for selected todo
- Routes to appropriate action (work now, add to phase, brainstorm) - Routes to appropriate action (work now, add to phase, brainstorm)
- Moves todo to done/ when work begins - Moves todo to done/ when work begins
Usage: `/gsd-check-todos` Usage: `/gsd:check-todos`
Usage: `/gsd-check-todos api` Usage: `/gsd:check-todos api`
### User Acceptance Testing ### User Acceptance Testing
**`/gsd-verify-work [phase]`** **`/gsd:verify-work [phase]`**
Validate built features through conversational UAT. Validate built features through conversational UAT.
- Extracts testable deliverables from SUMMARY.md files - Extracts testable deliverables from SUMMARY.md files
@@ -378,11 +378,11 @@ Validate built features through conversational UAT.
- Automatically diagnoses failures and creates fix plans - Automatically diagnoses failures and creates fix plans
- Ready for re-execution if issues found - Ready for re-execution if issues found
Usage: `/gsd-verify-work 3` Usage: `/gsd:verify-work 3`
### Ship Work ### Ship Work
**`/gsd-ship [phase]`** **`/gsd:ship [phase]`**
Create a PR from completed phase work with an auto-generated body. Create a PR from completed phase work with an auto-generated body.
- Pushes branch to remote - Pushes branch to remote
@@ -392,57 +392,57 @@ Create a PR from completed phase work with an auto-generated body.
Prerequisites: Phase verified, `gh` CLI installed and authenticated. Prerequisites: Phase verified, `gh` CLI installed and authenticated.
Usage: `/gsd-ship 4` or `/gsd-ship 4 --draft` Usage: `/gsd:ship 4` or `/gsd:ship 4 --draft`
--- ---
**`/gsd-review --phase N [--gemini] [--claude] [--codex] [--coderabbit] [--opencode] [--qwen] [--cursor] [--all]`** **`/gsd:review --phase N [--gemini] [--claude] [--codex] [--coderabbit] [--opencode] [--qwen] [--cursor] [--all]`**
Cross-AI peer review — invoke external AI CLIs to independently review phase plans. Cross-AI peer review — invoke external AI CLIs to independently review phase plans.
- Detects available CLIs (gemini, claude, codex, coderabbit) - Detects available CLIs (gemini, claude, codex, coderabbit)
- Each CLI reviews plans independently with the same structured prompt - Each CLI reviews plans independently with the same structured prompt
- CodeRabbit reviews the current git diff (not a prompt) — may take up to 5 minutes - CodeRabbit reviews the current git diff (not a prompt) — may take up to 5 minutes
- Produces REVIEWS.md with per-reviewer feedback and consensus summary - Produces REVIEWS.md with per-reviewer feedback and consensus summary
- Feed reviews back into planning: `/gsd-plan-phase N --reviews` - Feed reviews back into planning: `/gsd:plan-phase N --reviews`
Usage: `/gsd-review --phase 3 --all` Usage: `/gsd:review --phase 3 --all`
--- ---
**`/gsd-pr-branch [target]`** **`/gsd:pr-branch [target]`**
Create a clean branch for pull requests by filtering out .planning/ commits. Create a clean branch for pull requests by filtering out .planning/ commits.
- Classifies commits: code-only (include), planning-only (exclude), mixed (include sans .planning/) - Classifies commits: code-only (include), planning-only (exclude), mixed (include sans .planning/)
- Cherry-picks code commits onto a clean branch - Cherry-picks code commits onto a clean branch
- Reviewers see only code changes, no GSD artifacts - Reviewers see only code changes, no GSD artifacts
Usage: `/gsd-pr-branch` or `/gsd-pr-branch main` Usage: `/gsd:pr-branch` or `/gsd:pr-branch main`
--- ---
**`/gsd-plant-seed [idea]`** **`/gsd:plant-seed [idea]`**
Capture a forward-looking idea with trigger conditions for automatic surfacing. Capture a forward-looking idea with trigger conditions for automatic surfacing.
- Seeds preserve WHY, WHEN to surface, and breadcrumbs to related code - Seeds preserve WHY, WHEN to surface, and breadcrumbs to related code
- Auto-surfaces during `/gsd-new-milestone` when trigger conditions match - Auto-surfaces during `/gsd:new-milestone` when trigger conditions match
- Better than deferred items — triggers are checked, not forgotten - Better than deferred items — triggers are checked, not forgotten
Usage: `/gsd-plant-seed "add real-time notifications when we build the events system"` Usage: `/gsd:plant-seed "add real-time notifications when we build the events system"`
--- ---
**`/gsd-audit-uat`** **`/gsd:audit-uat`**
Cross-phase audit of all outstanding UAT and verification items. Cross-phase audit of all outstanding UAT and verification items.
- Scans every phase for pending, skipped, blocked, and human_needed items - Scans every phase for pending, skipped, blocked, and human_needed items
- Cross-references against codebase to detect stale documentation - Cross-references against codebase to detect stale documentation
- Produces prioritized human test plan grouped by testability - Produces prioritized human test plan grouped by testability
- Use before starting a new milestone to clear verification debt - Use before starting a new milestone to clear verification debt
Usage: `/gsd-audit-uat` Usage: `/gsd:audit-uat`
### Milestone Auditing ### Milestone Auditing
**`/gsd-audit-milestone [version]`** **`/gsd:audit-milestone [version]`**
Audit milestone completion against original intent. Audit milestone completion against original intent.
- Reads all phase VERIFICATION.md files - Reads all phase VERIFICATION.md files
@@ -450,30 +450,30 @@ Audit milestone completion against original intent.
- Spawns integration checker for cross-phase wiring - Spawns integration checker for cross-phase wiring
- Creates MILESTONE-AUDIT.md with gaps and tech debt - Creates MILESTONE-AUDIT.md with gaps and tech debt
Usage: `/gsd-audit-milestone` Usage: `/gsd:audit-milestone`
**`/gsd-plan-milestone-gaps`** **`/gsd:plan-milestone-gaps`**
Create phases to close gaps identified by audit. Create phases to close gaps identified by audit.
- Reads MILESTONE-AUDIT.md and groups gaps into phases - Reads MILESTONE-AUDIT.md and groups gaps into phases
- Prioritizes by requirement priority (must/should/nice) - Prioritizes by requirement priority (must/should/nice)
- Adds gap closure phases to ROADMAP.md - Adds gap closure phases to ROADMAP.md
- Ready for `/gsd-plan-phase` on new phases - Ready for `/gsd:plan-phase` on new phases
Usage: `/gsd-plan-milestone-gaps` Usage: `/gsd:plan-milestone-gaps`
### Configuration ### Configuration
**`/gsd-settings`** **`/gsd:settings`**
Configure workflow toggles and model profile interactively. Configure workflow toggles and model profile interactively.
- Toggle researcher, plan checker, verifier agents - Toggle researcher, plan checker, verifier agents
- Select model profile (quality/balanced/budget/inherit) - Select model profile (quality/balanced/budget/inherit)
- Updates `.planning/config.json` - Updates `.planning/config.json`
Usage: `/gsd-settings` Usage: `/gsd:settings`
**`/gsd-set-profile <profile>`** **`/gsd:set-profile <profile>`**
Quick switch model profile for GSD agents. Quick switch model profile for GSD agents.
- `quality` — Opus everywhere except verification - `quality` — Opus everywhere except verification
@@ -481,11 +481,11 @@ Quick switch model profile for GSD agents.
- `budget` — Sonnet for writing, Haiku for research/verification - `budget` — Sonnet for writing, Haiku for research/verification
- `inherit` — Use current session model for all agents (OpenCode `/model`) - `inherit` — Use current session model for all agents (OpenCode `/model`)
Usage: `/gsd-set-profile budget` Usage: `/gsd:set-profile budget`
### Utility Commands ### Utility Commands
**`/gsd-cleanup`** **`/gsd:cleanup`**
Archive accumulated phase directories from completed milestones. Archive accumulated phase directories from completed milestones.
- Identifies phases from completed milestones still in `.planning/phases/` - Identifies phases from completed milestones still in `.planning/phases/`
@@ -493,12 +493,12 @@ Archive accumulated phase directories from completed milestones.
- Moves phase dirs to `.planning/milestones/v{X.Y}-phases/` - Moves phase dirs to `.planning/milestones/v{X.Y}-phases/`
- Use after multiple milestones to reduce `.planning/phases/` clutter - Use after multiple milestones to reduce `.planning/phases/` clutter
Usage: `/gsd-cleanup` Usage: `/gsd:cleanup`
**`/gsd-help`** **`/gsd:help`**
Show this command reference. Show this command reference.
**`/gsd-update`** **`/gsd:update`**
Update GSD to latest version with changelog preview. Update GSD to latest version with changelog preview.
- Shows installed vs latest version comparison - Shows installed vs latest version comparison
@@ -507,15 +507,15 @@ Update GSD to latest version with changelog preview.
- Confirms before running install - Confirms before running install
- Better than raw `npx get-shit-done-cc` - Better than raw `npx get-shit-done-cc`
Usage: `/gsd-update` Usage: `/gsd:update`
**`/gsd-join-discord`** **`/gsd:join-discord`**
Join the GSD Discord community. Join the GSD Discord community.
- Get help, share what you're building, stay updated - Get help, share what you're building, stay updated
- Connect with other GSD users - Connect with other GSD users
Usage: `/gsd-join-discord` Usage: `/gsd:join-discord`
## Files & Structure ## Files & Structure
@@ -529,10 +529,10 @@ Usage: `/gsd-join-discord`
├── todos/ # Captured ideas and tasks ├── todos/ # Captured ideas and tasks
│ ├── pending/ # Todos waiting to be worked on │ ├── pending/ # Todos waiting to be worked on
│ └── done/ # Completed todos │ └── done/ # Completed todos
├── spikes/ # Spike experiments (/gsd-spike) ├── spikes/ # Spike experiments (/gsd:spike)
│ ├── MANIFEST.md # Spike inventory and verdicts │ ├── MANIFEST.md # Spike inventory and verdicts
│ └── NNN-name/ # Individual spike directories │ └── NNN-name/ # Individual spike directories
├── sketches/ # Design sketches (/gsd-sketch) ├── sketches/ # Design sketches (/gsd:sketch)
│ ├── MANIFEST.md # Sketch inventory and winners │ ├── MANIFEST.md # Sketch inventory and winners
│ ├── themes/ # Shared CSS theme files │ ├── themes/ # Shared CSS theme files
│ └── NNN-name/ # Individual sketch directories (HTML + README) │ └── NNN-name/ # Individual sketch directories (HTML + README)
@@ -541,7 +541,7 @@ Usage: `/gsd-join-discord`
├── milestones/ ├── milestones/
│ ├── v1.0-ROADMAP.md # Archived roadmap snapshot │ ├── v1.0-ROADMAP.md # Archived roadmap snapshot
│ ├── v1.0-REQUIREMENTS.md # Archived requirements │ ├── v1.0-REQUIREMENTS.md # Archived requirements
│ └── v1.0-phases/ # Archived phase dirs (via /gsd-cleanup or --archive-phases) │ └── v1.0-phases/ # Archived phase dirs (via /gsd:cleanup or --archive-phases)
│ ├── 01-foundation/ │ ├── 01-foundation/
│ └── 02-core-features/ │ └── 02-core-features/
├── codebase/ # Codebase map (brownfield projects) ├── codebase/ # Codebase map (brownfield projects)
@@ -563,7 +563,7 @@ Usage: `/gsd-join-discord`
## Workflow Modes ## Workflow Modes
Set during `/gsd-new-project`: Set during `/gsd:new-project`:
**Interactive Mode** **Interactive Mode**
@@ -611,51 +611,51 @@ Example config:
**Starting a new project:** **Starting a new project:**
``` ```
/gsd-new-project # Unified flow: questioning → research → requirements → roadmap /gsd:new-project # Unified flow: questioning → research → requirements → roadmap
/clear /clear
/gsd-plan-phase 1 # Create plans for first phase /gsd:plan-phase 1 # Create plans for first phase
/clear /clear
/gsd-execute-phase 1 # Execute all plans in phase /gsd:execute-phase 1 # Execute all plans in phase
``` ```
**Resuming work after a break:** **Resuming work after a break:**
``` ```
/gsd-progress # See where you left off and continue /gsd:progress # See where you left off and continue
``` ```
**Adding urgent mid-milestone work:** **Adding urgent mid-milestone work:**
``` ```
/gsd-insert-phase 5 "Critical security fix" /gsd:insert-phase 5 "Critical security fix"
/gsd-plan-phase 5.1 /gsd:plan-phase 5.1
/gsd-execute-phase 5.1 /gsd:execute-phase 5.1
``` ```
**Completing a milestone:** **Completing a milestone:**
``` ```
/gsd-complete-milestone 1.0.0 /gsd:complete-milestone 1.0.0
/clear /clear
/gsd-new-milestone # Start next milestone (questioning → research → requirements → roadmap) /gsd:new-milestone # Start next milestone (questioning → research → requirements → roadmap)
``` ```
**Capturing ideas during work:** **Capturing ideas during work:**
``` ```
/gsd-add-todo # Capture from conversation context /gsd:add-todo # Capture from conversation context
/gsd-add-todo Fix modal z-index # Capture with explicit description /gsd:add-todo Fix modal z-index # Capture with explicit description
/gsd-check-todos # Review and work on todos /gsd:check-todos # Review and work on todos
/gsd-check-todos api # Filter by area /gsd:check-todos api # Filter by area
``` ```
**Debugging an issue:** **Debugging an issue:**
``` ```
/gsd-debug "form submission fails silently" # Start debug session /gsd:debug "form submission fails silently" # Start debug session
# ... investigation happens, context fills up ... # ... investigation happens, context fills up ...
/clear /clear
/gsd-debug # Resume from where you left off /gsd:debug # Resume from where you left off
``` ```
## Getting Help ## Getting Help
@@ -663,5 +663,5 @@ Example config:
- Read `.planning/PROJECT.md` for project vision - Read `.planning/PROJECT.md` for project vision
- Read `.planning/STATE.md` for current context - Read `.planning/STATE.md` for current context
- Check `.planning/ROADMAP.md` for phase status - Check `.planning/ROADMAP.md` for phase status
- Run `/gsd-progress` to check where you're up to - Run `/gsd:progress` to check where you're up to
</reference> </reference>

View File

@@ -32,7 +32,7 @@ Parse `$ARGUMENTS` to determine the execution mode:
- If neither flag is found: display usage and exit: - If neither flag is found: display usage and exit:
``` ```
Usage: /gsd-import --from <path> Usage: /gsd:import --from <path>
--from <path> Import an external plan file into GSD format --from <path> Import an external plan file into GSD format
``` ```

View File

@@ -370,10 +370,10 @@ Next steps:
<offer_next> <offer_next>
After triage: After triage:
- /gsd-review — Run cross-AI peer review on a specific phase plan - /gsd:review — Run cross-AI peer review on a specific phase plan
- /gsd-ship — Create a PR from completed work - /gsd:ship — Create a PR from completed work
- /gsd-progress — See overall project state - /gsd:progress — See overall project state
- /gsd-inbox --label — Re-run with auto-labeling enabled - /gsd:inbox --label — Re-run with auto-labeling enabled
</offer_next> </offer_next>
<success_criteria> <success_criteria>

View File

@@ -120,7 +120,7 @@ De-duplicate the union (a file matched by multiple patterns is one doc).
``` ```
GSD > Discovered {N} docs, which exceeds the v1 cap of 50. GSD > Discovered {N} docs, which exceeds the v1 cap of 50.
Use --manifest to narrow the set to ≤ 50 files, or run Use --manifest to narrow the set to ≤ 50 files, or run
/gsd-ingest-docs again with a narrower <path>. /gsd:ingest-docs again with a narrower <path>.
``` ```
Exit without proceeding. Exit without proceeding.
@@ -307,7 +307,7 @@ Show:
- Docs ingested (count + type breakdown) - Docs ingested (count + type breakdown)
- Decisions locked, requirements created, constraints captured - Decisions locked, requirements created, constraints captured
- Conflict report path (`.planning/INGEST-CONFLICTS.md`) - Conflict report path (`.planning/INGEST-CONFLICTS.md`)
- Next step: `/gsd-plan-phase 1` (new mode) or `/gsd-plan-phase N` (merge, pointing at the first newly-added phase) - Next step: `/gsd:plan-phase 1` (new mode) or `/gsd:plan-phase N` (merge, pointing at the first newly-added phase)
</step> </step>

View File

@@ -13,7 +13,7 @@ Parse the command arguments:
- First argument: integer phase number to insert after - First argument: integer phase number to insert after
- Remaining arguments: phase description - Remaining arguments: phase description
Example: `/gsd-insert-phase 72 Fix critical auth bug` Example: `/gsd:insert-phase 72 Fix critical auth bug`
-> after = 72 -> after = 72
-> description = "Fix critical auth bug" -> description = "Fix critical auth bug"
@@ -21,8 +21,8 @@ If arguments missing:
``` ```
ERROR: Both phase number and description required ERROR: Both phase number and description required
Usage: /gsd-insert-phase <after> <description> Usage: /gsd:insert-phase <after> <description>
Example: /gsd-insert-phase 72 Fix critical auth bug Example: /gsd:insert-phase 72 Fix critical auth bug
``` ```
Exit. Exit.
@@ -95,7 +95,7 @@ Project state updated: .planning/STATE.md
`/clear` then: `/clear` then:
`/gsd-plan-phase {decimal_phase}` `/gsd:plan-phase {decimal_phase}`
--- ---
@@ -111,11 +111,11 @@ Project state updated: .planning/STATE.md
<anti_patterns> <anti_patterns>
- Don't use this for planned work at end of milestone (use /gsd-add-phase) - Don't use this for planned work at end of milestone (use /gsd:add-phase)
- Don't insert before Phase 1 (decimal 0.1 makes no sense) - Don't insert before Phase 1 (decimal 0.1 makes no sense)
- Don't renumber existing phases - Don't renumber existing phases
- Don't modify the target phase content - Don't modify the target phase content
- Don't create plans yet (that's /gsd-plan-phase) - Don't create plans yet (that's /gsd:plan-phase)
- Don't commit changes (user decides when to commit) - Don't commit changes (user decides when to commit)
</anti_patterns> </anti_patterns>

View File

@@ -14,8 +14,8 @@ Phase number: $ARGUMENTS (required)
``` ```
Error: Phase number required. Error: Phase number required.
Usage: /gsd-list-phase-assumptions [phase-number] Usage: /gsd:list-phase-assumptions [phase-number]
Example: /gsd-list-phase-assumptions 3 Example: /gsd:list-phase-assumptions 3
``` ```
Exit workflow. Exit workflow.
@@ -153,8 +153,8 @@ Present next steps:
``` ```
What's next? What's next?
1. Discuss context (/gsd-discuss-phase ${PHASE}) - Let me ask you questions to build comprehensive context 1. Discuss context (/gsd:discuss-phase ${PHASE}) - Let me ask you questions to build comprehensive context
2. Plan this phase (/gsd-plan-phase ${PHASE}) - Create detailed execution plans 2. Plan this phase (/gsd:plan-phase ${PHASE}) - Create detailed execution plans
3. Re-examine assumptions - I'll analyze again with your corrections 3. Re-examine assumptions - I'll analyze again with your corrections
4. Done for now 4. Done for now
``` ```

View File

@@ -25,7 +25,7 @@ Parse JSON for: `workspace_base`, `workspaces`, `workspace_count`.
No workspaces found in ~/gsd-workspaces/ No workspaces found in ~/gsd-workspaces/
Create one with: Create one with:
/gsd-new-workspace --name my-workspace --repos repo1,repo2 /gsd:new-workspace --name my-workspace --repos repo1,repo2
``` ```
Done. Done.
@@ -44,7 +44,7 @@ GSD Workspaces (~/gsd-workspaces/)
Manage: Manage:
cd ~/gsd-workspaces/<name> # Enter a workspace cd ~/gsd-workspaces/<name> # Enter a workspace
/gsd-remove-workspace <name> # Remove a workspace /gsd:remove-workspace <name> # Remove a workspace
``` ```
For each workspace, show: For each workspace, show:

View File

@@ -26,7 +26,7 @@ if [[ "$INIT" == @file:* ]]; then INIT=$(cat "${INIT#@file:}"); fi
Parse JSON for: `milestone_version`, `milestone_name`, `phase_count`, `completed_count`, `in_progress_count`, `phases`, `recommended_actions`, `all_complete`, `waiting_signal`, `manager_flags`. Parse JSON for: `milestone_version`, `milestone_name`, `phase_count`, `completed_count`, `in_progress_count`, `phases`, `recommended_actions`, `all_complete`, `waiting_signal`, `manager_flags`.
`manager_flags` contains per-step passthrough flags from config: `manager_flags` contains per-step passthrough flags from config:
- `manager_flags.discuss` — appended to `/gsd-discuss-phase` args (e.g. `"--auto --analyze"`) - `manager_flags.discuss` — appended to `/gsd:discuss-phase` args (e.g. `"--auto --analyze"`)
- `manager_flags.plan` — appended to plan agent init command - `manager_flags.plan` — appended to plan agent init command
- `manager_flags.execute` — appended to execute agent init command - `manager_flags.execute` — appended to execute agent init command
@@ -113,8 +113,8 @@ If `all_complete` is true:
╚══════════════════════════════════════════════════════════════╝ ╚══════════════════════════════════════════════════════════════╝
All {phase_count} phases done. Ready for final steps: All {phase_count} phases done. Ready for final steps:
→ /gsd-verify-work — run acceptance testing → /gsd:verify-work — run acceptance testing
→ /gsd-complete-milestone — archive and wrap up → /gsd:complete-milestone — archive and wrap up
``` ```
@@ -337,11 +337,11 @@ Display final status with progress bar:
{milestone_version} — {milestone_name} {milestone_version} — {milestone_name}
{PROGRESS_BAR} {progress_pct}% ({completed_count}/{phase_count} phases) {PROGRESS_BAR} {progress_pct}% ({completed_count}/{phase_count} phases)
Resume anytime: /gsd-manager Resume anytime: /gsd:manager
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
``` ```
**Note:** Any background agents still running will continue to completion. Their results will be visible on next `/gsd-manager` or `/gsd-progress` invocation. **Note:** Any background agents still running will continue to completion. Their results will be visible on next `/gsd:manager` or `/gsd:progress` invocation.
</step> </step>

Some files were not shown because too many files have changed in this diff Show More