A structured implementation pattern that uses fresh subagents for every task to ensure spec compliance and high code quality.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install subagent-dev
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install subagent-dev using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Subagent-Driven Development is an advanced execution pattern within the Openclaw Skills ecosystem, designed to maximize implementation reliability. By breaking down a plan into independent tasks and assigning each to a fresh subagent, the system eliminates context pollution and cumulative errors. This methodology strengthens the implement phase of the ralph-loop, providing a rigorous framework for building complex software components.
The core value of this skill lies in its modularity. It does not just write code; it manages a lifecycle that includes requirement analysis, implementation, and a dual-layered review process. This ensures that every line of code produced is not only functional but also maintainable and performant.
To integrate this skill into your workflow, you can add it via your agent configuration. This pattern is designed to work with Clawdbot sessions_spawn protocols within Openclaw Skills.
# Standard setup for Openclaw Skills
openclaw skills add subagent-dev
# Verify installation
openclaw skills list
The subagent-dev skill structures data into specific prompt templates and review checklists to maintain consistency across the Openclaw Skills framework.
| Schema Type | Description |
|---|---|
| Task Context | Includes relevant files, architectural constraints, and task definitions. |
| Review Stage 1 (What) | Validates functional requirements and edge case handling. |
| Review Stage 2 (How) | Validates code quality, performance, and type coverage. |
| Output Summary | Summarizes implementation results, test status, and self-review findings. |
Loading
A professional integration guide for implementing secure, modern Stripe payment flows including subscriptions and marketplaces.

A technical guide and toolkit for optimizing 2D game assets using sprite sheets and texture atlases within Rust and Godot environments.

A technical framework for developing specialized AI agent capabilities through standardized documentation and modular script structures.

A programmatic video production skill that uses React to create high-quality animations, motion graphics, and automated video content.

A rigorous Test-Driven Development framework for AI agents to ensure code reliability and eliminate regressions.

A rigorous verification protocol that mandates fresh, objective evidence before an AI agent can claim task completion or perform a commit.








































