Subagent Driven Development

用于把较大的工程任务拆成可并行的子任务:当任务明确较大、用户希望你并行推进,或者前端/后端/文档/测试等责任可以清晰拆开时使用。Prefer `planning-with-files` when 任务还没拆清;Combine with `using-git-worktrees` when 需要独立工作区,Combine with `verification-before-completion` when 子任务完成后要统一收口;Do not use for 小任务、强耦合单点问题或当前下一步被单个阻塞点卡住的任务。

hebertzhu bca4793 1.6 KB Updated

File contents

subagent-driven-development

Intent

  • 用于把较大的工程任务拆成可并行的子任务:当任务明确较大、用户希望你并行推进,或者前端/后端/文档/测试等责任可以清晰拆开时使用。Prefer planning-with-files when 任务还没拆清;Combine with using-git-worktrees when 需要独立工作区,Combine with verification-before-completion when 子任务完成后要统一收口;Do not use for 小任务、强耦合单点问题或当前下一步被单个阻塞点卡住的任务。

Default operating pattern

  1. Capture the actual engineering goal and the next decision that matters.
  2. Inspect the current code, tests, branch state, or CI context before acting.
  3. Take the smallest next action that reduces uncertainty or advances delivery.
  4. Collect fresh evidence before claiming progress.
  5. Summarize status, risks, and the next recommended step.

Pack fit

  • Included in: engineering-workflow
  • Keep examples generic, privacy-safe, and portable across hosts.

Boundary

  • Do not use for tightly coupled single-threaded work or tiny tasks.

hebertzhu/agent-foundry/tree/main/skills/subagent-driven-development commit bca479342f

Frequently asked questions

npx skillmds@latest add hebertzhu/subagent-driven-development