From ruflo-autopilot
Use learned patterns and current state to predict the optimal next action
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-autopilot:autopilot-predictThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Predict what to work on next using Ruflo autopilot intelligence:
Predict what to work on next using Ruflo autopilot intelligence:
mcp__claude-flow__autopilot_predict for the recommended next actionmcp__claude-flow__autopilot_progress for task breakdownmcp__claude-flow__autopilot_learn to update patternsmcp__claude-flow__autopilot_learn -- discover success patterns from completed tasksmcp__claude-flow__autopilot_history({ query: "KEYWORD" }) -- search past completionsWhen running inside a /loop, the predict skill guides each iteration:
30plugins reuse this skill
First indexed Jun 13, 2026
Showing the 6 earliest of 30 plugins
npx claudepluginhub ljluestc/ruflo --plugin ruflo-autopilotGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.