Claude Code Scheduled Tasks

Claude Code Scheduled Tasks

Desktop-app-only feature that lets Claude Code run agents on a cron schedule with persistent storage and catchup. Unlike Loop, scheduled tasks survive across app restarts and fire up to 7 days of missed runs when the desktop app reopens. Each run is stateless with no shared memory, so self-improvement patterns typically write a per-task log file that the next run reads before executing.

Key points

  • Only available in the Claude Code desktop app at launch
  • Persistent across app restarts with 7-day catchup on missed runs
  • Each run is stateless — no shared memory between runs by default
  • Self-improvement pattern: single-file per-task log overwritten by each run
  • Can be configured with name, description, prompt, model, mode, folder, and cron
  • Uses the same agent harness as interactive Claude Code — agentic and self-healing
  • Notifications via desktop hook (sound) or in-prompt ClickUp/Slack messages
  • Nate's later deployment comparison distinguishes local scheduled tasks from cloud routines: local tasks keep local-machine context and can catch up when the app reopens, while cloud routines run without the machine but need cloud-safe repo/env setup [src-086].

Related entities

Related concepts

Source references

  • [src-004] Nate Herk cluster — Nate Herk — Claude Code cluster (21 videos)

– Videos referenced: BlNJFa3Btm8, OUyfxhFtGCo

  • [src-086] Nate Herk — "I Tested 3 Ways to Deploy Claude Agents (Here's When to Use Each)" (2026-05-15)

Robin Cartier perspective

This page is part of Robin Cartier's working AI knowledge graph: a practical research layer for production AI, recommendation systems, experimentation, GEO, and agentic web readiness.

The useful next step is to connect this concept back to applied product leadership and operating models.

Recommended next

Keep reading from this thread

From 491 indexed pages and articles.

  1. Wiki concept Agent Deployment Modes The practical choices for where an AI agent or automation runs and whether the live reasoning loop is still Related by scheduled
  2. Wiki concept Claude Code Cloud Routines Cloud-hosted scheduled agent feature in Claude Code. Configure a prompt once; it runs on Anthropic's infrastructure on a cron schedule, via API Related by scheduled
  3. Insight AI Measurement and Experimentation How to measure AI product impact with evals, adoption metrics, online experiments, guardrails, and cost tracking Readers have engaged with this next