
Review source files changed during a phase for bugs, security issues, and code quality problems
Start a new milestone cycle — update PROJECT.md and route to requirements
Gather phase context through adaptive questioning before planning. Use --auto to skip interactive questions (Claude picks recommended defaults). Use --chain for interactive discuss followed by automatic plan+execute. Use --power for bulk question generation into a file-based UI (answer at your own pace).
Capture idea or task as todo from current conversation context
Interactive command center for managing multiple phases from one terminal
Generate a comprehensive project summary from milestone artifacts for team onboarding and review
Automatically advance to the next logical step in the qsd workflow
Create a clean PR branch by filtering out .planning/ commits — ready for code review
Review and promote backlog items to active milestone
Request cross-AI peer review of phase plans from external AI CLIs
Display project statistics — phases, plans, requirements, git metrics, and timeline
Validate qsd installation health — checkpoint schemas, LATEST.json, settings.json hook matchers, no-symlink discipline, hook log tail, intel manifest. Run before/after long-session work or any time `/qsd-resume` feels off.
Remove a future phase from roadmap and renumber subsequent phases
Insert urgent work as decimal phase (e.g., 72.1) between existing phases
Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents
Rapid codebase assessment — lightweight alternative to /qsd-map-codebase
Create phases to close all gaps identified by milestone audit
Manage persistent context threads for cross-session work
Safe git revert. Roll back phase or plan commits using the phase manifest with dependency checks.
Audit milestone completion against original intent before archiving
Join the qsd Discord community
Analyze phase dependencies and suggest Depends on entries for ROADMAP.md
Cross-phase audit of all outstanding UAT and verification items
Switch model profile for qsd agents (quality/balanced/budget/inherit)
Resume work from previous session with full context restoration
Add phase to end of current milestone in roadmap
Generate tests for a completed phase based on UAT criteria and implementation
List pending todos and select one to work on
Run all remaining phases autonomously — discuss→plan→execute per phase
Archive accumulated phase directories from completed milestones
Route freeform text to the right qsd command automatically
Generate or update project documentation verified against the codebase
Execute all plans in a phase with wave-based parallelization
Execute a trivial task inline — no subagents, no planning overhead
Post-mortem investigation for failed qsd workflows — analyzes git history, artifacts, and state to diagnose what went wrong
Diagnose planning directory health and optionally repair issues
Generate a session report with token usage estimates, work summary, and outcomes
Ingest external plans with conflict detection against project decisions before writing anything.
Generate developer behavioral profile and create Claude-discoverable artifacts
Surface Claude's assumptions about a phase approach before planning
Check project progress, show context, and route to next action (execute or plan)
Execute a quick task with qsd guarantees (atomic commits, state tracking) but skip optional agents
Remove a qsd workspace and clean up worktrees
Retroactively verify threat mitigations for a completed phase
Generate UI design contract (UI-SPEC.md) for frontend phases
Update qsd to latest version with changelog display
Retroactively audit and fill Nyquist validation gaps for a completed phase
Manage parallel workstreams — list, create, switch, status, progress, complete, and resume
Validate built features through conversational UAT
Zero-friction idea capture. Append, list, or promote notes to todos.
Configure qsd workflow toggles and model profile
Retroactive 6-pillar visual audit of implemented frontend code
Create PR, run review, and prepare for merge after verification passes
Rehydrate operational context from the latest qsd checkpoint. Reads `.planning/checkpoints/LATEST.json`, prints the checkpoint body, and directs Claude to re-read the Resume Hints files first.
Create detailed phase plan (PLAN.md) with verification loop
Research how to implement a phase (standalone - usually use /qsd-plan-phase instead)
Create an isolated workspace with repo copies and independent .planning/
Create context handoff when pausing work mid-phase
List active qsd workspaces and their status
Initialize a new project with deep context gathering and PROJECT.md
Socratic ideation and idea routing — think through ideas before committing to plans
Show available qsd commands and usage guide
Query, inspect, or refresh codebase intelligence files in .planning/intel/
Systematic debugging with persistent state across context resets
Archive completed milestone and prepare for next version
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Auto-fix issues found by code review in REVIEW.md. Spawns fixer agent, commits each fix atomically, produces REVIEW-FIX.md summary.
Add an idea to the backlog parking lot (999.x numbering)
Reapply local modifications after a qsd update
Capture a forward-looking idea with trigger conditions — surfaces automatically at the right milestone
Save a resumable checkpoint of the current operational context to `.planning/checkpoints/` — YAML frontmatter + prose. Call before `/clear` or any long-running Task dispatch.