subagent-driven-development

Dispatch specialized subagents to implement tasks and run multi-stage code reviews.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/CC90210/CMO-Agent --skill subagent-driven-development-cc90210
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/CC90210/CMO-Agent/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/CC90210/CMO-Agent --skill subagent-driven-development-cc90210

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the bottleneck of manual task execution and context switching by delegating implementation, spec compliance, and code quality reviews to specialized subagents within a single session.

Core Features & Use Cases

  • Autonomous Task Delegation: Dispatches dedicated subagents for implementation, spec verification, and code quality assessment.
  • Two-Stage Review Loop: Ensures high-quality output by enforcing a strict spec-compliance-first review followed by a code-quality review.
  • Use Case: When building a new feature, use this skill to automatically implement tasks from a plan, ensuring each piece of code is independently verified for requirements and quality before moving to the next step.

Quick Start

Execute the subagent-driven-development skill to begin implementing the tasks defined in your current development plan.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I automate task execution and code review for a development plan?

Automate task execution by dispatching specialized subagents for implementation and multi-stage review. This skill delegates coding tasks, spec compliance verification, and quality assessment within a single session to eliminate manual context switching.

How does the subagent review process work for iterative coding tasks?

The subagent review process enforces a strict two-stage loop: spec-compliance verification followed by code quality assessment. Each piece of code is independently verified against requirements before moving to the next task in the development plan.

What do I need to set up before using autonomous subagent task delegation?

You need a structured task list defining your development plan and integration with git-based version control. These prerequisites allow the subagents to manage automated commits and code reviews effectively.

When should I use multi-stage code review subagents instead of manual implementation?

Use multi-stage code review subagents for complex software development plans requiring strict spec adherence and high code quality. It is ideal for iterative coding tasks where manual execution and context switching create a bottleneck.

Can I integrate automated subagent reviews with git version control?

Yes, autonomous subagent task execution requires integration with git-based version control. This integration manages automated commits and facilitates the multi-stage review loop for each task in your development plan.