What problem does it solve?
This skill defines a robust orchestration framework for guiding AI agents to collaboratively solve complex tasks. It enables users to delegate large, multi-step work to a swarm of specialized agents while maintaining human oversight and predictable coordination.
Core Features & Use Cases
- Parallel task orchestration: Decompose complex requests into independent worker tasks that run in the background to accelerate results.
- Synthesis & delivery: Aggregate outputs from all agents into a cohesive, user-facing result with clear conclusions.
- Domain-guided prompts: Load domain guides and skill references to align agents with best practices and governance.
- Non-blocking workflows: Support for long-running tasks via background agents and asynchronous notifications.
Quick Start
Run an orchestrated workflow by creating tasks (e.g., task1, task2) and spawning background agents. Monitor progress via agent notifications and read outputs to synthesize final results.