Recipe: Morning Standup
SkillAI & modelsMorning standup briefing: today's events, unread people and priority mail, and team assignment status.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Recipe: Morning Standup skill
What this skill tells your AI
The instructions your AI receives, as published by readdle/spark-claude-extension in skill/recipe-morning-standup/SKILL.md and read by ahel’s review.
Start the day with a structured briefing: today's calendar, unread mail by category, and team assignment status.
Prerequisite: Read the spark base skill for tool reference and filter syntax.
Access level required: read-only.
Steps
Step 1: Today's calendar
events { "today": true }
List all meetings and events for today. Note any prep needed.
Step 2: Unread priority mail
emails { "folder": "Inbox", "filter": "category:priority is:unread" }
Auto-prioritized or manually flagged items - the most important emails.
Step 3: Unread people mail
emails { "folder": "Inbox", "filter": "category:personal is:unread" }
Direct conversations that likely need a response today.
Step 4: Team assignment status
team { "name": "Team Name" }
Review the assignment summary - who has open items, any unassigned work.
Step 5: Present the briefing
Summarize for the user:
- Calendar: N meetings today (list times and titles)
- People mail: M unread (list senders and subjects)
- Priority mail: K unread
- Team: open assignments per member, any unassigned items
Tips
- This recipe works best first thing in the morning or at the start of a work session.
- Skip step 4 if the user doesn't work with teams.
- Add an
emailscall withfilter: "category:invitation"after step 3 if the user has pending invitations. - For a quicker briefing, just run steps 1-3 - calendar plus priority and people mail covers the essentials.
Signals
- GitHub stars
- 42
- Forks
- 1
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
spark-recipe-morning-standup- Source
- github.com/readdle/spark-claude-extension