This orchestrates the full SPARC methodology (Specification, Pseudocode, Architecture, Refinement, Completion) with enforced quality gates between each phase. It coordinates specialized agents for research, design, coding, testing, and documentation, managing them through the five-phase workflow with parallel execution where possible. The hook system tracks phase progress in memory and prevents phase skipping. Use it when you want structured development with built-in checkpoints rather than ad-hoc coding. The rigid phase gates are the point here, so it's overkill for quick fixes but solid for features where you actually want the methodology enforced rather than just suggested.
npx skills add https://github.com/ruvnet/ruflo --skill agent-sparc-coordinator