From pm-execution
Summarizes meeting transcripts into structured Markdown notes with date, participants, topic, decisions, points, action items, and open questions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-execution:summarize-meetingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
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.
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.
Think Step by Step:
Extract Key Information:
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]
Use Accessible Language: Write for a primary school graduate. Use simple terms. Avoid jargon or explain it briefly.
Prioritize Clarity: Focus on:
Save the Output: Save as a markdown document: Meeting-Summary-[date]-[topic].md
npx claudepluginhub phuryn/pm-skills --plugin pm-executionSummarizes meeting transcripts into structured Markdown notes with date, attendees, topics, key decisions, summary points, and action items. Use for processing transcripts, writing minutes, or organizing discussions.
Converts meeting notes, transcripts, or chat logs into structured minutes with decisions, action items, and open questions.
Converts raw meeting transcript .txt files into structured .md notes with metadata, TL;DR, key topics, action items, and quotes. Useful for processing meeting recordings or chat logs.