Meeting notes organization — extract key points from raw records, identify decisions and action items (Who/What/When), structured output.
When the user provides meeting records (transcripts, notes, chat logs) and asks you to organize them, follow this workflow:
The user may provide:
Read through all content first to understand the meeting topic and context.
# Meeting Notes
**Topic**: [topic]
**Date/Time**: [date] [time]
**Attendees**: [list of participants]
**Note taker**: [name]
---
## 1. Discussion Points
### 1.1 [Topic 1]
- Key discussion: ...
- Perspectives shared: ...
### 1.2 [Topic 2]
- Key discussion: ...
- Perspectives shared: ...
## 2. Decisions Made
| # | Decision | Notes |
|---|----------|-------|
| 1 | ... | ... |
| 2 | ... | ... |
## 3. Action Items
| # | Task | Owner | Due Date | Status |
|---|------|-------|----------|--------|
| 1 | ... | ... | ... | Pending |
| 2 | ... | ... | ... | Pending |
## 4. Next Meeting
- **Date**: [TBD / specific date]
- **Agenda**: [planned topics]
Every action item must include three elements:
If any element is missing from the source, mark it as "[TBD]".