This is your central coordinator for breaking down complex work into executable subtasks across multiple agents. It handles task decomposition, determines what can run in parallel versus sequentially, tracks dependencies, and synthesizes results back together. The pre-built patterns for feature development, bug fixes, and refactoring are genuinely useful starting points. The real value shows up when you're coordinating something like building an auth system with multiple components, where it can spin up specialized agents, run independent work simultaneously, and keep everything synchronized through TodoWrite updates. Just watch out for over-decomposing simple tasks where the coordination overhead costs more than it saves.
npx skills add https://github.com/ruvnet/ruflo --skill agent-orchestrator-task