概要
The Swarm Orchestration skill enables large-scale development automation by distributing multiple coding tasks across a network of autonomous agents or virtual machines. By utilizing a declarative YAML manifest, it builds a Directed Acyclic Graph (DAG) to manage complex task dependencies, ensuring that parallelizable work runs simultaneously while sequential tasks wait for required pull requests. This skill is particularly effective for high-volume workflows like sprint execution, multi-module refactoring, and batch feature development, providing robust failure recovery and stateless agent management where Git branches serve as the ultimate source of truth.