Choose Loop Wakeup Interval

Select a `delaySeconds` value when scheduling a loop wakeup via the `ScheduleWakeup` tool or the `/loop` slash command. Covers the three-tier cache-aware decision (cache-warm under 5 minutes, cache-miss 5 minutes to 1 hour, idle default 20 to 30 minutes), the 300-second anti-pattern, the [60, 3600] runtime clamp, the minute-boundary rounding quirk, and writing a telemetry-worthy `reason` field. Use when designing an autonomous loop, when a heartbeat cadence is being planned, when polling cadence is being tuned, or when post-hoc review of loop costs reveals interval mis-sizing.

pjt222 Updated

File contents

pjt222/agent-almanac/tree/main/skills/choose-loop-wakeup-interval commit 9a9abf7538

Frequently asked questions

npx skillmds@latest add pjt222/choose-loop-wakeup-interval