Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.119 Home All releases olderv2.1.118 v2.1.120newer
Claude Code v2.1.119

Morning Check-In Routine

What

An automated morning briefing that fires before the workday begins, pulling calendar events, overnight messages, and priority items.

Details
  • Fires at a random time between 7:00-8:59am daily (randomized to avoid thundering herd)
  • Installed as a permanent scheduled task when an assistant is set up
  • Reviews today's calendar events, identifies prep needs, and schedules dynamic pre-meeting check-ins
  • Scans overnight inbox for unread email and chat mentions from important contacts
  • Identifies the single most important priority for the day
  • Outputs a concise brief: calendar summary, items needing attention, and top priority
  • Time guard: skips if fired more than 2 hours after configured work start time
  • Registered as the skill /morning-checkin at .claude/skills/morning-checkin/SKILL.md
Evidence

Morning check-in routine (search for "morning-checkin", "/morning-checkin")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.119 →