Claude Project for Daily Planning with Todoist and Google Calendar Integration

A developer has shared a Claude Project setup that serves as a personal productivity assistant integrated with Todoist and Google Calendar. The system automates daily planning, habit tracking, and review processes through specific workflows.
System Overview
The Claude Project connects to Todoist and Google Calendar via connectors. Each morning, the user prompts "plan my day" and Claude reads tasks and calendar events, proposes a time-blocked schedule, and allows for approval or adjustment. Evening reviews catch any missed items.
Three Defined Roles
- Task Auditor — Scans all Todoist tasks each morning before planning and flags any items missing deadlines or duration estimates. Both deadline and duration are required for Claude to build realistic schedules.
- Habit Scheduler — Maintains a 2-week rolling calendar of recurring habits (workout, laundry, etc.) using Todoist recurring tasks as the source of truth and Google Calendar placeholders for visual planning.
- Schedule Composer — Builds time-blocked plans that respect work hour caps, protected family blocks, and deadline risks.
Task Capture Workflow
For quick task capture, the developer uses Todoist's Rambler feature with an iPhone action button. Commands like "change the hot tub chemicals, deadline next Sunday, 15 minutes" create tasks with deadlines and durations instantly. Between Rambler for capture and Claude for scheduling, the Todoist app itself is rarely opened.
Available Template
The developer has published the full Project instructions as a template on GitHub that others can adapt by filling in their own schedule, projects, and habits. The template provides the complete setup for replicating this productivity system.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude + Remotion: Building a Product Launch Video with Zero Animation Skills
A developer used Claude's deep knowledge of Remotion's API to build a 30-second animated product launch video for a stock market app — no CSS transitions, spring physics, typewriter effects, and staggered animations across 10 scene files.

Multi-Agent AI Pipeline for Novel Writing Using Claude and Zencoder
A developer built a multi-agent AI pipeline using Claude via Zencoder in WebStorm to write long-form fiction, publishing four novels on KDP with turnaround from concept to draft in days. The open-source workflow includes agent instruction files for specific roles like idea generation, consistency checking, and prose writing.

How I built 62 free tools in a month using Claude Code + a loop script
A developer shipped 62 browser-based, SEO-ready tools in 30 days using a shell script called Ralph that runs Claude Code autonomously in layers, plus a parallel cook.sh to run multiple tools at once.

OpenClaw Telegram Organization: Topic-per-Agent Setup Solves Chat Chaos
A developer fixed OpenClaw Telegram management issues by implementing a topic-per-agent structure in a dedicated group, reducing context bleed and improving debugging. The setup includes specific topic mapping, mention-only defaults, and cleaner routing rules.