An engineering workflow framework by Jesse Vincent built on the philosophy that 'process beats prompts'. Superpowers transforms Claude Code from a passive code generator into a disciplined senior engineering partner that follows TDD, systematic debugging, and documented planning. Contains 20+ battle-tested skills covering planning, execution, verification, and collaboration. Opened in October 2025, it quickly topped GitHub Trending and became the highest-starred single workflow framework in the Claude ecosystem.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install superpowers或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install superpowers⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/superpowers/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: superpowers description: > Spec-first, TDD, subagent-driven software development workflow. Use when: (1) building any new feature or app — triggers brainstorm → plan → subagent execution loop, (2) debugging a bug or test failure — triggers systematic root-cause process, (3) user says "let's build", "help me plan", "I want to add X", or "this is broken", (4) completing a feature branch — triggers test verification + merge/PR options. NOT for: one-liner fixes (just edit), reading code, or non-code tasks. Requires exec tool and sessions_spawn. ---
Adapted from obra/superpowers. Mandatory workflow — not suggestions.
Idea → Brainstorm → Plan → Subagent-Driven Build (TDD) → Code Review → Finish Branch
Every coding task follows this pipeline. "Too simple to need a design" is always wrong.
---
Trigger: User wants to build something. Activate before touching any code.
See: references/brainstorming.md
Summary:
docs/plans/YYYY-MM-DD--design.md → commitHARD GATE: Do NOT write any code until user approves design.
---
Trigger: Design approved. Activated by brainstorming phase.
See: references/writing-plans.md
Summary:
docs/plans/YYYY-MM-DD-.md "I'm using the writing-plans skill to create the implementation plan." - Subagent-driven (current session): sessions_spawn per task + two-stage review - Manual execution: User runs tasks themselves
---
Trigger: Plan exists, user chooses subagent-driven execution.
See: references/subagent-development.md
Per-task loop (OpenClaw):
sessions_spawn an implementer subagent with task + full plan contextsessions_spawn a spec-reviewer subagent → must confirm code matches specsessions_spawn a code-quality reviewer subagent → must approve qualityTDD is mandatory in every task. See references/tdd.md.
---
Trigger: Bug, test failure, unexpected behaviour — any technical issue.
See: references/systematic-debugging.md
HARD GATE: No fixes without root cause investigation first.
Four phases:
---
Trigger: All tasks complete, all tests pass.
See: references/finishing-branch.md
Summary:
---
When dispatching implementer or reviewer subagents, use sessions_spawn:
Goal: [one sentence]
Context: [why it matters, which plan file]
Files: [exact paths]
Constraints: [what NOT to do — no scope creep, TDD only]
Verify: [how to confirm success — tests pass, specific command]
Task text: [paste full task from plan]
Run sessions_spawn with the task as a detailed prompt. The sub-agent announces results automatically.
---
安装 Superpowers 后,可以对 AI 说这些话来触发它
Help me get started with Superpowers
Explains what Superpowers does, walks through the setup, and runs a quick demo based on your current project
Use Superpowers to an engineering workflow framework by Jesse Vincent built on the phi...
Invokes Superpowers with the right parameters and returns the result directly in the conversation
What can I do with Superpowers in my developer & devops workflow?
Lists the top use cases for Superpowers, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/superpowers/ 目录(个人级,所有项目可用),或 .claude/skills/superpowers/(项目级)。重启 AI 客户端后,用 /superpowers 主动调用,或让 AI 根据上下文自动发现并使用。
Superpowers 支持 Claude、Cursor、OpenClaw、Claude Code,可与这些 AI 平台无缝集成,扩展其能力。
Superpowers 可免费安装使用。请查阅仓库了解许可证信息。
An engineering workflow framework by Jesse Vincent built on the philosophy that 'process beats prompts'. Superpowers transforms Claude Code from a passive code generator into a disciplined senior engineering partner that follows TDD, systematic debugging, and documented planning. Contains 20+ battle-tested skills covering planning, execution, verification, and collaboration. Opened in October 2025, it quickly topped GitHub Trending and became the highest-starred single workflow framework in the Claude ecosystem.
I need to work with workflow and tdd
Recognizes the task, selects Superpowers as the right tool, and completes it without leaving the chat
Automate my developer & devops tasks using Superpowers
Identifies repetitive steps in your workflow and sets up Superpowers to handle them automatically
Superpowers 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。