I used to leave meetings with a page of scrawled half-sentences and a nagging feeling I'd forgotten who was supposed to do what. Now I leave with nothing in my hand and a clean summary waiting in my inbox before I've even sat back down. Here's the exact system.

Level: Intermediate — you don't need to write a line of code, but you will be connecting two or three tools together, so set aside about an hour to build this properly the first time.

This isn't about a single app that magically fixes note-taking. It's a workflow — a small chain of tools that each do one job well, handed off from one to the next, so a meeting turns into a clean summary, a list of owned action items, and a searchable record, automatically. Once it's built, you never touch it again. You just show up to the meeting.

Why manual meeting notes quietly fail

Taking notes by hand during a live conversation forces you to do two things at once: listen closely enough to contribute, and write quickly enough to capture what's said. Most people end up doing both badly. You either miss the thread of the discussion because you're heads-down writing, or you miss the details because you were busy talking.

The result is notes that make sense to nobody a week later — fragments without context, action items with no owner, decisions with no reasoning attached. The fix isn't "write neater notes." It's removing yourself from the note-taking job entirely and using AI to do the parts a machine is actually better at: transcribing perfectly and summarising consistently.

Step 1: Pick a transcription tool that matches where your meetings happen

The right tool depends on where you actually meet, not which one has the flashiest homepage:

  • Video calls (Zoom, Google Meet, Teams): Use the platform's built-in transcription if your plan includes it, or a dedicated notetaker bot like Otter.ai or Fireflies.ai that joins the call automatically and transcribes in real time.
  • In-person meetings: A phone voice recorder plus a transcription app (Otter's mobile app, or Apple's built-in Voice Memos with on-device transcription) covers this without any extra hardware.
  • Mixed environments: If you genuinely move between both, pick one tool with apps on both desktop and mobile rather than juggling two separate systems — consistency matters more than picking the single "best" transcriber.

Whichever you choose, check it can export a plain text transcript. That's the raw ingredient the rest of this workflow runs on — the polished summaries these tools generate natively are a starting point, not the final product.

Step 2: Automate the capture so you never have to remember

The moment you have to manually start a recorder, you'll eventually forget to. Set this up once so it happens without you:

  1. Connect your notetaker to your calendar. Otter and Fireflies both offer a calendar integration that auto-joins any meeting with a video link, so it's running before you even open the call.
  2. Set a default recording rule, not a per-meeting one. Configure the tool to join every meeting by default, then manually remove it from the handful that need to stay off the record — it's far easier to opt out occasionally than to remember to opt in every time.
  3. For in-person meetings, put the recorder shortcut on your phone's lock screen or home row. If starting it takes more than one tap, you'll skip it on busy days.

Step 3: Turn the raw transcript into a real summary with a fixed AI prompt

A raw transcript is honest but unreadable — every "um," every crosstalk moment, every tangent is in there. This is where an AI model like ChatGPT or Claude earns its place in the workflow. Don't write a new prompt each time; build one template and reuse it every single meeting so the output format never changes:

My standing prompt: "Here is a raw meeting transcript. Summarise it in four sections: (1) Key decisions made, (2) Action items with the specific person responsible and any deadline mentioned, (3) Open questions that weren't resolved, (4) A two-sentence overview for someone who wasn't there. Use only what's in the transcript — don't infer decisions that weren't explicitly agreed."

Paste the transcript in after that instruction and you get a consistent, scannable summary every time — not a different structure depending on how you happened to phrase the request that day.

Step 4: Save the prompt so it's one click, not one paragraph

