Mobile Daily Note Review

story-gdocs-daily-mobile-daily-review User Story

draft user-story

story: Mobile Daily Note Review

Role

Lucas (platform owner, daily note author)

Key

mobile-daily-review

Want

As Lucas, I want to ask Claude.ai on my phone about the contents of today's Google Docs daily note without opening Google Docs or copy-pasting

So That

So that I can have a conversational review of my daily notes from anywhere — while walking, driving, or between tasks — using Claude.ai's iOS app as the interface

Acceptance Criteria

  • Claude.ai iOS connects to the MCP remote server automatically when configured
  • MCP server determines the current date and resolves the daily note named MM-DD-YYYY
  • Claude can read and discuss the full content of today's daily note
  • If no daily note exists for today, the server returns a clear message (not an error)
  • OAuth flow works end-to-end: first-time auth via browser, then persistent access via refresh token
  • Server is accessible from Claude.ai over public internet via Tailscale funnel with HTTPS
  • Response latency under 3 seconds for fetching a typical daily note

Success Metric

Lucas can open Claude.ai on iPhone, ask "what's on my daily note today?", and get an accurate conversational summary within 5 seconds — with zero manual steps beyond the initial OAuth grant.
  • arch-deployment-gdocs-daily-mcp-remote — k8s deployment with Tailscale funnel
  • arch-dataflow-gdocs-daily-mcp-remote — Claude.ai → MCP remote → Google Docs API flow
  • arch-domain-gdocs-daily-mcp-remote — daily note document model
  • project-pal-e-platform — parent project (bootstrap repo hosts deployment infra)
  • board-pal-e-platform — project board
  • mcp-remote-auth — shared OAuth proxy library (existing infrastructure)