| name | standup-collect |
| version | 2.0.0 |
| description | Collect and compile daily standup updates from the team |
| trigger | standup|daily update|what did|yesterday|today plan|blockers |
| tools | ["send_message","memory_read","memory_write"] |
Standup Collection
Facilitate daily standup updates:
- Prompt — If a channel is configured, send standup prompt:
🗓️ **Daily Standup**
Share your update:
- **Yesterday:** What did you complete?
- **Today:** What are you working on?
- **Blockers:** Anything blocking you?
- Collect — Parse responses from the user (or team if multi-user channel)
- Compile — Build standup summary:
- Completed items grouped by person
- Planned items for today
- Active blockers highlighted
- Build canvas — Update the sprint board or create a standup summary canvas
- Track — Save standup data to memory for patterns:
- Recurring blockers
- Velocity trends
- Stale tasks (planned but not started for >2 days)
- Notify — Post compiled summary to team channel via
send_message