Back to blog
Get your time back

What Happens to Your Meeting Notes After the Call Ends

See what actually happens to meeting notes once a call ends, how they turn into owned tasks, and why a person still approves every one.


A Slack message reading "I'll write this up after the call" above a proposed Thor task, "Split the auth spec into two tickets", with an owner, the meeting it came from, and Approve and Edit buttons, over a pixel-art fjord

Most meetings end the same way. Someone says “I’ll write this up,” the call ends, and everyone moves on to whatever’s next.

Then the actual work starts. Someone has to remember what got decided, turn it into a ticket, figure out who owns it, and make sure it doesn’t disappear into a Slack channel nobody reopens. Sometimes that happens. A lot of the time it doesn’t, and three weeks later somebody asks, “wait, did we ever do that?”

Thor turns conversation into approved action, so people and AI tools always have something real to work from. This post is about the part of that gap most engineering and product teams feel every week: the space between a meeting ending and the work from it actually landing somewhere real.

What happens to a meeting after it ends?

For most teams, not much happens automatically. Whoever took notes has to convert them into tickets by hand, decide who owns each one, and follow up when nothing moves. If the write-up doesn’t happen quickly, most of what was actually said is gone within a day or two.

Writing code got a lot cheaper over the last couple of years. That part sped up. Spec definition, task breakdown, review, and turning a loose idea into something concrete didn’t speed up at all, and it’s still sitting on the same person’s plate. That’s the real bottleneck now: not typing out the code, but deciding what the code should do and making sure the record of that decision survives past the call it happened on.

That’s not a discipline problem. It’s a bandwidth problem. The person best positioned to write the notes accurately is also the person who just spent 45 minutes talking, not typing, and by the time they get to a keyboard, half the specifics have already faded into “something about the auth flow, I think.”

Which meetings actually generate this kind of admin work?

Several meeting types generate this same admin work, each one losing the thread in its own way:

  • Sprint planning. Three new stories come out of the conversation. One gets ticketed before everyone logs off. The other two live in someone’s head until the next planning session, when they either get re-invented from scratch or dropped without anyone deciding to drop them.
  • Standups. Someone mentions a blocker got resolved in a side thread ten minutes before the call. The ticket still shows it as blocked, because updating the tracker was never anyone’s actual job in that moment, just a thing they meant to do after.
  • PR and code-review syncs. A reviewer and an author agree out loud to change the approach. The PR description and the linked ticket both still describe the old approach, because the conversation that changed it happened on a call, not in a comment.
  • Incident retros. The retro produces a clear action item and no clear owner, because “we should look into this” felt like enough to say at 5pm on a Friday. It evaporates by Monday.
  • Roadmap or spec reviews. A product and engineering lead agree to cut scope on a feature. The original spec doc doesn’t get touched, so anyone who opens it next builds against a requirement that’s already been walked back.

Different rooms, same failure: a decision that was completely clear to everyone on the call becomes invisible to everyone who wasn’t on it, the moment the call ends.

What does Thor actually do with that conversation?

It reads the meeting, along with the Slack thread before it and the ticket it’s about, and proposes what should happen next: a task drafted with the context from the call, and a suggested owner based on who actually said they’d take it. A person looks at that proposal, approves it, edits it, or throws it out.

Concretely, that can look like posting the standup update in Slack, drafting the Linear ticket for the story that came out of sprint planning, or nudging the person who owns a follow-up in the same thread where it came up, instead of a separate notification nobody reads. If the decision was actually about a pull request already in flight, Thor attaches the update to that existing GitHub issue instead of opening a duplicate one that now has to be reconciled with the first.

This is not Thor listening in and updating your tracker without anyone checking first. Nothing becomes an actual ticket, or gets assigned to someone, until a person says yes. That’s true even when the meeting made the decision completely obvious. Thor drafts the task the way you would if you had ten free minutes right after the call, before the details went cold, and then it waits for you.

This is the same idea from the other side of the handoff: not what the finished task looks like, but what happens in between.

How does Thor avoid creating a duplicate ticket for something that’s already tracked?

Because the proposal is checked against what’s already open, not written from a blank page. A living model of what’s actually being worked on means Thor can tell the difference between a genuinely new task and an update to something that already has a ticket, an owner, and a status. When the meeting talk is about a story already in Linear, the proposal is an update to that story, not a second, slightly different version of it that someone now has to notice and merge by hand.

That matters more than it sounds like on a team running several parallel threads. Two people leaving the same meeting with two different tickets for the same piece of work isn’t a hypothetical; it’s what happens by default when ticket creation depends on whoever gets to a keyboard first.

Why does it matter that Thor proposes instead of just doing it?

Because a wrong guess costs less when a person catches it before it’s live. If Thor mishears who owns something, or drafts a task around a detail that got corrected two minutes later in the same call, a person fixes it during approval instead of chasing down a wrong ticket a week later.

A proposal carries its own receipt: created from Wednesday’s sprint planning call, assigned to the person who said they’d pick it up, linked back to the exact point in the conversation where they said it. If it turns out to be wrong, or the team changes its mind, you can see what changed and undo it, instead of a ticket changing underneath you with no record of why. That’s the point of keeping a person in the loop. Not because Thor gets this wrong often, but because the moment something becomes official, somebody should have said yes to it on purpose.

Getting your team’s time back from this kind of admin work doesn’t mean removing the person who decides. It means removing the fifteen minutes of typing and guessing that used to sit between the decision and the ticket, on every call that produces one.

FAQ

Does Thor create the ticket by itself?

No. Thor drafts a proposed task and owner from the conversation. A person approves it before it becomes a real ticket assigned to anyone.

Does this work with Linear and GitHub, or just one of them?

Both. Thor creates, updates, and organizes tasks across GitHub and Linear rather than locking the workflow to a single tracker.

What if the meeting only produced a rough idea, not a clear ticket-sized task?

The proposal reflects whatever was actually said. A vague idea gets drafted as a vague task, flagged for someone to break down, not stretched into a false-precision ticket that looks more decided than it was.

What happens to action items that come out of a retro with no clear owner?

The proposal shows up without an owner assigned, rather than silently picking someone. A person still has to say who’s taking it, the same as they would if they noticed the gap themselves.

Do I have to review every single proposal by hand forever?

Small, easy-to-undo updates can move through faster under rules your team sets. Anything that creates a real commitment, like who owns something or a promise to a customer, always waits for a person.

Thor turns meeting talk into owned work, with a source and an undo button.

Related Posts