subagent-driven-development

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

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/officechbusinessservices-creator/CompliCore --skill subagent-driven-development-officechbusinessservices-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/officechbusinessservices-creator/CompliCore/tree/main/packages/skills/subagent-driven-development
Command: npx skills add https://github.com/officechbusinessservices-creator/CompliCore --skill subagent-driven-development-officechbusinessservices-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatching complex, multi-step plans efficiently by using fresh subagents for each task to avoid context bleed and accelerate iteration.

Core Features & Use Cases

  • Fresh subagent per task with isolated context
  • Two-stage review (spec compliance first, then code quality)
  • Deterministic task execution with clear workflows

Quick Start

Initiate a plan, dispatch an implementer subagent for Task 1, and follow the two-stage review loop.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I prevent context bleed when dispatching multi-step plans to AI agents?

To prevent context bleed when dispatching multi-step plans, assign a fresh subagent per task. This approach isolates contexts entirely from the main session, ensuring deterministic task execution and preventing unwanted state carryover.

What is the best way to automate code review for subagent-generated tasks?

The best way to automate code review for subagent tasks is to apply a two-stage review loop. This system evaluates spec compliance first, then checks code quality, ensuring structured workflow outcomes and high-quality code generation.

How do I structure task prompts for deterministic AI agent workflows?

To structure task prompts for deterministic AI agent workflows, provide per-task prompts to a fresh implementer subagent. This isolates execution contexts and accelerates iteration by maintaining clear, structured workflows for each dispatched task.

Does dispatching isolated subagents for TDD slow down iteration speed?

Dispatching isolated subagents for TDD does not slow down iteration speed; it accelerates iteration. By using a fresh subagent per task, contexts remain isolated, preventing main session bleed and enabling faster, more reliable task work.

Why use a two-stage review process for AI agent code generation?

A two-stage review process is used for AI agent code generation to separate spec compliance from code quality. This staged review ensures the implementation subagent meets both the exact plan specifications and high coding standards.

Can I execute complex plans using subagents without losing main session state?

Yes, you can execute complex plans using subagents without losing main session state. Dispatching a fresh subagent per task keeps contexts isolated, preventing context bleed and maintaining the integrity of the primary workflow.