Superpowers screenshot

Superpowers

DeveloperApplicationFree

Superpowers - Agentic Skills Framework for AI Coding Agents

Last updated Apr 30, 2026

Claim Tool

What is Superpowers?

Superpowers is an agentic skills framework that transforms how AI coding agents build software. Instead of letting your coding agent jump straight into writing code, Superpowers forces it to step back, ask what you are really trying to do, and tease out a proper specification before writing a single line. Once you sign off on the design, Superpowers has your agent create an implementation plan broken into bite-sized tasks, each with exact file paths, complete code, and verification steps. Then it launches subagent-driven development: fresh agents work through each task while another agent reviews their work in a two-stage process checking spec compliance and code quality. The framework enforces true red/green TDD, YAGNI, and DRY principles. It deletes code written before tests. It creates isolated git worktrees for parallel development. It runs code reviews between tasks and blocks progress on critical issues. Superpowers includes a skills library covering testing, debugging, collaboration, and meta-skills. The brainstorming skill uses Socratic questioning to refine rough ideas. The systematic-debugging skill follows a 4-phase root cause process. The writing-skills skill teaches agents how to create new skills. Available on the official Claude plugin marketplace, Codex CLI, Cursor, OpenCode, GitHub Copilot CLI, and Gemini CLI. The framework is open source under MIT license, with 173k GitHub stars and an active community of contributors and Discord members. Built by Jesse Vincent and the team at Prime Radiant, Superpowers represents a shift from prompt-and-hope to process-driven AI development. It makes coding agents follow the same disciplined methodology that senior engineers use, but faster and more consistently.

Superpowers's Top Features

Key capabilities that make Superpowers stand out.

Socratic brainstorming that refines rough ideas into detailed specs before coding

Subagent-driven development with two-stage review (spec compliance + code quality)

True red/green TDD enforcement - writes failing tests first, deletes code written before tests

Git worktree isolation for parallel development branches

Implementation plans broken into 2-5 minute tasks with exact file paths and verification steps

Automated code reviews between tasks with severity-based blocking

Works with Claude Code, Codex CLI, Cursor, OpenCode, Copilot CLI, and Gemini CLI

Composable skills library covering testing, debugging, collaboration, and meta-skills

Use Cases

Who benefits most from this tool.

Tags

ai-codingagent-frameworktddclaude-codecodexcursorcopilotsubagentdevelopment-methodologyskills-framework

Superpowers's Pricing

Free plan available

User Reviews

Share your thoughts

If you've used this product, share your thoughts with other builders

Recent reviews

Frequently Asked Questions

How does Superpowers differ from just giving my coding agent a good prompt?
Superpowers is not a prompt. It is a set of composable skills that trigger automatically at specific points in your development workflow. Your agent checks for relevant skills before every task, and the skills are mandatory workflows, not suggestions. This means TDD is enforced, code reviews happen between tasks, and designs get validated before implementation starts.
Which AI coding agents does Superpowers support?
Superpowers works with Claude Code (official marketplace and custom marketplace), OpenAI Codex CLI and Codex App, Cursor, OpenCode, GitHub Copilot CLI, and Gemini CLI. Installation differs by platform but generally involves a single plugin install command.
Can Superpowers really make AI agents work autonomously for hours?
Yes. Because Superpowers breaks work into small, well-specified tasks and uses subagent-driven development with two-stage review, Claude can often work for a couple hours at a time without deviating from the plan. Each task has exact file paths, complete code, and verification steps, so the agent always knows what to do next.
Is Superpowers free to use?
Yes. Superpowers is open source under the MIT license. All skills, workflows, and integrations are free. You only pay for the AI model API calls you make through your coding agent.