Coordination Methods — 多 Profile 协作方法论
跨项目可复用的 Agent 团队协作模式。 适用于任何需要多个 Profile 协同完成的任务。
角色模型(OPC 四角色)
┌─────────────┐
│ ZoOL (用户) │
└──────┬──────┘
│ 任务 / 方向
▼
┌───────────────┐
│ Coordinator │ ← 当前 Profile(或者 ZoOL 自己)
│ (总控/调度) │
└───┬───┬───┬───┘
│ │ │
┌──────┘ │ └──────┐
▼ ▼ ▼
┌──────────┐ ┌────────┐ ┌────────┐
│Researcher│ │ Writer │ │ Builder│
│ 研究 │ │ 写作 │ │ 构建 │
└──────────┘ └────────┘ └────────┘
协作流程
标准三阶段
-
探索阶段 → Researcher 主导
- 收集信息、验证事实、整理素材
- 产出 →
raw/+inbox/
-
构思阶段 → Writer 主导(需 Researcher 素材就绪)
- 搭结构、起草大纲、写初稿
- 产出 →
inbox/
-
交付阶段 → Builder 或 ZoOL
- 审查、修改、发布
- 产出 →
outputs/或发布平台
切换规则
| 规则 | 说明 |
|---|---|
| 换项目 ≠ 换 Profile | Researcher 可以上午研究 Bevy,下午研究 Twitter 增长 |
| 换角色才换 Profile | ”查资料” → “写稿”才需要从 Researcher 切到 Writer |
| ZoOL 永远是最终决策者 | Agent 不代做终审和发布 |
例行维护
每日(自动化)
- Bevy 0.19 tracker → Telegram
- Wiki daily update → Telegram
- GitHub 邮件分拣 → 本地
每周
- DeerFlow 研究 → Wiki(周一)
- Weekly review →
system/weekly-review.md(周五)
按需
- ZoOL 切换 Profile 执行具体任务
文件流
┌──────────┐ raw/ ┌──────────┐ inbox/ ┌──────────┐
│Researcher │ ─────────→ │ Writer │ ─────────→ │ ZoOL/Build │
│ 研究 │ 素材 │ 构思 │ 草稿 │ 终审/发布 │
└──────────┘ └──────────┘ └──────────┘
│ │
▼ ▼
entities/ outputs/
concepts/ 发布平台
更新历史
- 2026-05-02: 初始创建,定义 OPC 四角色协作模型