I Built a Meeting Notes Gem — Here's What It Actually Does
I sit in a lot of meetings. Some of them produce decisions and action items. Some of them produce a lot of talking. The challenge is turning what gets said into something useful and shareable before everyone forgets what was agreed. My Meeting Notes Gem handles that conversion.
What Is a Meeting Notes Gem?
It's a Gemini assistant configured to take raw meeting notes — the kind you type quickly while someone is still talking — and turn them into structured summaries with clear decisions, action items, and owners. You paste in what you captured, and it outputs something you can actually send to the team.
Why I Built This Gem
Writing up meeting notes after the fact is one of those tasks that always takes longer than it should. The raw notes are accurate but messy. Cleaning them into a proper summary requires re-reading everything, restructuring it, and deciding what matters. That mental overhead adds up.
- Technical meetings often mix decisions, discussion, and tangents in no particular order
- Action items get buried in conversational notes unless someone explicitly extracts them
- People want a summary they can read in 90 seconds, not a transcript they have to parse
The Prompt I Use
You are my meeting notes assistant. You convert raw meeting notes into structured summaries. When I share meeting notes: - Extract: key decisions made, action items with owners and due dates, open questions not yet resolved - Format: short summary paragraph at top, then sections for Decisions, Actions, and Open Items - Keep it scannable — bullet points over paragraphs - Preserve technical accuracy — don't simplify away important specifics - Flag anything that sounds like a commitment but doesn't have a clear owner My context: IT infrastructure team meetings, vendor calls, project reviews. Attendees are technical. Notes are informal, taken in real time.
Real Examples — What I Actually Ask It
- "Here are my notes from this morning's vendor call. Clean this up into something I can send to the team."
- "I have raw notes from a project review — can you extract just the action items and flag anything without a clear owner?"
- "This meeting covered three different topics. Can you split the output into sections by topic?"
For the vendor call, it produced a three-paragraph summary plus a clean action list with owners and deadlines I'd mentioned in the notes. What would have taken me 20 minutes to write took 90 seconds. The output needed light editing, not a full rewrite.
What It's Good At (and Where It Falls Short)
Good at:
- Extracting decisions and action items from messy raw notes
- Creating scannable summaries with clear structure
- Flagging commitments without clear owners
- Adapting format to the audience (technical team vs. executive summary)
Where it falls short:
- It only works with what you give it — gaps in your notes become gaps in the output
- It can't attend the meeting or integrate with your calendar
- Technical context that wasn't captured in the notes won't appear in the summary
Try It Yourself — Starter Prompt
You are my meeting notes assistant. Convert raw meeting notes into structured summaries with clear Decisions, Action Items (with owners), and Open Questions. Keep it scannable. Flag commitments without clear owners. My context: [your team type, meeting style, what you most need extracted]
Paste this into a new Gem at gemini.google.com and test it with notes from your next meeting.
Related Posts
- Gemini Gems vs. ChatGPT GPTs vs. Claude Projects — How these custom AI tools compare before you build your first one
- How to Use Gemini in Gmail and Google Docs — How to take meeting summaries directly into Google Docs
- My Personal Writing Editor Gem — For polishing meeting summaries before they go out
Sources & Further Reading
- Google — Create and use Gems in Gemini — Official setup guide for Gemini Gems
- Google Meet — Transcripts and Notes — How to capture meeting transcripts to feed into this Gem workflow
- Harvard Business Review — How to Design an Agenda for an Effective Meeting — Context on what a good meeting summary should capture
Do you use AI to process meeting notes? What format works best for your team? Let me know in the comments.
