AI BOARD
AI Board
AI tools, policy moves, and public decisions are tracked in plain language.
The Complete Guide to Mastering Claude Code Scheduled Tasks
The Complete Guide to Mastering Claude Code Scheduled Tasks
From daily morning news briefings, email cleanup, competitor analysis, and file organization
Everything about AI automation that ordinary people who do not know coding can use right away
Table of Contents
1. What is this? One-line summary
2. How to install it (Step by Step)
3. How to set up scheduled tasks
4. Four practical examples for developers
5. Twelve use cases for ordinary users
6. Managing scheduled tasks
7. Precautions you must know
8. Make it more powerful by connecting connectors
1. What is this? One-line summary
The Claude desktop app's Scheduled Tasks feature lets Claude automatically wake up and perform work at the time you specify. You can give instructions in natural language even if you have no coding knowledge at all.
Existing way
• I personally visit news sites and check them
• I open and sort emails one by one
• I manually organize files and write reports
Scheduled tasks
• Claude runs them automatically at the set time
• Set schedules in natural language (no coding required)
• All you need is the desktop app
2. How to install it (Step by Step)
Step 1: Download the desktop app
| Operating system | Download |
|---|---|
| macOS (Intel · Apple Silicon) | claude.com/download |
| Windows (x64) | claude.com/download |
Step 2: Install the app and log in
❶ Run the downloaded file and complete the installation.
❷ Launch the app and log in with your Claude account.
❸ In the top tabs, Cowork click the tab and you are ready.
Paid subscription required! You need one of Pro ($20), Max ($100/$200), Teams, or Enterprise for the Cowork tab to activate. The free plan is not supported.
Step 3: Connect a project folder
Select the local folder you want to work in from Cowork. Claude can read files in this folder, modify them, and create new files.
3. How to set up scheduled tasks
Method 1: Type /schedule in the chat window
❶ Start a new task in the Cowork tab.
❷ In the chat window, type /schedule.
❸ When Claude asks a few questions, answer them and you are done. Even if the prompt is still vague, Claude will refine it.
Method 2: Create directly from the sidebar
❶ Left sidebar -> "Scheduled" click
❷"New task" After clicking, enter the name, description, prompt, and frequency
❸ Click Save to finish. This is recommended when you already have a clear prompt.
Choose the execution frequency
| Option | Description |
|---|---|
| Manual | No automatic execution. Runs only when you click "Run now" |
| Hourly | Runs every hour |
| Daily | At a specific time every day (default: 9 a.m.) |
| Weekdays | At a specific time every weekday (Monday to Friday) |
| Weekly | On a specific day of the week plus time, every week |
| Custom | Ask in natural language, such as "every 15 minutes" or "on the first day of every month" |
Good to know: When it runs for the first time, Claude rewrites the prompt on its own. After it learns which connectors were used and where data was found, it becomes more accurate from the second run onward.
4. Four practical examples for developers
Daily morning error-log check plus PR creationDaily 09:00
It analyzes error.log, finds recurring patterns, and even creates a fix PR automatically.
Update dependency packages every MondayWeekly Mon 10:00
It automatically checks outdated packages and creates a PR if tests pass.
Weekday evening code-review summaryWeekdays 18:00
It analyzes today's committed changes and automatically sends a summary to the team Slack.
Automatically fix CI failures every hourHourly
It detects GitHub Actions failures, identifies the cause, and automatically creates a fix commit.
5. Twelve use cases for ordinary users
Even if you have no coding knowledge at all, you can use these right away by copying and pasting the prompts. These are examples tested and shared by real overseas users.
A. Daily news and research automation
1. Daily morning news briefing on your fields of interestDaily 07:30
It searches the web for the latest news in fields you care about and turns it into a summary report. A briefing document that is good to read with a cup of coffee before work is created in your folder.
2. Weekly competitor/industry trend analysis reportWeekly Mon 08:00
It automatically investigates recent competitor news or industry trends and gives you an organized report. Useful for freelancers, small business owners, and marketers.
3. Weekly summary of AI papers/technology trendsWeekly Fri 17:00
You can follow advances in AI technology even without expert knowledge. It explains the AI technologies and services that became topics of conversation this week in plain language.
B. Email and calendar management
4. Daily morning email plus calendar briefingWeekdays 08:00
If you connect the Gmail connector and Google Calendar connector, it organizes last night's emails and today's schedule at a glance.
5. Weekly achievement review every FridayWeekly Fri 16:00
It combines this week's calendar, emails, and file activity to automatically summarize what you did during the week. Writing a weekly report takes two minutes.
C. File organization and document automation
6. Automatically organize the Downloads folder every dayDaily 22:00
It automatically sorts files piled up in the Downloads folder by type and date. Screenshots, PDFs, documents, and other files are arranged into a clean folder structure.
7. Automatically organize receipts/invoices every weekWeekly Sun 20:00
If you collect photographed receipts or PDF invoices, it automatically extracts the date, amount, and items and creates an Excel summary table.
D. Work and content automation
8. Weekly Slack highlights summary newsletterWeekly Fri 17:00
If you connect the Slack connector, it automatically summarizes this week's main conversations and creates a team newsletter. You can see at a glance what is in progress and what is blocked.
9. Generate blog/YouTube content ideas every weekWeekly Mon 09:00
It analyzes keywords that became topics this week and automatically generates content ideas for blog posts or YouTube videos. Useful for content creators.
E. Personal life automation
10. Flight ticket price tracking alertsDaily 10:00
If you are planning a trip, it searches daily for flight prices on your desired routes and tracks price changes.
11. Monthly subscription-service checkMonthly, day 1, 09:00
Using the Gmail connector, it finds payment emails related to subscriptions and organizes a list of current services and monthly costs. It helps you find subscriptions you are not using.
12. Weekly investment-stock analysis reportWeekly Sat 09:00
It automatically collects the latest news, earnings, and analyst views on stocks or ETFs you are interested in and creates an analysis report.
Prompt customization tip: In the examples above, change fields of interest, company names, destinations, and so on to fit yourself. Just changing "AI regulation" to "real estate market" or "NVIDIA" to "Tesla" turns it into a completely different automation.
6. Managing scheduled tasks
In the sidebar's Scheduled list, click a task and the management menu appears.
| Function | Description |
|---|---|
| Run now | Run immediately now (regardless of schedule) |
| Toggle repeats | Pause / resume (without deleting) |
| Edit | Edit prompt, frequency, folder, etc. |
| Review history | Check all past execution history |
| Delete | Delete task |
7. Precautions you must know
It will not run if the computer is turned off
At the scheduled time, the app must be open and the computer must be awake. Missed tasks are run only once as a catch-up when you turn the computer on.
Usage consumption is higher than ordinary chat
Scheduled tasks run in multiple steps, so they consume more tokens than ordinary conversations. A few light tasks are enough on the Pro ($20) plan, but consider the Max plan if you run many heavy tasks.
Make each task specific
If you put several jobs into one task, such as "organize email, search news, and organize files," results become unstable. It is better to create separate scheduled tasks for email cleanup, news search, and file organization.
Be sure to check the time zone
Check that the time zone in Claude Desktop settings is set to Korea (KST). If the time zone is wrong, scheduled times may work differently.
Always review AI-generated results
News scraping or research results may contain errors. Some news sites also block access by AI bots. Before using the result for important decisions, always check the original source.
8. Make it more powerful by connecting connectors
The Claude desktop app supports connectors that link to external services. The more connectors you connect, the more your scheduled tasks can do.
| Connector | What it can do |
|---|---|
| 📧 Gmail | Read, classify, summarize, and draft replies to emails |
| 📅 Google Calendar | Check schedules and summarize today's/this week's schedule |
| 💬 Slack | Summarize channel messages and send notifications |
| 📝 Notion | Create/edit pages and add database items |
| 📂 Google Drive | Read documents and use spreadsheet data |
| 🔗 GitHub | Create issues, create PRs, and review code |
Settings → ConnectorsConnect the services you want from there. In scheduled-task prompts, you can give natural-language instructions such as "Check Gmail" or "Send a message to Slack."
Key summary
Write a prompt once -> set the frequency -> Claude runs it automatically every time. No coding knowledge required. If you leave repetitive tasks such as news briefings, email organization, file management, and research to AI, you can save more than 10 hours every week.
KIMKJ.COM
#KimKyungJin #AttorneyKimKyungJin #KimKyungJinAI #ArtificialIntelligence #AI #AIExpert #AILaw #AIPolicy #AIRegulation #AIEthics #GenerativeAI #ChatGPT #Claude #GPT #LLM #DigitalTransformation #SmartCity #AutonomousDriving #DataRegulation #GDPR #PrivacyProtection #AIGovernance #AssemblymanKimKyungJin #LegalExpert #TechPolicy #AIEducation #AIAdministrativeRevolution #AIHegemonyWar #kimkj #kimkjcom
PODCAST
The Complete Guide to Mastering Claude Code Scheduled Tasks
Audio plays from Google Drive
KIMKJ.COM