superpowers
v6.3.0An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.
By Jesse VincentLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 14 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install superpowers for Codex
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add superpowers@openai-curatedPaste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.
Compatibility: the page URL and API slug “superpowers-5” remain stable.
- Codex:
superpowers-5@agent-plugin-marketplace→superpowers@openai-curated
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/FaLalens/codex-plugins-zhClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/superpowers/.
Plugin files
├── .codex-plugin/plugin.json├── skills/brainstorming/SKILL.md├── skills/dispatching-parallel-agents/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-plans/SKILL.md└── skills/writing-skills/SKILL.md
Included Skills14
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.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work
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
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when executing implementation plans with independent tasks in the current session
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Use when implementing any feature or bugfix, before writing implementation code
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
Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions
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
Use when you have a spec or requirements for a multi-step task, before touching code
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Plugin manifests1
{
"author": {
"email": "[email protected]",
"name": "Jesse Vincent",
"url": "https://github.com/obra"
},
"description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
"homepage": "https://github.com/obra/superpowers",
"hooks": {},
"interface": {
"brandColor": "#F59E0B",
"brandColorDark": "#F59E0B",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"category": "Developer Tools",
"composerIcon": "./.codex-plugin/assets/composer-icon.svg",
"defaultPrompt": [
"I've got an idea for something I'd like to build.",
"Let's add a feature to this project."
],
"developerName": "Jesse Vincent",
"displayName": "Superpowers",
"logo": "./.codex-plugin/assets/logo.png",
"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.",
"privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement",
"shortDescription": "Plan, develop, and debug code",
"termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
"websiteURL": "https://github.com/obra/superpowers"
},
"keywords": [
"brainstorming",
"subagent-driven-development",
"skills",
"planning",
"tdd",
"debugging",
"code-review",
"workflow"
],
"license": "MIT",
"name": "superpowers",
"repository": "https://github.com/obra/superpowers",
"skills": "./skills/",
"version": "6.3.0"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[superpowers on Agent Plugins Marketplace](https://pluginsmp.com/plugins/superpowers-5)