← Back to Skills Marketplace
brothaakhee

Superclaw

by Hammad Hai · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
398
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install superclaw
Description
Complete software development workflow enforcing design → plan → execution with checkpoints
Usage Guidance
Superclaw appears coherent and instruction-only, but before enabling it: (1) confirm you are comfortable the agent will read MEMORY.md and USER.md (these can contain sensitive user preferences/history); (2) verify the workspace paths it will write to (workspace/docs/plans/ and workspace/memory/) so artifacts don't leak into places you don't want; (3) note that sessions_spawn will create subagents to perform tasks — those subagents run with the agent's existing privileges, so review produced files/plans before allowing automatic execution; and (4) watch for examples that reference home paths (e.g., ~/.todos.json) — if you prefer all artifacts confined to a sandboxed workspace, modify the plan or instruct the agent accordingly.
Capability Analysis
Type: OpenClaw Skill Name: superclaw Version: 1.0.1 The OpenClaw AgentSkills skill bundle 'Superclaw' is designed to enforce a disciplined software development workflow (design, plan, execute) for AI agents. All files consistently describe a process involving user approval, structured planning, and batched execution with checkpoints. While the `executing-plans/SKILL.md` utilizes `sessions_spawn` for task execution, a powerful capability, its use is framed within a controlled, isolated, and auditable manner, with explicit user checkpoints and logging to `workspace/memory/YYYY-MM-DD.md`. The 'HARD GATES' and 'Rationalization Resistance' sections in the `SKILL.md` files are self-imposed constraints on the agent to prevent undisciplined behavior, rather than malicious prompt injection attempts. There is no evidence of intentional harmful behavior such as data exfiltration, unauthorized remote control, persistence mechanisms, or obfuscation. The file system access and execution capabilities are aligned with the stated purpose of a software development agent.
Capability Assessment
Purpose & Capability
The skill's name and description (enforcing a design→plan→execute workflow) align with the runtime instructions: asking clarifying questions, saving design/plan files, batching tasks, updating memory, and spawning subagents for isolated task execution. It does not request unrelated binaries, environment variables, or external endpoints.
Instruction Scope
The SKILL.md explicitly instructs the agent to read/write workspace files (workspace/docs/plans/, workspace/memory/) and to read MEMORY.md / USER.md for context; it also shows example use of sessions_spawn to run isolated subagents and example use of home-paths (e.g., ~/.todos.json). This is coherent with its memory-integration claim, but users should be aware that reading MEMORY.md and writing files to the workspace (and optionally home paths in examples) will access local contextual data and produce artifacts on disk — expected behavior for a workflow enforcement skill.
Install Mechanism
No install spec and no code files are included; this is instruction-only so nothing is downloaded or written during install. That minimizes install-time risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The memory and workspace path access it documents is proportional to its purpose (context-aware planning and progress logging). There are no unrelated credential requests.
Persistence & Privilege
The skill does not request always:true or elevated persistent privileges. It relies on normal agent capabilities (reading/writing workspace files and spawning sessions_spawn subagents). Those are appropriate for an execution/workflow skill, but will operate with whatever permissions the agent already has.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install superclaw
  3. After installation, invoke the skill by name or use /superclaw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Re-publish: Complete software development workflow enforcing design → plan → execution with checkpoints. Based on obra/superpowers, adapted for OpenClaw.
v1.0.0
Initial release: brainstorming, writing-plans, and executing-plans skills. Full RED-GREEN-REFACTOR testing. Integration tested. Based on obra/superpowers.
Metadata
Slug superclaw
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Superclaw?

Complete software development workflow enforcing design → plan → execution with checkpoints. It is an AI Agent Skill for Claude Code / OpenClaw, with 398 downloads so far.

How do I install Superclaw?

Run "/install 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 (open-source). 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 Hammad Hai (@brothaakhee); the current version is v1.0.1.

💬 Comments