Closed Lid, Missed Night — a Catch-Up Runner That Fills Every Gap Exactly Once
🤝 Want this built for you? Start a request — our AI scopes it, estimates a price range, and matches you with a vetted AI Advisor. →
Two ways to open it
Unlocks this full walkthrough on your account — no subscription, and no account needed until you check out.
Over 160 project walkthroughs, the 6-week course, and your certificate.
🔒 Secure checkout by Stripe · Already a member? Sign in
What you'll do
A run supervisor you built with Claude Code that wraps any scheduled job you already own — it turns a calendar rule into stable window IDs in a fixed timezone, keeps a SQLite ledger with one row per window, claims each window atomically under a lease so two overlapping ticks can never both run it, backfills missed windows under a horizon you set, applies a per-job catch-up policy (do each one, only the newest, or one consolidated summary), parks side-effecting jobs for human release instead of auto-sending them, retries failures with backoff and stops before it loops forever, and answers "what does this job still owe me?" in one command.