subagent-driven-development

Dispatch fresh subagents to execute plan tasks with two-stage reviews.

Updated Aug 20, 2022
One-click install
npx skills add https://github.com/Neroro64/dotfiles --skill subagent-driven-development-neroro64
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/Neroro64/dotfiles/tree/main/configs/omp/agent/skills/subagent-driven-development
Command: npx skills add https://github.com/Neroro64/dotfiles --skill subagent-driven-development-neroro64

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates complex plans by dispatching fresh subagents to handle individual tasks, reducing context leakage and accelerating iterative development.

Core Features & Use Cases

  • Fresh subagent per task: Each task runs in isolation, preventing cross-task context bleed.
  • Two-stage reviews: Spec compliance review followed by code quality review to ensure correct and maintainable results.
  • Flexible workflow orchestration: Supports parallel or sequential execution with clear escalation paths for blockers.

Quick Start

Ask your AI to begin executing a plan by dispatching a new subagent for each task in the current session.

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 prevent context leakage during code generation?

To prevent context leakage during code generation, you can dispatch fresh subagents for each task. This isolates execution contexts, ensuring that information does not bleed across unrelated tasks and maintaining development momentum.

What is the best way to orchestrate complex development plans with subagents?

The best way to orchestrate complex development plans is by dispatching focused subagents to execute individual tasks. This supports flexible parallel or sequential execution and includes clear escalation paths to handle blockers efficiently.

How does automated code review work for isolated subagent tasks?

Automated code review for isolated subagent tasks works through a two-stage process. Each task undergoes a spec compliance review followed by a code quality review, ensuring the generated code is both accurate and maintainable.

Can I use subagent workflow orchestration for test-driven development?

Yes, you can use subagent workflow orchestration for test-driven development. It coordinates per-task workflows and isolates contexts, which helps maintain accuracy and accelerate iterative development cycles.

Do I need prompt engineering skills to dispatch subagents for iterative development?

You do not need extensive prompt engineering skills to dispatch subagents. You can simply ask your AI to begin executing a plan by dispatching a new subagent for each task within the current session.

Why does cross-task context bleed happen and how do I stop it?

Cross-task context bleed happens when isolated tasks share the same execution context. You can stop it by dispatching fresh subagents for each individual task, which coordinates per-task workflow isolation and guards against context leakage.