subagent-dev
Execute implementation plans using fresh subagents per task with two-stage review (spec compliance + code quality). Use when executing multi-task plans with independent work units. Enhances ralph-loop methodology.
Why use this skill?
Enhance your coding workflow with subagent-dev. Execute tasks with individual subagents and automated two-stage code review.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kjaylee/subagent-devWhat This Skill Does
The subagent-dev skill is a sophisticated implementation framework designed to optimize the execution of complex coding tasks within the OpenClaw ecosystem. It functions by orchestrating independent subagents for each task in a development plan, enforcing a rigorous two-stage review process. By decoupling the 'What' (specification compliance) from the 'How' (code quality), this skill ensures that large-scale development projects remain manageable, bug-free, and aligned with initial project requirements. It acts as an extension to the established ralph-loop methodology, providing a granular execution layer that prevents cognitive overload and context leakage in long-running development sessions.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/kjaylee/subagent-dev
Use Cases
- Complex Feature Development: Best for large tasks that require multiple steps, ensuring each component meets strict criteria.
- Refactoring Projects: Ideal for systematic code updates where specific functionality needs to be preserved while improving internal quality.
- High-Security Applications: Where rigorous validation of requirements and code patterns is mandatory to prevent security vulnerabilities.
- Team-based Automation: Useful for ensuring consistent development standards across different parts of a codebase.
Example Prompts
- "Apply the subagent-dev skill to execute the current plan for implementing the User Authentication module. Start by breaking down the tasks and assigning the first subagent."
- "I need to refactor the database connector. Use subagent-dev to ensure the implementation stays within the defined spec and passes the quality review gate."
- "Execute the next task in our current plan using subagent-dev, focusing specifically on adding the required unit tests for the payment gateway."
Tips & Limitations
- Tip: Ensure your input specifications are highly detailed, as the subagent's performance in the first stage of the review depends entirely on the clarity of the provided requirements.
- Tip: Use this skill for critical paths; due to the three-tier agent usage (implementer, spec reviewer, quality reviewer), it involves higher API token consumption than single-agent execution.
- Limitation: The skill requires an existing, well-defined plan. It is not designed for open-ended exploratory coding.
- Limitation: As an agent-based orchestration tool, ensure your environment has sufficient permissions for code execution and file modifications, as the agents will automatically write and test code.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kjaylee-subagent-dev": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
ui-ux-pro-max
UI/UX design intelligence and implementation guidance for building polished interfaces. Use when the user asks for UI design, UX flows, information architecture, visual style direction, design systems/tokens, component specs, copy/microcopy, accessibility, or to generate/critique/refine frontend UI (HTML/CSS/JS, React, Next.js, Vue, Svelte, Tailwind). Includes workflows for (1) generating new UI layouts and styling, (2) improving existing UI/UX, (3) producing design-system tokens and component guidelines, and (4) turning UX recommendations into concrete code changes.
ralph-loop
AI 자율 구현 방법론. 구현/개발/코딩 요청 시 자동 적용. 메인은 마더 서브에이전트를 spawn하고, 마더가 워커들을 관리. specs/ → IMPLEMENTATION_PLAN.md → 1태스크씩 구현 → 2단계 리뷰 → 테스트 → 반복.
game-dev-rust-godot
Game development workflow using Rust+WASM or Godot 4.x for HTML5 games. Use when creating new games, implementing game mechanics, or porting existing games. Follows TDD-based production pipeline v3.1 with asset-first approach. Covers Rust(Macroquad/Bevy), Godot HTML5 Export, asset acquisition, test case writing, and QA automation. Master directive (2026-02-06) - ONLY Rust+WASM or Godot allowed, JS/TS frameworks prohibited.
stripe-payments
Best practices for Stripe payment integration. Use when implementing payments, subscriptions, checkout flows, or any monetization feature in games or web apps. Covers CheckoutSessions, Payment Element, subscriptions, and Connect.
systematic-debugging
Root-cause-first debugging methodology. Use when encountering any bug, test failure, or unexpected behavior BEFORE proposing fixes. Prevents random fix attempts that waste time and create new bugs.