Scheduled Automation
Scheduled Automation
Section titled βScheduled Automationβπ Languages: English | FranΓ§ais
Category: Organization | Difficulty: Intermediate | Setup Time: 30 min
Automate recurring tasks, reports, compilations, weekly reviews, so they generate without manual effort. Set up once, collect results every day, week, or month.
Prerequisites
Section titled βPrerequisitesβ- Cowork active (Pro or Max subscription)
- Familiarity with the CTOC framework (Getting Started Step 5)
- Organized input folders: separate by frequency (daily/, weekly/, monthly/)
Prepare Your Folders
Section titled βPrepare Your FoldersβBefore configuring scheduled tasks, organize your workspace:
mkdir -p ~/Cowork-Workspace/input/{daily,weekly,monthly}mkdir -p ~/Cowork-Workspace/output/{reports,dashboards}Drop files into the right subfolder based on how often they need processing.
The 4 Essential Patterns
Section titled βThe 4 Essential PatternsβPattern 1: Daily Morning Brief
Section titled βPattern 1: Daily Morning BriefβWhen: Every day at 9:00 AM Setup time: 10 minutes Output: A one-page brief on what needs your attention today
Prompt to configure:
CONTEXT: Files added yesterday to ~/Cowork-Workspace/input/daily/TASK: Summarize new documents and identify actions for todayOUTPUT: ~/Cowork-Workspace/output/reports/brief-[date].mdStructure: 3 sections β "Urgent Actions", "Handle Today", "For Your Information"CONSTRAINTS: Max 1 page. Bullet points only. Flag anything urgent or overdue.SMB use cases:
- Tradesperson: new quote requests, client reminders, pending orders
- Retail: previous dayβs sales, stock alerts, supplier messages
- Services: new client requests, todayβs deadlines, invoicing reminders
Pattern 2: Weekly Sales Compilation
Section titled βPattern 2: Weekly Sales CompilationβWhen: Every Monday at 8:00 AM Setup time: 15 minutes Output: Complete summary of the past week
Prompt to configure:
CONTEXT: All files in ~/Cowork-Workspace/input/weekly/ from the past 7 daysTASK: Compile the weekly summary β achievements, key figures, pending items, follow-ups neededOUTPUT: ~/Cowork-Workspace/output/reports/weekly-summary-[date].docxStructure: Executive Summary (1 para), Achievements, Figures (if available), Pending, Monday actionsCONSTRAINTS: Executive format, 2 pages max. Bold the critical points.Pattern 3: Friday Wrap-Up
Section titled βPattern 3: Friday Wrap-UpβWhen: Every Friday at 5:30 PM Setup time: 10 minutes Output: Handover document for the following Monday
Prompt to configure:
CONTEXT: Files modified or created this week in ~/Cowork-Workspace/TASK: Create end-of-week recap β done, in progress, waiting for MondayOUTPUT: ~/Cowork-Workspace/output/reports/recap-[date].mdStructure: Done this week, In progress (status), Monday morning priorities (ranked)CONSTRAINTS: Action-oriented. Short sentences. One page maximum.Pattern 4: Monthly Dashboard
Section titled βPattern 4: Monthly DashboardβWhen: 1st of each month at 7:00 AM Setup time: 20 minutes Output: Monthly overview with month-over-month comparison
Prompt to configure:
CONTEXT: Files in ~/Cowork-Workspace/input/monthly/ for the past monthTASK: Create monthly dashboard β key metrics, trends, notable points, outlookOUTPUT: ~/Cowork-Workspace/output/dashboards/dashboard-[month-year].xlsxStructure: "Summary" tab (executive view) + "Detail" tab (raw data)CONSTRAINTS: US formula syntax (comma separators). Compare with previous month where data allows. Red-highlight anything below targets.How to Configure a Scheduled Task in Claude Desktop
Section titled βHow to Configure a Scheduled Task in Claude DesktopβTwo Task Types
Section titled βTwo Task TypesβRecurring tasks β run automatically on a set cadence. Available frequencies: hourly, daily, weekly, weekdays-only, or custom. After the first run, Cowork automatically rewrites your prompt to optimize it based on what it learned.
On-demand tasks β run once when you click βRun now.β Useful for irregular or one-off operations without creating a permanent schedule.
Setup Steps
Section titled βSetup Stepsβ- Open Claude Desktop β left sidebar β Scheduled section
- Click New Task
- Choose the type (recurring or on-demand)
- Paste your prompt
- For recurring: set the cadence and time
- Name your task (e.g., βMorning Briefβ, βMonday Summaryβ)
- Activate
Managing Tasks from the Sidebar
Section titled βManaging Tasks from the SidebarβThe Scheduled section in the sidebar lets you: view upcoming runs, browse run history, edit prompt or cadence, pause/resume, delete, or trigger an immediate run at any time.
Important Notes
Section titled βImportant NotesβReliability: Scheduled Tasks is in research preview. Early executions may occasionally be imperfect. Check the first few outputs manually before relying on them.
App open AND device awake: Cowork requires Claude Desktop to be open AND your computer to be awake (not sleeping) at the scheduled time. If the device is asleep or the app is closed, the task is skipped and runs automatically when the device wakes. Plan accordingly for early-morning schedules β disable auto-sleep if needed.
Automatic prompt optimization: After a recurring taskβs first run, Cowork analyzes the output and rewrites your prompt to improve it. Check the updated prompt in the sidebar to confirm the changes.
Advanced alternative: For more sophisticated workflows with conditions and branching logic, n8n (open source, free) can orchestrate calls to Claude Desktop with greater flexibility.
Optimization Tips
Section titled βOptimization Tipsβ- Start with one pattern: Run a single task for 2 weeks before adding others
- Review early outputs: The first 3-4 runs deserve careful review
- Refine your prompts: Adjust based on what the outputs actually look like
- Use date-stamped filenames: Makes it easy to browse archives later