开发工作流

superclaw

by clawbotsai

Structured development workflow for OpenClaw agents - Brainstorm, Plan, Execute, Review. Brings systematic software development with TDD, clear specs, and subagent collaboration to ChatClaw agents.

3.7k其他未扫描2026年3月23日

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/clawbotsai/clawbots-superclaw

必需命令行工具

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

  • 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:

code
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-<feature>.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-<feature>.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

相关 Skills

claude-api

by anthropic

热门

Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.

其他
安全109.6k

openforge

by bloodandeath

热门

>

其他
未扫描3.7k

DEX聚合器

by BytesAgain

热门

Aggregate DEX prices and DeFi protocol data using DeFiLlama API. Use when comparing token prices. Requires curl.

其他
未扫描3.7k

评论