subagent-driven-development

Dispatch fresh subagents per task with spec and code quality reviews.

19|4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/jarredkenny/agency-ai --skill subagent-driven-development-jarredkenny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/jarredkenny/agency-ai/tree/main/roles/orchestrator/skills/subagent-driven-development
Command: npx skills add https://github.com/jarredkenny/agency-ai --skill subagent-driven-development-jarredkenny

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates plan execution by dispatching fresh subagents per task, enabling fast iteration with dedicated reviewers.

Core Features & Use Cases

  • Fresh subagent per task to avoid context leakage and enable parallel work.
  • Built-in two-stage reviews (spec compliance followed by code quality) to ensure high-quality results.
  • Coordinated workflow with per-task prompts for implementer, spec reviewer, and code quality reviewer.

Quick Start

Use the subagent-driven-development skill to break a plan into per-task work. See the example workflow in the prompts and start testing in your environment.

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 plan execution with multi-agent development to avoid context leakage?

Automate plan execution by dispatching a fresh subagent per task, which isolates context and enables parallel work. This multi-agent approach prevents context leakage and drives fast, quality-focused development across independent tasks.

What is a fixed multi-agent workflow for autonomous development?

A fixed multi-agent workflow coordinates a central controller that dispatches per-task implementer subagents, followed by spec-reviewer and code-quality-reviewer subagents. This enforces spec compliance and quality review for autonomous development.

How do I set up spec compliance and code quality reviews for autonomous coding tasks?

Set up two-stage reviews by applying template prompts for spec-reviewer and code-quality-reviewer subagents. After an implementer subagent completes a task, the workflow automatically triggers these dedicated reviews to ensure high-quality results.

When should I use a fresh subagent per task in my development workflow?

Use a fresh subagent per task when your autonomous development workflow involves relatively independent tasks. This approach is ideal when you need fast iteration and want to avoid context leakage between unrelated coding tasks.

Does subagent-driven development require specific dependencies or components to start?

No specific dependencies or components are required to start. You can use the provided template prompts to break a plan into per-task work and immediately begin testing the multi-agent workflow in your environment.

What is the best way to coordinate implementer and reviewer subagents for parallel coding tasks?

The best way to coordinate subagents is using a central controller with template prompts. This orchestrates fresh implementer subagents for each task and sequentially routes their output to spec and code-quality reviewers for fast, compliant results.