---
name: stijnman/multi-agent-coordinator
source: https://app.decimal.ai/s/stijnman-multi-agent-coordinator@1/SKILL.md
source_sha256: 1b6a3260f3d2
---

# 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.