dispatching-parallel-agents
superpowers/dispatching-parallel-agents 250.3k
Jesse Vincent · @obra ↗ Turn your coding agent into a disciplined engineer: it designs before it codes, writes plans you can actually read, and runs test-driven work through review, on its own.
New Before your coding agent writes a line of code, it talks through what you're actually building and turns it into a design spec you approve, so you never ship the wrong thing fast.
superpowers/brainstorming 250.3k superpowers/dispatching-parallel-agents 250.3k superpowers/executing-plans 250.3k superpowers/finishing-a-development-branch 250.3k superpowers/receiving-code-review 250.3k superpowers/requesting-code-review 250.3k superpowers/subagent-driven-development 250.3k superpowers/systematic-debugging 250.3k superpowers/test-driven-development 250.3k superpowers/using-git-worktrees 250.3k superpowers/using-superpowers 250.3k superpowers/verification-before-completion 250.3k superpowers/writing-plans 250.3k superpowers/writing-skills 250.3k Superpowers is a complete development methodology for your coding agent, built from composable skills that trigger automatically as you work. Instead of jumping straight to code, your agent stops to understand what you're building, turns the conversation into a spec you approve, and writes an implementation plan detailed enough for a junior engineer to follow.
From there it runs the work through subagent-driven development: one agent per task, a review after each, true red/green TDD, and a final pass over the whole branch. Other skills cover debugging by root cause, git worktrees, code review, and finishing a branch cleanly. Because the skills fire at the right moment on their own, you get the discipline without babysitting the process.
Design, plan, build, and review as one connected flow instead of a rush straight to code you have to unwind later.
It draws the idea out into a spec you approve, then a plan clear enough to hand to a junior engineer, before a line of code.
True red/green TDD, subagents that follow the plan task by task, and a review after each one keep the speed without the mess.
Root-cause debugging, code review, a verification pass, and a clean branch finish keep quality up when it's tempting to patch and move on.
Yes. Superpowers is an MIT-licensed open-source plugin with zero third-party dependencies. You install it into your own coding agent and run it locally.
Superpowers works with Claude Code, Codex, Cursor, Antigravity, GitHub Copilot CLI, and several others. You install it once per harness you use.
No. Superpowers loads a session-start bootstrap so its skills trigger automatically at the right moment, like brainstorming before you write any code.
Yes. The Superpowers skills are composable and can trigger on their own, though they're designed to hand off to each other across the design, plan, build, and review flow.