Path C/D 并行编排 — collab 并行调度子任务
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-a586414b)More formats (shields.io, HTML) on the badges page.
---
name: agent-teams
description: Path C/D 并行编排 — collab 并行调度子任务
context: main
---
# 并行协作 (collab)
## 调度规则
Path B: 串行搜索 → 实现 → 验证
Path C: collab 并行调研 → 实现 → 验证循环
Path D: collab 按模块并行, 每模块独立实现+测试
## 并行调度模板
```
collab 并行执行以下子任务:
1. [后端] 实现 {API}, 范围: src/api/
2. [前端] 实现 {组件}, 范围: src/components/
3. [测试] 编写 {测试}, 范围: tests/
要求: 子任务之间不修改对方文件
```
## 防冲突
按目录/模块划分写入边界, 子任务之间零文件重叠。
冲突时: 主代理仲裁合并。
## 串行回退
有强依赖链 (A→B→C) → 串行执行, 不强行并行。
同一文件多处修改 → 拆分不重叠区域或串行。
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!