subagent-driven-development

Coordinates task execution in an implementation plan by assigning fresh subagents and performing two-stage reviews for spec compliance and code quality.

1|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/quangphu1912/codebase-analyzer --skill subagent-driven-development-quangphu1912
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/quangphu1912/codebase-analyzer/tree/main/skills/subagent-driven-development
Command: npx skills add https://github.com/quangphu1912/codebase-analyzer --skill subagent-driven-development-quangphu1912

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of executing implementation plans by assigning specialized subagents to individual tasks, ensuring focused execution and fast iteration.

Core Features & Use Cases

  • Subagent Deployment: Dispatch fresh subagents for each task, ensuring isolated context and minimizing context pollution.
  • Two-Stage Review: Implement spec compliance and code quality reviews after each task for high-quality output.
  • Use Case: When implementing a complex software update, use this Skill to assign different subagents to update individual components, reducing bottlenecks and improving efficiency.

Quick Start

Use the 'subagent-driven-development' skill to execute the implementation plan for your software update.

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 complex software implementation plans without context pollution across tasks?

Executing complex software implementation plans without context pollution requires assigning fresh subagents to individual tasks, ensuring isolated task contexts. This method maintains focused execution and prevents information overlap during system updates.

What is a two-stage review process for software development task execution?

A two-stage review process in software development evaluates task execution through spec compliance and code quality reviews. This mechanism ensures subagent deployment meets implementation plan requirements while maintaining high-quality code standards.

How do I coordinate subagent deployment for system updates with multiple components?

Coordinating subagent deployment for system updates involves dispatching fresh subagents to individual components. This strategy minimizes bottlenecks, improves efficiency, and ensures focused execution by isolating contexts for each task in the implementation plan.

Does isolated task context improve code quality during software updates?

Isolated task context improves code quality during software updates by preventing context pollution across subagents. Fresh subagents execute tasks independently, followed by two-stage reviews for spec compliance and code quality validation.

When should I use subagent-driven task execution for software development?

Use subagent-driven task execution for software development when implementing complex system updates with multiple independent components. This approach ensures focused execution, fast iteration, and high-quality output through isolated contexts and two-stage reviews.