Meeting Summary Extractor
Structured extraction with specific categories (decisions, action items, open questions) turns messy transcripts into actionable summaries. The table format for action items makes follow-up easy.
Summarize this meeting transcript into a structured summary. Transcript: """ {{paste_transcript}} """ Format: ## Meeting Summary **Date:** {{date}} **Attendees:** (extract from transcript) ## Key Decisions - (list each decision made, who made it, and the reasoning) ## Action Items | Action | Owner | Deadline | |--------|-------|----------| (extract all commitments) ## Open Questions - (anything unresolved that needs follow-up) ## Notable Quotes - (1-2 quotes that capture the most important points)
Variables to customize
Why this prompt works
Structured extraction with specific categories (decisions, action items, open questions) turns messy transcripts into actionable summaries. The table format for action items makes follow-up easy.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.