By aaione
Enforce structured development workflows in Claude Code: root-cause debugging before fixes, TDD red-green-refactor cycles, parallel investigation of unrelated failures, collaborative ideation with approval gates, plan-based feature execution, automated code review via subagents, and branch completion with validation gates.
在进行任何创造性工作之前,你必须使用此功能——创造特性、构建组件、添加功能或修改行为。在实施之前探索用户意图、需求和设计。
当面临 2 个以上可以独立工作且没有共享状态或顺序依赖关系的任务时使用
当你有一份书面的实施 plan 要在单独的会话中执行,并带有审查检查点时使用
当实施完成,所有测试通过,你需要决定如何集成工作时使用 - 通过提供合并、PR 或清理的结构化选项来指导开发工作的完成
当收到代码审查反馈时使用,在实施建议之前,特别是如果反馈看起来不清楚或在技术上存在疑问 - 需要技术严谨和验证,而不是表面上的同意或盲目实施
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.

Superpowers 是一个完整的软件开发方法论,专为你的 coding agents 打造,建立在一套可组合的 skills 和一些确保你的 agent 使用它们的初始指令之上。
赋予你的 agent Superpowers:Claude Code、Codex CLI、Codex App、Factory Droid、Gemini CLI、OpenCode、Cursor、GitHub Copilot CLI。
它从你启动 coding agent 的那一刻就开始运作。只要它发现你正在构建某些东西,它不会直接跳进去尝试写代码。相反,它会退一步,询问你到底想要做什么。
一旦它从对话中梳理出规范说明,它会将其分成足够短的块展示给你,以便你真正阅读和消化。
在你批准设计方案后,你的 agent 会制定一个实施计划,这个计划足够清晰,即使是一个热情但品味差、没有判断力、没有项目背景且不喜欢测试的初级工程师也能遵循。它强调真正的红/绿 TDD、YAGNI(You Aren't Gonna Need It)和 DRY。
接下来,一旦你说 "go",它就会启动一个 subagent-driven-development 流程,让 agents 逐个完成工程任务,检查和审查他们的工作,然后继续前进。Claude 能够在遵循你制定的计划的情况下,自主工作数小时而不偏离方向,这并不罕见。
还有很多其他功能,但这是系统的核心。而且因为 skills 会自动触发,你不需要做任何特殊操作。你的 coding agent 自然就拥有了 Superpowers。
安装方式因 harness 而异。如果你使用多个平台,请分别为每个平台安装 Superpowers。
Superpowers 可通过 Claude 官方插件市场 获取。
从 Anthropic 官方市场安装插件:
/plugin install superpowers@claude-plugins-official
Superpowers 市场为 Claude Code 提供 Superpowers 及其他相关插件。
注册市场:
/plugin marketplace add obra/superpowers-marketplace
从该市场安装插件:
/plugin install superpowers@superpowers-marketplace
Superpowers 可通过 Codex 官方插件市场 获取。
打开插件搜索界面:
/plugins
搜索 Superpowers:
superpowers
选择 Install Plugin。
Superpowers 可通过 Codex 官方插件市场 获取。
Superpowers。+ 并按照提示操作。注册市场:
droid plugin marketplace add https://github.com/obra/superpowers
安装插件:
droid plugin install superpowers@superpowers
安装扩展:
gemini extensions install https://github.com/obra/superpowers
后续更新:
gemini extensions update superpowers
OpenCode 使用自己的插件安装方式;即使你已在其他 harness 中使用,也需要单独为 OpenCode 安装 Superpowers。
告诉 OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/obra/superpowers/refs/heads/main/.opencode/INSTALL.md
在 Cursor Agent 聊天中,从市场安装:
/add-plugin superpowers
或者在插件市场中搜索 "superpowers"。
注册市场:
copilot plugin marketplace add obra/superpowers-marketplace
安装插件:
copilot plugin install superpowers@superpowers-marketplace
brainstorming - 在编写代码之前激活。通过提问完善粗略想法,探索替代方案,分段展示设计以供验证。保存设计文档。
using-git-worktrees - 在设计获批后激活。在新分支上创建隔离工作区,运行项目设置,验证干净的测试基线。
writing-plans - 在设计获批后激活。将工作分解为小粒度任务(每个 2-5 分钟)。每个任务都有精确的文件路径、完整的代码和验证步骤。
subagent-driven-development 或 executing-plans - 在计划获批后激活。为每个任务 dispatch 新的 subagent 进行两阶段审查(先是规范合规性,然后是代码质量),或分批执行并设有人工检查点。
test-driven-development - 在实施过程中激活。强制执行 RED-GREEN-REFACTOR:编写失败测试,观察其失败,编写最少量的代码,观察其通过,提交。删除在测试之前编写的代码。
requesting-code-review - 在任务之间激活。对照计划进行审查,按严重程度报告问题。关键问题会阻止进度。
finishing-a-development-branch - 在任务完成后激活。验证测试,提供选项(合并/PR/保留/丢弃),清理 worktree。
Agent 在执行任何任务之前都会检查相关的 skills。 这是强制性工作流,不是建议。
测试
调试
协作
元
阅读原始发布公告。
Superpowers 的一般贡献流程如下。请注意,我们通常不接受新 skills 的贡献,任何对 skills 的更新都必须在我们支持的所有 coding agents 上正常工作。
writing-skills skill 来创建和测试新的和修改的 skills参见 skills/writing-skills/SKILL.md 获取完整指南。
Superpowers 的更新在某种程度上取决于 coding agent,但通常是自动的。
MIT License - 详情请参见 LICENSE 文件
Superpowers 由 Jesse Vincent 和 Prime Radiant 的其他成员共同构建。
npx claudepluginhub aaione/superpowers-zh --plugin superpowersComplete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, background execution, subagent routing, output readability, user-decision questions, and plan-mode assessment
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.