subagent-driven-development

Dispatch fresh subagents per task to isolate context and run two-stage reviews.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/tusosos/manus-knowledge-base --skill subagent-driven-development-tusosos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/tusosos/manus-knowledge-base/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/tusosos/manus-knowledge-base --skill subagent-driven-development-tusosos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch a new subagent for each task to keep contexts isolated and accelerate iteration, while preserving overall plan coherence.

Core Features & Use Cases

  • Fresh subagent per task to avoid context leakage and enable parallelism
  • Two-stage reviews after each task: spec compliance followed by code quality
  • Structured per-task workflow with automatic roll-ups into a development plan

Quick Start

Dispatch a new subagent for every task and apply two-stage reviews to ensure 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 isolate context when automating multiple development tasks in a single session?

To isolate context when automating development tasks, dispatch a fresh subagent for each task. This approach prevents context bleed between tasks and enables both parallel and sequential execution within a single session.

What is a two-stage code review process in automated plan execution?

A two-stage review in automated plan execution evaluates spec compliance first, followed by code quality. This structured workflow ensures each dispatched task meets requirements before integration into the overall development plan.

How do I speed up iteration during test-driven development without losing plan coherence?

Speed up test-driven development iteration by dispatching independent subagents per task. This isolates contexts and accelerates execution while automatic roll-ups preserve overall plan coherence across multiple tasks.

Can I run parallel and sequential tasks in the same session without context bleed?

Yes, you can run parallel and sequential tasks without context bleed by using a fresh subagent for every task. This template-driven workflow isolates each task's context within the same development session.

Does subagent-driven development require external dependencies to automate task dispatch?

No, subagent-driven development requires no external dependencies to automate task dispatch. It operates independently to coordinate tasks with isolated subagents and execute structured development plans.

What is the best way to structure a development plan for multiple independent coding tasks?

The best way to structure a development plan for independent tasks is using a template-driven workflow with automatic roll-ups. Dispatching fresh subagents per task ensures isolated execution and structured plan coherence.