subagent-driven-development

Dispatch fresh subagents per task with two-stage spec and code-quality reviews.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/heidsoft/clawops --skill subagent-driven-development-heidsoft
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/heidsoft/clawops/tree/main/harness/skills/software-development/subagent-driven-development
Command: npx skills add https://github.com/heidsoft/clawops --skill subagent-driven-development-heidsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute implementation plans by dispatching fresh subagents per task with a rigorous two-stage review process to ensure spec compliance and code quality, enabling faster, higher-quality delivery.

Core Features & Use Cases

  • Fresh subagent per task to avoid context leakage and maintain focused reasoning.
  • Two-stage review process: spec compliance followed by code quality review.
  • Plan-driven execution: parse a master plan and derive concrete per-task actions.
  • Parallel task handling with clear handoffs and status tracking.
  • Automated integration readiness checks before merging tasks into the main workflow.

Quick Start

Read an implementation plan, create per-task todo items, dispatch an implementer subagent for each task, run spec compliance and code-quality reviews, and mark tasks complete.

Frequently Asked Questions about subagent-driven-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute an implementation plan with automated task delegation?▼

Executing an implementation plan with automated task delegation involves dispatching a fresh subagent per task. This Skill parses your master plan, creates todo items, and assigns an implementer subagent to each task to maintain focused reasoning and prevent context leakage.

What is a two-stage review process for code quality and spec compliance?▼

A two-stage review process for spec compliance and code quality validates task outputs sequentially. After implementation, a reviewer subagent first checks adherence to plan specifications, then verifies code quality before allowing integration into the main workflow.

Can I use parallel task dispatching for independent implementation plan items?▼

Yes, you can dispatch parallel tasks for independent implementation plan items. This Skill orchestrates parallel task handling with clear handoffs and status tracking, specifically targeting plan-driven workflows where tasks are largely independent of each other.

How does automated integration readiness checking work for dispatched subagents?▼

Automated integration readiness checking validates completed tasks before merging them into the main workflow. This Skill runs a final integration validation after the two-stage spec compliance and code-quality reviews pass for each dispatched subagent task.

Why dispatch a fresh subagent for each task instead of reusing the same agent?▼

Dispatching a fresh subagent for each task avoids context leakage and maintains focused reasoning. By isolating tasks, the subagent approaches the implementation plan without prior task biases, ensuring strict spec compliance before code-quality verification.