CLAUDE LABJP
CORPS — Anthropic unveils Claude Corps (Jun 11), a $150M national fellowship placing 1,000 early-career workers inside US nonprofits; the first cohort starts in OctoberSUBAGENTS — Claude Code sub-agents can now spawn their own sub-agents, up to 5 levels deep — multi-stage delegation workflows out of the boxWORKFLOWS — Dynamic workflows arrive in research preview across CLI, Desktop, and VS Code for codebase-wide bug hunts and large migrations (Max/Team/Enterprise)BILLING — 2 days to the Jun 15 change: Agent SDK, headless runs, and GitHub Actions move to monthly credits ($20/$100/$200); Sonnet 4 and Opus 4 retire from the API the same dayFABLE5 — Fable 5 remains included free on Pro, Max, Team, and Enterprise through Jun 22CODE80 — IPO coverage reports Claude now writes over 80% of its own code, up from under 10% in February 2025CORPS — Anthropic unveils Claude Corps (Jun 11), a $150M national fellowship placing 1,000 early-career workers inside US nonprofits; the first cohort starts in OctoberSUBAGENTS — Claude Code sub-agents can now spawn their own sub-agents, up to 5 levels deep — multi-stage delegation workflows out of the boxWORKFLOWS — Dynamic workflows arrive in research preview across CLI, Desktop, and VS Code for codebase-wide bug hunts and large migrations (Max/Team/Enterprise)BILLING — 2 days to the Jun 15 change: Agent SDK, headless runs, and GitHub Actions move to monthly credits ($20/$100/$200); Sonnet 4 and Opus 4 retire from the API the same dayFABLE5 — Fable 5 remains included free on Pro, Max, Team, and Enterprise through Jun 22CODE80 — IPO coverage reports Claude now writes over 80% of its own code, up from under 10% in February 2025
Articles/Cowork
Cowork/2026-06-13Intermediate

Running Cowork Scheduled Tasks in Practice — From a Morning Digest to Unattended Weekly Reports

How to set up recurring runs, reminders, and automated reports with Claude Cowork's scheduled tasks — covering cron basics, prompt design that survives unattended execution, and how to schedule multiple tasks so they stay reliable.

Cowork24Scheduled Tasks4Automation20Recurring TaskscronReminders2Reports2MCP Connectors3

Premium Article

The Same Morning Routine, Every Morning

If you work at a desk, chances are your mornings start the same way: a sweep through tech news, a glance back at yesterday's work, a quick reshuffle of today's tasks. Each item takes ten minutes or so. Stacked across a year, the total is hard to ignore.

Scheduled tasks in Claude Cowork exist to hand that "same work at the same time" over to Claude. At the time you choose, a session starts automatically and runs the prompt you prepared.

What surprised me in actual use is how different the design constraints are from interactive chat. A task that runs while nobody is watching cannot ask you to clarify anything. So rather than walking through the settings screen, this article focuses on what it takes to keep tasks running reliably, unattended, for weeks — including the habits I settled on after a few quiet failures of my own.

Three Execution Patterns and When to Use Each

Scheduled tasks come in three flavors, and they map cleanly to different jobs.

Recurring. Runs repeatedly on a cron schedule — every morning, every Monday, the first of each month. This is the workhorse for digests and reports.

One-time. Fires once at a specific moment, then disables itself. "Remind me tomorrow at 3pm" creates one of these. Under the hood, the fireAt parameter holds an ISO 8601 timestamp such as 2026-06-12T15:00:00+09:00.

Ad-hoc. No schedule at all; you trigger it manually when needed. It works well as a home for templated chores — and, as we will see, as the staging ground for dry runs.

When in doubt, build the task as ad-hoc first, confirm the output by hand, and only then promote it to a recurring schedule. The detour pays for itself.

Thank you for reading this far.

Continue Reading

What follows includes implementation code, benchmarks, and practical content we hope you'll find useful. This site runs without ads — server and development costs are supported entirely by members like you. If it's been helpful, we'd be truly grateful for your support.

WHAT YOU'LL LEARN
How to choose between recurring, one-time, and ad-hoc tasks, and write cron expressions that fire exactly when you intend
A four-part prompt design pattern for unattended runs — output contracts, quantified instructions, failure behavior, and idempotency
Practical scheduling and monitoring habits for running multiple tasks side by side: staggered times, dry runs, and lightweight logs
Secure payment via Stripe · Cancel anytime

Unlock This Article

Get full access to the rest of this article. Buy once, read anytime. This site is ad-free — your support goes directly toward keeping it running.

or
Unlock all articles with Membership →
Share

Thank You for Reading

Claude Lab is ad-free, supported entirely by members like you. We publish practical guides daily with implementation code, benchmarks, and production-ready patterns. If you've found it useful, we'd love to have you on board.

  • Copy-paste ready implementation code
  • New advanced guides published daily
  • $5/mo or $10 for lifetime access
View Membership →

Related Articles

Cowork2026-03-19
Claude Cowork Scheduled Tasks— Recurring Execution, Reminders, and Auto-Report Generation
Complete guide to configuring recurring execution, one-time reminders, and automatic report generation with Claude Cowork's scheduled task feature. Clear cron syntax and practical prompt design for non-engineers.
Cowork2026-05-03
Honest 6-Month Review of Claude Cowork — What Actually Worked for an Indie Developer
A candid 6-month review of Claude Cowork from an indie developer's perspective. Covers scheduled tasks, skills, and the memory system — what exceeded expectations, what was genuinely painful, and the hard-won lessons that changed how I use AI automation.
Cowork2026-03-09
Cowork 2026 Updates — Windows Support, Scheduled Tasks & New Connectors
A roundup of Cowork's latest features in 2026: Windows support, scheduled tasks, plugin marketplace, new MCP connectors, and more.
📚RECOMMENDED BOOKS
Build a Large Language Model (From Scratch)
Sebastian Raschka
LLM Dev
Prompt Engineering for LLMs
Berryman & Ziegler
Prompting
AI Engineering
Chip Huyen
AI Eng
* Contains affiliate links
See all →