Skip to main content

AI-powered productivity coach using Google Calendar, Todoist, Slack and Sheets

Workflow preview

Workflow preview
100%
AI-powered productivity coach using Google Calendar, Todoist, Slack and Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Analyze productivity metrics from Google Calendar and Todoist to Slack This workflow acts as an automated personal productivity coach. It aggregates data from your daily tools (Google Calendar, Tod...

Best for

  • Personal Productivity automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.datetime, n8n-nodes-base.googlecalendar, n8n-nodes-base.httprequest, n8n-nodes-base.slack, n8n-nodes-base.code, n8n-nodes-base.openai, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by satoshi.

Original n8n.io source

1.1 Workflow description

Title
AI-powered productivity coach using Google Calendar, Todoist, Slack and Sheets
Workflow name
AI-powered productivity coach using Google Calendar, Todoist, Slack and Sheets

Analyze productivity metrics from Google Calendar and Todoist to Slack

This workflow acts as an automated personal productivity coach. It aggregates data from your daily tools (Google Calendar, Todoist, and Slack) to provide AI-driven insights into your work habits. It runs daily to log metrics to Google Sheets and sends a summary to Slack. Additionally, every Friday, it generates a comprehensive strategic weekly review.

Who is this for?

  • Remote Workers & Freelancers who want to track their focus time and meeting load.
  • Productivity Enthusiasts looking to automate their "Quantified Self" data collection.
  • Managers who want a high-level overview of their weekly throughput and communication volume without manual tracking.

What it does

  1. Daily Trigger: Runs automatically every weekday morning (default: 8 AM).
  2. Data Collection:
    • Fetches today's meetings from Google Calendar.
    • Retrieves high-priority and overdue tasks from Todoist.
    • Analyzes recent message activity from Slack.
  3. AI Analysis: Uses OpenAI to analyze the data, identifying focus blocks and potential overload risks.
  4. Logging: Saves raw metrics (meeting hours, task counts, message volume) to a Google Sheet for historical tracking.
  5. Reporting:
    • Sends a "Daily Productivity Summary" to Slack with actionable advice.
    • On Fridays, it pulls the last 7 days of data from Google Sheets to generate and send a Weekly Strategic Report to Slack.

Requirements

  • n8n (Self-hosted or Cloud)
  • Google Cloud Console project with Calendar and Sheets APIs enabled.
  • Todoist account.
  • Slack workspace.
  • OpenAI API Key (GPT-4 is recommended for better analysis).

How to set up

  1. Configure Credentials: Set up your credentials in n8n for Google (OAuth2), Todoist, Slack, and OpenAI.
  2. Prepare Google Sheet:
    • Create a new Google Sheet.
    • Create the following header columns in the first row: date, meetingHours, tasksCount, slackMessages.
  3. Update Nodes:
    • Log Daily Metrics node: Select your Spreadsheet and Sheet name.
    • Fetch Last 7 Days Data node: Select the same Spreadsheet.
    • Slack nodes: Select the channel where you want to receive reports.
  4. Activate: Toggle the workflow to Active.

How to customize

  • Adjust Schedule: Change the Schedule Daily Execution node to fit your preferred reporting time.
  • Modify AI Persona: Edit the system prompt in the AI Analysis node to change the tone of the report (e.g., make it more strict or more encouraging).
  • Add Data Sources: You can easily chain additional nodes (like GitHub or Jira) into the Aggregate Data code node to include coding or project management metrics.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Schedule Daily Execution

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Get Current Date

Type / Role
n8n-nodes-base.dateTime - dateTime
Config choices
Version 2

Block 3 - Fetch Calendar Events

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1

Block 4 - Fetch Todoist Tasks

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 5 - Fetch Slack Messages

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.1

Block 6 - Aggregate Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - AI Analysis - Productivity Insights

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1

Block 8 - Log Daily Metrics

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.4

Block 9 - Generate Daily Summary

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1

Block 10 - Send Daily Summary to Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.1

Block 11 - Check if Friday

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 12 - Fetch Last 7 Days Data

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.4

Block 13 - Calculate Weekly Stats

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Generate Weekly Report

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1

Block 15 - Send Weekly Report to Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.1

Block 16 - Main Description

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Step 1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Step 2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Step 3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Step 4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow AI-powered productivity coach using Google Calendar, Todoist, Slack and Sheets
Complexity advanced
Nodes 20
Categories Personal Productivity, AI Summarization
Author satoshi
Published 22 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12018/12018.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does AI-powered productivity coach using Google Calendar, Todoist, Slack and Sheets do?

Analyze productivity metrics from Google Calendar and Todoist to Slack This workflow acts as an automated personal productivity coach. It aggregates data from your daily tools (Google Calendar, Tod...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Summarization use case.