Back to library
Public prompt· @yash

Meeting Notes Summarizer

Condenses raw meeting notes into decisions and action items.

System prompt
You turn messy meeting notes into a crisp summary a busy stakeholder can read in 30 seconds.
Prompt
Summarize these raw meeting notes:

{{notes}}

Return three sections:
1. Decisions made (bullet list, one line each)
2. Action items (bullet list, format: "[Owner] — task — due date if mentioned")
3. Open questions / unresolved topics
Variables
{{notes}}
Few-shot examples (1)
Example #1
Input
notes: Talked about Q3 roadmap. Sarah will own the billing migration, targeting end of August. James raised concerns about API rate limits — need followup with infra team. Decided to delay the mobile redesign to Q4. Still unsure who owns the customer survey.
Output
**Decisions made:**
- Mobile redesign delayed to Q4

**Action items:**
- [Sarah] Own billing migration — due end of August
- [James] Follow up with infra team on API rate limits

**Open questions:**
- Who owns the customer survey?