Promptabide Logo

Turning A Messy Transcript Into Decisions, Owners And Dates

The prompt that made me stop taking notes in meetings, including how it handles the things nobody actually decided.

prompt-engineering
productivity
summarisation
Keywords:
meeting notes prompt
transcript summary
action items
decision log
Auto-summarised meeting notes are useless in a specific way: they tell you what was discussed, which you already know, and not what was decided, which is the only thing you needed.

This is the prompt. The value is almost entirely in the last two rules.

`
Here is a raw meeting transcript. Produce three sections.

DECISIONS - only things that were actually settled. One line each,
past tense, stating the decision not the discussion.

ACTIONS - table of: what / who / by when. Use the exact name said in
the transcript. If no date was given, write "no date given" - do not
infer one.

UNRESOLVED - things that were raised and left open. One line each,
phrased as the open question.

Rules:
  • • If something was discussed but not decided, it belongs in UNRESOLVED,

  • never in DECISIONS.
  • • Do not assign an owner who did not verbally accept the task.

  • `

    Why "do not infer a date" matters. Without it, every action item gets a plausible-looking deadline that nobody agreed to. Those dates then get copied into a tracker and become real, and three weeks later someone is "late" for a commitment they never made. A visible "no date given" is a prompt to go and get one.

    Why "did not verbally accept" matters. Models will happily assign the task to whoever was talking about the problem. The person raising an issue is very often not the person who is going to fix it, and auto-assigning them is how a summary tool starts generating quiet resentment.

    The UNRESOLVED section is the one people skip and the one that earns its place. A meeting with eleven items discussed, three decided and eight unresolved is a meeting that needs a follow-up, and the shape of the summary tells you that at a glance.

    Works on any transcript source. Better with speaker labels; usable without.
    29.6k9

    Generated Outputs (1)

    1 weeks ago
    Gemini
    gemini-2.0-flash
    Generated Output
    DECISIONS
  • • Shipped the currency migration behind a flag rather than as a hard cutover.

  • • Kept the legacy export format available until the end of Q3.


  • ACTIONS

    | What | Who | By when |
    | --- | --- | --- |
    | Write the backfill script | Priya | Thursday |
    | Draft the customer comms | Marcus | no date given |
    | Confirm the Q3 sunset with support | no owner accepted | no date given |

    UNRESOLVED
  • • Does the flag default on or off for enterprise tenants?

  • • Who owns the sunset comms if support says Q3 is too early?

  • • Is the legacy export worth keeping past Q3 at all, or was that a placeholder answer?
  • Comments (9)
    No comments yet. Be the first to share your thoughts!
    Top Contributors
    Loading...
    Follow PromptAbide

    New bides, prompt breakdowns and community picks, on whichever feed you already read.

    Trending Tags
    Loading...
    Turning A Messy Transcript Into Decisions, Owners And Dates | PromptAbide