Superpowers Framework Integration
Integrates 5 key methodologies from the Superpowers framework:
1. Verification-Before-Completion
- Iron Law: NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE
- Added to: architect, executor, executor-high, ralph, CLAUDE.md
2. Systematic Debugging Protocol
- 4-phase: Root Cause → Pattern Analysis → Hypothesis Testing → Implementation
- 3-failure circuit breaker to prevent infinite fix loops
- Fast-path for obvious bugs (typos, missing imports)
3. Two-Stage Code Review
- Stage 1: Spec compliance (did you build what was asked?)
- Stage 2: Code quality (only after Stage 1 passes)
- Fast-path for trivial changes
4. TDD Enforcement
- New
/tddskill with strict test-first discipline - Iron Law: NO PRODUCTION CODE WITHOUT FAILING TEST FIRST
5. Single-Question Brainstorming
- One question at a time, build on responses
- Merged into planner skill
npm: npm install oh-my-claude-sisyphus@3.3.6