subagent-driven-development

Delegate each plan task to isolated subagents with two-stage spec and quality reviews.

10|4|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/HanHan666666/flutter-linglong-store --skill subagent-driven-development-hanhan666666
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/HanHan666666/flutter-linglong-store/tree/main/.agents/skills/subagent-driven-development
Command: npx skills add https://github.com/HanHan666666/flutter-linglong-store --skill subagent-driven-development-hanhan666666

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review.

Core Features & Use Cases

  • Per-task subagents with isolated contexts
  • Two-stage reviews (spec then quality)
  • Safe, parallelizable task execution without context leakage
  • Self-contained task cycles from plan to merge-ready changes

Quick Start

Dispatch a fresh subagent for each task in the current plan and manage two-stage reviews until all tasks are complete.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I orchestrate subagents for distributed task execution in software engineering?

Subagent orchestration dispatches a fresh subagent per task with isolated context to execute distributed work safely. It manages two-stage reviews to ensure spec compliance and code quality after each task completes.

What is the best way to prevent context leakage when running parallel coding tasks?

To prevent context leakage in parallel coding tasks, assign each task to an independent subagent with an isolated context. This ensures safe, parallelizable execution without context bleed between concurrent operations.

How does two-stage code review work for independent plan management tasks?

Two-stage code review for plan management tasks runs a spec compliance review first, followed by a code quality review. This sequence ensures the implementation meets requirements before evaluating code standards.

Can I use prompt engineering to manage spec compliance and code quality checks?

Yes, you can use prompt engineering to define implementer, spec-reviewer, and code-quality-reviewer prompts. These distinct roles enforce a disciplined workflow that guarantees spec compliance and code quality.

When should I use isolated subagents for code review and plan execution?

Use isolated subagents for code review and plan execution when tasks in a session are largely independent. This approach enables fast, quality-driven iteration by preventing context leakage across self-contained task cycles.

Does subagent-driven development require specific dependencies for task orchestration?

Subagent-driven development requires no external dependencies for task orchestration. It implements a self-contained workflow that manages task cycles from plan to merge-ready changes using internal reviewer prompts.