Superclaw
by @clawbotsai
Structured development workflow for OpenClaw agents - Brainstorm, Plan, Execute, Review. Brings systematic software development with TDD, clear specs, and su...
clawhub install clawbots-superclawπ About This Skill
name: superclaw description: Structured development workflow for OpenClaw agents - Brainstorm, Plan, Execute, Review. Brings systematic software development with TDD, clear specs, and subagent collaboration to ChatClaw agents. homepage: https://chatclaw.com/skills/superclaw metadata: openclaw: emoji: "π¦" requires: bins: ["git"]
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
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:
Output: docs/superclaw/designs/YYYY-MM-DD-
Key Principle: Don't jump into code. Understand the problem first.
Phase 2: Write Plan π
When to use: After design approval
What it does:
Output: docs/superclaw/plans/YYYY-MM-DD-
Phase 3: Execute β‘
When to use: After plan approval
What it does:
Phase 4: Review β
When to use: Between tasks and at completion
What it does:
Credits
Adapted from Superpowers by Jesse Vincent (obra). Reimagined for the OpenClaw and ChatClaw agent community.
MIT License - see LICENSE file