Superpowers is a complete software development methodology for your coding agents, built on top of a set of composable skills and some initial instructions that make sure your agent uses them.
Auto-invoked ships a router so the right skill fires automatically as you prompt. No remembering which skill to call.
Normal is the plain upstream plugin, installed as-is. You invoke its skills yourself.
The plugin> /plugin marketplace add obra/superpowers> /plugin install superpowers@superpowers-devAuto-invocation> /plugin marketplace add flowy-sh/flowy-core> /plugin install flowy-core> /plugin install flowy-superpowers
What's inside
Superpowers is a complete software development methodology for your coding agents, built on top of a set of composable skills and some initial instructions that make sure your agent uses them.
It starts from the moment you fire up your coding agent. As soon as it sees that you're building something, it doesn't just jump into trying to write code. Instead, it steps back and asks you what you're really trying to do.
Once it's teased a spec out of the conversation, it shows it to you in chunks short enough to actually read and digest.
After you've signed off on the design, your agent puts together an implementation plan that's clear enough for an enthusiastic junior engineer with poor taste, no judgement, no project context, and an aversion to testing to follow. It emphasizes true red/green TDD, YAGNI (You Aren't Gonna Need It), and DRY.
Next up, once you say "go", it launches a subagent-driven-development process, having agents work through each engineering task, inspecting and reviewing their work, and continuing forward. It's not uncommon for your agent to work autonomously for a couple hours at a time without deviating from the plan you put together.
There's a bunch more to it, but that's the core of the system. And because the skills trigger automatically, you don't need to do anything special. Your coding agent just has Superpowers.
If you're using Superpowers in enterprise and could benefit from commercial support, additional tooling, or managed spending, please don't hesitate to drop us a line at sales@primeradiant.com.
Installation differs by harness. If you use more than one, install Superpowers separately for each one.
Superpowers is available via the official Claude plugin marketplace
Install the plugin from Anthropic's official marketplace:
/plugin install superpowers@claude-plugins-official
The Superpowers marketplace provides Superpowers and some other related plugins for Claude Code.
Register the marketplace:
/plugin marketplace add obra/superpowers-marketplace
Install the plugin from this marketplace:
/plugin install superpowers@superpowers-marketplace
Install Superpowers as a plugin from this repository:
agy plugin install https://github.com/obra/superpowers
Antigravity runs the plugin's session-start hook, so Superpowers is active from the first message. Reinstall with the same command to update.
Superpowers is available via the official Codex plugin marketplace.
Superpowers in the Coding section.+ next to Superpowers and follow the prompts.Superpowers is available via the official Codex plugin marketplace.
Open the plugin search interface:
/plugins
Search for Superpowers:
superpowers
Select Install Plugin.
In Cursor Agent chat, install from marketplace:
/add-plugin superpowers
Or search for "superpowers" in the plugin marketplace.
Install the plugin from this repository:
devin plugins install obra/superpowers
Update to the latest version with:
devin plugins update superpowers
Register the marketplace:
droid plugin marketplace add https://github.com/obra/superpowers
Install the plugin:
droid plugin install superpowers@superpowers
Install the extension:
gemini extensions install https://github.com/obra/superpowers
Update later:
gemini extensions update superpowers
Register the marketplace:
copilot plugin marketplace add obra/superpowers-marketplace
Install the plugin:
copilot plugin install superpowers@superpowers-marketplace
Superpowers is available via the official Grok plugin marketplace.
Install the plugin from xAI's official marketplace:
grok plugin install superpowers@xai-official --trust
Or open the marketplace in the TUI, search for Superpowers, and install it:
/marketplace
Superpowers is available in Kimi Code's plugin marketplace.
Open Kimi Code's plugin manager:
/plugins
Go to Marketplace > Superpowers and install it.
Or install directly from this repository:
/plugins install https://github.com/obra/superpowers
Detailed docs: docs/README.kimi.md
OpenCode uses its own plugin install; install Superpowers separately even if you already use it in another harness.
Tell OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/obra/superpowers/refs/heads/main/.opencode/INSTALL.md
Detailed docs: docs/README.opencode.md
Install Superpowers as a Pi package from this repository:
pi install git:github.com/obra/superpowers
For local development, run Pi with this checkout loaded as a temporary package:
pi -e /path/to/superpowers
The Pi package loads the Superpowers skills and a small extension that injects the using-superpowers bootstrap at session startup and again after compaction. Pi has native skills, so no compatibility Skill tool is required. Subagent and task-list tools remain optional Pi companion packages.
Install Superpowers as a Hermes plugin from this repository:
hermes plugins install obra/superpowers --enable
Restart any active Hermes sessions after installing. Note: Hermes has no post-compaction hook, so a very long session that compacts over its first turn loses the bootstrap โ start a fresh session if skills stop triggering.
brainstorming - Activates before writing code. Refines rough ideas through questions, explores alternatives, presents design in sections for validation. Saves design document.
using-git-worktrees - Activates after design approval. Creates isolated workspace on new branch, runs project setup, verifies clean test baseline.
writing-plans - Activates with approved design. Breaks work into bite-sized tasks (2-5 minutes each). Every task has exact file paths, complete code, verification steps.
subagent-driven-development or executing-plans - Activates with plan. Dispatches fresh subagent per task with two-stage review (spec compliance, then code quality), or executes in batches with human checkpoints.
test-driven-development - Activates during implementation. Enforces RED-GREEN-REFACTOR: write failing test, watch it fail, write minimal code, watch it pass, commit. Deletes code written before tests.
requesting-code-review - Activates between tasks. Reviews against plan, reports issues by severity. Critical issues block progress.
finishing-a-development-branch - Activates when tasks complete. Verifies tests, presents options (merge/PR/keep/discard), cleans up worktree.
The agent checks for relevant skills before any task. Mandatory workflows, not suggestions.
Superpowers is built by Jesse Vincent and the rest of the folks at Prime Radiant.
Testing
Debugging
Collaboration
Meta
Read the original release announcement.
The general contribution process for Superpowers is below. Keep in mind that we don't generally accept contributions of new skills and that any updates to skills must work across all of the coding agents we support.
writing-skills skill for creating and testing new and modified skillsSkill-behavior tests use the drill eval harness from superpowers-evals, cloned into evals/ โ see evals/README.md for setup. Plugin-infrastructure tests live at tests/ and run via the relevant run-*.sh or npm test.
See skills/writing-skills/SKILL.md for the complete guide.
Superpowers updates are somewhat coding-agent dependent, but are often automatic.
MIT License - see LICENSE file for details
Because skills and plugins don't provide any feedback to creators, we have no idea how many of you are using Superpowers. By default, the Prime Radiant logo on brainstorming's optional visual companion feature is loaded from our website. It includes the version of Superpowers in use. It does not include any details about your project, prompt, or coding agent. We don't see your clicks or anything about what you're building. This helps us have a rough idea of how many folks are using Superpowers and which version of Superpowers they're using. It's 100% optional. To disable this, set the environment variable SUPERPOWERS_DISABLE_TELEMETRY to any true value. Superpowers also honors Claude Code's DISABLE_TELEMETRY and CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC opt-outs.
.agents/
plugins/
marketplace.json
.claude-plugin/
marketplace.json
plugin.json
.codex-plugin/
plugin.json
.cursor-plugin/
plugin.json
.devin-plugin/
plugin.json
.gitattributes
.github/
FUNDING.yml
ISSUE_TEMPLATE/
bug_report.md
config.yml
feature_request.md
platform_support.md
PULL_REQUEST_TEMPLATE.md
.gitignore
.hermes-plugin/
__init__.py
plugin.yaml
.kimi-plugin/
plugin.json
.opencode/
INSTALL.md
plugins/
superpowers.js
.pi/
extensions/
superpowers.ts
.pre-commit-config.yaml
.version-bump.json
AGENTS.md
assets/
app-icon.png
superpowers-small.svg
CLAUDE.md
CODE_OF_CONDUCT.md
docs/
plans/
2025-11-22-opencode-support-design.md
2025-11-22-opencode-support-implementation.md
2025-11-28-skills-improvements-from-user-feedback.md
2026-01-17-visual-brainstorming.md
porting-to-a-new-harness.md
README.kimi.md
README.opencode.md
superpowers/
plans/
2026-01-22-document-review-system.md
2026-02-19-visual-brainstorming-refactor.md
2026-03-11-zero-dep-brainstorm-server.md
2026-03-23-codex-app-compatibility.md
2026-04-06-worktree-rototill.md
2026-05-06-lift-drill-into-evals.md
2026-05-07-pi-extension-and-evals.md
2026-06-09-sdd-task-scoped-review-dispatch.md
2026-06-09-visual-companion-issues.md
2026-06-10-visual-companion-auth-hardening.md
2026-06-11-visual-companion-final-hardening-fixup.md
2026-07-06-sdd-plan-scoped-workspace.md
2026-07-15-sdd-fix-loop-redesign.md
2026-07-30-codex-efficiency-fixes.md
2026-08-06-hermes-version-bump-wiring.md
specs/
2026-01-22-document-review-system-design.md
2026-02-19-visual-brainstorming-refactor-design.md
2026-03-11-zero-dep-brainstorm-server-design.md
2026-03-23-codex-app-compatibility-design.md
2026-04-06-worktree-rototill-design.md
2026-05-05-platform-neutral-config-refs-design.md
2026-05-05-platform-neutral-prose-design.md
2026-05-05-platform-neutral-readme-design.md
2026-05-06-lift-drill-into-evals-design.md
2026-06-09-sdd-task-scoped-review-dispatch-design.md
2026-06-10-positive-instruction-redesign-design.md
2026-06-10-strict-cost-sdd-design.md
2026-06-10-visual-companion-auth-hardening-design.md
2026-06-11-visual-companion-final-hardening-fixup-design.md
2026-07-06-sdd-plan-scoped-workspace-eval-results.md
2026-07-06-sdd-plan-scoped-workspace.md
2026-07-15-sdd-fix-loop-redesign-design.md
2026-07-30-codex-efficiency-fixes-design.md
2026-08-05-hermes-version-bump-wiring-design.md
testing.md
windows/
polyglot-hooks.md
gemini-extension.json
GEMINI.md
hooks/
hooks-cursor.json
hooks.json
run-hook.cmd
session-start
LICENSE
package.json
README.md
RELEASE-NOTES.md
scripts/
bump-version.sh
lint-shell.sh
package-codex-plugin.sh
sync-to-codex-plugin.sh
skills/
brainstorming/
scripts/
frame-template.html
helper.js
server.cjs
start-server.sh
stop-server.sh
SKILL.md
spec-document-reviewer-prompt.md
visual-companion.md
dispatching-parallel-agents/
SKILL.md
executing-plans/
SKILL.md
finishing-a-development-branch/
SKILL.md
receiving-code-review/
SKILL.md
requesting-code-review/
code-reviewer.md
SKILL.md
subagent-driven-development/
implementer-prompt.md
re-review-prompt.md
scripts/
review-package
sdd-workspace
task-brief
SKILL.md
task-reviewer-prompt.md
systematic-debugging/
condition-based-waiting-example.ts
condition-based-waiting.md
CREATION-LOG.md
defense-in-depth.md
find-polluter.sh
root-cause-tracing.md
SKILL.md
test-academic.md
test-pressure-1.md
test-pressure-2.md
test-pressure-3.md
test-driven-development/
SKILL.md
writing-good-tests.md
using-git-worktrees/
SKILL.md
using-superpowers/
references/
antigravity-tools.md
codex-tools.md
gemini-tools.md
hermes-tools.md
pi-tools.md
SKILL.md
verification-before-completion/
SKILL.md
writing-plans/
plan-document-reviewer-prompt.md
SKILL.md
writing-skills/
anthropic-best-practices.md
examples/
CLAUDE_MD_TESTING.md
graphviz-conventions.dot
persuasion-principles.md
render-graphs.js
SKILL.md
testing-skills-with-subagents.md
tests/
antigravity/
run-tests.sh
test-antigravity-tools.sh
brainstorm-server/
auth.test.js
branding.test.js
browser-launcher.test.js
helper.test.js
lifecycle.test.js
package-lock.json
package.json
server.test.js
start-server.test.sh
stop-server.test.sh
windows-lifecycle.test.sh
ws-protocol.test.js
claude-code/
analyze-token-usage.py
README.md
run-skill-tests.sh
test-helpers.sh
test-sdd-workspace.sh
test-subagent-driven-development-integration.sh
test-subagent-driven-development.sh
test-worktree-native-preference.sh
test-worktree-path-policy.sh
codex/
codex-plugin-sync/
test-sync-to-codex-plugin.sh
test-marketplace-manifest.sh
test-package-codex-plugin.sh
devin/
test-devin-plugin.sh
explicit-skill-requests/
prompts/
action-oriented.txt
after-planning-flow.txt
claude-suggested-it.txt
i-know-what-sdd-means.txt
mid-conversation-execute-plan.txt
please-use-brainstorming.txt
skip-formalities.txt
subagent-driven-development-please.txt
use-systematic-debugging.txt
run-all.sh
run-extended-multiturn-test.sh
run-haiku-test.sh
run-multiturn-test.sh
run-test.sh
hermes/
__init__.py
conftest.py
test_bootstrap.py
test_plugin.py
hooks/
test-session-start.sh
kimi/
run-tests.sh
test-plugin-manifest.sh
opencode/
run-tests.sh
setup.sh
test-bootstrap-caching.mjs
test-bootstrap-caching.sh
test-plugin-loading.sh
test-priority.sh
test-tools.sh
pi/
test-pi-extension.mjs
shell-lint/
test-lint-shell.sh
systematic-debugging/
test-find-polluter.sh
version-bump/
test-bump-version.sh
writing-skills/
test-render-graphs.shThe FLOW.md
This file reads your intent and auto-invokes the right skill at the right moment. You just prompt.
# FLOW.md: Superpowers Flow > Routes the 14 superpowers agent-discipline skills so the right one fires at the right phase: the agent cannot skip brainstorming, TDD, debugging, review, or verification. > Skills by Jesse Vincent (https://github.com/obra/superpowers, MIT). Routing by Flowy. <!-- The Flowy engine supplies the universal contract (announce ritual, invoke/READ, host-wins, post-compaction re-read). This file carries only the routing. --> ## Routing **The rule:** when a trigger matches you INVOKE the named skill BEFORE doing the task yourself. Writing the code, patching the bug, or claiming "done" without first invoking is the failure this Flow exists to stop. ``` USER MESSAGE โโ session start / first message? โ invoke using-superpowers (bootstrap once) โโ new idea / feature / project? โ invoke brainstorming gate: approved design doc โโ design exists, no plan? โ invoke writing-plans gate: checkboxed tasks, approved โโ plan has unchecked tasks? โ โโ 3+ independent tasks? โ invoke subagent-driven-development โ โโ otherwise โ invoke executing-plans gate: all boxes checked, tests green โโ about to write implementation code? โ invoke test-driven-development gate: a failing test exists FIRST โโ something broken / erroring? โ invoke systematic-debugging gate: root cause written down โโ about to claim done / fixed / passing? โ invoke verification-before-completion gate: command output proves it โโ code complete, needs review? โ invoke requesting-code-review gate: findings addressed โโ review feedback received? โ invoke receiving-code-review gate: every finding resolved โโ all tasks done, branch ready? โ invoke finishing-a-development-branch gate: tests pass + integration choice โโ need parallel isolated branches? โ invoke using-git-worktrees โโ ad-hoc parallel research / fan-out? โ invoke dispatching-parallel-agents โโ want to author a custom skill? โ invoke writing-skills โโ scope changed mid-task (brief or reqs changed)? โ re-enter the earliest invalidated phase (brainstorming or writing-plans) โโ blocked / waiting on an external dependency? โ park: record the blocker and resume condition; do not fake progress โโ question, not work (advise / explain)? โ answer only; no files change ``` ## Priority on collision When more than one branch matches, resolve top-down: 1. **Debugging**: a broken state is handled before anything else. 2. **Verification**: a pending "done" claim is verified before it is spoken. 3. **TDD**: code about to be written gets its failing test first. 4. **Planning**: no plan means plan before building. 5. **Brainstorming**: no design means design before planning. 6. Everything else in lifecycle order. A scope change re-enters the earliest invalidated phase (usually brainstorming or writing-plans). ## Phases 1. **Design**: brainstorming. Gate: approved design doc. 2. **Plan**: writing-plans. Gate: checkboxed tasks, approved. 3. **Build**: executing-plans or subagent-driven-development, with TDD inside every code-bearing task. Gate: all boxes checked, tests green. 4. **Verify**: verification-before-completion. Gate: fresh command output proves each claim. 5. **Ship**: requesting-code-review, then receiving-code-review, then finishing-a-development-branch. Gate: findings resolved, tests pass, integration chosen. **Shortcuts:** bug โ debugging โ TDD (regression test) โ verify โ review โ finish (skip Design/Plan). Small feature (under ~200 LOC, no new surface) โ plan โ build โ verify โ review โ finish (skip Design). Typo or config โ fix โ verify. ## You are rationalizing if you thinkโฆ - "This is too simple for brainstorming." โ Invoke it. Thirty seconds. - "I'll write the tests after." โ TDD. Failing test first, always. - "It obviously works." โ Verification. Run the command in THIS message. - "I can just fix this quickly." โ Debugging. Root cause in writing first. - "They only asked a question." โ If you are about to write code to answer, TDD fires. - "The summary says I already routed." โ After compaction, re-read this file and restate the phase. ## Attribution Skills in `skills/` by Jesse Vincent (obra), MIT (https://github.com/obra/superpowers). FLOW.md routing by Flowy, CC-BY-SA-4.0.
FAQ
superpowers is a Claude Code plugin of 14 hand-picked skills with a FLOW.md router. Install it once and the right skill fires as you prompt, with no slash command to remember. It is built for development work. It includes brainstorming, dispatching-parallel-agents, executing-plans. Free and open source.