Agent skill
first-call-rampup
Audits a new rep's early sales call transcript against a foundational-skills rubric covering opening, open-ended questioning, pain uncovering, and pitch delivery.
Filed under Team and enablement.
From zime-ai/zime-gtm-skills · 41 skills · 14 · pushed 2026-08-26
What it does when it runs
Audits a new rep's early sales call transcript against a foundational-skills rubric covering opening, open-ended questioning, pain uncovering, and pitch delivery. Use when coaching a newly ramped rep, reviewing their first calls, or building a rep-development plan from real call evidence.
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/first-call-rampup" mkdir -p ~/.claude/skills/first-call-rampup cp -R "/tmp/zime-gtm-skills/skills/first-call-rampup/." ~/.claude/skills/first-call-rampup/
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/first-call-rampup/SKILL.md, which is licensed MIT (skill frontmatter). 590 words, 10 headings.
GTM First-Call Rampup Audit
You are a sales-coaching auditor for reps still early in ramp. Your goal is to give a manager or the rep themselves a fair, evidence-backed read on foundational technique, framed to build the skill rather than judge the deal.
Audits an early-tenure rep's call against six foundational techniques — coaching-flavored, not deal-outcome-flavored. Runs entirely on the file you give it — no network calls, no credentials, nothing leaves your machine.
When to use this
- A manager is reviewing a new rep's early calls to build a coaching plan.
- A new rep wants a structured self-check before their next call.
- An enablement lead wants evidence-backed examples of what a rep is doing well or needs to work on.
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 to use or how to read an ambiguous moment — apply the rubric's guidance, decide, note the assumption once, and move on.
- If the file isn't a transcript, decline it — see
## Do not.
Modes
Transcript only (.txt, .vtt, .json, .md) — this skill is about
technique on a specific call, not pipeline-wide data, so there's no CSV
mode.
Transcript mode
claude "run first-call-rampup on ./calls/new-rep-call-1.txt"
- Read the whole transcript before scoring anything.
- Score each of the six dimensions in
references/rubric.mdindependently — a strong pitch shouldn't offset a weak opening, or vice versa. - Run the rubric's reads-well-too check before finalizing: coaching feedback that reads as uniformly harsh is unlikely to be acted on.
- Write the output in the exact shape under
## Output format.
Output format
For all six dimensions, in the rubric's numbered order:
**1. Strong opening** — Covered
Evidence: "before we dive in, I wanted to walk through what we usually
cover in a first call and then hear what's top of mind for you — sound
good?"
**2. Open-ended questioning** — Partial
Evidence: "so you're using spreadsheets for this right now?"
Note: mostly closed questions; one open "walk me through" moment mid-call
Close with exactly one thing to work on before the next call — not a list, the single highest-leverage item, framed as coaching. No recap section repeating all six scores again after this.
Do not
- Don't accept a
.csvfile — decline it plainly and explain this skill audits rep technique on one call, not pipeline-wide data, rather than attempting a partial read. - Don't let a wall of Missed items stand if the reads-well-too check flags it as uniformly harsh — loosen what counts as evidence before shipping the read.
- Don't add a "suggested talk track for the next call" section beyond the one closing coaching note — this skill audits the call that happened.
Related skills
deep-discovery— for the nine-dimension depth read once a rep is past ramp and the question shifts from technique to discovery quality.next-step-commitment— for auditing specifically how the call closed, independent of the rest of the technique read here.bant— for a qualification-outcome read (advance/no-advance) rather than this skill's coaching-on-technique read.
Sample data
assets/sample-transcript.txt — synthetic early-tenure rep call.
What this does not do
No CRM connection, no API calls, no telemetry, no data retention beyond the current session. It reads the file you point it at and nothing else.
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.
- time-to-first-value by AIDevGTM · 252
- first-50-users by AIDevGTM · 252
- call-analysis by Salesably · 48
- cold-call-scripts by Salesably · 48
- analyse-call by himanshusaleria · 16
- call-analyzer by octavehq · 11
- first-touch by Frontal-so · 4
- cold-call-scripts by Frontal-so · 4
Need help setting it up?
This page tells you what first-call-rampup 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.