AILoadoutAILoadout
Verified

obra/superpowers

14 curated skills
Test-Driven Developmentobra

Write tests before code (RED → GREEN → REFACTOR) — control quality and cut bugs at the source

Code
Systematic Debuggingobra

Debug systematically in 4 phases — find the root cause before fixing, so bugs don't regrow

Code
Git Worktreesobra

Work on multiple features across branches at once without switching — parallel work without losing context

Code
Brainstormingobra

Brainstorm and design features with Socratic questioning before you start — think it through first

General
Subagent-Driven Devobra

Split complex work across multiple AI subagents — get big tasks done faster

Code
Parallel Agentsobra

Dispatch multiple AI agents to run in parallel — speed up work that splits into parts

Code
Verify Before Doneobra

Force the AI to verify work actually runs before claiming 'done' — no empty claims

General
Writing Plansobra

Write plans for AI to follow step by step — big tasks stay on track, no missed steps

General
Executing Plansobra

Have AI execute a plan systematically — verify each step before moving on

General
Finish Dev Branchobra

Wrap up a branch cleanly — merge, clean up, leave nothing dangling

Code
Request Code Reviewobra

Request a quality code review — prep context so reviewers get it fast

Code
Receive Code Reviewobra

Handle code-review feedback systematically — address every point precisely

Code
Using Superpowersobra

How to get the most out of the full superpowers set

General
Writing Skillsobra

Write your own Skill that AI uses well — the correct SKILL.md structure

Code