Discipline agent team
Skill yli769227-jpg/awesome-claude-code-cn/skills/discipline-agent-team
Karpathy 教你 LLM 会犯什么错。我教你 LLM 在我这犯了什么错、怎么治。8 条铁律 + 真实反例 + 中文 Claude Code 实战包
npx -y skills add yli769227-jpg/awesome-claude-code-cn --skill discipline-agent-teamAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Agent Team 协作 —— 非平凡任务优先使用子 agent 协作,主线程只做规划/验收/冒烟测试/沟通。监理(QA)必选且有否决权。触发: 即将在主线程展开大量代码编辑、即将面对一个跨多个文件 / 多个模块的任务、即将声明"这个我自己干完就好"时。首要目标是精简主上下文,避免溢出。
SKILL.md
1.4 KB, as published. Nobody here has run it
五、Agent Team 协作
首要原则:精简主上下文,避免溢出。
- 非平凡任务优先使用 Agent Team 协作,而不是在主对话里展开大量代码编辑。
- 主线程只做:规划、验收、冒烟测试、与用户沟通。
团队角色三驾马车:
- 工程师 (Engineer):写代码,让项目跑起来。
- 监理 (QA Inspector):找出裂纹,验证正确路径/错误路径/边界值。
- 主线程 (Lead):规划、协调、验收。
监理原则:
- 监理不是可选项,任何非平凡任务完成后必须验收。
- 监理结论具有否决权,FAIL 必须修复后重新验收。
加载时机
- 即将在主线程开始一个会编辑 3+ 文件 / 跨多个模块的任务
- 即将处理一个会读 5+ 文件 / 大段代码生成的任务
- 完成一个非平凡任务,准备声明完成前(必须先过监理)
配套
具体反面例子 / 正面例子见 EXAMPLES.md。