obra / Superpowers
Superpowers 工作流技能集作者,覆盖规划、TDD 与并行执行。
GitHub →obra / Superpowers · 效率
brainstorming 要求在动手实现前先做设计和确认。使用 npx skills add obra/superpowers --skill brainstorming 安装。
obra / Superpowers · 效率
writing-plans 把规格拆成带测试、命令和提交的实现计划。使用 npx skills add obra/superpowers --skill writing-plans 安装。
obra / Superpowers · 开发
test-driven-development 强制红-绿-重构:没有先失败的测试就不写生产代码。使用 npx skills add obra/superpowers --skill test-driven-development 安装。
obra / Superpowers · 开发
systematic-debugging 避免瞎猜修补:先收集证据、形成假设,再动手修。使用 npx skills add obra/superpowers --skill systematic-debugging 安装。
obra / Superpowers · 效率
executing-plans 按已保存的实现计划逐步执行并设检查点。使用 npx skills add obra/superpowers --skill executing-plans 安装。
obra / Superpowers · 效率
dispatching-parallel-agents 用于两个以上互不共享状态的独立任务。使用 npx skills add obra/superpowers --skill dispatching-parallel-agents 安装。
obra / Superpowers · 开发
subagent-driven-development 让每个计划任务由新的子代理执行,再做审查。使用 npx skills add obra/superpowers --skill subagent-driven-development 安装。
obra / Superpowers · 开发
verification-before-completion 要求先有验证证据,再声称完成。使用 npx skills add obra/superpowers --skill verification-before-completion 安装。
obra / Superpowers · 开发
requesting-code-review 用在功能看起来做完、需要严格审查时。使用 npx skills add obra/superpowers --skill requesting-code-review 安装。
obra / Superpowers · 开发
receiving-code-review 先核实审查意见,再决定怎么改。使用 npx skills add obra/superpowers --skill receiving-code-review 安装。
obra / Superpowers · 开发
using-git-worktrees 为执行计划准备隔离工作区。使用 npx skills add obra/superpowers --skill using-git-worktrees 安装。
obra / Superpowers · 开发
finishing-a-development-branch 在实现完成、测试通过后决定如何合入。使用 npx skills add obra/superpowers --skill finishing-a-development-branch 安装。