subagent-driven-development

Orchestrate per-task subagents with two-stage spec and code quality reviews.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bjconlan/burndown --skill subagent-driven-development-bjconlan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/bjconlan/burndown/tree/main/.gemini/skills/subagent-driven-development
Command: npx skills add https://github.com/bjconlan/burndown --skill subagent-driven-development-bjconlan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to execute implementation plans in the current session by dispatching fresh subagents per task and applying a two-stage review after each task to ensure spec compliance and code quality.

Core Features & Use Cases

  • Fresh subagents per task isolate context for each task and prevent cross-talk.
  • Two-stage reviews: spec compliance review followed by code quality review to catch gaps early.
  • In-session orchestration: supports rapid progress within the same session with automated reviews.

Quick Start

Start by dispatching an implementer subagent for the first task from your plan and let it proceed through the two-stage 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 AI development workflows with independent task subagents?

Automating AI development workflows with independent task subagents involves dispatching fresh subagents per task to isolate context and prevent cross-talk. This Skill orchestrates that lifecycle in-session, applying prescribed prompts and templates to manage rapid implementation iterations.

How does a two-stage code review process work for AI-generated code?

A two-stage code review process for AI-generated code enforces sequential quality gates: spec compliance review verifies the implementation matches the plan, followed by code quality review to catch structural gaps. This ensures fast iteration does not compromise the final output.

What is the best way to execute an implementation plan in a single AI session?

The best way to execute an implementation plan in a single AI session is to dispatch an implementer subagent for the first task and let it proceed through an automated review workflow. This supports rapid progress with clear quality checkpoints for largely independent tasks.

Can I use subagent orchestration for TDD and rapid iteration workflows?

Yes, you can use subagent orchestration for TDD and rapid iteration workflows. It automates per-task subagent dispatching and uses built-in review gates to maintain code quality, making it suitable for fast-paced development automation where tasks require quick cycles.

When should I avoid using subagent-driven development to manage tasks?

You should avoid using subagent-driven development when tasks are highly dependent on each other or require shared context across steps. The approach relies on fresh subagents isolating context per task, making it unsuitable for tightly coupled implementation plans.