From ruflo-autopilot
Run an autonomous /loop iteration -- check progress, work on next task, schedule next wake
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-autopilot:autopilot-loopThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run one autopilot iteration using Claude Code's native /loop:
Run one autopilot iteration using Claude Code's native /loop:
mcp__claude-flow__autopilot_statusmcp__claude-flow__autopilot_disable and stopmcp__claude-flow__autopilot_predict for the optimal next actionmcp__claude-flow__autopilot_logScheduleWakeup({ delaySeconds: 270, reason: "next autopilot iteration" })Always use delay 270s (under 300s cache TTL) to keep the prompt cache warm between iterations.
Autopilot discovers tasks from:
Configure: mcp__claude-flow__autopilot_config({ taskSources: ["team-tasks", "swarm-tasks"] })
npx claudepluginhub wodeh/ruflo-kimi --plugin ruflo-autopilotCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
3plugins reuse this skill
First indexed May 13, 2026