Generate Standup
Generate formatted daily standup notes from aiii memories.
When to Use
- •User asks for standup notes
- •User wants a daily/weekly summary
- •User needs to report what they worked on
- •Morning routine to review previous day
Instructions
- •
Determine the time period:
- •"standup" → yesterday + today so far
- •"what did I do today" → today only
- •"weekly summary" → last 7 days
- •Specific date → that date
- •
Query Work space memories:
- •Filter by Work space
- •Filter by time range
- •Include all relevant entries
- •
Also check cross-space activity if relevant:
- •Learning space for skills acquired
- •Any space with today's entries
- •
Categorize into standup format:
Done/Yesterday:
- •Completed tasks
- •Merged PRs
- •Resolved issues
Today/Working On:
- •In-progress items mentioned
- •Planned continuations
- •New tasks started
Blockers:
- •Issues mentioned as blocking
- •Dependencies waiting on
- •Questions needing answers
- •
Format the output:
markdown
## Standup - January 8, 2026 ### Done - Fixed authentication bug in PR #234 - Reviewed rate limiting implementation - Updated API documentation ### Working On - Continuing API refactoring - Writing tests for new endpoints ### Blockers - None currently
- •Offer customization:
- •Different formats (bullet points, prose, etc.)
- •More/less detail
- •Different time ranges
Example Interaction
User: "Generate my standup"
Claude:
- •Determines: yesterday + today
- •Queries Work space memories for those dates
- •Finds 4 memories from yesterday, 1 from today
- •Categorizes: 3 completed, 2 in-progress, 0 blockers
- •Formats and presents standup
- •Offers: "Want me to adjust the format or include more detail?"
No Work Memories
If no Work memories found for the period:
- •State clearly that no work was recorded
- •Suggest the user may need to:
- •Enable session auto-capture
- •Manually save important work
- •Offer to search a different time range