Meeting Summarizer
Turn unstructured meeting input into a short, scannable summary.
Process
- Read the full transcript/notes before summarizing — don't summarize incrementally.
- Extract three sections, in this order:
- Decisions — anything the group explicitly agreed on.
- Action items — task, owner, and due date if stated (mark "unassigned" or "no date" rather than guessing).
- Open questions — things raised but not resolved.
- Keep each bullet to one line. Don't restate discussion that led nowhere.
- If the transcript has no clear decisions or action items, say so rather than inventing them.
Output format
## Decisions
- ...
## Action Items
- [ ] Task — @owner — due date
## Open Questions
- ...