orchestration
Featured协同编排知识域。多Agent协同、任务分解、并行执行、冲突解决。当魔尊需要多Agent协作、任务编排、并行处理时使用。
AI & Automation 5,847 stars
444 forks Updated today MIT
Install
Quality Score: 95/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 🕸 协同编排秘典
## 知识主题
| 主题 | 文档 | 涵盖 |
|------|------|------|
| 多Agent协同 | [multi-agent.md](multi-agent.md) | 角色定义、任务分解、通信协议、冲突解决、状态共享 |
## 使用场景
- 大型任务分解
- 多文件并行处理
- 复杂系统重构
- 跨模块协同开发
- 紧急多点修复
## Codex 强化要点
- 优先使用 `spawn_agent/send_input/wait/close_agent` 形成闭环。
- 代码探索优先 `explorer`,执行改动使用 `worker`,长耗时任务使用 `awaiter`。
- 每个文件同一时刻仅允许一个 Agent 写入,先锁文件再并行。
Details
- Author
- fengshao1227
- Repository
- fengshao1227/ccg-workflow
- Created
- 7 months ago
- Last Updated
- today
- Language
- Go
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
multi-agent
Multi-Agent Orchestration - 蚁群仿生设计,定义Agent角色、生命周期、信息素通信、任务分解、冲突解决。当需要多Agent并行协作时路由到此。
5,847 Updated today
fengshao1227 AI & Automation Solid
multi-agent-orchestration
Coordinate multiple AI agents for complex tasks — decomposition, delegation, and synthesis
4 Updated today
fabioc-aloha AI & Automation Solid
multi-agent-coordinator
Use when executing implementation plans with independent tasks - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates. Supports orchestrator, peer-to-peer, and pipeline coordination modes.
48 Updated yesterday
huangwb8