The 10 Best AI Workflows for Morning Routines
10 AI workflows that automate your morning — from inbox triage and calendar prep to focus mode and project kickoff. Free to install.
10 AI workflows that automate your morning — from inbox triage and calendar prep to focus mode and project kickoff. Free to install.
How you start your morning sets the trajectory for the entire day. The bad version: you open Slack, drown in unread threads, and spend 45 minutes context-loading before you've made a single intentional decision. The good version: a stack of AI workflows runs your morning kickoff for you, so you sit down to a curated brief instead of a wall of noise.
This list collects the 10 best AI workflows for morning routines, all free to install through Claude Code. They handle calendar prep, inbox triage, focus setup, project kickoff, and more — all while you're still pouring coffee.
The flagship morning workflow. Pulls today's calendar, summarizes overnight emails, surfaces top 3 tasks, and opens the right tabs.
Use cases: Daily kickoff, weekly planning
Install: claude workflow install activate-morning-mode
Why it made the list: It replaces 30 minutes of scattered context-loading with one command.
Reviews your day, flags conflicts, suggests focus blocks, drafts meeting prep notes.
Use cases: Calendar prep, meeting hygiene
Install: claude workflow install check-calendar
Why it made the list: Walking into meetings unprepared is a productivity killer.
Triages your inbox: surfaces important threads, drafts replies, archives noise.
Use cases: Daily triage
Install: claude workflow install check-email
Why it made the list: Inbox is the biggest tax on your morning. This shrinks it.
Locks down distractions, opens your project, queues your todo list. Run it after morning prep is complete.
Use cases: Deep work, writing, coding
Install: claude workflow install activate-focus-mode
Why it made the list: Mornings are the best deep-work hours. Don't waste them.
Generates a personal standup from yesterday's commits, PRs, and project activity. Drop it into Slack at 9 AM.
Use cases: Async standups, client updates
Install: claude workflow install build-standup
Why it made the list: It turns the morning standup ritual into a 30-second copy-paste.
Runs a quick dep audit on your active project. Surfaces anything broken or insecure that landed overnight.
Use cases: Dev mornings
Install: claude workflow install check-dependencies
Why it made the list: Catching breakage at 9 AM is much cheaper than at 4 PM.
A daily security scan of your active project. Quick, lightweight, and worth the 10 seconds.
Use cases: Dev mornings, OSS maintenance
Install: claude workflow install check-security
Why it made the list: Security regressions are easier to catch fresh.
Quick scan for any new charges or renewing trials. Run weekly on Monday morning.
Use cases: Personal finance hygiene
Install: claude workflow install check-subscriptions
Why it made the list: Surprise charges are a Monday-morning fix, not a Friday-afternoon panic.
Technically runs overnight, but you read the report in the morning. Builds, tests, summarizes, files issues.
Use cases: Side projects, OSS, indie SaaS
Install: claude workflow install build-nightly-project
Why it made the list: It tells you what broke while you slept — first thing.
Pairs with focus-mode: blocks distracting domains and tracker scripts during your deep work block.
Use cases: Deep work mornings
Install: claude workflow install block-deep-work
Why it made the list: You can't focus while 50 trackers are profiling you.
| # | Workflow | Best For | Order | Install |
|---|---|---|---|---|
| 1 | activate-morning-mode | Kickoff | 1st | claude workflow install activate-morning-mode |
| 2 | check-calendar | Day prep | 2nd | claude workflow install check-calendar |
| 3 | check-email | Triage | 3rd | claude workflow install check-email |
| 4 | activate-focus-mode | Deep work | 4th | claude workflow install activate-focus-mode |
| 5 | build-standup | Update | Pre-9 | claude workflow install build-standup |
| 6 | check-dependencies | Dev hygiene | Optional | claude workflow install check-dependencies |
| 7 | check-security | Security | Optional | claude workflow install check-security |
| 8 | check-subscriptions | Finance | Weekly | claude workflow install check-subscriptions |
| 9 | build-nightly-project | Overnight CI | Read AM | claude workflow install build-nightly-project |
| 10 | block-deep-work | Tracker block | With #4 | claude workflow install block-deep-work |
The ideal stack for most people is just three: activate-morning-mode, check-calendar, and activate-focus-mode. Run them in that order and your AM is set. Devs should add build-standup and check-dependencies. Heavy meeting days want check-email layered in. Indie SaaS folks add build-nightly-project to monitor overnight breakage.
Q: Can I chain these into one script? Yes — wrap them in a single shell alias or Claude Code session that runs them sequentially.
Q: Are they free? Every one of them. You only pay for your Claude usage.
Q: How long does the full stack take? Most users finish the AM run in 3-5 minutes total.
Q: Will they integrate with my calendar / email? Yes — via MCP integrations or by reading exported data.
Q: Can I customize them? Yes. Use skill-creator to fork.
The right morning routine is a competitive advantage. These 10 workflows automate the boring half of yours. Install three this week.
Browse /workflows, /agents, /browse, or /submit.
Comprehensive Claude Code enhancement plugin with 27.9K+ GitHub stars. Includes TDD, systematic debugging, brainstorming, and plan-driven development workflows.
Massive collection of 148+ commands and 54 specialized agents for Claude Code. Covers development workflows, code review, testing, deployment, and team collaboration.
Teaches Claude how to use the linear-CLI tool for issue tracking
Workflow design specialist who maps complete workflow trees for every system, user journey, and agent interaction — covering happy paths, all branch conditions, failure modes, recovery paths, handoff