What problem does it solve? It automates recurring agent tasks—like checking deploy status or running reports—without requiring you to manually re-issue the same prompt each time. ## Core Features & Use Cases - Fixed-interval loops: Schedule prompts with intervals like 30s, 5m, 2h, or 1d, using either a cloud subscription timer or a local monitored shell loop. - Dynamic self-pacing: Let the agent decide when the next run is worthwhile, gating on events like git ref changes, log lines, or CI completion. - Lifecycle management: Change, stop, and deduplicate timers safely, including the unsubscribe-first rule for updating cloud timers. - Use Case: Run /loop 5m check deploy status to have the agent poll a deployment every five minutes and report changes until you tell it to stop. ## Quick Start Ask the agent to run /loop 5m followed by any prompt, such as checking your deployment status every five minutes.