subagent-driven-development

Dispatch implementer and reviewer subagents to execute plan tasks with two-stage review.

793|52|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/corvo007/MioSub --skill subagent-driven-development-corvo007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/corvo007/MioSub/tree/main/.agent/skills/subagent-driven-development
Command: npx skills add https://github.com/corvo007/MioSub --skill subagent-driven-development-corvo007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating implementation plans with independent subagents in a single session to accelerate delivery while preserving context and traceability.

Core Features & Use Cases

  • Two-stage review workflow: spec compliance first, then code quality, per task.
  • Per-task subagents: spawn implementer and reviewer subagents to maintain isolation and reduce context leakage.
  • Progress orchestration: manages plan-to-task breakdown and final consolidation for seamless delivery.

Quick Start

Dispatch a feature plan and start subagent-driven development to execute tasks with fresh subagents.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I use AI subagents to execute a development plan?

To use AI subagents for development, you dispatch a feature plan that spawns independent implementer subagents for each task within a single session, accelerating delivery while maintaining context isolation.

What is a two-stage code review workflow for AI development?

A two-stage review workflow checks spec compliance first, then evaluates code quality per task. Dedicated reviewer subagents apply this process to ensure high-quality delivery across all tasks.

How do I prevent context leakage when orchestrating multiple AI coding tasks?

To prevent context leakage when orchestrating coding tasks, spawn fresh implementer and reviewer subagents for each individual task. This maintains strict context isolation throughout plan execution.

Can I manage plan-to-task breakdown and final consolidation in one session?

Yes, you can manage plan-to-task breakdown and final consolidation in one session. Progress orchestration reads the plan and dispatches subagents to execute tasks, seamlessly consolidating the delivery.

What is the best way to coordinate independent implementation plans with subagents?

The best way to coordinate implementation plans is orchestrating progress by dispatching dedicated subagents per task. This reduces context leakage and preserves traceability across the workflow.

Why use fresh subagents for each task in a development workflow?

Using fresh subagents for each task maintains isolation and reduces context leakage. The orchestrator applies a two-stage review workflow to ensure high-quality delivery across all executed tasks.