Superpowers
by @obra · plugin · 14 skills
Superpowers from obra/superpowers.
Install the whole plugin (CLI)
npx skillmds add obra/brainstorming
npx skillmds add obra/writing-plans
npx skillmds add obra/writing-skills
npx skillmds add obra/executing-plans
npx skillmds add obra/using-superpowers
npx skillmds add obra/using-git-worktrees
npx skillmds add obra/systematic-debugging
npx skillmds add obra/receiving-code-review
npx skillmds add obra/requesting-code-review
npx skillmds add obra/test-driven-development
npx skillmds add obra/dispatching-parallel-agents
npx skillmds add obra/subagent-driven-development
npx skillmds add obra/finishing-a-development-branch
npx skillmds add obra/verification-before-completionSkills in this plugin
- ▌ brainstorming · obra bundleGuides collaborative dialogue to turn ideas into fully formed designs and specs before any implementation begins.
- ▌ writing-plans · obra bundleCreates detailed, step-by-step implementation plans from specs or requirements, with task decomposition, file structure, and test-driven development instructions.
- ▌ writing-skills · obra bundleCreate, edit, and verify agent skills using test-driven development to ensure agents follow documented procedures correctly.
- ▌ executing-plans · obraLoad a written implementation plan, execute each task with verification checkpoints, and complete development using a structured workflow.
- ▌ using-superpowers · obra bundleEnsures skills are invoked before any response, including clarifying questions, and establishes how to find and use skills.
- ▌ using-git-worktrees · obraSets up an isolated Git worktree for feature development, preferring native tools and falling back to manual git worktrees when needed.
- ▌ systematic-debugging · obra bundleFind root causes of bugs, test failures, or unexpected behavior before proposing any fixes.
- ▌ receiving-code-review · obraProvides a structured protocol for receiving and evaluating code review feedback, emphasizing technical verification over performative agreement.
- ▌ requesting-code-review · obra bundleDispatch a code reviewer subagent to catch issues before they cascade, with precisely crafted context for evaluation.
- ▌ test-driven-development · obra bundleWrite tests before implementation code for new features, bug fixes, and refactoring, following the red-green-refactor cycle.
- ▌ dispatching-parallel-agents · obraDispatch multiple independent tasks to parallel agents for faster debugging and problem-solving.
- ▌ subagent-driven-development · obra bundleExecute implementation plans by dispatching a fresh subagent per task, with task review after each and a whole-branch review at the end.
- ▌ finishing-a-development-branch · obraGuides completion of development work by verifying tests, detecting the environment, and presenting structured options for merging, creating a PR, or discarding changes.
- ▌ verification-before-completion · obraEnforces running verification commands and confirming output before claiming work is complete, fixed, or passing, to prevent false success claims.