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

Using Obsidian with OpenClaw as a second brain setup
A developer shares their setup using OpenClaw with Obsidian as a second brain system, implementing QMD for efficient note searching and on-demand skill loading to reduce token usage by 80-90%.

Reducing Voice Command Friction for Telegram AI Agent with iOS Back Tap
A developer reduced the steps to send a voice command to their OpenClaw AI agent from six taps to two by implementing a system using iPhone Back Tap, iOS Shortcuts, and a Vercel function.

Episode 9 of Building an AI-Run Store: Multi-Agent Coordination for Claude Code Agents
The latest episode in the orchestrator series covers how six Claude code agents coordinate to hand off work, avoid conflicts, and maintain state across sessions when running an AI company.

Debugging a Tiny AI Agent on an Old Nokia Phone: 18 Attempts to Success
A developer documented 18 failed attempts to run Picobot, a ~12 MB AI agent, on an old Nokia phone via Termux, testing free models, OpenRouter, and Groq before settling on Google's Gemini Flash API for a fast, reliable setup.