subagent-driven-development

Dispatch AI subagents for each task in an implementation plan.

1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/Coffelix2023/c6x-mynotes --skill subagent-driven-development-coffelix2023
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/Coffelix2023/c6x-mynotes/tree/main/about_llm/skills/subagent-driven-development
Command: npx skills add https://github.com/Coffelix2023/c6x-mynotes --skill subagent-driven-development-coffelix2023

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the development process by breaking down implementation plans into independent tasks, each handled by a dedicated AI subagent with rigorous review stages, ensuring high-quality code and faster iteration cycles.

Core Features & Use Cases

  • Task Decomposition: Automatically breaks down a development plan into manageable, independent tasks.
  • Subagent Dispatch: Assigns a fresh AI subagent to each task for focused implementation.
  • Two-Stage Review: Implements a dual review process: first for spec compliance, then for code quality.
  • Iterative Refinement: Manages feedback loops where subagents fix issues identified during reviews.
  • Use Case: When you have a complex feature to build, this Skill can manage the entire implementation, from initial coding to final review, by orchestrating multiple AI agents.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan located at /path/to/your/plan.md.

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 iterative software development with AI subagents?

You can automate iterative software development by dispatching independent AI subagents for each task within an implementation plan, managing a two-stage review process for spec compliance and code quality. This facilitates rapid iteration and high-quality code generation.

What is the two-stage code review process in AI-driven development?

The two-stage code review process first checks spec compliance to ensure the code meets requirements, then evaluates code quality. AI subagents manage feedback loops to fix identified issues, ensuring high-quality code generation through iterative refinement.

Can I use test-driven development with AI subagent task automation?

Yes, the subagent-driven development approach supports TDD alongside task automation. It orchestrates independent AI subagents that implement tasks iteratively, integrating with Git worktrees to maintain isolated development environments during testing.

How do I break down a complex feature into tasks for AI agents to implement?

This Skill automatically decomposes a development plan into manageable, independent tasks, assigning a fresh AI subagent to each task for focused implementation. It manages the entire process from initial coding to final review.

Does AI subagent development work with Git worktrees for isolated environments?

Yes, the iterative development approach integrates with Git worktrees to provide isolated development environments. Each AI subagent works independently on its assigned task, ensuring clean separation while the system orchestrates the overall implementation plan.

What are the limitations of using AI subagents for code review and task automation?

The approach requires a pre-defined implementation plan as input and depends on AI subagents to handle each task independently. Complex, tightly-coupled tasks may challenge the independent dispatch model, and the two-stage review process needs clear specs to function effectively.