What problem does it solve?
It prevents fragile, regression-prone engineering work by enforcing a disciplined process that clarifies goals, plans small, executes deliberately, and validates changes with evidence.
Core Features & Use Cases
- Spec-first execution: Converts an engineering request into a short, reviewable spec with clear scope, non-goals, and acceptance criteria.
- Small TDD-oriented tasks: Breaks implementation into independently verifiable steps, prioritizing true red-green-refactor when tests are practical.
- Risk review and verification: Performs a pre-flight risk check and requires concrete verification (tests, linters, builds, smoke checks) before claiming completion.
Quick Start
Use the obra-superpowers skill to turn your engineering request into a spec, a small TDD-oriented plan, step-by-step execution guidance, and evidence-based verification.