Superpowers Skills
A complete software development methodology by Jesse Vincent (Prime Radiant). Installs 13+ composable skills — brainstorming, writing-plans, TDD, systematic-debugging, code-review, and subagent-driven-development — that activate automatically at the right phase so the agent stays on track through the full development lifecycle.
View on GitHubWhat it does
- /plugin install superpowers@claude-plugins-official
Install Superpowers from the official Claude plugin marketplace.
- brainstorming skill
Auto-activates before coding to refine ideas through questions, explore alternatives, and save a design doc.
- subagent-driven-development skill
Dispatches a fresh subagent per task with two-stage review (spec compliance then code quality).
- test-driven-development skill
Enforces RED-GREEN-REFACTOR on every implementation task — write failing test first, then minimal code.
- systematic-debugging skill
Four-phase root-cause debugging process that runs before any fix attempt.
- finishing-a-development-branch skill
Verifies tests pass, presents merge/PR/keep/discard options, and cleans the worktree.