Appearance
Daily and Weekly Rituals ​
Your personal knowledge base becomes powerful through small, consistent habits — not heroic weekend efforts. Three rituals, totaling about 30 minutes per week, keep everything current and compounding.
Morning (~2 min) ​
Command: Start my morning
Claude reads three sources — your calendar, your Work Board, and overnight search signals — then produces a single focused plan for the day.
What you get back:
- Today's meetings with relevant context pulled from your KB (who's attending, what was decided last time, open questions)
- Top 3 priorities synthesized from your open tasks and what's actually happening today
- Meeting prep notes for anything in the next few hours, so you walk in ready
How it evolves ​
| Timeframe | What Claude can do |
|---|---|
| Day 1 | Reads your calendar. Lists meetings and times. That's it — still useful. |
| Week 1 | Pulls in Work Board tasks. Priorities start reflecting your actual workload. |
| Week 2+ | Cross-references stakeholder context, past decisions, and meeting history. You get prep notes that mention "Last time, the team decided X — this meeting is likely a follow-up." |
| Month 1+ | Pattern recognition kicks in. "You've met with this group 4 times on this topic — here's the decision trajectory." |
Morning flow ​
html
<div style="background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;overflow:hidden;margin:1rem auto;max-width:700px;font-family:system-ui,-apple-system,sans-serif">
<style scoped>
.mr-fl{stroke:#003580;stroke-width:2;stroke-dasharray:8 4;fill:none;animation:mr-fd 1.5s linear infinite}
@keyframes mr-fd{to{stroke-dashoffset:-24}}
.mr-pk{fill:#0071c2;animation:mr-mp 2.5s ease-in-out infinite;offset-distance:0%}
@keyframes mr-mp{0%{offset-distance:0%;opacity:0}10%{opacity:1}90%{opacity:1}100%{offset-distance:100%;opacity:0}}
.mr-p1{animation-delay:0s}.mr-p2{animation-delay:.5s}.mr-p3{animation-delay:1s}.mr-p4{animation-delay:1.5s}
.mr-nd{fill:#f8fafc;stroke:#e2e8f0;stroke-width:1.5}
.mr-na{fill:rgba(0,53,128,0.05);stroke:#003580;stroke-width:2}
.mr-lb{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;fill:#1e293b;text-anchor:middle}
.mr-sl{font-family:system-ui,-apple-system,sans-serif;font-size:11px;fill:#64748b;text-anchor:middle}
</style>
<svg viewBox="0 0 600 200" style="width:100%;height:auto" role="img" aria-label="Morning Summary: calendar, search, and work board feed into Claude to produce a focused plan">
<rect x="20" y="20" width="100" height="50" rx="8" class="mr-nd"/><text x="70" y="42" class="mr-lb">Calendar</text><text x="70" y="57" class="mr-sl">Today's meetings</text>
<rect x="20" y="75" width="100" height="50" rx="8" class="mr-nd"/><text x="70" y="97" class="mr-lb">Search</text><text x="70" y="112" class="mr-sl">Overnight signals</text>
<rect x="20" y="130" width="100" height="50" rx="8" class="mr-nd"/><text x="70" y="152" class="mr-lb">Work Board</text><text x="70" y="167" class="mr-sl">Open tasks</text>
<path d="M120,45 L200,90" class="mr-fl"/><circle r="4" class="mr-pk mr-p1" style="offset-path:path('M120,45 L200,90')"/>
<path d="M120,100 L200,100" class="mr-fl"/><circle r="4" class="mr-pk mr-p2" style="offset-path:path('M120,100 L200,100')"/>
<path d="M120,155 L200,110" class="mr-fl"/><circle r="4" class="mr-pk mr-p3" style="offset-path:path('M120,155 L200,110')"/>
<rect x="200" y="60" width="130" height="80" rx="8" class="mr-na"/><text x="265" y="90" class="mr-lb">Claude</text><text x="265" y="107" class="mr-sl">Synthesizes</text><text x="265" y="124" class="mr-sl" style="font-size:9px;fill:#003580">Context / Priorities / Prep</text>
<path d="M330,100 L400,100" class="mr-fl"/><circle r="5" class="mr-pk mr-p4" style="offset-path:path('M330,100 L400,100')"/>
<rect x="400" y="60" width="120" height="80" rx="8" class="mr-nd"/><text x="460" y="90" class="mr-lb">Focused Plan</text><text x="460" y="107" class="mr-sl">Top 3 priorities</text><text x="460" y="122" class="mr-sl">Meeting prep</text>
</svg>
<p style="text-align:center;color:#64748b;font-size:0.8rem;margin-top:0.75rem;margin-bottom:0">Three sources into one clear plan for the day</p>
</div>The key insight: you never have to open three different tools and mentally stitch context together. Claude does that, and the quality of that synthesis improves every day as your KB grows.
End of Day (~1 min) ​
Command: Wrap up my day
Claude looks at what happened today — completed tasks, meetings that occurred, any notes you captured — and does three things:
- Archives completed work. Tasks marked done get moved out of your active board into the archive, with a record of when and what was decided.
- Flags open items. Anything that didn't get finished today gets a note about where it stands.
- Sets tomorrow's priorities. Based on tomorrow's calendar and what's still open, Claude drafts a starting point for the next morning.
This takes under a minute because you're just confirming what Claude proposes. You scan the summary, adjust if needed, and close your laptop.
End-of-day flow ​
html
<div style="background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;overflow:hidden;margin:1rem auto;max-width:700px;font-family:system-ui,-apple-system,sans-serif">
<style scoped>
.ed-fl{stroke:#003580;stroke-width:2;stroke-dasharray:8 4;fill:none;animation:ed-fd 1.5s linear infinite}
@keyframes ed-fd{to{stroke-dashoffset:-24}}
.ed-pk{fill:#0071c2;animation:ed-mp 2.5s ease-in-out infinite;offset-distance:0%}
@keyframes ed-mp{0%{offset-distance:0%;opacity:0}10%{opacity:1}90%{opacity:1}100%{offset-distance:100%;opacity:0}}
.ed-p1{animation-delay:0s}.ed-p2{animation-delay:.8s}
.ed-nd{fill:#f8fafc;stroke:#e2e8f0;stroke-width:1.5}
.ed-na{fill:rgba(0,53,128,0.05);stroke:#003580;stroke-width:2}
.ed-lb{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;fill:#1e293b;text-anchor:middle}
.ed-sl{font-family:system-ui,-apple-system,sans-serif;font-size:11px;fill:#64748b;text-anchor:middle}
.ed-dn{fill:#f0fdf4;stroke:#86efac;stroke-width:1.5}
.ed-nx{fill:#eff6ff;stroke:#93c5fd;stroke-width:1.5}
</style>
<svg viewBox="0 0 600 170" style="width:100%;height:auto" role="img" aria-label="End of Day: today's work feeds into Claude, producing archived items and tomorrow's priorities">
<rect x="30" y="50" width="120" height="70" rx="8" class="ed-nd"/><text x="90" y="77" class="ed-lb">Today</text><text x="90" y="94" class="ed-sl">Tasks, meetings,</text><text x="90" y="108" class="ed-sl">notes captured</text>
<path d="M150,85 L230,85" class="ed-fl"/><circle r="4" class="ed-pk ed-p1" style="offset-path:path('M150,85 L230,85')"/>
<rect x="230" y="45" width="130" height="80" rx="8" class="ed-na"/><text x="295" y="75" class="ed-lb">Claude</text><text x="295" y="92" class="ed-sl">Archives + triages</text><text x="295" y="107" class="ed-sl" style="font-size:9px;fill:#003580">Flags open items</text>
<path d="M360,70 L430,50" class="ed-fl"/><circle r="4" class="ed-pk ed-p2" style="offset-path:path('M360,70 L430,50')"/>
<path d="M360,100 L430,120" class="ed-fl"/><circle r="4" class="ed-pk ed-p2" style="offset-path:path('M360,100 L430,120');animation-delay:1.2s"/>
<rect x="430" y="20" width="130" height="55" rx="8" class="ed-dn"/><text x="495" y="44" class="ed-lb">Done</text><text x="495" y="60" class="ed-sl">Archived with context</text>
<rect x="430" y="95" width="130" height="55" rx="8" class="ed-nx"/><text x="495" y="119" class="ed-lb">Tomorrow</text><text x="495" y="135" class="ed-sl">Draft priorities</text>
</svg>
<p style="text-align:center;color:#64748b;font-size:0.8rem;margin-top:0.75rem;margin-bottom:0">Close the day cleanly — nothing falls through the cracks</p>
</div>Why this matters: without an explicit close-of-day, tasks silently roll forward and pile up. The one-minute ritual forces a clean boundary between today and tomorrow.
Weekly Review (~10 min, Fridays) ​
Command: Do my weekly review
This is where the compounding really shows. Claude synthesizes your entire week — every meeting processed, every decision captured, every task completed or deferred — and produces a structured review.
What you get:
- Meetings summary. Who you met with, what was decided, what's still open.
- Decisions log. Every decision extracted from your meeting notes this week, in one place.
- Completed work. Everything that moved from open to done.
- Patterns and flags. Things Claude noticed across the week that you might have missed in the day-to-day.
How it evolves over time ​
| Timeframe | What the weekly review includes |
|---|---|
| Week 1 | Basic recap: meetings attended, tasks completed. Still useful as a record. |
| Week 4 | Claude starts spotting patterns: "This topic has come up in 3 separate meetings — it might need a dedicated decision." |
| Month 2+ | Stakeholder position tracking: "Person X has shifted from skeptical to supportive on this initiative over the past 6 weeks." Decision archaeology: "This decision was revisited 3 times — the original rationale was Y." |
Weekly review flow ​
html
<div style="background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;overflow:hidden;margin:1rem auto;max-width:700px;font-family:system-ui,-apple-system,sans-serif">
<style scoped>
.wr-fl{stroke:#003580;stroke-width:2;stroke-dasharray:8 4;fill:none;animation:wr-fd 1.5s linear infinite}
@keyframes wr-fd{to{stroke-dashoffset:-24}}
.wr-pk{fill:#0071c2;animation:wr-mp 2.5s ease-in-out infinite;offset-distance:0%}
@keyframes wr-mp{0%{offset-distance:0%;opacity:0}10%{opacity:1}90%{opacity:1}100%{offset-distance:100%;opacity:0}}
.wr-p1{animation-delay:0s}.wr-p2{animation-delay:.4s}.wr-p3{animation-delay:.8s}.wr-p4{animation-delay:1.2s}
.wr-nd{fill:#f8fafc;stroke:#e2e8f0;stroke-width:1.5}
.wr-na{fill:rgba(0,53,128,0.05);stroke:#003580;stroke-width:2}
.wr-lb{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;fill:#1e293b;text-anchor:middle}
.wr-sl{font-family:system-ui,-apple-system,sans-serif;font-size:11px;fill:#64748b;text-anchor:middle}
.wr-lg{fill:#fefce8;stroke:#fde047;stroke-width:1.5}
.wr-ar{fill:#f0fdf4;stroke:#86efac;stroke-width:1.5}
.wr-nw{fill:#eff6ff;stroke:#93c5fd;stroke-width:1.5}
</style>
<svg viewBox="0 0 650 220" style="width:100%;height:auto" role="img" aria-label="Weekly Review: meetings, decisions, and work board feed into Claude, producing a learning log, archive, and next week plan">
<rect x="15" y="20" width="110" height="50" rx="8" class="wr-nd"/><text x="70" y="42" class="wr-lb">Meetings</text><text x="70" y="57" class="wr-sl">This week's notes</text>
<rect x="15" y="80" width="110" height="50" rx="8" class="wr-nd"/><text x="70" y="102" class="wr-lb">Decisions</text><text x="70" y="117" class="wr-sl">Extracted this week</text>
<rect x="15" y="140" width="110" height="50" rx="8" class="wr-nd"/><text x="70" y="162" class="wr-lb">Work Board</text><text x="70" y="177" class="wr-sl">Done + open items</text>
<path d="M125,45 L220,95" class="wr-fl"/><circle r="4" class="wr-pk wr-p1" style="offset-path:path('M125,45 L220,95')"/>
<path d="M125,105 L220,105" class="wr-fl"/><circle r="4" class="wr-pk wr-p2" style="offset-path:path('M125,105 L220,105')"/>
<path d="M125,165 L220,115" class="wr-fl"/><circle r="4" class="wr-pk wr-p3" style="offset-path:path('M125,165 L220,115')"/>
<rect x="220" y="65" width="140" height="80" rx="8" class="wr-na"/><text x="290" y="95" class="wr-lb">Claude</text><text x="290" y="112" class="wr-sl">Synthesizes the week</text><text x="290" y="127" class="wr-sl" style="font-size:9px;fill:#003580">Patterns / Gaps / Wins</text>
<path d="M360,85 L440,50" class="wr-fl"/><circle r="4" class="wr-pk wr-p4" style="offset-path:path('M360,85 L440,50')"/>
<path d="M360,105 L440,110" class="wr-fl"/><circle r="4" class="wr-pk" style="offset-path:path('M360,105 L440,110');animation-delay:1.5s"/>
<path d="M360,125 L440,170" class="wr-fl"/><circle r="4" class="wr-pk" style="offset-path:path('M360,125 L440,170');animation-delay:1.8s"/>
<rect x="440" y="20" width="130" height="55" rx="8" class="wr-lg"/><text x="505" y="44" class="wr-lb">Learning Log</text><text x="505" y="60" class="wr-sl">Patterns + insights</text>
<rect x="440" y="85" width="130" height="50" rx="8" class="wr-ar"/><text x="505" y="107" class="wr-lb">Archive</text><text x="505" y="122" class="wr-sl">Week's record</text>
<rect x="440" y="145" width="130" height="55" rx="8" class="wr-nw"/><text x="505" y="167" class="wr-lb">Next Week</text><text x="505" y="183" class="wr-sl">Carry-forward items</text>
</svg>
<p style="text-align:center;color:#64748b;font-size:0.8rem;margin-top:0.75rem;margin-bottom:0">One week distilled into learning, archive, and forward momentum</p>
</div>The weekly review is where most people are surprised. Not by any single insight, but by the fact that someone (something) actually kept track of everything. Decisions you forgot you made. Commitments others made to you. Themes that emerged across unrelated meetings.
Time Investment ​
| Ritual | Time | Frequency | Weekly total |
|---|---|---|---|
| Morning summary | ~2 min | 5x/week | 10 min |
| End-of-day wrap | ~1 min | 5x/week | 5 min |
| Weekly review | ~10 min | 1x/week | 10 min |
| Total | ~25-30 min |
What you get back ​
That 30 minutes saves an estimated 3-5 hours per week:
- Faster meeting prep — context is already assembled when you walk in, instead of spending 10 minutes scrambling before each meeting
- Automated note processing — meeting transcripts become structured notes without manual effort
- No more searching across 15 tools — decisions, action items, and context live in one place, not scattered across your search tool, chat, docs, and email
- Nothing falls through cracks — the end-of-day ritual catches tasks that would otherwise silently disappear
The ratio improves over time. Week 1, you might save an hour. By month 2, when the KB has real depth, the morning summary alone saves you 30 minutes of daily prep.
Next: How It Works — the technical architecture behind these rituals