subagent-driven-development

Dispatch fresh subagents per task with two-stage review.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill subagent-driven-development-simon-copilot-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/Simon-Copilot-Studio/ai-content-hub/tree/main/software-development/subagent-driven-development
Command: npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill subagent-driven-development-simon-copilot-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates implementation by dispatching fresh subagents per task with two-stage review.

Core Features & Use Cases

  • Fresh per-task context: avoid state leakage between tasks.
  • Two-stage review: ensure spec compliance then code quality before progress.
  • Plan-driven execution: execute complex implementation plans with parallel task handling.

Quick Start

Initialize a subagent-driven workflow from an implementation plan and begin per-task delegation with 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 automate implementation plan execution with per-task subagent delegation?

Automate implementation plan execution by dispatching fresh subagents per task, ensuring context isolation and executing iterative two-stage reviews for spec compliance and code quality before final integration.

What is two-stage code review in subagent-driven development?

Two-stage review in subagent-driven development verifies spec compliance first, then evaluates code quality before allowing progress, ensuring both functional correctness and maintainability standards are met per task.

How do I prevent state leakage between independent tasks in an automated workflow?

Prevent state leakage between independent tasks by dispatching fresh subagents per task, which isolates per-task context and avoids carrying over previous execution state into new delegated work.

When should I use subagent delegation for complex implementation plans?

Use subagent delegation for complex implementation plans when tasks are independent and spec compliance alongside code quality are critical, enabling parallel task handling with iterative reviews and integration verification.

Does subagent-driven development require dependencies or external components?

Subagent-driven development requires no external dependencies or components, operating as a standalone workflow that initializes from an implementation plan and manages per-task delegation and reviews internally.

What is the best way to ensure spec compliance during automated code generation?

Ensure spec compliance during automated code generation by applying a two-stage review process that first validates specification adherence and then checks code quality before integrating the completed task.