superpowers-patterns
Installation
SKILL.md
Superpowers Patterns
Overview
Superpowers provides battle-tested development patterns for TDD, debugging, and team collaboration. This skill should be invoked when applying systematic approaches to development, debugging, or team workflows.
Core Principles
- TDD: Write failing test first, minimal code, then refactor
- Debugging: Reproduce, isolate, fix, add regression test
- Planning: Use /brainstorm and /write-plan
- Execution: Follow /execute-plan for structured work
Preparation Checklist
- Identify which pattern applies
- Load appropriate skill
- Gather required context
- Set up testing/debugging environment