---
name: meeting-summary
description: "Summarise a meeting transcript or notes into decisions, owned action items, and open questions."
allowed-tools: ["Read", "Write"]
output: "markdown summary"
input: "transcript or notes"
---

# Meeting Notes Summarizer

## Musts

- Read the full transcript or notes before summarising anything.
- Separate the output into Decisions, Action items, and Open questions.
- Attribute each action item to an owner only when the source names one; otherwise list it as Unassigned.
- Include a due date only when it is explicitly stated in the source.
- Never invent attendees, decisions, numbers, or commitments that are not in the input.

## Guidelines

- Keep each bullet to one clear sentence; merge duplicate points.
- Write decisions as settled outcomes, not discussion recaps.
- Put anything unresolved, deferred, or unclear under Open questions rather than guessing.

## Output format

```
# Meeting summary — <title / date>

## Decisions
- <decision that was actually agreed>

## Action items
- <task> — @<owner> (due <date, if stated>)
- Unassigned: <task with no stated owner>

## Open questions
- <unresolved or deferred item>
```
