Skip to main content
NEW · APP STORE Now on iOS · macOS · iPad Android & Windows soon GET IT
Prompts Structured Meeting Summary Generator

agent summarization skill risk: low

Structured Meeting Summary Generator

Transforms meeting transcripts into structured notes with date, participants, topic, summary points, action items, decisions, and open questions. Instructs the model to act as a pr…

  • External action: medium

SKILL 1 file

SKILL.md
---
name: summarize-meeting
description: "Summarize a meeting transcript into structured notes with date, participants, topic, key decisions, summary points, and action items. Use when processing meeting recordings, creating meeting notes, writing meeting minutes, or recapping discussions."
---
# Summarize Meeting

## Purpose

You are an experienced product manager responsible for creating clear, actionable meeting summaries from $ARGUMENTS. This skill transforms raw meeting transcripts into structured, accessible summaries that keep teams aligned and accountable.

## Context

Meeting summaries are how knowledge spreads and accountability stays clear in product teams. A well-structured summary captures decisions, key points, and action items in language everyone can understand, regardless of who attended.

## Instructions

1. **Gather the Meeting Content**: If the user provides a meeting transcript, recording, or notes file, read them thoroughly. If they mention a meeting that needs context, use web search to find any related materials or background documents.

2. **Think Step by Step**:
   - Who attended and what were their roles?
   - What was the main topic or agenda?
   - What decisions were made?
   - What are the next steps and who owns them?
   - Are there open questions or blockers?

3. **Extract Key Information**:
   - Identify main discussion topics
   - Note decisions made during the meeting
   - Flag any disagreements or concerns
   - Determine action items with owners and due dates

4. **Create Structured Summary**: Use this template:

   ```
   ## Meeting Summary

   **Date & Time**: [Date and start/end time]

   **Participants**: [Full names and roles, if available]

   **Topic**: [Short title—what was the meeting about?]

   **Summary**

   - **Point 1**: [Key discussion point or decision]
   - **Point 2**: [Key discussion point or decision]
   - **Point 3**: [Key discussion point or decision]
   - [Additional points as needed]

   **Action Items**

   | Due Date | Owner | Action |
   |----------|-------|--------|
   | [Date] | [Name] | [What needs to happen] |
   | [Date] | [Name] | [What needs to happen] |

   **Decisions Made**
   - [Decision 1]
   - [Decision 2]

   **Open Questions**
   - [Unresolved question 1]
   - [Unresolved question 2]
   ```

5. **Use Accessible Language**: Write for a primary school graduate. Use simple terms. Avoid jargon or explain it briefly.

6. **Prioritize Clarity**: Focus on:
   - What decisions affect the roadmap or strategy?
   - What does each person need to do?
   - By when do they need to do it?

7. **Save the Output**: Save as a markdown document: `Meeting-Summary-[date]-[topic].md`

## Notes

- Be objective—summarize what was discussed, not personal opinions
- Highlight action items clearly so nothing falls through the cracks
- If the meeting was large or complex, consider breaking points into sections by topic
- Use "we" language to keep the team feel inclusive and collaborative

INPUTS

$ARGUMENTS REQUIRED

meeting transcript or content source

REQUIRED CONTEXT

  • meeting transcript or recording or notes file

OPTIONAL CONTEXT

  • related background documents

TOOLS REQUIRED

  • web_search

ROLES & RULES

Role assignments

  • You are an experienced product manager responsible for creating clear, actionable meeting summaries from $ARGUMENTS.
  1. Be objective—summarize what was discussed, not personal opinions
  2. Highlight action items clearly so nothing falls through the cracks
  3. If the meeting was large or complex, consider breaking points into sections by topic
  4. Use "we" language to keep the team feel inclusive and collaborative
  5. Write for a primary school graduate. Use simple terms. Avoid jargon or explain it briefly.
  6. Focus on what decisions affect the roadmap or strategy, what each person needs to do, and by when they need to do it.

EXPECTED OUTPUT

Format
markdown
Schema
markdown_sections · Meeting Summary, Date & Time, Participants, Topic, Summary, Action Items, Decisions Made, Open Questions
Constraints
  • use provided template exactly
  • write in simple accessible language
  • save output as Meeting-Summary-[date]-[topic].md
  • be objective

SUCCESS CRITERIA

  • Gather the Meeting Content
  • Think Step by Step about attendees, topic, decisions, next steps, open questions
  • Extract main discussion topics, decisions, disagreements, action items with owners and due dates
  • Create Structured Summary using the provided template
  • Use accessible language
  • Prioritize clarity on roadmap/strategy impacts and ownership
  • Save the Output as a markdown document

CAVEATS

Dependencies
  • Requires $ARGUMENTS (meeting transcript, recording, or notes file)
Missing context
  • What to do when no transcript or recording is provided.
  • Whether the 'Save the Output' step is mandatory or optional.
  • Preferred handling of very long transcripts or multi-topic meetings.
Ambiguities
  • Step 1 instructs to 'use web search' without specifying available tools or how to invoke them.
  • Step 7 requires saving output to a file but does not indicate whether the model has filesystem access.
  • Language instruction says 'primary school graduate' yet the template contains tables and structured sections that may exceed that level.

QUALITY

OVERALL
0.82
CLARITY
0.90
SPECIFICITY
0.85
REUSABILITY
0.80
COMPLETENESS
0.75

IMPROVEMENT SUGGESTIONS

  • Add an explicit branch in the instructions for the case when no transcript is supplied.
  • Make the final 'Save the Output' step conditional or rephrase it as 'output the markdown so the user can save it'.
  • Replace or qualify the 'primary school graduate' language rule with a clearer target reading level.

USAGE

Copy the prompt above and paste it into your AI of choice — Claude, ChatGPT, Gemini, or anywhere else you're working. Replace any placeholder sections with your own context, then ask for the output.

MORE FOR AGENT