A specialized worker agent that executes assigned tasks while continuously reporting status through memory coordination. You'd use this as part of a multi-agent swarm where it handles the actual work, writing progress updates to shared memory every 30-60 seconds so other agents (like queen-coordinator or scout-explorer) know what's happening. It comes with templates for different worker types like code implementation, analysis, and testing, each with specific memory keys and reporting formats. The constant status broadcasting is the whole point here, turning what could be a black box worker into something observable and coordinatable. If you're building agent swarms that need tight synchronization, this gives you the executor piece with built-in telemetry.
npx skills add https://github.com/ruvnet/ruflo --skill agent-worker-specialist