AI Board

AI BOARD

AI Board

AI tools, policy moves, and public decisions are tracked in plain language.

All posts AI Briefs Tools Policy Education Industry

The Complete Guide to Mastering Claude Code Scheduled Tasks

Author
김 경진
Date
2026-03-07 12:03
Views
59

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 systemDownload
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

OptionDescription
ManualNo automatic execution. Runs only when you click "Run now"
HourlyRuns every hour
DailyAt a specific time every day (default: 9 a.m.)
WeekdaysAt a specific time every weekday (Monday to Friday)
WeeklyOn a specific day of the week plus time, every week
CustomAsk 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.

Check logs/error.log and analyze recurring error patterns. If code needs to be fixed, modify it and create a PR. Analyze only logs from today's date, and if there are no errors, send a Slack message saying 'No issues found.'

Update dependency packages every MondayWeekly Mon 10:00

It automatically checks outdated packages and creates a PR if tests pass.

Use the npm outdated command to check outdated packages, automatically update patch/minor versions, and run tests. If the tests pass, create a PR.

Weekday evening code-review summaryWeekdays 18:00

It analyzes today's committed changes and automatically sends a summary to the team Slack.

Analyze today's committed changes and summarize potential bugs or improvement points in the team Slack channel.

Automatically fix CI failures every hourHourly

It detects GitHub Actions failures, identifies the cause, and automatically creates a fix commit.

Check the latest GitHub Actions failure logs, identify the cause of the failure, and create 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.

Every morning, search the web for the latest news on the following topics and create a summary briefing: 1. AI/artificial intelligence technology trends 2. AI regulation and legal news 3. Korean IT industry news. For each topic, find 3-5 major articles and organize the title, 2-3 lines of key content, and source. Save it as "AI-News-Briefing-[today's date].md".

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.

Research the past week's developments for the following companies/services on the web: - OpenAI, Google DeepMind, Anthropic, Meta AI - New product launches, investment news, partnerships, personnel changes. Organize key news summaries and implications for each company, and save it as "Industry-Trends-[this week's date].md". Add a final section titled "This week's most notable move."

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.

Search the web for the AI-related technological advances and new services that became the biggest topics this week. Explain technical terms in plain language and add one line on why ordinary people should care. Save it as "AI-Weekly-Trends-[date].md".

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.

Check emails received over the past 24 hours and organize them as follows: - Urgent reply needed: list of high-priority emails - For reference only: newsletters, notifications, etc. - Today's calendar schedule: organize in chronological order. Save it as "Today's-Briefing-[date].md".

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.

Check calendar events, sent emails, and files created/modified in the work folder from Monday through Friday of this week, and summarize "what I did this week" by category. Save it as "Weekly-Review-[date].md".

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.

Check the Downloads folder and organize it by these rules: - PDF files -> "Documents" folder - Images/screenshots -> "Images" folder - Excel/CSV -> "Spreadsheets" folder - Others -> "Other" folder. Add today's date to file names and save the organization result as "Organization-Complete-[date].txt".

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.

Check all PDF and image files in the "Receipts" folder. Extract the date, merchant name, amount, and item from each receipt, and organize them into an Excel file. Column structure: Date | Merchant Name | Amount | Item | File Name. Save it as "Expense-Summary-[month].xlsx".

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.

Check conversations in this week's main Slack channels and write a weekly team update with the following structure: - Completed this week - In progress - Blocked - Planned for next week. Save it as "Team-Weekly-Update-[date].md".

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.

Search the web for the biggest news and trends in AI/technology this week. For each topic, generate: - Up to 3 blog post titles (in Korean) - Up to 3 YouTube video titles - Summary of the core issue (3 lines) - 5 recommended hashtags. Save it as "Content-Ideas-[date].md".

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.

Search the web for flight prices on the following routes: - Seoul (ICN) -> Tokyo (NRT), July 10-17 - Seoul (ICN) -> Osaka (KIX), July 10-17. Organize the three cheapest options with airline, price, and whether there is a layover, and save them in "Flight-Tracking-[date].md". Compare with previous records and mark any price drops.

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.

Search Gmail for subscription/payment-related emails received over the past month. (Keywords: payment, subscription, receipt, invoice, subscription in Korean.) Organize each service's name, amount, and payment date, and calculate the total monthly subscription cost. Save it as "Subscription-Status-[month].md".

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.

Search the web for news over the past week on the following stocks: - NVIDIA, TSMC, Samsung Electronics, SK hynix. For each stock, organize key news summaries, classify positive/negative factors, and include analyst opinions if available. Save it as "Investment-Research-[date].md".

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.

FunctionDescription
Run nowRun immediately now (regardless of schedule)
Toggle repeatsPause / resume (without deleting)
EditEdit prompt, frequency, folder, etc.
Review historyCheck all past execution history
DeleteDelete 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.

ConnectorWhat it can do
📧 GmailRead, classify, summarize, and draft replies to emails
📅 Google CalendarCheck schedules and summarize today's/this week's schedule
💬 SlackSummarize channel messages and send notifications
📝 NotionCreate/edit pages and add database items
📂 Google DriveRead documents and use spreadsheet data
🔗 GitHubCreate 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

kimkj.com Home
Scroll to Top
kimkj.com Home