The AI Corner

The AI Corner

how to make Claude Code your Chief of Staff

The system that triages my email, dispatches 6 parallel agents, and blocks my calendar before I wake up

Ruben Dominguez's avatar
Ruben Dominguez
Mar 09, 2026
∙ Paid

I used to start every morning the same way.

45 minutes of email triage. Scanning yesterday’s inbox, copying action items into my task manager, checking for duplicates, assigning priorities. Then calendar review. Then figuring out when to leave for meetings based on traffic. Then time-blocking my day.

By the time I actually started working, I was already tired.

Last month I built a system that does all of this before I wake up.

By 6:15 AM, my task system is current. My calendar has drive time events calculated from real traffic data. And when I sit down, I press one button and six AI agents start working in parallel while I focus on what actually matters.

The system runs on Claude Code + $100/month.

A virtual assistant doing the same work would cost $400-1,000/month minimum.

What you’re getting in this guide:

→ The overnight automations (email triage at 5:30 AM, calendar prep at 5:45 AM)

→ The Morning Sweep command (one button dispatches 6 parallel agents)

→ The Time Block workflow (auto-generates your daily schedule with location batching)

→ Complete architecture breakdown (4 layers: MCP servers, scheduled tasks, subagents, commands)

→ Every agent file copy-paste ready (email-drafter.md, client-notes.md, meeting-scheduler.md, and 3 more)

→ Every command file copy-paste ready (am-sweep.md, time-block.md, email-triage.md, calendar-prep.md)

→ The classification framework that keeps humans in control (Dispatch / Prep / Yours / Skip)

→ Step-by-step setup process (plan for a weekend)

This is the complete system. Build it once, run it forever.


The Architecture

The system runs on Claude Code with scheduled tasks and subagents. Here’s how the pieces fit together.

Layer 1: MCP Servers (The Connections)

MCP (Model Context Protocol) servers give Claude Code access to external services. You need four.

Google Calendar MCP

claude mcp add --transport http google-calendar "https://ai.todoist.net/mcp"

Or use the full-featured version:

npx @cocal/google-calendar-mcp

Gmail MCP

npx @anthropic/mcp-gmail

Todoist MCP (or your task manager of choice)

claude mcp add --transport http todoist https://ai.todoist.net/mcp

Google Maps API (for drive time calculations)

This requires a Google Cloud project with the Directions API enabled. Store your API key in your environment.

Layer 2: Scheduled Tasks (The Triggers)

Claude Code supports two types of scheduling

Keep reading with a 7-day free trial

Subscribe to The AI Corner to keep reading this post and get 7 days of free access to the full post archives.

Already a paid subscriber? Sign in
© 2026 The AI Corner · Privacy ∙ Terms ∙ Collection notice
Start your SubstackGet the app
Substack is the home for great culture