subagent-driven-development

Installation
SKILL.md

Subagent-Driven Development

按计划执行:每个 task 派发一个全新的 implementer subagent;每个 task 完成后做两阶段 review(先 spec compliance,再 code quality)。

核心原则: 每 task 一个新 subagent + 两阶段 review(spec → quality)= 高质量、快迭代

When to Use

digraph when_to_use {
    "有 implementation plan?" [shape=diamond];
    "任务大多独立?" [shape=diamond];
    "是否留在当前 session?" [shape=diamond];
    "subagent-driven-development" [shape=box];
    "executing-plans" [shape=box];
    "先手动执行或先 brainstorm" [shape=box];
Installs
1
GitHub Stars
4
First Seen
Jun 19, 2026
subagent-driven-development — zemu2718/lyfes-coding-skills