subagent-driven-development
SolidUse when executing implementation plans with independent tasks in the current session
AI & Automation 389 stars
36 forks Updated today Apache-2.0
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Subagent-Driven Development
Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review.
**Why subagents:** You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work.
**Core principle:** Fresh subagent per task + two-stage review (spec then quality) = high quality, fast iteration
## When to Use
```dot
digraph when_to_use {
"Have implementation plan?" [shape=diamond];
"Tasks mostly independent?" [shape=diamond];
"Stay in this session?" [shape=diamond];
"subagent-driven-development" [shape=box];
"executing-plans" [shape=box];
"Manual execution or brainstorm first" [shape=box];
"Have implementation plan?" -> "Tasks mostly independent?" [label="yes"];
"Have implementation plan?" -> "Manual execution or brainstorm first" [label="no"];
"Tasks mostly independent?" -> "Stay in this session?" [label="yes"];
"Tasks mostly independent?" -> "Manual execution or brainstorm first" [label="no - tightly coupled"];
"Stay in this session?" -> "subagent-driven-development" [label="yes"];
"Stay in this session?" -> "executing-plans" [label="no - parallel session"];
}
```
**vs. Executing Pl...
Details
- Author
- mxyhi
- Repository
- mxyhi/ok-skills
- Created
- 3 months ago
- Last Updated
- today
- Language
- C#
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
839 Updated today
guanyang AI & Automation Listed
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
0 Updated today
The-AIOS AI & Automation Solid
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
1,417 Updated today
xintaofei AI & Automation Listed
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
0 Updated today
tvna AI & Automation Solid
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
27,681 Updated today
davila7