Personal AI Chief of Staff
A three-agent system that runs your entire workday - briefing you every morning with prioritized tasks and meetings, monitoring for interruptions and schedule conflicts throughout the day, and producing an evening recap that prepares tomorrow's agenda before you close your laptop. Spans Google Calendar, Gmail, Todoist, Slack, and Notion.
Knowledge workers spend 58% of their time on "work about work" rather than skilled, strategic tasks. They context-switch between email, calendar, task managers, messaging apps, and note-taking tools an average of 25 times per hour. The result is not just lost productivity but cognitive overload: by 3 PM, most people cannot remember what they planned to accomplish that morning.
The tools exist to solve this. Google Calendar knows your schedule. Gmail knows your commitments. Todoist knows your priorities. Slack knows what your team needs from you. Notion knows your projects and notes. But these tools are islands. No system synthesizes them into a coherent daily operating rhythm. You are the integration layer, and you are a terrible integration layer - you forget, you deprioritize incorrectly, and you spend more time organizing than executing.
Zapier's 2026 survey of AI personal assistant apps found that integrated productivity agents delivering a "daily brief" across tools report 40-76% efficiency improvement.
Time-Partitioned Agent Scheduling
This blueprint introduces a pattern where three agents are assigned to specific parts of the day (morning, midday, evening), each with a distinct purpose and operating context. Unlike agents that run on fixed intervals or respond to events, these agents are designed around the natural rhythm of a human workday. The morning agent sets the stage, the midday agent adapts to reality, and the evening agent closes the loop.
-
Circadian scheduling with contextual handoff - The Morning Strategist runs at 7:30 AM, the Midday Optimizer at 12:30 PM, and the Evening Reviewer at 6:00 PM. Each agent reads a shared Space file (
day-state.json) that the previous agent wrote, creating narrative continuity across the day. The morning agent writes the plan, the midday agent annotates it with what actually happened, and the evening agent scores completion and seeds tomorrow's plan. -
Cross-tool synthesis - Existing blueprints that use productivity integrations typically focus on one tool (Gmail Assistant, Notion Assistant). This blueprint synthesizes across all five tools simultaneously. The Morning Strategist does not just list meetings - it correlates today's calendar with overdue Todoist tasks, checks Gmail for emails that might affect meeting agendas, and pulls relevant Notion pages for prep. The output is a single, coherent briefing that no individual tool can produce.
-
Priority matrix computation - The Morning Strategist computes an Eisenhower matrix from raw signals: urgent+important (overdue tasks with deadlines AND related meetings today), important+not-urgent (strategic tasks and deep work blocks), urgent+not-important (emails requiring quick responses, Slack threads to acknowledge), and neither (tasks that can be safely deferred). This matrix is posted to Slack as a visual daily brief.
-
Drift detection and course correction - The Midday Optimizer compares the morning plan against reality: meetings that ran over, new urgent emails, Slack threads that consumed unexpected time, tasks completed ahead of schedule. It computes a "plan adherence score" and, if it drops below a threshold, posts a course-correction recommendation to Slack.
-
Evening reflection and tomorrow seeding - The Evening Reviewer generates a daily journal entry in Notion containing what was planned, what was accomplished, what was deferred, and what emerged unexpectedly. It queries tomorrow's calendar to seed the next day's plan. On Fridays, it runs an extended weekly pattern analysis: task completion rate, plan adherence, interruption sources, and time allocation by category.
How It Works
The three bots share a single Chief of Staff Toolkit skillset containing pack abilities for Google Calendar, Google Mail, Todoist, and Notion, plus Slack conversation messaging and Space read/write for the persistent day-state file.
-
The Morning Strategist fires at 7:30 AM. It reads yesterday's evening seed from the Space, queries all five tools, synthesizes a priority matrix, and posts the daily brief to Slack.
-
The Midday Optimizer fires at 12:30 PM. It reads the morning plan from the Space, checks current state across all tools, computes plan adherence, and posts course corrections to Slack if needed.
-
The Evening Reviewer fires at 6:00 PM. It reads the full day state, generates a Notion journal entry (planned vs accomplished vs deferred vs emerged), seeds tomorrow, and posts an evening recap to Slack.
Customization
- Edit
preferences.jsonin the Space to change working hours, priority weights, and interruption thresholds without modifying agent backstories. - Swap Todoist for another task manager by replacing the pack ability.
- Add more tools (e.g., Linear, Jira) by adding pack abilities to the shared skillset.
- Adjust trigger schedules to match your timezone and routine.
Backstory
Common information about the bot's experience, skills and personality. For more information, see the Backstory documentation.
Skillset
This example uses a dedicated Skillset. Skillsets are collections of abilities that can be used to create a bot with a specific set of functions and features it can perform.
Install Google Calendar Tools
Install Google Calendar tools to list calendars, events, and check availability for schedule awareness.Install Google Mail Tools
Install Google Mail tools to list, read, and search Gmail messages and threads for inbox triage.Install Todoist Tools
Install Todoist tools to list, create, update, and close tasks and projects for task management.Install Notion Tools
Install Notion tools to search, create, and update pages and databases for journal entries and knowledge queries.Start Slack Conversation
Start a Slack conversation to post daily briefs, midday check-ins, and evening recaps to a channel or DM.Read/Write Day State
Read or write files in the Daily Operations workspace. Used for day-state.json (agent handoff), preferences.json (user config), and weekly-metrics.json (accumulated stats).List Workspace Files
List files in the Daily Operations workspace to discover available state and configuration files.
Secrets
This example uses Secrets to store sensitive information such as API keys, passwords, and other credentials.
Google Calendar
Authenticate with personal Google account for Calendar access.Google Mail
Authenticate with personal Google account for Gmail access.Todoist
Connect to Todoist to manage tasks and projects.Notion
Connect to Notion for journal entries and knowledge base access.
Terraform Code
This blueprint can be deployed using Terraform, enabling infrastructure-as-code management of your ChatBotKit resources. Use the code below to recreate this example in your own environment.
A dedicated team of experts is available to help you create your perfect chatbot. Reach out via or chat for more information.