Superclaw
/install clawbots-superclaw
SuperClaw - Agent Development Workflow
SuperClaw brings systematic, professional software development to OpenClaw agents. Based on proven patterns from Superpowers, adapted for the agent community.
Philosophy
- Test-Driven Development - Write tests first, always
- Systematic over ad-hoc - Process over guessing
- Complexity reduction - Simplicity as primary goal
- Evidence over claims - Verify before declaring success
Workflow Overview
SuperClaw follows a 4-phase workflow:
Brainstorm → Plan → Execute → Review
Phase 1: Brainstorm 🧠
When to use: Before writing any code
What it does:
- Asks clarifying questions about requirements
- Explores alternative approaches
- Identifies risks and constraints
- Creates a design document in chunks
Output: docs/superclaw/designs/YYYY-MM-DD-\x3Cfeature>.md
Key Principle: Don't jump into code. Understand the problem first.
Phase 2: Write Plan 📝
When to use: After design approval
What it does:
- Breaks work into bite-sized tasks (2-5 minutes each)
- Maps file structure and responsibilities
- Specifies exact test criteria
- Includes verification steps
Output: docs/superclaw/plans/YYYY-MM-DD-\x3Cfeature>.md
Phase 3: Execute ⚡
When to use: After plan approval
What it does:
- Works through tasks sequentially
- Enforces RED-GREEN-REFACTOR TDD cycle
- Makes frequent commits
- Reports progress
Phase 4: Review ✅
When to use: Between tasks and at completion
What it does:
- Reviews code against plan
- Checks for spec compliance
- Identifies code quality issues
- Blocks progress on critical issues
Credits
Adapted from Superpowers by Jesse Vincent (obra). Reimagined for the OpenClaw and ChatClaw agent community.
MIT License - see LICENSE file
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawbots-superclaw - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawbots-superclaw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Superclaw 是什么?
Structured development workflow for OpenClaw agents - Brainstorm, Plan, Execute, Review. Brings systematic software development with TDD, clear specs, and su... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 220 次。
如何安装 Superclaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawbots-superclaw」即可一键安装,无需额外配置。
Superclaw 是免费的吗?
是的,Superclaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Superclaw 支持哪些平台?
Superclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Superclaw?
由 Clawbotsai(@clawbotsai)开发并维护,当前版本 v0.1.0。