What problem does it solve? Autonomous agent loops can stall when a session ends, a cron job is lost, or the loop auto-stops after idle polls. This Skill revives those paused loops so long-running missions continue without manual reconstruction of their state. ## Core Features & Use Cases - Loop Revival: Reads the loop file in .autonomous/, checks the recorded cron_job_id liveness, and restores a fresh heartbeat via the keepalive and cron skills. - State Summary: Reports the loop's phase, last log entries, uncommitted changes, open PRs, and pending operator input before resuming work. - Safe Resumption: Acquires a concurrency lock before running one iteration so the fresh cron cannot fire the same iteration in parallel. - Use Case: After a Claude session restarts or context is compacted mid-mission, invoke wake with the loop file path to bring the stalled rover back to life and hand control back to its cron. ## Quick Start Ask the agent to wake the stalled loop by passing the path to its loop file in the .autonomous directory so it resumes with a fresh heartbeat.