Run one autopilot iteration using Claude Code's native /loop:
mcp__claude-flow__autopilot_status
mcp__claude-flow__autopilot_disable and stopmcp__claude-flow__autopilot_predict for the optimal next actionmcp__claude-flow__autopilot_log
ScheduleWakeup({ 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"] })