Retyping that prompt every time defeats the point. Save it somewhere you can reuse instantly:

  • In ChatGPT, turn it into a Custom GPT with the prompt baked into its instructions — paste a transcript in and it applies the same structure automatically. (If you haven't built one before, I walk through the whole process in my Custom GPT playbook.)
  • In Claude, save it as a Project with the instruction set as the project's system prompt, so every new chat inside it already knows the format.
  • At minimum, keep it in a pinned note or text expander snippet so it's a paste, not a rewrite.

Step 5: Route action items into your task system automatically

A summary that lives in a chat window is still a dead end — action items need to land where you actually do work. Two ways to close that gap:

  1. Manual but fast: Copy the "Action items" section straight into your task manager (Todoist, Things, or a Notion database) right after the summary is generated. Takes thirty seconds and keeps a human eye on what actually gets added.
  2. Fully automated: Use an automation tool like Zapier or Make to watch for new transcripts landing in a folder, run them through the AI summariser via its API, and push the action items straight into your task manager as new entries. This is the same connective pattern I cover in my Zapier and Claude automation guide — meeting notes is just one more workflow riding on that same rail.

Start manual. Only automate once you've run the manual version for a few weeks and trust the prompt isn't missing anything — automating a flawed template just means the mistakes now happen at scale.

Step 6: Build a searchable archive, not just a pile of documents

Six months from now, "what did we agree on in that March meeting about the vendor contract" is a question you'll actually need answered. A folder of loose transcripts won't answer it — you need something you can query in plain English:

  • Notion database: Create a "Meetings" database with columns for date, attendees, and a linked summary page. Every new summary becomes a new row, filterable and searchable in seconds.
  • NotebookLM notebook: Upload transcripts as sources into a dedicated notebook and ask it questions directly — "what did we decide about the budget across the last three meetings" — and it answers grounded only in what's actually in those documents. I go deeper on setting this up in my NotebookLM research assistant guide.

Pick whichever tool you already live in daily. The best archive is the one you'll actually open again.

Step 7: Handle sensitive meetings properly

Not every conversation should be transcribed, and this step is non-negotiable, not optional polish:

  1. Get consent before recording. In the UK, recording a meeting without telling participants can raise real data protection issues under UK GDPR, particularly if names and opinions are being stored and processed by a third-party AI tool. A quick "I'm recording this for notes, is that alright with everyone" at the start covers it.
  2. Turn the notetaker off for anything genuinely confidential — HR conversations, performance discussions, anything involving another person's personal circumstances. These belong in your own handwritten notes, not a cloud transcription service.
  3. Check your transcription provider's data retention settings and set them to delete raw audio after the transcript is generated if you don't need the recording itself long-term.
"The best meeting notes system is the one where nobody in the room can tell it's running — until the summary lands in their inbox twenty minutes later."

Common mistakes worth avoiding

  1. Trusting the tool's native summary over your own prompt. Built-in AI summaries are generic by design. A fixed prompt tailored to how you actually use the output is almost always better.
  2. Automating before the manual version is proven. Get the prompt right on ten real meetings before you wire it into an automation that runs unsupervised.
  3. Recording everything without a consent habit. One awkward conversation about a recording nobody agreed to is enough to make people distrust every meeting you run afterward.
  4. Building the archive step last, or never. A summary you can't find again in six months has roughly the same value as no summary at all.

The bottom line

None of these individual pieces are new — transcription apps, AI summarisers, and task managers have existed for years. What actually saves you time is chaining them into one workflow you never have to think about twice: capture happens automatically, the summary format never changes, and the output lands exactly where you need it.

Start with just Steps 1 through 3 this week — automatic capture and one saved prompt. That alone removes 90% of the manual effort. Add the automation and the archive once that foundation is solid.

Want more guides like this one? I send a new practical AI workflow to my newsletter every week — sign up here and I'll send the next one straight to your inbox.

Questions people actually ask

What is the best AI tool for taking meeting notes?

There is no single best tool — it depends on where your meetings actually happen. For video calls, a notetaker like Otter.ai or Fireflies.ai that joins from your calendar works well; for in-person meetings, a phone recorder with a transcription app covers it without extra hardware. Whichever you pick, check it can export a plain text transcript, because that is the raw ingredient the rest of the workflow runs on.

Is it legal to record meetings with an AI notetaker?

It depends on consent. In the UK, recording a meeting without telling participants can raise data protection issues under UK GDPR, particularly when names and opinions are stored by a third-party AI tool. A quick verbal check at the start of the meeting that everyone is happy to be recorded covers it — and genuinely confidential conversations should not be transcribed at all.

Can ChatGPT summarise a meeting transcript?

Yes — paste the raw transcript in with a prompt asking for key decisions, action items with named owners, open questions, and a short overview. The trick is to save that prompt as a Custom GPT or Claude Project and reuse it for every meeting, so the summary format never changes.

How do I automatically extract action items from meetings?

Start manually: copy the action items section of your AI summary into your task manager right after each meeting — it takes about thirty seconds. Once the prompt has proven itself over a few weeks, an automation tool like Zapier or Make can watch for new transcripts, run them through the summariser via its API, and push the action items into your task manager automatically.