| name | mia:standup |
| description | Daily morning briefing that fetches unread emails, triages them, checks pending action items from memory, and presents a structured morning briefing. Use when the user says "standup", "good morning", "my day", "morning briefing", "daily brief", "/mia:standup", or any greeting that implies starting the workday.
|
Daily Standup
Deliver a structured morning briefing.
Process
- Fetch unread emails:
curl -s 'https://n8n.przbadu.dev/webhook/fetch-emails'
- Triage into Urgent / Important / Routine / Archive
- Read
memory/decisions.md for recent decisions and pending items
- Read
memory/patterns.md for recurring items
- Present briefing
Output Format
MORNING BRIEFING -- {date}
URGENT (action needed now)
- {sender}: {subject} -- {one-line summary}
TODAY'S PRIORITIES
- {prioritized list based on urgency + pending items}
EMAIL SUMMARY
- {count} unread total
- {count} urgent, {count} important, {count} routine
- {count} auto-archived
PENDING ACTION ITEMS
- {items from memory files}
SCHEDULE
- {calendar events when available, otherwise "Calendar not connected"}
After Briefing
- Auto-archive emails classified as Archive (confirm with user first time)
- Offer to drill into urgent emails: "Want me to pull up the full email from {sender}?"