sadd:subagent-driven-development

Orchestrate plan-driven tasks with fresh subagents and enforced code reviews.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Avi977/ace-claude-toolkit --skill sadd-subagent-driven-development-avi977
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sadd:subagent-driven-development
Source: https://github.com/Avi977/ace-claude-toolkit/tree/main/skills/subagent-driven-dev
Command: npx skills add https://github.com/Avi977/ace-claude-toolkit --skill sadd-subagent-driven-development-avi977

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate plan-driven work by dispatching a fresh subagent for each task and enforcing code reviews between tasks to prevent context leakage and accelerate high-quality iteration.

Core Features & Use Cases

  • Fresh subagent per task isolates execution and preserves context.
  • Code reviews between tasks catch issues early and improve quality.
  • Supports sequential and parallel execution for multi-task plans.

Quick Start

Load the plan, dispatch a fresh subagent for each task, and review results after each task before proceeding.

Frequently Asked Questions about sadd:subagent-driven-development

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

FAQPage Schema
How do I prevent context leakage when dispatching multiple coding tasks to subagents?

You can prevent context leakage by dispatching a fresh subagent for each task, which isolates execution state. This approach preserves context by ensuring subagents operate independently without carrying over previous task history.

What is the best way to enforce code reviews between parallel agent tasks?

Enforcing code reviews between parallel agent tasks requires an orchestration workflow with integrated quality gates. This validates subagent results after parallel execution completes, catching issues early before proceeding to the next task.

Can I run both sequential and parallel execution modes for multi-task plans?

Yes, you can run both sequential and parallel execution modes for multi-task plans. The orchestration workflow supports dispatching subagents in parallel for independent tasks or sequentially when ordered execution matters.

How do I orchestrate plan-driven work with isolated subagent execution?

To orchestrate plan-driven work with isolated subagent execution, load a decomposable plan and dispatch fresh subagents per task. Results are validated through enforced code reviews before iterating further.

Does dispatching fresh subagents per task work for rapid iteration workflows?

Dispatching fresh subagents per task works for rapid iteration workflows by isolating execution state and enforcing code reviews as quality gates. This accelerates high-quality iteration for plans decomposed into independent tasks.

When should I not use fresh subagents for task execution in a single session?

You should avoid using fresh subagents for task execution when your plan cannot be decomposed into independent tasks within a single session. This approach requires task independence to enable isolated state and effective parallel execution.