This orchestrates multi-agent swarms using agentic-flow's coordination system, letting you run agents in parallel, pipeline, or adaptive modes across mesh, hierarchical, or dynamic topologies. You'd reach for this when a single agent workflow isn't cutting it and you need actual distributed task execution with load balancing and fault tolerance. The shared memory system and hooks integration are solid, though you'll want to start with 2-3 agents before scaling up. The adaptive topology that auto-switches based on task complexity is legitimately clever. Requires agentic-flow 1.5.11+ and some distributed systems thinking, but the quick start gets you spawning agents and orchestrating tasks in a few commands.
npx skills add https://github.com/ruvnet/ruflo --skill swarm-orchestration