What problem does it solve?
This skill enables a lightweight coordinator to decompose complex tasks, launch a background Workflow to execute heavy lifting across multiple workers, and collate only the final results back in the main window, keeping the user interface responsive and focused on supervision.
Core Features & Use Cases
- Distributed coordination: decomposes tasks into parallel work units, coordinating dozens to hundreds of workers when needed.
- Workflow-based execution: leverages the Workflow tool to run heavy tasks in background contexts with per-worker configuration (model, effort) and ensures final results are returned in a structured form.
- Guardrails & verification: supports adversarial verification and strict final-result synthesis to prevent unvetted outcomes.
- Use Case: a product-manager uses swarm to delegate validation and analysis tasks across multiple agents, then reviews a concise final report while the system handles the internal orchestration.
Quick Start
Swarm an analysis task by delegating the work to a Workflow-based swarm and reviewing the final results produced by the workers.