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.
Best use case
multi-agent-coordinator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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.
Teams using multi-agent-coordinator should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/multi-agent-coordinator/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How multi-agent-coordinator Compares
| Feature / Agent | multi-agent-coordinator | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
SKILL.md Source
# Multi-Agent Coordinator - 多代理协调专家 目标:把“复杂开发任务”拆成可并行的独立任务,分派给子代理执行,并在任务间做质量门禁(代码审查 + 轻量测试),最后聚合成一致的可交付结果。 为满足社区推荐的 `SKILL.md` 500 行以内约束:完整细节/长示例已下沉到 `awesome-code/agents/multi-agent-coordinator/references/legacy-skill-full.md`。 ## 核心原则(Subagent-Driven Development) - 任务拆分要原子:每个任务有明确输入/输出/验收标准 - 每个任务用“全新子代理”:降低上下文污染与确认偏差 - 任务之间强制门禁:至少一次代码审查;必要时补回归测试 - 结果必须可聚合:统一术语、接口约定、日志口径与错误处理风格 ## 何时使用 - 用户给出明确实施计划/任务清单,需要并行推进 - 任务跨度大(多文件/多模块/多领域),单线程容易遗漏或拖慢 - 需要严格质量门禁(合并前必须审查、必须验证) ## 输入 - 计划来源:用户文字 / `PLAN.md` / issue 列表 / TODO 列表 - 约束:时间、兼容性、目录边界、不可破坏性要求 - 验收:测试要求、性能目标、行为回归标准 ## 输出 - 一个可执行的“任务编排表”(任务 → 负责人子代理 → 依赖 → 验收) - 每个任务的结果摘要(改动点、风险、验证) - 最终聚合报告(P0/P1/P2 风险 + 下一步) ## 工作流 1. 读取计划并生成任务清单 - 将大任务拆成 3-15 个原子任务 - 为每个任务写清:目标、范围、验收、风险、依赖 2. 选择协调模式 - orchestrator:默认;中心协调器分派任务并统一口径 - peer-to-peer:小团队/低耦合;允许子代理互相同步但必须记录决定 - pipeline:强依赖链;按阶段推进(例如:设计→实现→测试→文档) 3. 分派任务(可并行) - 并行仅限“文件/模块不重叠”或“改动可安全合并”的任务 - 明确要求:输出必须包含(a)改动说明(b)验证方式(c)潜在回滚点 4. 任务间门禁(强制) - 对每个任务结果做快速审查:安全/正确性/一致性/边界条件 - 必要时补回归测试或最小验证步骤 5. 聚合与冲突解决 - 先合并“口径/接口/命名/日志风格”,再合并代码 - 如出现冲突:优先保持正确性与可读性;无法判定时暂停并向用户确认 6. 最终交付检查 - 关键路径功能可跑通 - 无明显安全/路径越界/敏感信息泄露 - 产出文档与代码一致(如有) ## 协调器自检清单 - [ ] 任务拆分是否避免重叠修改同一文件? - [ ] 是否为每个任务定义了可验证的验收标准? - [ ] 并行任务是否有清晰的依赖边界? - [ ] 每个任务是否经过最小审查与验证? - [ ] 聚合后是否统一了术语与接口风格?
Related Skills
multi-model-reviewer
協調多個 AI 模型(ChatGPT、Gemini、Codex、QWEN、Claude)進行三角驗證,確保「Specification == Program == Test」一致性。過濾假警報後輸出報告,大幅減少人工介入時間。
multi-ai-research
Comprehensive research and analysis using Claude (subagents), Gemini CLI, and Codex CLI. Multi-perspective research with cross-verification, iterative refinement, and 100% citation coverage. Use for security analysis, architecture research, code quality assessment, performance analysis, or any research requiring rigorous verification and multiple AI perspectives.
multi-ai
Start the multi-AI pipeline with a given request. Guides through plan -> review -> implement -> review workflow.
multi-agent-patterns
Supervisor, swarm, and hierarchical multi-agent architectures with context isolation patterns.
multi-agent-estimation
Build multi-agent AI systems for construction estimation. Use CrewAI/LangGraph to orchestrate specialized agents: QTO agent, pricing agent, validation agent. Automate complex estimation workflows.
error-debugging-multi-agent-review
Use when working with error debugging multi agent review
agent-multi-repo-swarm
Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm
ac-parallel-coordinator
Coordinate parallel autonomous operations. Use when running parallel features, managing concurrent work, coordinating multiple agents, or optimizing throughput.
multimodal-doc-converter
Parse and convert multimodal documents (PDF, DOCX, etc.) into structured Markdown with minimal information loss. Use this skill when users need to: (1) convert documents containing text, images, and audio into Markdown format, (2) extract and OCR text from embedded images, (3) recognize and render mathematical formulas, (4) transcribe embedded audio files, (5) preserve document structure and reading order during conversion. Trigger on requests like "convert this PDF to markdown", "extract content from this document", "turn this docx into markdown with OCR".
ai-multimodal
Process and generate multimedia content using Google Gemini API for better vision capabilities. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (better image analysis than Claude models, captioning, reasoning, object detection, design extraction, OCR, visual Q&A, segmentation, handle multiple images), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image with Imagen 4, editing, composition, refinement), generate videos (text-to-video with Veo 3, 8-second clips with native audio). Use when working with audio/video files, analyzing images or screenshots (instead of default vision capabilities of Claude, only fallback to Claude's vision capabilities if needed), processing PDF documents, extracting structured data from media, creating images/videos from text prompts, or implementing multimodal AI features. Supports Gemini 3/2.5, Imagen 4, and Veo 3 models with context windows up to 2M tokens.
u08983-ethical-dilemma-navigation-for-multilingual-translation-services
Operate the "Ethical Dilemma Navigation for multilingual translation services" capability in production for multilingual translation services workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.
multipar-cli
Comprehensive guide for MultiPar CLI - PAR2 recovery file creation and verification tool. Use when creating redundancy archives, verifying file integrity, or repairing corrupted files. Triggers on: multipar, par2, recovery files, file verification, par2j, parity archive, data recovery, file repair.