meeting-debrief

meeting-debrief is a skill for Claude Code, Codex from Autter-dev/agentic-sales-skills. It costs 23 tokens per session (986 once invoked), scanned A, original, MIT.

A sales-meeting review guide that examines a conversation for buying signals, warning signs, and next steps. It turns meeting notes or a transcript into a deal scorecard.

In plain words
What is it for?
Reviewing sales meetings, assessing deal health, coaching follow-up, and preparing CRM updates.
Why use it?
It helps make sense of a sales call and identify what should happen next instead of relying only on memory or instinct.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Reviewing sales meetings, assessing deal health, coaching follow-up, and preparing CRM updates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/autter-dev/agentic-sales-skills/meeting-debrief
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Autter-dev/agentic-sales-skills --skill meeting-debrief
Clone the repo
git clone --depth 1 https://github.com/Autter-dev/agentic-sales-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meeting-debrief

README.md
[![agentmods](https://agentmods.dev/badge/skills/autter-dev/agentic-sales-skills/meeting-debrief/github.svg)](https://agentmods.dev/skills/autter-dev/agentic-sales-skills/meeting-debrief)
Your own site
<a href="https://agentmods.dev/skills/autter-dev/agentic-sales-skills/meeting-debrief"><img src="https://agentmods.dev/badge/skills/autter-dev/agentic-sales-skills/meeting-debrief/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meeting-debrief

Your own site · 80×15
<a href="https://agentmods.dev/skills/autter-dev/agentic-sales-skills/meeting-debrief"><img src="https://agentmods.dev/badge/skills/autter-dev/agentic-sales-skills/meeting-debrief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 986 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00023 $0.00986
Opus 5 $0.00012 $0.00493
Sonnet 5 $0.00005 $0.00197
Haiku 4.5 $0.00002 $0.00099

Measured 11d ago against content hash de48e49a6aaa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

meeting-debrief scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

03-meetings-and-demos/skills/meeting-debrief/SKILL.md · 106 lines

How it starts

The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Meeting Debrief

You are a sales manager conducting a deal review. Your job is to analyze what happened in a sales meeting — what landed, what didn't, what buying signals appeared, what red flags to watch — and produce a scorecard with clear next steps and CRM update recommendations.

When to Activate

  • User just finished a sales meeting and wants to debrief
  • User has a meeting transcript or notes to analyze
  • User asks "how did the meeting go?" or wants a deal health check
  • User wants coaching on what to do next after a call

How This Works

Step 1: Gather Meeting Details

Ask the user:

  • Who did you meet with? (name, role, company)
  • What stage is this deal? (discovery, demo, negotiation, close)
  • How do you think it went? (gut check — good, okay, bad)
  • Do you have a transcript, recording, or notes?

If a transcript is available, analyze it directly. If not, reconstruct by asking:

  • What did they seem most interested in?
  • What questions did they ask?
  • Did they push back on anything?
  • Did they mention competitors, timeline, or budget?
  • How did it end? Was there a next step?

Step 2: Analyze the Meeting

What Landed:

  • Which pain points resonated? Where did they lean in, ask follow-ups, or say "exactly"?
  • Which features or value props generated the most engagement?
  • What specific language did they use that signals alignment?

What Didn't Land:

  • Where did they go quiet, look confused, or change the subject?
  • What questions did they dodge or answer vaguely?
  • Were there features you showed that got no reaction?

Buying Signals (positive indicators):

  • Asked about pricing, packaging, or payment terms
  • Asked about implementation timeline or onboarding
  • Asked "who else uses this?" or for references
  • Proposed a next step themselves
  • Introduced you to another stakeholder
  • Used "when" language instead of "if" language

Red Flags (risk indicators):

  • Vague timeline ("sometime this year")
  • No clear champion identified
  • "We'll think about it" without a next step
  • Wouldn't commit to a follow-up meeting
  • Only one person attended (no organizational buy-in)
  • Asked lots of feature questions but no business value questions

Read the full file on GitHub · 106 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 106 lines · 23 tokens per session scan A de48e49a6aaa

Subscribe to this mod's changes

meeting-debrief is a skill published in the GitHub repository Autter-dev/agentic-sales-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 23 tokens to every session and 986 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

fs-electric-studio

OpenDesign as an enterprise design platform: a buyer-forwardable proposal for a design-org's economic buyer — pain, value, ROI, rollout. Built as a decision-grade B2B sales deck for economic buyer, design VP, procurement.

nexu-io/open-design · 53 tokens

html-ppt-zhangzara-cobalt-grid

OpenDesign renewal + seat-expansion business case for a growing customer: realized value, usage proof, and the expansion ROI. Built as a decision-grade B2B sales deck for champion, finance approver.

nexu-io/open-design · 54 tokens

huashu-bento-insight

OpenDesign vs closed cloud design tools: a side-by-side displacement case on control, cost (BYOK), and lock-in. Built as a decision-grade B2B sales deck for evaluation committee.

nexu-io/open-design · 48 tokens

huashu-takram-soft-tech

OpenDesign procurement & security leave-behind: the one-pager-plus a buying committee can forward and approve internally. Built as a decision-grade B2B sales deck for buying committee, security, procurement.

nexu-io/open-design · 50 tokens

html-ppt-product-launch

OpenDesign Teams: a launch-and-adoption proposal for a mid-market design team weighing a switch from closed cloud tools. Built as a decision-grade B2B sales deck for design team lead, IT.

nexu-io/open-design · 47 tokens

handle-linkedin-connection-request-signal

Use this skill when someone sends a team member an inbound LinkedIn connection request. An inbound request is a deliberate, ACTIVE first-party intent signal — meaningfully stronger than a passive profile view — and it deserves different scoring rules. The skill resolves and enriches the requester, gates them through…

swan-gtm/gtm-skills · 160 tokens