subagent-driven-development

Delegate tasks to fresh subagents with isolated context and two-stage reviews.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ingbyr/lzcode --skill subagent-driven-development-ingbyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/ingbyr/lzcode/tree/main/packages/desktop/src-tauri/lz-assets/skills/subagent-driven-development
Command: npx skills add https://github.com/ingbyr/lzcode --skill subagent-driven-development-ingbyr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates plan execution by delegating work to fresh subagents with isolated context, avoiding context leakage and improving iteration speed.

Core Features & Use Cases

  • Fresh subagent per task with two-stage review: spec compliance then code quality.
  • Clear task coordination across a single session, enabling parallel-like progress without context pollution.
  • Use Case: complex implementation plans where tasks are semi-independent and benefit from staged reviews.

Quick Start

Dispatch a new subagent for each task, then run two-stage reviews (spec compliance and code quality) before marking completion.

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 leakage when automating multi-task implementation plans?

You can prevent context leakage by dispatching a fresh subagent for each task to maintain isolated context. This orchestrates plan execution by keeping task environments separate, avoiding context pollution across a single development session.

What is the two-stage review workflow for subagent-driven development?

The two-stage review workflow evaluates tasks sequentially for spec compliance and then code quality. You dispatch a new subagent per task, run both review stages, and only mark completion after passing both checks.

How do I dispatch tasks to fresh subagents for isolated execution?

You dispatch tasks to fresh subagents by applying prompt templates and governance rules to enforce per-task delegation. This coordinates tasks across a single session, ensuring each subagent executes its assignment with isolated context before staged reviews.

When should I use isolated subagents for task dispatch in a development process?

You should use isolated subagents for task dispatch when handling complex implementation plans with semi-independent tasks. This development process is ideal when tasks benefit from staged reviews and avoiding context leakage improves iteration speed.

Does subagent task dispatch work for parallel-like progress within a single session?

Yes, subagent task dispatch enables parallel-like progress within a single session by delegating work to fresh subagents. Clear task coordination across the session ensures isolated execution and staged reviews without context pollution between concurrent tasks.