Stats
Actions
Tags
From superpowers
Guides Claude through a structured multi-phase checklist for code changes: 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/workflowOrchestrates a full development cycle: design, planning, plan review, implementation, and code review. Supports autonomous mode and phase-based resume.
/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.