---
name: subagent-driven-development
description: ALWAYS use this when you already have an implementation plan with mostly independent tasks and want to execute it through fresh, tightly-scoped subagents plus structured review after each task.
Subagent-Driven Development
Selective Reading Rule
Start with:
references/usage-routing.md
references/quality-checklist.md
Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.
Selective Reading Rule
Start with:
references/senior-master-standard.md
Start with references/task-pack-template.md.
Use the template before dispatch so every subagent gets a bounded task, a write scope, and a clear completion proof.
Purpose
Execute a real plan with fresh subagents while keeping quality gates between steps.
Workflow
Confirm the plan is already good enough to execute.
Split tasks by ownership and dependency.
Send one tight task packet per subagent.
Review each returned change for spec compliance first.
Run a second pass for code quality or regression risk.
Integrate and verify before moving on.
Rules
One task packet per coherent slice.
No overlapping write ownership.
No delegation of the immediate blocking task if you need its answer now.
Every returned patch still needs local verification.
Best Use Cases
implementing approved milestones
landing several isolated bug fixes
parallel test authoring plus implementation
iterative feature work with review after each slice
1---2name: subagent-driven-development3description: ---4---5---6name: subagent-driven-development7description: ALWAYS use this when you already have an implementation plan with mostly independent tasks and want to execute it through fresh, tightly-scoped subagents plus structured review after each task.8---910# Subagent-Driven Development1112## Selective Reading Rule1314Start with:1516- `references/usage-routing.md`17- `references/quality-checklist.md`1819Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.2021## Selective Reading Rule2223Start with:2425- `references/senior-master-standard.md`262728Start with `references/task-pack-template.md`.2930Use the template before dispatch so every subagent gets a bounded task, a write scope, and a clear completion proof.3132## Purpose3334Execute a real plan with fresh subagents while keeping quality gates between steps.3536## Workflow37381. Confirm the plan is already good enough to execute.392. Split tasks by ownership and dependency.403. Send one tight task packet per subagent.414. Review each returned change for spec compliance first.425. Run a second pass for code quality or regression risk.436. Integrate and verify before moving on.4445## Rules4647- One task packet per coherent slice.48- No overlapping write ownership.49- No delegation of the immediate blocking task if you need its answer now.50- Every returned patch still needs local verification.5152## Best Use Cases5354- implementing approved milestones55- landing several isolated bug fixes56- parallel test authoring plus implementation57- iterative feature work with review after each slice
Run npx skillmds@latest add anhvu1107/subagent-driven-development in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
anhvu1107 (@anhvu1107) published this skill. Their other Agent Skills are listed on their SkillMD profile.