subagent-driven-development
Installation
SKILL.md
子智能体驱动开发
通过为每个任务派发新的子智能体来执行计划,每个任务后进行两阶段审查:先规格符合性审查,再代码质量审查。
核心原则: 每任务一个新子智能体 + 两阶段审查(先规格后质量)= 高质量、快速迭代
开始时宣布:「我正在使用 subagent-driven-development 技能按计划派发子智能体并执行两阶段审查。」
何时使用
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];