subagent-driven-development

Execute implementation plans by dispatching subagents with two-stage reviews.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/AndyAnh174/BanThuoc-SEO --skill subagent-driven-development-andyanh174
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-driven-development
Source: https://github.com/AndyAnh174/BanThuoc-SEO/tree/main/.agent/skills/subagent-driven-development
Command: npx skills add https://github.com/AndyAnh174/BanThuoc-SEO --skill subagent-driven-development-andyanh174

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the implementation of development plans by breaking them down into independent tasks, each handled by a fresh subagent with rigorous, multi-stage reviews.

Core Features & Use Cases

  • Task Decomposition: Executes plans by dispatching a dedicated subagent for each task.
  • Two-Stage Review: Implements a spec compliance review followed by a code quality review for every task.
  • Use Case: When you have a detailed feature plan with several distinct coding tasks, use this Skill to ensure each task is implemented correctly, meets specifications, and adheres to high code quality standards efficiently.

Quick Start

Use the subagent-driven-development skill to execute the implementation plan outlined in 'docs/plans/feature-plan.md'.

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 complex code implementation from a development plan?

Automate complex code implementation by dispatching independent subagents for each task within your plan. This approach breaks down feature plans into distinct tasks, executing them rapidly while maintaining high code quality standards.

What is subagent-driven development and how does it handle code review?

Subagent-driven development executes implementation plans by assigning a dedicated subagent to each task. It handles code review through a rigorous two-stage process, verifying spec compliance first and then assessing overall code quality after every task.

How to ensure spec compliance when implementing multiple agile tasks in a single session?

Ensure spec compliance during agile task implementation by using a two-stage review process after every task. A fresh subagent completes the work, followed by sequential reviews for specification adherence and code quality to guarantee correct outputs.

Can I execute a detailed feature plan with multiple coding tasks efficiently?

Yes, you can execute detailed feature plans efficiently by dispatching a fresh subagent for each distinct coding task. This facilitates rapid iteration and high-quality code generation entirely within a single development session.

Does subagent-driven development require external dependencies for task management?

No, subagent-driven development requires no external dependencies for task management. It operates independently using internal scripts and references to decompose plans and manage the two-stage review process.

When should I use a multi-stage review process for code generation?

Use a multi-stage review process for code generation when you have a detailed feature plan with several distinct coding tasks. This ensures each task meets strict specifications and adheres to high code quality standards efficiently.