plugins/ruflo-autopilot/skills/autopilot-loop/SKILL.md
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"] })