Generate meeting agendas and facilitate team coordination. Use when preparing standups, sprint reviews, or team meetings...
Generate meeting agendas and action item tracking.
project-manager skill for meeting facilitation best practicesplans/reports/ for prior agendas)plans/reports/{YYMMDD}-{meeting-type}.md## Daily Standup - {Date}
### Sprint Progress
- Day {N} of {Total}
- Points: {completed}/{planned}
### Yesterday
- {completed items}
### Today
- {planned items}
### Blockers
- {blockers}
## Weekly Team Sync - {Date}
### Sprint Progress (10 min)
### Cross-Role Updates (15 min)
| Role | Update |
| ------ | ------ |
| PO | |
| BA | |
| Dev | |
| QA | |
| Design | |
### Risks & Blockers (10 min)
### Action Items (5 min)
## Sprint {N} Review - {Date}
### Demo Items
| Feature | Demo By |
| ------- | ------- |
| | |
### Sprint Goal: {goal}
- Status: {achieved/partial/not}
### Metrics
- Velocity: {points}
- Commitment: {%}
### Feedback
## {Meeting Type} - {Date}
### Attendees
- {names}
### Agenda
1. {item}
### Discussion Points
- {point}
### Action Items
- [ ] {action} - {owner}
### Next Meeting
{date/time}
/team-sync daily
/team-sync sprint-review
/team-sync sprint-planning
project-manager/team-sync