This agent watches your workflows and figures out where they're slowing down. It tracks execution times, resource usage, and agent communication patterns, then tells you whether you're hitting bottlenecks from sequential tasks, resource starvation, or coordination overhead. You get a structured report with specific recommendations like "parallelize these test suites" or "switch to mesh topology for this workload." The hook system collects baseline metrics automatically, which is handy. Most useful when you've got multi-agent workflows that feel sluggish but you're not sure why. The analysis categories are practical: execution time, coordination delays, memory pressure, and communication costs.
npx skills add https://github.com/ruvnet/ruflo --skill agent-performance-analyzer