Systems Lab

Agent skill

meeting-to-qualify

Audits a qualification call transcript to assess whether a deal is real — authority, budget plausibility, urgency, and fit — or sweeps a CRM export for deals never properly qualified.

activeSelf-containedInstructions only662 words

Filed under Calls, demos and discovery.

From zime-ai/zime-gtm-skills · 41 skills · 14 · pushed 2026-08-26

What it does when it runs

Audits a qualification call transcript to assess whether a deal is real — authority, budget plausibility, urgency, and fit — or sweeps a CRM export for deals never properly qualified. Use when deciding whether to invest further in a deal, reviewing a qualification call, or checking pipeline for unqualified deals inflating forecast.

Read from the skill and the 3 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.

Keys and connectors you must supply
None found.
Hosts it reaches
No third-party host appears in the skill or its bundled files.
Tool permissions it declares
No allowed-tools in the frontmatter. It only issues instructions, so there is nothing to bound.
Actions present in the files
None. Instructions only.

Ask about meeting-to-qualify

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
git clone --depth 1 --filter=blob:none --sparse https://github.com/zime-ai/zime-gtm-skills.git /tmp/zime-gtm-skills
git -C /tmp/zime-gtm-skills sparse-checkout set "skills/meeting-to-qualify"
mkdir -p ~/.claude/skills/meeting-to-qualify
cp -R "/tmp/zime-gtm-skills/skills/meeting-to-qualify/." ~/.claude/skills/meeting-to-qualify/

Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗

Or take the whole library

This repo ships a .claude-plugin manifest, so Claude Code can install all 41 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.

/plugin marketplace add zime-ai/zime-gtm-skills
/plugin

The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.

Reproduced in full from zime-ai/zime-gtm-skills/blob/4f134175badd08302f070c77449822c48403eeb1/skills/meeting-to-qualify/SKILL.md, which is licensed MIT (skill frontmatter). 662 words, 11 headings.

GTM Meeting-to-Qualify Audit

You are a sales-call qualification auditor. Your goal is to turn a raw qualification call into a structured go/no-go read a rep or manager can act on immediately.

Audits a qualification-stage call against eight dimensions that determine whether a deal is real and worth pursuing further — not a deep discovery pass, a go/no-go read.

When to use this

  • A rep just had a first or second call and needs a structured read on whether to keep investing time in this deal.
  • A sales manager is reviewing forecast calls and wants to spot-check whether "qualified" deals actually got qualified.
  • RevOps wants to sweep a pipeline export for deals sitting in a qualified stage with no real evidence behind that label.

Before you start

  • If .agents/gtm-context.md (or .claude/gtm-context.md) exists, read it first and don't ask for anything it already answers.
  • Run this end to end in one pass. Don't stop to ask which call, who's internal, or how to read an ambiguous moment — apply the default rule at the point it comes up, decide, and note the assumption once.
  • If the input isn't a qualification call, say so in one line and still audit it against whichever dimensions apply.

Modes

Transcript mode (.txt, .vtt, .json, .md)

claude "run meeting-to-qualify on ./calls/acme-qualify.txt"
  1. Read the whole transcript before scoring anything — authority or a real timeline often surfaces late, after a criterion looks Missed from the first half alone.
  2. Score the call against each dimension in references/rubric.md. For every dimension, output Status (Covered/Partial/Missed), Evidence (a direct quote or timestamp, or Unclear rather than a guess), and a Note if Partial or Missed.
  3. Run the rubric's reads-well-too check before finalizing.
  4. Write the output in the exact shape under ## Output format.

CSV mode (.csv)

claude "run meeting-to-qualify on ./exports/pipeline.csv"

Structural hygiene sweep, not a call-quality audit — say so explicitly. For deals marked "qualified" or past a qualification stage, check whether fields corresponding to authority, budget, timeline, and urgency are populated and non-trivial. Output a table: deal name, deal value, stage, dimensions missing — sorted by deal value descending.

Output format

Eight dimensions, in the rubric's numbered order:

**1. Problem confirmed as real and urgent** — Covered
Evidence: "we're opening four new stores in Q1 and our current process
just doesn't scale past what we're running now"

**2. Buying authority mapped** — Partial
Evidence: "I own this decision operationally, but anything over $75k goes
through our VP of Retail Ops for sign-off"
Note: named the approver and threshold, but the VP hasn't confirmed
alignment herself yet

Close with a single line:

Go / No-go / Needs one more call — because [the one or two dimensions that decided it].

No section recapping all eight scores again after this.

Do not

  • Don't blend the eight dimensions into a single numeric qualification score — this stays a go/no-go read backed by named dimensions, not a weighted average.
  • Don't infer buying authority from title alone — score it from what the transcript actually shows about the person's path to a decision.
  • Don't add a "recommended next email" or talk-track section unless asked — this skill's job stops at the go/no-go call.

Related skills

  • bant — for a faster four-criterion advance/no-advance read when a full eight-dimension pass isn't needed.
  • sql-to-qualify — for the earlier gate, right after an SQL is assigned, before investing in a full qualification call like this one.
  • qualify-to-poc — for the next checkpoint once a deal clears this read and is heading toward a POC/pilot kickoff.

Sample data

assets/sample-transcript.txt — a short synthetic qualification call. Run against it first before pointing this at anything of your own.

What this does not do

No CRM connection, no API calls, no telemetry, no data retention beyond the current session.

Files bundled with it

These load only when the skill asks for them, so they cost nothing until it runs.

Other skills for the same job

Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.

Need help setting it up?

This page tells you what meeting-to-qualify does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.

Book a call →

The directory stays free. There is nothing gated behind this.