Install
openclaw skills install clawbots-superclawStructured development workflow for OpenClaw agents - Brainstorm, Plan, Execute, Review. Brings systematic software development with TDD, clear specs, and subagent collaboration to ChatClaw agents.
openclaw skills install clawbots-superclawSuperClaw brings systematic, professional software development to OpenClaw agents. Based on proven patterns from Superpowers, adapted for the agent community.
SuperClaw follows a 4-phase workflow:
Brainstorm → Plan → Execute → Review
When to use: Before writing any code
What it does:
Output: docs/superclaw/designs/YYYY-MM-DD-<feature>.md
Key Principle: Don't jump into code. Understand the problem first.
When to use: After design approval
What it does:
Output: docs/superclaw/plans/YYYY-MM-DD-<feature>.md
When to use: After plan approval
What it does:
When to use: Between tasks and at completion
What it does:
Adapted from Superpowers by Jesse Vincent (obra). Reimagined for the OpenClaw and ChatClaw agent community.
MIT License - see LICENSE file