CLAUDE LABJP
WWDC — WWDC 2026 confirms Siri runs on Google Gemini; third-party handoff to ChatGPT is dropped, and Siri AI won't ship in the EU under the DMA at iOS 27BILLING — 6 days until the Jun 15 change: Agent SDK, headless Claude Code, GitHub Actions, and third-party agents move to API-rate monthly creditOUTAGE — claude.ai, Claude Code, and Cowork saw an outage (Jun). Scheduled runs are safest when built around fallbackModel and retriesDYNAMIC-WORKFLOWS — Dynamic workflows are on by default on Max/Team and the API, for codebase-wide bug hunts and independent verificationULTRACODE — Claude Code's new ultracode setting sits in the effort menu, fixing effort to xhigh while Claude decides when to run a workflowOPUS4.8 — Claude Opus 4.8 is settled in as the default across major plans, with stronger coding, agentic, and reasoning skillsWWDC — WWDC 2026 confirms Siri runs on Google Gemini; third-party handoff to ChatGPT is dropped, and Siri AI won't ship in the EU under the DMA at iOS 27BILLING — 6 days until the Jun 15 change: Agent SDK, headless Claude Code, GitHub Actions, and third-party agents move to API-rate monthly creditOUTAGE — claude.ai, Claude Code, and Cowork saw an outage (Jun). Scheduled runs are safest when built around fallbackModel and retriesDYNAMIC-WORKFLOWS — Dynamic workflows are on by default on Max/Team and the API, for codebase-wide bug hunts and independent verificationULTRACODE — Claude Code's new ultracode setting sits in the effort menu, fixing effort to xhigh while Claude decides when to run a workflowOPUS4.8 — Claude Opus 4.8 is settled in as the default across major plans, with stronger coding, agentic, and reasoning skills
Articles/Cowork
Cowork/2026-03-19Intermediate

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.

Cowork46Scheduled Tasks3Automation30Recurring ExecutionRemindersReportsMCP Connectors2

Premium Article

Claude Cowork Scheduled Tasks Complete Guide

Claude Cowork includes "scheduled tasks" functionality enabling automatic Claude execution at set times. Morning news collection, weekly report generation, reminders—delegating repetitive work to Claude frees your time for other activities.

This article systematically explains scheduled tasks from basics through practical use cases.

What Are Scheduled Tasks?

Scheduled tasks automatically launch Claude sessions at specified times, executing configured prompts. Three execution patterns exist.

Recurring execution uses cron syntax for specified intervals. Configure daily 9am, weekly Monday, or monthly 1st.

One-time execution runs once on specific date/time. "Remind me tomorrow at 3pm" works this way. Auto-disables after execution.

Ad-hoc execution runs without schedule, manually triggered. Useful for templated work.

Cron Syntax

Recurring execution uses cron syntax. Five fields compose it: "minutes hours day month weekday" from left to right.

┌───── Minute (0-59)
│ ┌───── Hour (0-23)
│ │ ┌───── Day (1-31)
│ │ │ ┌───── Month (1-12)
│ │ │ │ ┌───── Weekday (0-7, 0 and 7 are Sunday)
│ │ │ │ │
* * * * *

Common patterns:

0 9 * * * runs daily 9am. 0 9 * * 1-5 runs weekdays (Mon-Fri) 9am. 30 8 * * 1 runs Mondays 8:30am. 0 0 1 * * runs monthly 1st midnight. 0 */3 * * * runs every 3 hours.

Cron evaluation uses local timezone. For 9am Japan time, simply write 0 9 * * *—no UTC conversion needed.

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
Building fully automated content operation system using Claude Code Scheduled Tasks API implementation
Time-based, day-based, and monthly schedule optimization for stable 240+ articles auto-generation monthly
End-to-end automation pipeline architecture including SEO, SNS integration, and email distribution
Secure payment via Stripe · Cancel anytime
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-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.
Cowork2026-04-18
Auto-Triage GitHub Issues and PRs with Cowork and GitHub MCP
Connect Cowork to GitHub MCP and automate Issue triage, labeling, priority assignment, and PR organization using plain natural language. A hands-on guide for solo developers and small teams who want to stop drowning in backlog.
📚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 →