Meeting Notes Skill

Turn meeting transcripts into structured action items, decisions, and owner assignments.

meetingstranscriptionnotesproductivity

Meeting Notes Skill

TL;DR

The Meeting Notes skill takes a meeting transcript — from Zoom, Google Meet, Teams, or a plain text file — and produces a structured document with a summary, key decisions, action items with owners and due dates, and open questions. It eliminates the 20-minute post-meeting note-writing task and ensures nothing falls through the cracks.

The intermediate complexity rating reflects the fact that getting good output requires a decent transcript. Poor audio quality, heavy crosstalk, or a transcript without speaker labels will produce mediocre notes regardless of how good the skill is.


What it does

  • Identifies and separates speakers when the transcript includes speaker labels, attributing decisions and action items to the correct person.
  • Extracts action items with owner, description, and due date — distinguishing between “we should probably do this someday” and “Sarah will send the proposal by Friday.”
  • Captures decisions separately from discussion, so the notes distinguish between “we debated X” and “we decided X.”
  • Summarizes the meeting in 3–5 sentences covering the purpose, key outcomes, and next steps — suitable for sharing with stakeholders who weren’t present.
  • Flags open questions — topics raised but not resolved — so they can be added to the next meeting agenda.
  • Formats output for your destination: Notion, Confluence, Google Docs, Slack, or plain Markdown.

Best for

Weekly team standups: Convert a 15-minute standup transcript into a structured update with blockers, progress, and next steps — automatically posted to your team’s Slack channel or project management tool.

Client calls: Produce a clean call summary to send to the client within an hour of the meeting, demonstrating responsiveness and ensuring both sides have the same understanding of what was agreed.

Board and executive meetings: Extract formal decisions and resolutions from board meeting transcripts for the official record. Flag any items that require follow-up votes or legal documentation.

Design and product reviews: Capture feedback on specific features or designs, attributed to the person who gave it, so the team can reference it during implementation without re-watching the recording.


How to use (example)

Scenario: Processing a 45-minute product planning call

You have a Zoom transcript from a product planning call with 5 participants. You want structured notes in Notion within 10 minutes of the call ending.

Input:

Transcript: [paste or attach transcript file]

Participants:
- Alex Chen (Product Manager)
- Jordan Lee (Engineering Lead)
- Sam Rivera (Design)
- Taylor Kim (Marketing)
- Morgan Walsh (CEO)

Output format: Notion-compatible Markdown
Sections needed: Summary, Decisions, Action Items (with owner + due date), Open Questions

What the skill does:

  1. Parses the transcript and identifies speaker turns.
  2. Scans for decision language (“we decided,” “agreed,” “going with”) and action language (“will,” “by [date],” “take care of”).
  3. Extracts and structures each item with the attributed speaker.
  4. Generates a 4-sentence summary.
  5. Formats everything as Notion-compatible Markdown.

Example output:

## Meeting Summary
Product planning call for Q2 roadmap. Team aligned on prioritizing the mobile app redesign over the API v2 work. Budget for external design contractor approved pending CEO sign-off. Next planning session scheduled for April 14.

## Decisions
- ✅ Mobile app redesign moves to P1 for Q2 (Morgan, Alex)
- ✅ API v2 deferred to Q3 (Jordan)
- ✅ Design contractor budget: up to $15K (Morgan — pending formal approval)

## Action Items
| Owner  | Action                                      | Due Date  |
|--------|---------------------------------------------|-----------|
| Alex   | Draft mobile redesign brief                 | Apr 4     |
| Jordan | Document API v2 requirements for Q3 backlog | Apr 11    |
| Sam    | Source 3 design contractor candidates       | Apr 7     |
| Taylor | Prepare go-to-market brief for mobile launch| Apr 14    |

## Open Questions
- What's the App Store review timeline for the redesigned app?
- Does the contractor need NDA before receiving design files?

Common variations:

  • Use speaker_mode: "anonymous" if you don’t want names in the notes (useful for sensitive HR discussions).
  • Add send_to: "slack:#product-team" to auto-post the summary immediately after processing.
  • Combine with calendar scheduler to automatically schedule the follow-up meeting based on the “next steps” section.

Permissions & Risks

Required permissions: Files (transcript text or audio file)
Risk level: Medium

Speaker misattribution is the most common accuracy problem. When multiple people speak in quick succession, or when the transcript doesn’t include speaker labels, the skill may attribute a decision or action item to the wrong person. Always review action item owners before distributing notes.

Recording consent requirements: In many jurisdictions, recording a meeting without all participants’ consent is illegal. This skill processes transcripts — it doesn’t record meetings — but you’re responsible for ensuring the transcript was created lawfully. Check your local laws and your organization’s recording policy before transcribing calls with external parties.

Sensitive content in transcripts: Meeting transcripts often contain candid discussions about personnel, strategy, or finances. The transcript content is processed by the AI model. Check your provider’s data handling policy, especially for board meetings or HR discussions.

Action item extraction accuracy: The skill distinguishes between firm commitments (“Jordan will do X by Friday”) and vague intentions (“we should probably look into Y”). But this distinction isn’t always clear in natural speech. Review the action items list carefully — missed commitments are worse than no automation at all.

Recommended guardrails:

  • Always review and edit the notes before distributing them to participants.
  • Keep the original transcript as a source of truth alongside the processed notes.
  • For legal or board meetings, have a human reviewer verify decisions and resolutions before they’re recorded officially.

Troubleshooting

Action items are missing or incomplete
The transcript uses indirect language for commitments (“it would be great if someone could…”). Add examples of your team’s typical commitment language to the skill’s configuration as training examples.

Speaker attribution is wrong throughout the notes
The transcript doesn’t include speaker labels, or the labels are inconsistent (e.g., “Speaker 1” vs. “Alex”). Pre-process the transcript to add consistent speaker labels before running the skill, or use a transcription service that supports diarization (speaker separation).

Summary is too long or too short
Specify the desired summary length explicitly: summary_length: "3 sentences" or summary_length: "100 words". The default varies by implementation.

Output formatting doesn’t match Notion/Confluence
Different tools have slightly different Markdown dialects. Specify your target platform explicitly (output_format: "notion" vs. output_format: "confluence_wiki") rather than using generic Markdown.

Transcript contains a lot of filler words and crosstalk
Enable clean_transcript: true to pre-process the transcript and remove filler words (“um,” “uh,” “you know”) before extraction. This significantly improves action item detection accuracy.


Alternatives

Otter.ai — Records and transcribes meetings in real time, with built-in action item detection and summary generation. Tighter integration with Zoom and Google Meet than a standalone skill. Requires a subscription for team features; less flexible for custom output formats.

Fireflies.ai — Similar to Otter.ai with stronger CRM integration (Salesforce, HubSpot). Good for sales teams who need meeting notes linked to deal records. Less suitable for engineering or product teams who want Notion/Jira integration.

Manual note-taking with a template — A structured template (Summary / Decisions / Actions / Questions) filled in by a designated note-taker. Zero AI risk, maximum accuracy for complex or sensitive meetings. Time-consuming but appropriate for board meetings or legal discussions.


  • Zoom transcript export: support.zoom.us/hc/en-us/articles/115004794983
  • Google Meet transcripts: support.google.com/meet/answer/12849897
  • Related guide: Best Skills for Productivity