Skip to main content
Mythos

Superpowers is an 🏷️#open-source agentic skill pack by Jesse Vincent and Prime Radiant that provides a structured software development workflow for coding agents. Rather than letting agents jump straight to code, it enforces a systematic methodology through composable, auto-triggering "skills" — reusable modules that activate at appropriate moments in the development lifecycle. 📝Massachusetts Institute of Technology (MIT) licensed, 145k stars, with support for 📝Claude Code, 📝Cursor, 📝GitHub Copilot CLI, 📝Gemini CLI, 📝Codex, and 📝OpenCode.

Workflow Phases

The system operates through seven integrated phases:

  1. Brainstorming — Socratic refinement of requirements through questioning before design begins
  2. Git Worktrees — creates isolated development branches per task
  3. Planning — breaks work into bite-sized tasks (2-5 minute chunks)
  4. Execution — subagent-driven development with two-stage review
  5. Test-Driven Development — enforces RED-GREEN-REFACTOR cycles as mandatory, not optional
  6. Code Review — systematic review against specifications
  7. Branch Completion — verification and merge decisions

Skills Library

The skills are organized into testing/debugging (TDD with anti-patterns reference, systematic 4-phase root cause analysis, verification-before-completion), collaboration (Socratic brainstorming, implementation planning, code review workflows, parallel agent dispatching, subagent-driven development), and meta skills (writing new skills, system introduction). The framework treats these as mandatory workflows, not suggestions — agents check for relevant skills before any task.

Installation

For Claude Code: /plugin install superpowers@claude-plugins-official. Also available for Cursor, GitHub Copilot CLI, Gemini CLI, Codex, and OpenCode via their respective plugin systems.

My technical advisor, 📝Jim Goodman, highly recommended Superpowers and noted it has been blessed by 📝Anthropic.

Contexts

Created with đź’ś by One Inc | Copyright 2026