Tutorials

How to Automate Your Morning Routine with AI (Step-by-Step)

May 8, 2025 5 min read Updated: 2026-01-25

Most mornings start with chaos: checking emails, scanning news, figuring out priorities, responding to messages.

This routine consumes 1-2 hours before real work begins.

AI automation can reduce this to 15 minutes.

What We’re Building

The Automated Morning System:

  • Daily Brief: Overnight messages, calendar, priorities compiled
  • News Digest: Relevant articles summarized
  • Task Plan: Day automatically scheduled
  • Email Triage: Messages sorted and pre-drafted

Time investment: 4-6 hours setup Daily time saved: 60-90 minutes

The Components

1. Daily Brief (Automated Summary)

What it does: Compiles overnight emails, calendar events, and Slack messages into one digestible summary.

Tools needed:

  • Make.com or Zapier (automation)
  • ChatGPT API or Claude (AI summarization)
  • Your email, calendar, Slack

The automation flow:

6:00 AM Trigger
    ↓
Fetch overnight emails (Gmail)
    ↓
Fetch today's calendar (Google Calendar)
    ↓
Fetch Slack messages (Slack)
    ↓
Send all to ChatGPT: "Summarize into daily brief"
    ↓
Send to your phone/email

2. News Digest (Curated Reading)

What it does: Pulls articles from your preferred sources, summarizes the top 5, sends to you.

Tools needed:

  • Feedly or RSS feeds
  • Make.com
  • Claude/ChatGPT
  • Delivery method (email, Notion, etc.)

The automation flow:

6:30 AM Trigger
    ↓
Fetch new articles from Feedly
    ↓
Send to AI: "Select 5 most relevant to [your interests]"
    ↓
AI summarizes each (3-4 sentences)
    ↓
Compile into formatted digest
    ↓
Send to your inbox

3. Task Prioritization (Auto-Schedule)

What it does: Reviews your task list, schedules your day based on priorities and calendar.

Option A: Motion (Paid)

  • AI scheduling built-in
  • $19/month
  • Just add tasks, it schedules automatically

Option B: DIY with Make.com

7:00 AM Trigger
    ↓
Fetch tasks from Todoist/Notion
    ↓
Fetch calendar for open slots
    ↓
Send to AI: "Schedule these tasks considering..."
    ↓
Create calendar blocks or update task times

4. Email Triage (Pre-Processing)

What it does: Sorts emails by urgency, drafts responses for common types.

The automation flow:

On new email arrival
    ↓
AI analyzes: "Is this urgent? What category?"
    ↓
Apply labels (Urgent, FYI, Action Needed)
    ↓
For common email types: Draft response
    ↓
