subagent-driven-development

Delegate each task to a fresh subagent with two-stage spec and code-quality reviews.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/sbalagan22/bloomr --skill subagent-driven-development-sbalagan22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/sbalagan22/bloomr/tree/main/.claude/skills/subagent-driven-development
Command: npx skills add https://github.com/sbalagan22/bloomr --skill subagent-driven-development-sbalagan22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subagent-driven development solves the challenge of coordinating complex plans by enabling a fresh subagent per task and enforcing rigorous, two-stage reviews to keep scope tight and quality high.

Core Features & Use Cases

  • Fresh subagent per task with isolated context to prevent cross-task bleed.
  • Two-stage review workflow: spec compliance review followed by code-quality review for every task.
  • Plan-to-action flow: dispatches implementer subagents, then spec reviewers and code-quality reviewers, with self-review gates.
  • Templates and tooling templates to standardize task execution and reporting.

Quick Start

Dispatch a plan and let a fresh subagent handle each task with two-stage reviews 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 dispatch and enforce code review for complex multi-step plans?

Automate task dispatch by delegating each task to a fresh subagent with isolated context, then enforce a two-stage review process checking spec compliance and code quality for every completed task.

What is subagent-driven development and how does it prevent cross-task context bleed?

Subagent-driven development is a task orchestration method that assigns a fresh subagent to each task, ensuring isolated task contexts that prevent cross-task bleed while enforcing structured spec and code-quality review loops.

How do I set up a two-stage review workflow for spec compliance and code quality?

Set up a two-stage review workflow by dispatching implementer subagents first, followed by automated spec compliance reviewers and code-quality reviewers, using standardized templates and self-review gates for each task.

Can I execute parallel tasks with isolated contexts using subagents?

Yes, you can execute complex, multi-step plans in parallel by dispatching a fresh subagent per task, ensuring each task maintains an isolated context to prevent cross-task interference during execution.

Do I need specific templates to standardize subagent task execution and reporting?

You need implementer, spec reviewer, and code-quality reviewer prompt templates to standardize task execution and reporting, ensuring structured review loops and per-task self-reviews are consistently applied.

What are the limitations of using fresh subagents for every task in plan execution?

Using fresh subagents for every task requires rigorous two-stage reviews to maintain quality, as the isolated context prevents cross-task bleed but necessitates strict spec compliance and code-quality review gates for each task.