subagent-driven-development

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

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill subagent-driven-development-rawgrowth-consulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/Rawgrowth-Consulting/rawclaw-agent/tree/main/skills/software-development/subagent-driven-development
Command: npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill subagent-driven-development-rawgrowth-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute implementation plans by dispatching fresh subagents per task with a two-stage review (spec compliance then code quality) to ensure fast, reliable results.

Core Features & Use Cases

  • Fresh subagent per task for clean context and parallel execution.
  • Two-stage reviews ensure spec compliance and code quality before progress.
  • End-to-end workflow from plan ingestion to final integration with controlled feedback loops.

Quick Start

Provide a plan and have subagents execute tasks with per-task isolation and two-stage reviews.

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 using subagents for task delegation?

To execute an implementation plan, you can dispatch a fresh subagent per task to ensure clean context and parallel execution. This structured delegation workflow enforces per-task isolation and uses automatic feedback loops for reliable results.

What is the best way to automate code review and spec compliance for multi-task plans?

Automating code review and spec compliance is handled via a two-stage review process. Each task undergoes a spec compliance check followed by a code quality check before progress is allowed, ensuring consistent quality.

Can I parallelize independent tasks in a plan-driven workflow with consistent quality checks?

Yes, you can parallelize independent tasks by dispatching fresh subagents per task. The workflow is designed for plan-driven work where tasks are largely independent and require consistent quality checks before integration.

How do I enforce task isolation and explicit review gates during code implementation?

You enforce task isolation and explicit review gates by dispatching independent subagents per task. The structured workflow includes controlled feedback loops and a two-stage review process that acts as a gate before any task progresses.

When should I not use a subagent-driven development workflow?

You should not use a subagent-driven development workflow for tasks that are highly interdependent rather than largely independent. The process is designed for plan-driven work where per-task isolation and parallel execution are applicable.

Why does subagent-driven task delivery use a two-stage review process?

Subagent-driven task delivery uses a two-stage review process to ensure both spec compliance and code quality. This structured approach guarantees that the fresh subagents deliver fast, reliable results before final integration.