Superpowers Workflow
Plan, test, debug, and ship with the Superpowers skill set.
These skills encode a full agent loop: brainstorm, write a plan, implement with TDD, debug systematically, then verify before you claim done. Install from obra/superpowers.
obra / Superpowers · Productivity
brainstorming forces a design-and-approval gate before implementation. Install with npx skills add obra/superpowers --skill brainstorming.
obra / Superpowers · Productivity
writing-plans produces file-level implementation plans with tests, commands, and commits. Install with npx skills add obra/superpowers --skill writing-plans.
obra / Superpowers · Development
test-driven-development enforces red-green-refactor: no production code without a failing test first. Install with npx skills add obra/superpowers --skill test-driven-development.
obra / Superpowers · Development
systematic-debugging stops guess-and-patch: gather evidence, form a hypothesis, then fix. Install with npx skills add obra/superpowers --skill systematic-debugging.
obra / Superpowers · Productivity
executing-plans walks a saved implementation plan task-by-task with checkpoints. Install with npx skills add obra/superpowers --skill executing-plans.
obra / Superpowers · Development
verification-before-completion requires evidence before any success claim. Install with npx skills add obra/superpowers --skill verification-before-completion.