Daily check-in to decide what to focus on. Use when user says "today", "what should I do", "what's on my plate", "morning review", or at the start of a conversation.
Help the user decide what to focus on today, surface forgotten items, and update Trello based on the conversation.
ALWAYS start by checking the real date from the system:
date "+%A, %B %d, %Y"
Use this date for everything - don't assume or guess. This prevents creating history files for the wrong day.
History files live at the project root: history/YYYY-MM-DD.md
This creates a readable history you can browse to analyze patterns, procrastination, and progress over time without needing git archaeology.
Read history/YYYY-MM-DD.md if it exists to see:
Use the Trello MCP to:
Write/update history/YYYY-MM-DD.md with current date and fresh board snapshot using the format shown in "File Format" section below.
If updating an existing file from earlier today, preserve the "Done Today" section and add new items.
Give the user a conversational summary with the most important items, then point them to the file:
Good morning! Let me check your board...
You've got 4 things in To Do, 1 in progress, and 2 waiting on replies.
**Needs attention:**
- 🔴 **Upcoming appointment** is on the 15th—that's in 4 days. Is it booked or do you need to call?
- **The vendor** has been in Waiting On since Jan 3rd. Still waiting, or should you chase them?
**In Progress:**
- Book pickup for an item—how's that going?
âś… I've updated `history/2026-01-15.md` with the full breakdown.
What feels doable today?
Flag anything that might have gone stale:
As the user works through TODAY.md and tells you about progress:
Make these changes in both Trello AND the current day's history file (history/YYYY-MM-DD.md).
At the end of /today, check if a /review is needed:
If either trigger fires, add a gentle nudge:
"By the way, there are [X] items sitting in Done. Want to run
/reviewto archive them and check for anything gone cold?"
Don't be pushy—one mention is enough.
Keep each daily file in the project root history/YYYY-MM-DD.md structured like this:
# Today - [Day, Date]
## 🎯 Focus Today
- [ ] **[Task]** - [helpful context/next action]
## ⏳ Waiting On
| Item | Waiting since | Action if no reply |
## 📞 Calls to Make
- [ ] [Batched call tasks]
## 🔜 Coming Up
- [Date]: [Item]
## âś… Done Today
<!-- Items moved here as completed -->
---
*Updated: [timestamp]*
User: today
Claude: Let me commit the current state and check your board...
Good morning! You've got 4 things in To Do, 1 in progress, and 2 waiting on replies.
Needs attention:
In Progress:
âś… I've updated history/2026-01-11.md with the full breakdown.
What feels doable today?
User: The appointment is booked, I can mark that done.
Claude: Done! Moved "Upcoming appointment" to Done in Trello and updated history/2026-01-11.md.
Should I add a reminder to chase the vendor tomorrow?
With dated history files, you can: