What problem does it solve? Recurring tasks like polling deploy status, re-running checks, or waking an agent periodically require manual repetition; this Skill automates fixed-interval and self-paced loops through monitored background shell output. ## Core Features & Use Cases - Fixed-Schedule Loops: Arm a background shell loop that emits a unique sentinel on a set interval (e.g., 30s, 5m, 2h) to trigger a prompt on each tick. - Dynamic Self-Paced Loops: Let the agent decide the next delay after each run, optionally gating wakes on observable events like git ref changes, log lines, or CI completion. - Lifecycle Management: Detect duplicate loops, track PIDs, and cleanly stop loops and watchers on request. - Use Case: Ask the agent to check a deployment every 5 minutes; it arms a monitored loop, runs the check immediately, and reports status changes on each tick until you tell it to stop. ## Quick Start Ask the agent to run /loop 5m check deploy status to start a recurring deployment check every five minutes.