plugins marketplace
← All plugins

superpowers

v6.0.3

An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.

CodexClaude Code19 skills

by Jesse VincentMIT63updated 1 month ago

Source

git clone https://github.com/xhyqaq/superpowers-plus

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

superpowers/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/acceptance-testing/SKILL.md
├── skills/bootstrapping-repository-memory/SKILL.md
├── skills/brainstorming/SKILL.md
├── skills/curating-repository-memory/SKILL.md
├── skills/dispatching-parallel-agents/SKILL.md
├── skills/distilling-lessons/SKILL.md
├── skills/executing-plans/SKILL.md
├── skills/finishing-a-development-branch/SKILL.md
├── skills/receiving-code-review/SKILL.md
├── skills/requesting-code-review/SKILL.md
├── skills/subagent-driven-development/SKILL.md
├── skills/systematic-debugging/SKILL.md
├── skills/test-driven-development/SKILL.md
├── skills/using-git-worktrees/SKILL.md
├── skills/using-superpowers/SKILL.md
├── skills/verification-before-completion/SKILL.md
├── skills/writing-acceptance-criteria/SKILL.md
├── skills/writing-plans/SKILL.md
└── skills/writing-skills/SKILL.md

Skills19

acceptance-testingskills/acceptance-testing/SKILL.md

Use when requesting-code-review is complete and all Critical/Important issues are resolved, before finishing-a-development-branch - dispatches an acceptance-tester subagent to verify every acceptance criterion

bootstrapping-repository-memoryskills/bootstrapping-repository-memory/SKILL.md

Use when a repository or subsystem lacks usable canonical memory and needs an initial memory baseline

brainstormingskills/brainstorming/SKILL.md

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

curating-repository-memoryskills/curating-repository-memory/SKILL.md

Use when a delivery cycle produced durable knowledge that should be preserved in canonical repository memory

dispatching-parallel-agentsskills/dispatching-parallel-agents/SKILL.md

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

distilling-lessonsskills/distilling-lessons/SKILL.md

Use when a bug fix, architectural change, interface contract update, or recurring pitfall has been resolved and has clear reuse value — to record a durable lesson in project memory before the context is lost

executing-plansskills/executing-plans/SKILL.md

Use when you have a written implementation plan to execute in a separate session with review checkpoints

finishing-a-development-branchskills/finishing-a-development-branch/SKILL.md

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

receiving-code-reviewskills/receiving-code-review/SKILL.md

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

requesting-code-reviewskills/requesting-code-review/SKILL.md

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

subagent-driven-developmentskills/subagent-driven-development/SKILL.md

Use when executing implementation plans with independent tasks in the current session

systematic-debuggingskills/systematic-debugging/SKILL.md

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

test-driven-developmentskills/test-driven-development/SKILL.md

Use when implementing any feature or bugfix, before writing implementation code

using-git-worktreesskills/using-git-worktrees/SKILL.md

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

using-superpowersskills/using-superpowers/SKILL.md

Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions

verification-before-completionskills/verification-before-completion/SKILL.md

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

writing-acceptance-criteriaskills/writing-acceptance-criteria/SKILL.md

Use when a spec document has been approved during brainstorming and you need to produce testable acceptance criteria before writing the implementation plan - converts spec requirements into a structured acceptance criteria document

writing-plansskills/writing-plans/SKILL.md

Use when you have a spec or requirements for a multi-step task, before touching code

writing-skillsskills/writing-skills/SKILL.md

Use when creating new skills, editing existing skills, or verifying skills work before deployment

Manifests2

.codex-plugin/plugin.json
{
  "name": "superpowers",
  "version": "6.0.3",
  "description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
  "author": {
    "name": "Jesse Vincent",
    "email": "jesse@fsck.com",
    "url": "https://github.com/obra"
  },
  "homepage": "https://github.com/obra/superpowers",
  "repository": "https://github.com/obra/superpowers",
  "license": "MIT",
  "keywords": [
    "brainstorming",
    "subagent-driven-development",
    "skills",
    "planning",
    "tdd",
    "debugging",
    "code-review",
    "workflow"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/hooks-codex.json",
  "interface": {
    "displayName": "Superpowers",
    "shortDescription": "Planning, TDD, debugging, and delivery workflows for coding agents",
    "longDescription": "Use Superpowers to guide agent work through brainstorming, implementation planning, test-driven development, systematic debugging, parallel execution, code review, and finish-the-branch workflows.",
    "developerName": "Jesse Vincent",
    "category": "Coding",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "I've got an idea for something I'd like to build.",
      "Let's add a feature to this project."
    ],
    "websiteURL": "https://github.com/obra/superpowers",
    "privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement",
    "termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
    "brandColor": "#F59E0B",
    "composerIcon": "./assets/superpowers-small.svg",
    "logo": "./assets/app-icon.png",
    "screenshots": []
  }
}
.claude-plugin/plugin.json
{
  "name": "superpowers-plus",
  "description": "Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows",
  "version": "6.0.3",
  "author": {
    "name": "Jesse Vincent",
    "email": "jesse@fsck.com"
  },
  "homepage": "https://github.com/xhyqaq/superpowers-plus",
  "repository": "https://github.com/xhyqaq/superpowers-plus",
  "license": "MIT",
  "keywords": [
    "skills",
    "tdd",
    "debugging",
    "collaboration",
    "best-practices",
    "workflows"
  ]
}