Stats
Actions
Tags
From swarmdo-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
/swarmdo-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 Swarmdo autopilot intelligence:
Predict what to work on next using Swarmdo autopilot intelligence:
mcp__swarmdo__autopilot_predict for the recommended next actionmcp__swarmdo__autopilot_progress for task breakdownmcp__swarmdo__autopilot_learn to update patternsmcp__swarmdo__autopilot_learn -- discover success patterns from completed tasksmcp__swarmdo__autopilot_history({ query: "KEYWORD" }) -- search past completionsWhen running inside a /loop, the predict skill guides each iteration:
npx claudepluginhub swarmdo/swarmdo --plugin swarmdo-autopilotCreates 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.