01Obra
Systematic Debugging
Investigate bugs and test failures through evidence before proposing fixes.
Engineering npx install
Drive implementation with a failing test, minimal code, and deliberate refactoring.
Install with skills CLI
npx skills add obra/superpowers --skill test-driven-developmentChoose your target agent when the installer prompts. Installation target does not mean this listing has tested every agent.
Build: Connects expected behavior to tests before implementation expands.
A disciplined red-green-refactor workflow for feature work and bug fixes, keeping behavior and implementation tightly connected.
Investigate bugs and test failures through evidence before proposing fixes.
Test local web applications with Playwright-based browser workflows.
Clarify intent, constraints, and design before creative implementation begins.