A good meeting summary is short, accurate, and ends with a list of who-does-what-by-when. A bad one is a 600-word essay nobody reads. This tutorial shows you how to prompt AI to turn raw meeting notes or transcripts into the first kind, consistently, across any team.
Meetings produce three useful artefacts: decisions made, action items assigned, and open questions still to resolve. Everything else is noise. Yet most meeting summaries bury those three things under paragraphs of context, side discussions, and pleasantries. The result is that nobody re-reads the summary, action items slip through the cracks, and the same topics resurface a week later.
AI is genuinely excellent at this job — provided you brief it correctly. We will look at the structure of a strong summary prompt, the most common failure modes, and a reusable template you can copy into every meeting workflow.
A meeting summary prompt has two halves. The first half describes the meeting and the audience: who attended, what was the purpose, who will read the summary later. The second half describes the output shape: which sections to include, what to put in each, what to leave out. Both halves matter — drop one and the AI either invents context or invents structure.
The cleanest mental model is a small pipeline. Raw transcript or notes go in, a clear extract comes out. The prompt is the filter that decides what survives.
A reusable summary has roughly five parts: a one-paragraph context, the key decisions, the assigned action items (with owner and deadline), the open questions, and the date of the next check-in. That is it. If your prompt asks for those five things explicitly, you will rarely need a second pass.
Most people paste a transcript and type something like "summarise this meeting". The AI obliges with a long, novel-style recap that mentions everyone who spoke, every tangent that was raised, and no clear next steps.
Weak prompt
summarise this meeting
The AI does not know the audience (the team? the CEO? a client?), the format (paragraphs? bullets?), or which details to keep. You get a generic recap that buries the action items.
Reusable meeting summary prompt
Act as an experienced executive assistant.
Below is the raw transcript from a weekly product sync
between the engineering lead (Aarav), the design lead
(Mei-Lin), and the product manager (Diego) at a B2B SaaS
company called Cohort Labs.
Audience for this summary: the wider product org (about
30 people) who did not attend the meeting.
Produce the summary in this exact structure:
1. **Context** — one short paragraph (max 60 words).
2. **Decisions made** — bulleted list. One line each.
3. **Action items** — table with columns: Owner | Action |
Deadline. Only include actions explicitly agreed in
the meeting; do not invent owners.
4. **Open questions** — bulleted list of things raised
but not resolved.
5. **Next check-in** — date and purpose.
Rules:
- Skip pleasantries, side jokes, and tangents.
- Use neutral, factual language. No corporate filler.
- If something is ambiguous, say "unclear from transcript"
rather than guessing.
Transcript:
"""
... paste transcript here ...
"""
This prompt tells the AI who attended, who will read the summary, exactly which sections to produce, and — crucially — what not to do (no guessing, no filler, no invented owners). The output is a document people will actually open.
Tip: Save this prompt as a personal template. Next week, all you change is the transcript and the attendee list. A reusable template is worth ten clever one-off prompts.
Pick a recent meeting where you took notes. Paste your raw notes into an AI tool with the reusable prompt above. Compare the AI summary to the one you wrote (or would have written) yourself. Which version is easier to scan?
Take the same transcript and run two versions of the prompt: one with audience "the CEO" and one with audience "the engineering team". Note how the language, level of detail, and emphasis shift.
Add a sixth section to the prompt: "Risks or concerns raised — only if mentioned explicitly". Re-run a transcript and see whether the AI correctly leaves the section empty when nothing was raised. This trains you to spot hallucinated content.
Sign in to join the discussion and post comments.
Sign inPrompt Engineering for Image Generation
Turn words into stunning visuals. Master AI image generation tools like Midjourney, DALL·E 3, and Stable Diffusion with 18 focused tutorials — from first prompt to full brand identity.
Prompt Engineering for Specific AI Tools
Tool-by-tool mastery — deep dives into ChatGPT, Claude, Gemini, GitHub Copilot, Midjourney, Stable Diffusion, and more. Learn the exact prompting techniques each platform rewards.
Advanced Prompt Engineering Techniques
Master the powerful techniques AI experts use every day. Chain-of-thought, RAG, agents, function calling, prompt evaluation, and much more — 20 deep-dive tutorials.
Prompt Engineering for Education & Learning
Use AI as your personal tutor. Learn how to study faster, create lesson plans, generate practice questions, master languages, and prepare for competitive exams with smart prompts.
Prompt Engineering for Content & Copywriting
Write blogs, ads, emails, and social media content ten times faster with AI. 13 practical tutorials on prompt engineering for content creators and copywriters.
Prompt Engineering for Data Science & Analytics
Supercharge your data workflows with AI. 15 practical tutorials on using prompt engineering for data cleaning, EDA, machine learning, SQL, visualisation, and more.