24/04/2026

Schedule Tasks in Claude Cowork

It is all good to have AI agents helping you. But most annoying thing I see with them is I have to be there to invoke and guide. If there is a agent who activitate it self, it would be great. I know there are several solutions for this. But recently I came across Schedule Tasks in Claude Cowork. So I have given a try.

You need to have Claude desktop app installed on your desktop/laptop to get this working. I'm not going to go into installation of it and configuring it here, and assuming it is already done.

Accessing Schedule Tasks


Once you are in Claude desktop app, go to Claude Cowork tab and there you can see "Scheduled" section.

As per screenshot you see all your already created scheduled tasks. 

One of the most important thing to remember is these schedule tasks are NOT using Windows Task Scheduler or any windows service. Instead it purely depend on Claude App running on the desktop either open or in background. You can see if it is running background by checking apps on system tray. Every minute app check for schedule task list and see if it has a task to run and if it find a one it invoke it.


If Claude app is not running or computer is on sleep or computer is turned off, schedule task will not run on time. 

However, it will do a catch up next time you open up the Claude, if it missed a one. Note that it will only run one catch up. For example if computer was turned off for days, it will only run last missed run.

Scheduled task section has option to make sure computer doesn't go to sleep if claude app is running on background. If running the task on schedule is important, it will be good idea to turn this on.

Creating a Scheduled Task

Press the "New Task" button.

You will something like below:


Here I'm going to create claude cowork schedule task to grab latest tech info for my area of expertise to keep my self up to date.

Below the big box under the description, give proper instruction on what to do. Rather than typing your self you can use LLM chat to create a instructions for it. Here is what I have got as instructions:


Search the web for the latest developments from the past week in the following areas and produce a concise briefing for a senior software engineer/architect:

1. AI for Software Engineers & Architects

Focus on:

New or updated AI coding tools, IDEs, and extensions (e.g. GitHub Copilot, Cursor, Claude Code, etc.)

LLM/AI API updates relevant to developers building AI-powered applications (e.g. Anthropic, OpenAI, Google, Microsoft)

Architectural patterns, best practices, or real-world case studies around integrating AI into software systems

Any significant model releases or capability upgrades worth knowing about

2. SQL Server & Database Performance

Focus on:

SQL Server updates, patches, or preview features (any version)

Query performance tuning tips, new execution plan behaviors, or optimizer improvements

Index strategies, statistics, or cardinality estimation changes

Azure SQL / SQL Server on Azure updates if significant

Community findings: notable blog posts, conference talks, or tools from the SQL Server performance space (e.g. Brent Ozar, Erik Darling, SQL Server Central)

Format the output as:

A short intro (2–3 sentences on the overall landscape this week - only on Monday)

Two clearly labeled sections, one per topic

Each section: 4–6 bullet points, each with a headline and 1–2 sentence explanation

Also most importantly give one article from each area as reading for the day (most benifial article only)

At the bottom, list source URLs for anything cited

Keep the tone practical — what should a working developer actually care about or act on? Skip hype, focus on signal.

Latter part of the dialog is also important:

You configure:

  • Folder where this task has access to
  • Permission -> Ask or run with all permissions
  • Model selection -> LLM Model to use
  • Frequency -> Schedule to be run. Current options are:
    • Manual
    • Daily (with a time)
    • Hourly
    • Weekly (on a particular date)
    • Weekdays
Once you save, this will run on the schedule or you can invoke manually. For my task it has created md file with infomration I requested.

If you don't like the output, modify the prompt with additional information.

I'm still new to this. Hopefully I will get better and do much more things.

Word of caution, be very vigillent about security with these tasks, as it has access to your computer. So it is vital to add some security instructions as well to your task (e.g. do not access any local resources except specified folder under any circustances).



No comments:

Post a Comment

Schedule Tasks in Claude Cowork

It is all good to have AI agents helping you. But most annoying thing I see with them is I have to be there to invoke and guide. If there is...