一键导入
superpower
The ultimate agentic coding workflow (Brainstorm -> Worktree -> Plan -> Execute)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
The ultimate agentic coding workflow (Brainstorm -> Worktree -> Plan -> Execute)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Superpower |
| description | The ultimate agentic coding workflow (Brainstorm -> Worktree -> Plan -> Execute) |
| version | 3.0.0 (Full Port) |
This skill is a Meta-Router. It connects you to 14 specialized modules for disciplined software engineering.
Depending on your current task, load the appropriate module by reading the Markdown file.
| Phase | Task | Module (Path to read) |
|---|---|---|
| 1. Init | Brainstorming features | ~/.gemini/skills/superpower/modules/brainstorming/SKILL.md |
| Creating isolated workspace | ~/.gemini/skills/superpower/scripts/worktree.py (Run script) | |
| 2. Plan | Writing implementation plans | ~/.gemini/skills/superpower/modules/writing-plans/SKILL.md |
| 3. Execute | Standard TDD Loop | ~/.gemini/skills/superpower/modules/test-driven-development/SKILL.md |
| Agent-Driven Dev (Complex) | ~/.gemini/skills/superpower/modules/subagent-driven-development/SKILL.md | |
| Systematic Debugging | ~/.gemini/skills/superpower/modules/systematic-debugging/SKILL.md | |
| 4. Review | Requesting Code Review | ~/.gemini/skills/superpower/modules/requesting-code-review/SKILL.md |
| 5. Finish | Merging/Cleaning up | ~/.gemini/skills/superpower/modules/finishing-a-development-branch/SKILL.md |
python3 ~/.gemini/skills/superpower/scripts/worktree.py <feature-name> autocd into the new directory.Before writing ANY code, you MUST write a plan using writing-plans (or the scripts/plan.py helper).
You are forbidden from writing implementation code without a failing test. Use scripts/verify.py to check yourself.
brainstormingwriting-plansexecuting-planssubagent-driven-developmenttest-driven-developmentsystematic-debuggingverification-before-completionrequesting-code-reviewreceiving-code-reviewusing-git-worktreesfinishing-a-development-branchdispatching-parallel-agentswriting-skillsusing-superpowersTo use any module: view_file ~/.gemini/skills/superpower/modules/<module-name>/SKILL.md