subagent-driven-development

Orchestrates task execution by dispatching fresh subagents with two-stage spec/code review.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AVOI-CEO/avoi-agent --skill subagent-driven-development-avoi-ceo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/AVOI-CEO/avoi-agent/tree/main/skills/software-development/subagent-driven-development
Command: npx skills add https://github.com/AVOI-CEO/avoi-agent --skill subagent-driven-development-avoi-ceo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end implementation by dispatching fresh subagents per task and applying a two-stage review process (spec compliance then code quality) to improve speed and reliability.

Core Features & Use Cases

  • Fresh subagents per task to maintain clean context and isolate work
  • Two-stage review (spec compliance then code quality) to catch issues early
  • Plan-driven execution with automated per-task reviews
  • Integrates with writing-plans and test-driven-development workflows to reinforce quality

Quick Start

Begin by distributing an implementation plan to fresh subagents, one per task, and enforce a two-stage review for spec compliance and code quality.

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 task delegation to subagents for plan execution?▼

Automate task delegation by dispatching fresh subagents per task and enforcing a two-stage review for spec compliance and code quality. This method parses existing implementation plans and isolates independent workstreams to maintain clean context.

What is the best way to enforce code quality and spec compliance during automated task execution?▼

Enforce code quality and spec compliance by applying a two-stage automated review process during task execution. The first stage checks spec compliance, and the second stage evaluates code quality to catch issues early before integration.

Can I use fresh subagents per task for largely independent parallel workstreams?▼

Yes, you can use fresh subagents per task when tasks are largely independent. This approach enables parallel workstreams and deterministic execution by isolating context for each implementer and applying automated per-task reviews.

How do I integrate test-driven-development workflows with automated plan execution?▼

Integrate test-driven-development workflows by enforcing TDD-style quality gates within the plan execution cycle. The orchestration enforces these gates during subagent task delegation to ensure automated reviews catch issues early.

When should I not use isolated subagents for task delegation?▼

Avoid using isolated subagents for task delegation when an implementation plan does not exist or when tasks are highly interdependent. This orchestration method requires existing plans and largely independent tasks to enable parallel workstreams.

Does subagent-driven-development require specific dependencies to run?▼

No, subagent-driven-development has no specific dependencies required to run. It orchestrates end-to-end task execution directly by parsing implementation plans and dispatching fresh subagents per task with automated two-stage reviews.