plugins/ruflo-autopilot/skills/autopilot-loop/SKILL.md
Run one autopilot iteration using Claude Code's native /loop:
mcp__plugin_ruflo-core_ruflo__autopilot_statusmcp__plugin_ruflo-core_ruflo__autopilot_disable and stopmcp__plugin_ruflo-core_ruflo__autopilot_predict for the optimal next actionmcp__plugin_ruflo-core_ruflo__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__plugin_ruflo-core_ruflo__autopilot_config({ taskSources: ["team-tasks", "swarm-tasks"] })