You review and send (or don't)

Step-by-Step Setup

Step 1: Daily Brief Automation

Time required: 1-2 hours

In Make.com:

  1. Create new scenario
  2. Add Schedule trigger (6:00 AM)
  3. Add Gmail module: “Search Emails”
    • Query: after:yesterday is:unread
  4. Add Google Calendar: “List Events”
    • Time range: Today
  5. Add Slack (optional): “Get Messages”
    • From relevant channels
  6. Add HTTP module: OpenAI API call
    • Prompt: “Create a daily briefing summary…”
  7. Add Email: Send compiled brief to yourself

The prompt for AI:

Create a morning briefing from this information:

EMAILS:
{{email data}}

CALENDAR:
{{calendar events}}

MESSAGES:
{{Slack messages}}

Format as:
1. PRIORITY ITEMS (requires immediate attention)
2. TODAY'S SCHEDULE (key events)
3. MESSAGES TO RESPOND TO
4. FYI ONLY (can wait)

Keep each section brief. Highlight anything time-sensitive.

Step 2: News Digest Automation

Time required: 1 hour

Setup:

  1. Create Feedly account (free)
  2. Add RSS feeds for your interests
  3. In Make.com:
    • Trigger: Schedule (6:30 AM)
    • Feedly: Get recent entries
    • AI: Select and summarize top 5
    • Email/Notion: Deliver digest

The prompt for AI:

Here are recent articles from my feeds:

{{article titles and descriptions}}

Select the 5 most relevant to [your role/interests].
For each, provide:
- Headline
- 2-3 sentence summary
- Why it matters

Skip promotional content and fluff pieces.

Step 3: Task Scheduling

Time required: 1-2 hours

Option A: Use Motion

  1. Sign up for Motion ($19/month)
  2. Connect calendar
  3. Add tasks with deadlines/priorities
  4. Motion auto-schedules
  5. Done - it runs automatically

Option B: DIY Automation

  1. In Make.com, schedule 7:00 AM trigger
  2. Fetch tasks from your task manager
  3. Fetch today’s calendar availability
  4. Send to AI for scheduling recommendations
  5. Either auto-create calendar blocks or send suggestions

Step 4: Email Pre-Processing

Time required: 1-2 hours

In Make.com:

  1. Trigger: New email in Gmail
  2. AI module: Analyze email
    • Determine urgency
    • Determine category
    • Draft response if applicable
  3. Gmail: Apply label based on AI analysis
  4. (Optional) Draft response saved

The analysis prompt:

Analyze this email:

From: {{sender}}
Subject: {{subject}}
Body: {{body}}

Determine:
1. URGENCY: High/Medium/Low
2. CATEGORY: [Action Required/FYI/Newsletter/Sales/Personal]
3. RESPONSE NEEDED: Yes/No
4. If yes, draft a brief response in my voice (professional, friendly)

My response style: [describe your tone]

Advanced Additions

Morning Motivation

Add a module that fetches a relevant quote or sets an intention based on your calendar.

Weather-Based Planning

Fetch weather data and adjust recommendations (e.g., “It’s raining - plan indoor tasks”).

Weekly Review Prep

On Mondays, include a summary of last week’s completed tasks and upcoming deadlines.

Commute Briefing

Time-shift based on when you actually start (motion sensor, first phone unlock, etc.).

Troubleshooting

Automation Not Running

  • Check schedule timezone
  • Verify API connections
  • Review Make.com error logs

AI Summaries Too Long

  • Add “Keep each item under 50 words” to prompts
  • Increase specificity in prompt

Missing Emails

  • Check Gmail query syntax
  • Ensure proper OAuth permissions
  • Consider “Important” filter

Cost Breakdown

Minimal Setup ($0-20/month)

  • Make.com free: 1,000 ops
  • ChatGPT/Claude: Free tier
  • Existing apps: $0

Optimal Setup (~$50/month)

  • Make.com Core: $9
  • OpenAI API: ~$10
  • Motion: $19
  • Buffer: Free tier

Premium Setup (~$100/month)

  • Make.com Pro: $16
  • OpenAI API: ~$20
  • Motion: $19
  • Superhuman: $30

Time Savings Calculation

Morning TaskManual TimeAutomated
Check emails20 min5 min (review brief)
Read news30 min5 min (read digest)
Plan day15 min2 min (review schedule)
Respond to messages20 min10 min (review drafts)
Total85 min22 min

Daily savings: 63 minutes Monthly savings: ~21 hours Annual savings: ~250 hours

Getting Started Checklist

Today

  • Sign up for Make.com
  • Identify which morning tasks waste time
  • Choose one automation to start with

This Week

  • Build daily brief automation
  • Test and refine prompts
  • Add news digest if valuable

This Month

  • Add task scheduling
  • Add email triage
  • Fine-tune all automations

Conclusion

Your morning shouldn’t be spent on tasks a computer can do.

Start with one automation - the daily brief is highest impact. Build from there. Within a month, you can have a fully automated morning system.

The goal isn’t to eliminate engagement with your morning. It’s to eliminate friction so you can engage with what matters.

63 minutes saved daily. 250 hours per year. That’s the power of AI automation.

Frequently Asked Questions

AI can automate information gathering (email summaries, news digests, calendar briefs), task prioritization (auto-schedule your day), and communication (draft responses to overnight messages). This eliminates 1-2 hours of manual morning work.

The essential stack is Make.com or Zapier (automation), ChatGPT or Claude (AI processing), and your existing productivity apps (email, calendar, task manager). Total cost can be $0-50/month depending on usage.

Basic automation (daily brief + task prioritization) takes 2-3 hours to set up. Advanced automation (full morning system) takes 4-6 hours. After setup, the system runs automatically with no daily maintenance.

No - automation removes friction, not engagement. You still make decisions and do meaningful work. Automation handles repetitive information gathering and organization, freeing your brain for higher-value thinking.

Disclosure: This post contains affiliate links. If you click through and make a purchase, we may earn a commission at no extra cost to you. We only recommend tools we genuinely believe in.