Orchestrate multi-agent work with structured delegation, monitoring, and quality gates.
Prepare the task board, assess available agents, and fill gaps by spawning.
THEN: Assign tasks to existing agents BEFORE spawning new ones. This is more efficient — spawning has overhead (startup, instruction injection, readiness wait). Only spawn when no existing agent can handle the task, or when you need parallel execution.
Multi-agent management workflow — task delegation, progress monitoring, quality verification with regression testing, feedback delivery, and cross-review orchestration. Use this skill when coordinating multiple agents on a shared task, monitoring delegated work, or ensuring quality across agent outputs. Source: s-hiraoku/synapse-a2a.