By aaione
Enforce test-driven development with structured red-green-refactor cycles, systematic debugging, parallel subagent investigation, verification before claiming work completion, and code review workflows for Claude Code sessions.
当完成任务、实现主要功能或合并之前使用,以验证工作满足需求
当实现完成、所有测试通过、且你需要决定如何集成工作时使用 - 通过为合并、PR 或清理呈现结构化选项来指导开发工作的完成
当收到代码审查反馈时使用,在实现建议之前,尤其是当反馈看似不清或在技术上存疑时 - 需要技术严谨性和验证,而非表演性附和或盲目实现
当面对 2 个以上可在无共享状态或顺序依赖下处理的独立任务时使用
当你有一个书面实现计划,需要在带有 review 检查点的独立会话中执行时使用
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 会使用它们。
我们正在全职招聘一位帮助 Superpowers 社区和代码工作的人。你可以在 https://primeradiant.com/jobs/superpowers-community-engineer/ 了解这份工作。如果你觉得这听起来像你认识的人,务必把我们的方式告诉他们。
赋予你的 agent Superpowers:Claude Code、Antigravity、Codex App、Codex CLI、Cursor、Factory Droid、Gemini CLI、GitHub Copilot CLI、Kimi Code、OpenCode、Pi。
它从你启动 coding agent 的那一刻就开始运作。一旦它发现你正在构建某些东西,它不会直接跳进去尝试写代码。相反,它会退一步,询问你到底想要做什么。
一旦它从对话中梳理出规范说明(spec),它会将其分成足够短的块展示给你,以便你真正阅读和消化。
在你对设计签字认可后,你的 agent 会组装一份实现计划,清晰到连一个热情但品味差、没有判断力、没有项目上下文、还抗拒测试的初级工程师都能照做。它强调真正的红/绿 TDD、YAGNI(You Aren't Gonna Need It,你不会需要它)和 DRY。
接下来,一旦你说 "go",它会启动一个 subagent-driven-development(子代理驱动开发)流程,让 agent 逐个完成每项工程任务,检查和审查它们的工作,并继续推进。你的 agent 一次自主工作几个小时而不偏离你制定的计划,这并不罕见。
还有更多内容,但这就是系统的核心。而且因为 skills 会自动触发,你不需要做任何特殊操作。你的 coding agent 天生就拥有 Superpowers。
如果你在企业中使用 Superpowers,并能从商业支持、额外工具或托管支出中受益,请不要犹豫,通过 [email protected] 联系我们。
安装方式因 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:
agy plugin install https://github.com/obra/superpowers
Antigravity 会运行插件的 session-start hook,所以 Superpowers 从第一条消息起就生效。用相同命令重新安装即可更新。
Superpowers 可通过官方 Codex 插件市场获取。
Superpowers。+ 并按提示操作。Superpowers 可通过官方 Codex 插件市场获取。
打开插件搜索界面:
/plugins
搜索 Superpowers:
superpowers
选择 Install Plugin。
在 Cursor Agent 聊天中,从市场安装:
/add-plugin superpowers
或在插件市场中搜索 "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
注册市场:
copilot plugin marketplace add obra/superpowers-marketplace
安装插件:
copilot plugin install superpowers@superpowers-marketplace
Superpowers 可在 Kimi Code 的插件市场中获取。
打开 Kimi Code 的插件管理器:
/plugins
进入 Marketplace > Superpowers 并安装。
或直接从这个仓库安装:
/plugins install https://github.com/obra/superpowers
详细文档:docs/README.kimi.md
OpenCode 使用自己的插件安装方式;即使你已在其他 harness 中使用,也要单独安装 Superpowers。
告诉 OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/obra/superpowers/refs/heads/main/.opencode/INSTALL.md
从这个仓库以 Pi 包形式安装 Superpowers:
pi install git:github.com/obra/superpowers
对于本地开发,将这个检出作为临时包加载来运行 Pi:
pi -e /path/to/superpowers
Pi 包会加载 Superpowers skills 和一个小扩展,该扩展在会话启动时以及压缩(compaction)之后注入 using-superpowers bootstrap。Pi 拥有原生 skills,因此不需要兼容性的 Skill 工具。Subagent 和任务列表工具仍是可选的 Pi 配套包。
brainstorming - 在编写代码前激活。通过提问细化粗略想法,探索替代方案,分节呈现设计以供验证。保存设计文档。
using-git-worktrees - 设计批准后激活。在新分支上创建隔离工作区,运行项目设置,验证干净的测试基线。
writing-plans - 携批准的设计激活。把工作拆成小任务(每个 2-5 分钟)。每个任务都有精确的文件路径、完整代码、验证步骤。
subagent-driven-development 或 executing-plans - 携计划激活。为每个任务派发全新 subagent 并进行两阶段 review(规范合规,然后代码质量),或带人工检查点批量执行。
test-driven-development - 实现期间激活。强制执行 RED-GREEN-REFACTOR:编写失败的测试,看它失败,编写最小代码,看它通过,提交。删除在测试之前编写的代码。
requesting-code-review - 任务之间激活。对照计划 review,按严重度报告问题。Critical 问题阻塞推进。
finishing-a-development-branch - 任务完成时激活。验证测试,呈现选项(合并/PR/保留/丢弃),清理 worktree。
agent 在任何任务之前都会检查相关 skills。 这是强制工作流,不是建议。
测试
调试
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 plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent 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,640 supported skills.