← Back to list

generate-standup
by senlima-sun
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: generate-standup description: Generate daily standup notes from memory. Use when user says "standup", "daily report", "what did I work on", "summarize my day", or needs work summary. allowed-tools: mcp__aiii__recall_memories, mcp__aiii__list_spaces
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:
## 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
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon