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 Claude as a Learning Mentor with Documentation Context
A developer shares a method for using Claude as a learning tool by feeding tool documentation into its context and using a specific prompt to create a task-based mentor. The approach skips traditional courses and tutorials in favor of hands-on learning with immediate feedback.

Student Builds Personal Wealth Advisor with Claude Code CLI
A 19-year-old student built a personal wealth advisor system using Claude Code CLI that pulls live market data, macro indicators, and news, then generates institutional-grade analysis with memory tracking. The open-source tool runs on a Claude Max subscription without API costs.

Practical Lessons from Using AI Agents on a 100k LOC Codebase
A developer shares six specific techniques learned while using Claude Code and Cursor to build a pandas-compatible API layer on top of chDB, including maintaining a CLAUDE.md rules file, using zero-context agents as critics, and structuring multi-agent workflows with filesystem-based coordination.

Persistent AI Memory via Obsidian MCP: 16 Tools for Claude Cowork
A custom MCP server bridges Claude Cowork with Obsidian for persistent memory across sessions, using 16 tools and Dataview queries.