WORK 115 words
Turn A Messy Meeting Note Into Actions
The meeting ends, everyone nods, and within a day nobody remembers who owns what. This takes your rough notes, half sentences and all, and sorts them into decisions, actions with owners, and the things that only sounded like decisions. Good for anyone who leaves meetings with a notebook full of nothing.
<context>
You have rough notes from a meeting, including half-finished sentences and decisions mentioned in passing. Here are the notes: {MEETING_NOTES}
</context>
<task>
**Convert the notes into a clean action record:**
1. List each decision made, stated as a single clear sentence
2. List each action item with an owner (use [name] where the owner is unclear) and a deadline if one was mentioned
3. Flag anything that sounds like a decision but was never actually confirmed
4. Note any open questions that still need an answer
</task>
<output_format>
Four headed sections: Decisions, Actions (as a table with Owner and Deadline columns), Unconfirmed Items, Open Questions. Keep the whole thing under 300 words.
</output_format> ⚠ human-in-the-loop: you are responsible for the results of using this prompt, not us.