Agent Claude Code
Creates project roadmaps with phase breakdown, requirement mapping, success criteria derivation, and coverage validation. Spawned by /gsd-new-project orchestrator.
Agent Claude Code
Creates project roadmaps with phase breakdown, requirement mapping, success criteria derivation, and coverage validation. Spawned by /gsd-new-project orchestrator.
Agent Claude Code
Verifies threat mitigations from PLAN.md threat model exist in implemented code. Produces SECURITY.md. Spawned by /gsd-secure-phase.
Agent Claude Code
Retroactive 6-pillar visual audit of implemented frontend code. Produces scored UI-REVIEW.md. Spawned by /gsd-ui-review orchestrator.
Agent Claude Code
Validates UI-SPEC.md design contracts against 6 quality dimensions. Produces BLOCK/FLAG/PASS verdicts. Spawned by /gsd-ui-phase orchestrator.
Agent Claude Code
Produces UI-SPEC.md design contract for frontend phases. Reads upstream artifacts, detects design system state, asks only unanswered questions. Spawned by /gsd-ui-phase orchestrator.
Agent Claude Code
Analyzes extracted session messages across 8 behavioral dimensions to produce a scored developer profile with confidence levels and evidence. Spawned by profile orchestration workflows.
Agent Claude Code
Verifies phase goal achievement through goal-backward analysis. Checks codebase delivers what phase promised, not just that tasks completed. Creates VERIFICATION.md report.
Command Claude Code
Add an idea to the backlog parking lot (999.x numbering).
Command Claude Code
Add phase to end of current milestone in roadmap.
Command Claude Code
Generate tests for a completed phase based on UAT criteria and implementation.
Command Claude Code
Capture idea or task as todo from current conversation context.
Command Claude Code
Generate AI design contract (AI-SPEC.md) for phases that involve building AI systems — framework selection, implementation guidance from official docs, and evaluation strategy.
Command Claude Code
Analyze phase dependencies and suggest Depends on entries for ROADMAP.md.
Command Claude Code
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit.
Command Claude Code
Audit milestone completion against original intent before archiving.
Command Claude Code
Cross-phase audit of all outstanding UAT and verification items.
Command Claude Code
Run all remaining phases autonomously — discuss→plan→execute per phase.
Command Claude Code
List pending todos and select one to work on.
Command Claude Code
Archive accumulated phase directories from completed milestones.
Command Claude Code
Auto-fix issues found by code review in REVIEW.md. Spawns fixer agent, commits each fix atomically, produces REVIEW-FIX.md summary.
Command Claude Code
Review source files changed during a phase for bugs, security issues, and code quality problems.
Command Claude Code
Archive completed milestone and prepare for next version.
Command Claude Code
Systematic debugging with persistent state across context resets.
Command Claude Code
Gather phase context through adaptive questioning before planning. Use --all to skip area selection and discuss all gray areas interactively. Use --auto to skip interactive questions (Claude picks recommended defaults). Use --chain for interactive discuss followed by automatic plan+execute. Use --power for bulk…