Superpowers

An open-source Claude Code skill pack (by “Ora”) that enforces test-driven development and structured engineering workflow. 100,000+ GitHub stars and accepted into the Anthropic marketplace in January 2026 per the Dubibubii ingest. By a wide margin the most-starred Claude Code skill pack the wiki has tracked.

The behavior the source emphasizes most: it will literally delete code written before its tests exist — not archive it, delete it. Aggressive enough to make most vibe coders uncomfortable, and that’s the point.

What It Does

Gives Claude Code a structured workflow enforcing TDD, YAGNI (You Aren’t Gonna Need It), and DRY (Don’t Repeat Yourself) principles. Described in its own docs as creating “an implementation plan that’s clear enough for an enthusiastic junior engineer with poor taste, no judgment, no project context, and an aversion to testing to follow.”

Workflow

  1. Brainstorm: Activates before writing code; refines rough ideas, explores alternatives, presents design in sections for validation, saves a design document
  2. Plan: Writes implementation plans
  3. Execute: Implements with TDD enforced throughout
  4. Review: Code review pass
  5. Finish: Merges the branch

By default uses worktrees for parallelizing coding agent work across branches.

Comparison to GStack

Both are Claude Code skill sets focused on bringing structure to AI-assisted development. Key differences:

  • GStack: startup-methodology focus, YC-style product thinking, role-based analysis (CEO/CTO/designer lenses)
  • Superpowers: engineering-methodology focus, TDD-centric, plugin format vs copy-paste install

Installation

claude plugin install superpowers@claude-plugins-official

Then: /superpowers to see available tools. /superpowers brainstorm to start.

Adoption

115,000+ GitHub stars (as of March 2026) — by far the most-starred of the Claude Code skill/plugin projects.

See Also