Planning and teamworkClaude Code and other supported coding agents

Jesse Vincent (obra) / superpowers

What is superpowers, and should you install the whole thing?

Not a skill. A method, delivered as a set of skills that expect each other.

What to remember

  1. It is a method, so its value depends on people actually following it.
  2. The pieces compose, which also means half adopting it produces contradictions.
  3. It supports several agent runtimes, not only Claude Code.
  4. Overlaps with other TDD and debugging skills. Pick one source of truth per job.

01What it changes in practice

Without a method, agent output quality tracks whoever wrote the prompt. Two engineers get very different results from the same model on the same task, and neither can explain why.

A methodology moves the variance out of the prompt. Brainstorm, write a plan, implement against tests, verify before claiming completion. It is unremarkable as engineering practice, which is exactly why it works.

  • Planning skills: brainstorming, writing plans, subagent driven development.
  • Execution skills: test driven development, systematic debugging, verification before completion.
  • Meta skills: writing new skills, and using the system itself.

02Where it disappoints

It is opinionated by design. If your team disagrees with the opinions, you will fight the skills rather than benefit from them, and the fight is invisible because it happens inside the agent's context.

It also collides with similar skills from other publishers. Two debugging methodologies loaded at once is worse than either alone.

Install and first run

  1. Install from obra/superpowers, which documents setup for Claude Code and several other agents.
  2. Start with planning and verification only, and add the rest once the team feels the benefit.
  3. Notice which skills your team quietly ignores, and remove them rather than pretending.

Questions people actually ask

Is it only for Claude Code?
No. The repository documents installation for several coding agents, though Claude Code is the common case.
Can I take one skill instead of all of them?
Yes, and that is often the right start. The skills work alone, and compose when you want more.
What license is it?
MIT, published by Jesse Vincent under the obra account.

Sources

  1. obra/superpowers on GitHubrepository
  2. Agent skills directory listingdirectory

Machine readable versions of this page