Claude Cowork Scheduled Tasks: What They Actually Do
Most people use Claude the same way every time. Open a chat. Type a question. Get an answer. Close the tab. Repeat tomorrow.
That pattern works fine for one-off questions. But it means you’re doing the same work of starting conversations, re-explaining context, and re-requesting the same outputs over and over again. Claude Cowork scheduled tasks change that. They let you describe a task once and have Claude run it automatically on a recurring basis: daily, weekly, on weekdays, or whenever you trigger it manually.
Anthropic announced scheduled tasks on 25/02/2026 as part of a broader set of updates to Cowork, the desktop agent that brings Claude Code’s power to non-developers. If you’ve been using Claude purely as a chatbot, this is worth paying attention to. It’s a quiet but meaningful shift in what AI tools can actually do for you.
What Cowork Scheduled Tasks Actually Are
Let’s keep this simple. A scheduled task is a saved prompt that Claude runs on a timer.
You write the instructions once. You choose how often it should run. Claude handles the rest. Each time the task runs, it creates its own Cowork session, uses whatever tools and connectors you’ve set up, and delivers the output for you to review when you’re ready.
Think of it like setting an alarm, except instead of waking you up, it produces a finished piece of work. A morning briefing. A weekly report. A folder that gets tidied every Friday.
The key difference from normal Claude conversations is that you don’t need to be there when the work happens. You describe the outcome, set the schedule, and walk away.
What You Can Schedule (With Practical Examples)
Scheduled tasks have access to everything a regular Cowork task can use. That includes connected tools like Gmail, Google Drive, and Slack, plus any skills or plugins you’ve installed. Here are some tasks that actually make sense for everyday users.
A daily briefing. Ask Claude to summarise your unread emails, calendar events for the day, and any Slack messages that need attention. Set it to run at 7am. Open your laptop to a ready-made overview instead of scrolling through three different apps.
A weekly content roundup. If you follow specific topics or industries, schedule a task to research recent developments and compile a summary every Monday morning. Useful for anyone who needs to stay informed but doesn’t want to spend an hour reading newsletters.
Recurring file organisation. Got a downloads folder that turns into chaos? Schedule a task to sort, rename, and organise files in a specific folder every few days. Claude reads the content, works out sensible categories, and tidies up without being asked.
Team status updates. If you manage projects across tools like Slack or Linear, schedule a task that pulls together what happened this week and drafts a status update. Review it, tweak it, send it.
The common thread is repetitive work that follows a predictable pattern. If you find yourself doing the same thing every morning or every Monday, it’s a candidate for scheduling.
How to Set Up a Scheduled Task
There are two ways to create one, and both are straightforward.
Option one: use the /schedule command. Open Cowork in the Claude Desktop app, start a new task (or use an existing one), and type /schedule. Claude will walk you through it. Describe what you want the task to do, how often it should run, and confirm. That’s it.
Option two: use the Scheduled Tasks page. Click ‘Scheduled’ in the left sidebar of Cowork. Click ’+ New task’. Fill in the name, description, prompt, and frequency. Save. Done.
You can choose from hourly, daily, weekly, weekday-only, or manual-only schedules. You can also pick which AI model runs the task and specify which folder Claude should work in. Anthropic’s scheduled tasks documentation covers each option in detail.
Once a task is saved, you can pause it, resume it, run it on demand, edit the instructions, or delete it entirely. Everything is managed from that same Scheduled page in the sidebar.
The Limitations Nobody’s Talking About
Here’s where honesty matters. Scheduled tasks have a significant constraint that most of the coverage is glossing over.
Your computer must be awake and the Claude Desktop app must be open for tasks to run.
If your laptop is closed, asleep, or the app isn’t running when a task is scheduled, Cowork skips it. It will attempt to run the task when your machine wakes up or you reopen the app, and you’ll see a notification that a run was missed. But it’s not running in the cloud. It’s not running on a server. It’s running on your machine.
This matters because the mental model most people will have is ‘set it and forget it’. The reality is closer to ‘set it and make sure your laptop is open’. For a daily morning briefing, that works fine if your machine is already on. For anything time-sensitive that needs to run whether you’re at your desk or not, it’s a real limitation.
Anthropic hasn’t announced a cloud-based option yet. It’s reasonable to expect one eventually, but for now, scheduled tasks are tied to your local machine.
There are a few other things worth knowing. Cowork is still a research preview, so expect rough edges. Each task runs as its own session, which means it doesn’t remember previous runs (there’s no memory across Cowork sessions yet). And tasks consume more of your usage allocation than regular chats because multi-step agentic work uses significantly more tokens.
Who Should Care About This
If you’re using Claude casually for occasional questions, scheduled tasks probably aren’t for you yet. They make the most sense for people who have already found recurring workflows where Claude saves them time. The natural progression looks like this: you start using Claude for a task manually, you notice you’re doing the same thing repeatedly, and then you schedule it.
You need a paid Claude plan (Pro, Max, Team, or Enterprise) and the Claude Desktop app installed on Mac or Windows. If you’re already using Cowork for tasks, adding scheduling is a small step. If you’ve never used Cowork at all, start there first. Get comfortable with how tasks work before automating them.
The Bigger Picture
Scheduled tasks aren’t flashy. They won’t make headlines the way enterprise plugins and stock market reactions do. But they represent something genuinely useful: the shift from AI as a tool you use to AI as a system that works alongside you.
The difference between opening Claude to ask a question and having Claude produce a finished briefing before you’ve made your coffee is not a small one. It changes the relationship from reactive to proactive. You stop being the one who initiates every interaction.
That said, don’t over-automate. The best use of Claude Cowork scheduled tasks is for work that’s genuinely repetitive and predictable. Save the creative, judgment-heavy decisions for yourself. Let the machine handle the mechanical parts.
Start with one task. Something small you do every day. Schedule it. See what happens. Then decide if you want more.
Related posts
Git Worktrees in Claude Code: A Practical Guide to Parallel AI Agents
Learn how to set up git worktrees in Claude Code so you can run multiple AI agents in parallel. Step-by-step guide with every command you need.
Claude Skills: The Complete Guide to Building Your Own
Claude Skills let you teach AI your way of working. Learn what they are, how to build one from scratch, and see real examples from my own workflow.
My Claude Code Memory File Was Eating 20% of Every Session
My Claude Code memory file grew to 200 lines and devoured my context window. Here's how I fixed it with a pointer file pattern.