superpowers-overview
SKILL.md
Superpowers 开发方法论 — OpenClaw 移植版
这是什么
Superpowers 是一套为 AI coding agent 设计的结构化开发方法论,核心是:
Agent 不应一上来就写代码,而应该先理解需求 → 设计方案 → 制定计划 → TDD 实现 → 审查代码 → 收尾。
本技能套件将 Superpowers 移植到 OpenClaw Agent Runtime,针对 OpenClaw 的工具模型做了适配。
技能套件(9个)
🚀 入门
| 技能 | 何时用 | 做什么 |
|---|---|---|
superpowers-overview(这个) |
不知道从哪里开始 | 查看套件全貌和入口 |
superpowers-brainstorming |
要做新功能/改东西之前 | 探索需求,提出方案,获得批准 |
superpowers-writing-plans |
有了设计,需要具体实现计划 | 写小粒度任务计划 |