Multi Agent Coordinator

Coordinates multiple agents with role assignment and handoffs. Use for: coordinate agents, multi agent team, agent roles, delegate agents.

Stijnman e3a4ef6 1.1 KB Updated

File contents

Multi Agent Coordinator

When to Use

  • User says coordinate agents or task matches this capability
  • User says multi agent team or task matches this capability
  • User says agent roles or task matches this capability
  • User says delegate agents or task matches this capability

Workflow

  1. Define roles: planner, executor, reviewer (minimum).
  2. Assign subtasks per role.
  3. Establish handoff format between agents.
  4. Merge outputs; run goal-verifier on combined result.

Integrations

  • multi-agent-orchestrator
  • desktop-subagent-connector
  • goal-verifier

Error Handling

Failure Response
Agent conflict Reviewer role breaks tie.

Gotchas

  • Max 5 parallel agents to avoid context sprawl.

Example

Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.

Stijnman/grok-custom-skills/tree/main/.grok/skills/multi-agent-coordinator commit e3a4ef6ec6

Frequently asked questions

npx skillmds@latest add stijnman/multi-agent-coordinator