From superpowers
Provides checklists to validate exit criteria for development phases: discovery, option analysis, design creation, reflection, and git commit.
How this command is triggered — by the user, by Claude, or both
Slash command
/superpowers:exit-criteriabrainstorming/references/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Exit Criteria - Validation Checklists ## Phase 1: Discovery - [ ] Explored codebase (relevant files, patterns, docs, recent commits) - [ ] Requirements clarified via AskUserQuestion (one at a time, prefer multiple choice) - [ ] Complexity assessment stated (Simple/Medium/Complex) - [ ] Ready for option analysis with enough context ## Phase 2: Option Analysis - [ ] 2+ options compared with trade-offs (or "No Alternatives" rationale) - [ ] Options grounded in codebase reality - [ ] User explicitly approved direction ## Phase 3: Design Creation - [ ] Sub-agents completed per complexity le...
docs/plans/YYYY-MM-DD-<topic>-design/_index.md, bdd-specs.md, architecture.md, best-practices.md_index.md includes Design Documents section with linksdocs: <subject under 50 chars>npx claudepluginhub fradser/dotclaude --plugin superpowers/designExecutes a multi-phase structured development workflow with parallel agents, tracked milestones, and phase-level risk management.
/buildGuides feature implementation via phased workflow with approval gates: understand requirements, design options, load skills, build, verify, test, and track progress in tasks/todo.md.
/workflowOrchestrates a full multi-agent development pipeline: design, planning, plan review, implementation, and code review. Produces tested, reviewed code with commit and pipeline metrics.
/temperExecutes the full SDLC flow — plan, design, build, review, check — with isolated per-stage agent subprocesses, stage gates, and feedback loops.
/planOrchestrates full design planning — requirements discovery, gap analysis, and implementation planning — producing a machine-readable artifact for /implement.
/bmad-pilotOrchestrates AI development team to build project from description, with repo scanning, architecture, planning, coding, and QA phases plus user confirmations. Options: --skip-tests, --direct-dev, --skip-scan.