subagent-driven-development

Orchestrates task execution by delegating each to a dedicated subagent with two-stage review.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/ChimeraFoundationa/Agentx --skill subagent-driven-development-chimerafoundationa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/ChimeraFoundationa/Agentx/tree/main/skills/software-development/subagent-driven-development
Command: npx skills add https://github.com/ChimeraFoundationa/Agentx --skill subagent-driven-development-chimerafoundationa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute implementation plans by dispatching fresh subagents per task and applying a two-stage review process to ensure spec compliance and code quality.

Core Features & Use Cases

  • Fresh subagent per task minimizes context leakage and keeps tasks focused.
  • Two-stage review (spec compliance and code quality) catches issues early.
  • Integrates with planning workflows (writing-plans) and test-driven development practices for reliable delivery.
  • Supports end-to-end task orchestration from plan reading to final integration review.

Quick Start

Provide an implementation plan and let the system dispatch a fresh subagent per task through a two-stage spec and quality review workflow.

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 isolated subagents?

Automate plan execution by dispatching a dedicated subagent per task to ensure clean context and isolated reasoning. This approach minimizes context leakage and keeps each task focused throughout the workflow.

What is a two-stage review process for code quality and spec compliance?

A two-stage review process evaluates subagent output first for spec compliance and then for code quality. This catches issues early during plan execution by enforcing rigorous reviews on each isolated task.

How do I prevent context leakage when delegating multiple independent tasks?

Prevent context leakage by delegating each independent task to a fresh subagent. This enforces per-task isolation, keeping reasoning clean and focused without interference from prior task contexts.

Does subagent-driven development work with test-driven development workflows?

Yes, subagent-driven development integrates directly with test-driven development workflows and planning tools. This ensures reliable delivery from plan reading through to final integration review.

When should I use a fresh subagent per task for workflow automation?

Use a fresh subagent per task when plans contain multiple independent tasks requiring clean context, isolated reasoning, and rigorous reviews. It is ideal for end-to-end plan execution needing strict per-task isolation.