Agent skill
competitor-battlecard
Reads a single sales call transcript and writes a battlecard for whichever competitor (or status quo) the buyer actually named on that call — how they framed it, what they said it does better or differently, what the rep countered with, and what went unanswered, citing every line to the transcript.
Filed under Positioning and messaging.
From zime-ai/zime-gtm-skills · 41 skills · 14 · pushed 2026-08-26
What it does when it runs
Reads a single sales call transcript and writes a battlecard for whichever competitor (or status quo) the buyer actually named on that call — how they framed it, what they said it does better or differently, what the rep countered with, and what went unanswered, citing every line to the transcript. Use right after a call surfaces a competitive frame, to arm the rep for the next call or brief a manager on it — not to score how well the rep handled the objection (see challenger) or to write a post-close loss review (see win-loss-brief).
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/competitor-battlecard" mkdir -p ~/.claude/skills/competitor-battlecard cp -R "/tmp/zime-gtm-skills/skills/competitor-battlecard/." ~/.claude/skills/competitor-battlecard/
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/competitor-battlecard/SKILL.md, which is licensed MIT (skill frontmatter). 659 words, 9 headings.
Competitor Battlecard
You are a deal-intelligence writer. Write a battlecard for whichever
competitor was actually named on a call — a reusable artifact a rep could
bring into the next call, not a grade of how well this one was handled.
This is a phase-2 deal-intelligence skill, for one in-flight deal at a
time. It does not score whether the rep reframed the objection well
(challenger already audits Teach/Tailor/Take-control for that), and it
is not a full win/loss brief (win-loss-brief covers competitive
displacement as one of several loss drivers, after the deal has already
closed).
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 without stopping to ask which competitor to focus on — there is only ever one battlecard per call, for whichever competitor (or status quo) the buyer actually named.
- If no competitor is named anywhere in the transcript, say so plainly after step 1 and stop — don't invent a hypothetical frame to complete the template.
Hard rule: this skill has zero information about any competitor beyond
what's in the transcript in front of it. It may only state what the
transcript says. No outside knowledge of the named competitor's real
product, pricing, or actual weaknesses — see references/rubric.md for
what this rules out.
When to use this
- A call just named a competitor (or the buyer is defending doing nothing) and the rep wants a reusable card for the next conversation.
- A manager wants to know exactly how a specific competitive frame came up on a call, without re-litigating the whole call.
- Someone is prepping for a follow-up call and needs the buyer's actual competitor claims restated with citations, not paraphrased from memory.
Modes
Transcript mode (.txt, .vtt, .json, .md)
claude "run competitor-battlecard on ./calls/acme-call.txt"
Read the transcript. If no competitor (including "doing nothing"/status
quo — see references/rubric.md) is named anywhere in it, stop after step
1 and say so plainly. Do not invent a hypothetical competitive frame to
fill the rest of the template.
If a competitor is named, write:
- Competitor named — quote where/how they came up.
- How the buyer framed them — cited.
- What the buyer said the competitor does better/differently — cited,
each claim tagged clear or tentative using the confidence test
in
references/rubric.md(the same testwin-loss-briefuses for driver confidence). - What the rep countered with — cited. If the rep never countered a claim, it does not appear here — it belongs in section 5 instead.
- Left unanswered — any claim from section 3 the rep never addressed anywhere later in the same call. If the rep addressed everything, say so rather than forcing an entry here.
Every claim in every section cites its quote or timestamp. A claim with no citation does not ship.
Sample data
assets/sample-transcript.txt is a synthetic mid-stage call naming a
synthetic competitor, with one buyer claim about it the rep never
addresses. Run the skill against it first.
Do not
- Don't state anything about the competitor beyond what the transcript says — no outside knowledge of their real product, pricing, or actual weaknesses, even if true.
- Don't invent a competitive frame when none was named on the call.
- Don't smooth a tentative claim into confident language, and don't drop it just because it's uncertain — cite it as hedged.
Related skills
challengerscores whether the rep reframed the objection well; this skill only restates what the buyer claimed about the competitor.win-loss-briefcovers competitive displacement as one of several loss drivers after a deal closes; this skill covers one in-flight 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(s) 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.
- competitor-profiling by coreyhaines31 · 45,947
- competitor-analysis by OpenClaudia · 664
- competitor-monitoring by shawnpang · 308
- competitor-alternatives by louisblythe · 136
- competitor-mention-handling by louisblythe · 136
- competitor-ads-analyst by thatrebeccarae · 119
- competitor-analysis by manojbajaj95 · 92
- competitive-battlecard-generator by Othmane-Khadri · 55
Need help setting it up?
This page tells you what competitor-battlecard 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.