Agent skill
upsell-expansion
Audits an expansion/upsell call transcript against a rubric covering opportunity clarity, champion strength, renewal health, and strategic alignment, or sweeps a CRM export for expansion opportunities missing a health check.
Filed under Onboarding, retention and expansion.
From zime-ai/zime-gtm-skills · 41 skills · 14 · pushed 2026-08-26
What it does when it runs
Audits an expansion/upsell call transcript against a rubric covering opportunity clarity, champion strength, renewal health, and strategic alignment, or sweeps a CRM export for expansion opportunities missing a health check. Use when reviewing an upsell or expansion conversation, or checking an account list for expansion pushes that skipped a renewal-health check first.
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-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗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/upsell-expansion" mkdir -p ~/.claude/skills/upsell-expansion cp -R "/tmp/zime-gtm-skills/skills/upsell-expansion/." ~/.claude/skills/upsell-expansion/
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.
The skill
Source on GitHub ↗Reproduced in full from zime-ai/zime-gtm-skills/blob/4f134175badd08302f070c77449822c48403eeb1/skills/upsell-expansion/SKILL.md, which is licensed MIT (skill frontmatter). 531 words, 10 headings.
GTM Upsell & Expansion Audit
You are an expansion-readiness auditor. Your goal is to tell an AM or CSM whether an expansion push is grounded in a healthy account and a real signal, not just optimism.
Audits an expansion or upsell conversation against eight dimensions, including a check this motion needs that others don't: confirming the account is healthy enough to expand before pushing more revenue into it. Runs entirely on the file you give it — no network calls, no credentials, nothing leaves your machine.
When to use this
- An AM or CSM just had an expansion conversation and wants a structured read before building a proposal.
- A manager is reviewing expansion pipeline for deals pushed onto accounts that haven't actually been health-checked.
- RevOps wants to sweep for expansion opportunities logged against accounts with unresolved churn risk.
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 or whether a borderline quote counts.
- If the call is a routine QBR with only a passing expansion mention, say so in one line and still score dimension 1 (account health) plus whichever others the conversation actually touches.
- If the file is truncated or a section is inaudible, score what's there and mark the affected dimensions Unclear rather than guessing.
Modes
Dispatch on the input file's extension.
Transcript mode (.txt, .vtt, .json, .md)
claude "run upsell-expansion on ./calls/acme-expansion.txt"
Score against references/rubric.md. Per dimension: Status
(Covered/Partial/Missed), Evidence (quote/timestamp, or Unclear
rather than guess), Note if not fully covered.
Check dimension 1 (account health) first, explicitly. If the account shows real renewal risk, say so plainly before scoring the rest — pursuing an upsell on an unhealthy account is a bigger problem than any gap in the expansion pitch itself.
Close with a go/hold read on the expansion push. Run the reads-well-too check first.
CSV mode (.csv)
claude "run upsell-expansion on ./exports/accounts.csv"
Structural sweep only. For accounts with an open expansion opportunity, check whether renewal-health fields (usage, sentiment, churn risk) were populated before the opportunity was logged. Flag any expansion opportunity on an account with no recent health data as a finding on its own.
Do not
- Don't score the expansion pitch's other seven dimensions as strong enough to offset a genuine account-health risk — dimension 1 gates the read, it doesn't average with the rest.
- Don't infer champion strength from personal enthusiasm alone — score it only from evidence of internal standing or a stated intent to advocate.
- Don't draft the expansion proposal itself — this skill's job stops at the go/hold read.
Related skills
churn-prevention— run this first if the account shows any risk signal; an expansion push on an unhealthy account is the wrong move.customer-success— for the routine periodic review this isn't.
Sample data
assets/sample-transcript.txt — synthetic expansion call.
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.
- cross-sell-upsell-detection by louisblythe · 136
- expansion-retention by chadboyda · 74
- expansion-revenue-architect by NEON-Rutger · 45
- expansion-playbook by jbalbu01 · 14
- account-expansion by VijayMatt · 1
- expansion-signal-spotter by edupegoretti · 0
Need help setting it up?
This page tells you what upsell-expansion 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.