From ai-devkit
Supervises multi-agent workflows: polls progress, unblocks waiting agents, coordinates dependencies, relays outputs, resolves conflicts, and verifies completion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-devkit:agent-orchestrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use only for multi-agent supervision: coordinating dependencies, polling progress, unblocking waiting agents, relaying outputs, resolving conflicts, and verifying completion across agents. For one-off list/detail/send/start/kill work, use `$agent-management` or `$agent-communication`.
Use only for multi-agent supervision: coordinating dependencies, polling progress, unblocking waiting agents, relaying outputs, resolving conflicts, and verifying completion across agents. For one-off list/detail/send/start/kill work, use $agent-management or $agent-communication.
Use $agent-management for safe agent selection and lifecycle actions. Use $agent-communication for list/detail/send mechanics. Use $verify before accepting any agent's completion claim.
agent list --json before each pass; never assume names/statuses.If the goal or agent ownership is unclear, run one scan/detail pass. Ask the user once only if context is still insufficient.
detail --tail 10.Finish when all assigned work is verified, blocked with a clear reason, or stopped by the user. Summarize per-agent outcomes, verification, unresolved issues, and next step.
npx claudepluginhub paulpham157/ai-devkit3plugins reuse this skill
First indexed Jun 26, 2026
Supervises multi-agent workflows: polls progress, unblocks waiting agents, coordinates dependencies, relays outputs, resolves conflicts, and verifies completion.
Coordinates multiple AI agents via an orchestrator that decomposes tasks, prevents duplicate work, and verifies results with quality gates and heartbeat monitoring.
Coordinates multi-agent workflows with structured spawn requests, status reports, and inter-agent messaging protocols.