This is workflow automation that tries to guess what you should work on next based on patterns from your past sessions. It calls autopilot_predict, and if the confidence score is above 0.7 it just runs with that suggestion. Below that threshold it falls back to checking your task list and picking the highest priority item. The interesting bit is autopilot_learn, which updates the pattern database after you finish something, so theoretically it gets smarter over time. Designed to work inside loop mode where it can drive each iteration automatically. Honest take: the success of this depends entirely on whether the pattern matching is actually good, which you won't know until you've fed it enough data.
npx skills add https://github.com/ruvnet/ruflo --skill autopilot-predict