Review all code changes made during a dev session against the spec requirements. Use after /dev completes all tasks to catch issues before committing. Reviews for correctness, security, test coverage, clarity, and project conventions. Outputs findings to a…
Execute tasks from a spec's tasks.md file. Use after /spec is complete to implement the feature either one task at a time with user review between each, or all tasks sequentially. Invoke when the user wants to start or continue implementing a spec.
Guide the user through spec-driven development: requirements, design, and implementation tasks. Use when the user wants to plan a new feature, create a spec, or work through requirements → design → tasks workflow.