多代理并行协作 — Path C/D 的 E 阶段
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill agent-teams --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Agent Teams?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-agent-teams-7f43cbf0)More formats (shields.io, HTML) on the badges page.
---
name: agent-teams
description: 多代理并行协作 — Path C/D 的 E 阶段
context: main
---
## 触发: Path C/D 的 E(执行) 阶段
## 前提
- .claude/agents/ 目录下定义了 builder/validator/explorer 等子代理
- plan.md 中任务已标注可并行/有依赖
## 编排策略
1. 读 plan.md → 识别无依赖的任务组
2. 为每组分配 builder 子代理 (background: true)
3. 每个 builder 使用 isolation: worktree 隔离
4. validator 定期检查各 builder 产出
5. explorer 负责跨模块调研
## 并行规则
- 无依赖任务: 并行执行
- 有依赖任务: 串行, 前置完成后触发
- 冲突检测: 同文件不并行修改
## 子代理调用
- Task(builder): 开发任务
- Task(validator): 验证任务
- Task(explorer): 调研任务
- `claude agents` 查看运行状态
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!