subagent-driven-development

Delegate implementation plan tasks to isolated subagents with two-stage reviews.

146|35|Updated Mar 20, 2023
One-click install
npx skills add https://github.com/mwangli/stock-trading --skill subagent-driven-development-mwangli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/mwangli/stock-trading/tree/main/.trae/skills/subagent-driven-development
Command: npx skills add https://github.com/mwangli/stock-trading --skill subagent-driven-development-mwangli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subagent-Driven Development enables executing implementation plans by delegating fresh, isolated subagents to handle individual tasks, preserving context and enabling rapid iteration.

Core Features & Use Cases

  • Fresh subagents for each task to prevent context leakage and improve focus
  • Two-stage review workflow: spec compliance followed by code quality
  • Parallel task coordination within a single session while maintaining isolation
  • Useful for complex multi-task plans, R&D experiments, and modular implementation

Quick Start

Provide a plan and dispatch per-task implementer subagents with two-stage reviews.

Frequently Asked Questions about subagent-driven-development

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

FAQPage Schema
How do I execute multi-task development plans using subagents without losing context?▼

Subagent-driven development executes implementation plans by delegating fresh, isolated subagents to individual tasks, preserving context for rapid iteration. This prevents context leakage and maintains focus during complex multi-task workflows.

What is the two-stage review workflow for AI agent code generation?▼

The two-stage review workflow evaluates code generation by first checking spec compliance, then assessing code quality. This structured process runs after each individual task is executed by a subagent to ensure implementation meets requirements.

Can I coordinate parallel task execution for AI development workflows within a single session?▼

Yes, subagent-driven development supports parallel task coordination within a single session while maintaining isolation between tasks. Fresh subagents handle individual tasks independently to enable fast iteration and modular implementation.

How do I set up structured handoffs between AI agents during implementation?▼

Structured handoffs between AI agents use provided templates to transition tasks between fresh subagents. This ensures clear context transfer and preserves development continuity throughout the implementation plan execution.

When should I use isolated subagents for software development instead of a single agent?▼

Use isolated subagents for complex multi-task plans, R&D experiments, and modular implementation where context preservation is critical. Fresh subagents prevent context leakage, enabling rapid iteration that a single agent cannot maintain.

Does subagent-driven development require clearly defined prompts for task execution?▼

Yes, subagent-driven development requires clearly defined prompts to dispatch per-task implementer subagents. These prompts guide fresh subagents through individual task execution and the two-stage review workflow.