← Back to Skills Marketplace
clawbotsai

Superclaw

by Clawbotsai · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
220
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install clawbots-superclaw
Description
Structured development workflow for OpenClaw agents - Brainstorm, Plan, Execute, Review. Brings systematic software development with TDD, clear specs, and su...
README (SKILL.md)

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

Usage Guidance
This skill appears coherent and low-risk, but before installing: (1) confirm what 'reports progress' means and whether the agent will be allowed to send data externally; (2) verify whether the agent is permitted to push commits to remote repos — if you don't want remote pushes, ensure network or git credentials are restricted; (3) ensure your repo/workspace is backed up and that any automated tests/tools the workflow expects are available; (4) run the skill in an isolated environment or with limited network access if you want to be cautious. Additionally, note the README references an MIT license but no LICENSE file is included in the package — if license matters, request the license file from the author.
Capability Analysis
Type: OpenClaw Skill Name: clawbots-superclaw Version: 0.1.0 The skill bundle contains only metadata and documentation (SKILL.md, README.md) defining a structured software development workflow for an AI agent. It lacks any executable code, suspicious network requests, or malicious instructions, focusing entirely on project management methodologies like TDD and systematic planning.
Capability Assessment
Purpose & Capability
Name and description match the actual instructions: a four-phase TDD development workflow that creates design/plan docs, runs tasks, and makes git commits. The only required binary is git, which is appropriate.
Instruction Scope
SKILL.md provides high-level, expected workflow steps (create files under docs/, write tests, make commits, review). It does not instruct reading unrelated files or accessing secrets. One vague item — 'reports progress' — could be interpreted broadly (e.g., sending progress to an external endpoint) and should be clarified before granting autonomous network permissions.
Install Mechanism
No install spec or code is present (instruction-only), so nothing will be downloaded or written by an installer. This is the lowest-risk install model.
Credentials
No environment variables, credentials, or config paths are required. Requesting only git is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent elevated privileges or modifications to other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawbots-superclaw
  3. After installation, invoke the skill by name or use /clawbots-superclaw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of SuperClaw skill: - Introduces a structured 4-phase workflow: Brainstorm, Plan, Execute, Review. - Emphasizes Test-Driven Development and systematic, evidence-based processes for agent development. - Provides clear output conventions for design and planning documentation. - Specifies requirements for OpenClaw integration (needs git). - Adapted from the Superpowers methodology, tailored for ChatClaw and OpenClaw agents.
Metadata
Slug clawbots-superclaw
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Superclaw?

Structured development workflow for OpenClaw agents - Brainstorm, Plan, Execute, Review. Brings systematic software development with TDD, clear specs, and su... It is an AI Agent Skill for Claude Code / OpenClaw, with 220 downloads so far.

How do I install Superclaw?

Run "/install clawbots-superclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Superclaw free?

Yes, Superclaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Superclaw support?

Superclaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Superclaw?

It is built and maintained by Clawbotsai (@clawbotsai); the current version is v0.1.0.

💬 Comments