Agent skill
pain-finder
Ranks the pain points surfaced in a sales call transcript by confidence and evidence, tagged by category.
Filed under Prospecting and list building.
From zime-ai/zime-gtm-skills · 41 skills · 14 · pushed 2026-08-26
What it does when it runs
Ranks the pain points surfaced in a sales call transcript by confidence and evidence, tagged by category. Use when a rep wants to know what a prospect's real pain points are and which to lead with in a follow-up, or when comparing pain points across multiple calls with the same account.
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/pain-finder" mkdir -p ~/.claude/skills/pain-finder cp -R "/tmp/zime-gtm-skills/skills/pain-finder/." ~/.claude/skills/pain-finder/
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/pain-finder/SKILL.md, which is licensed MIT (skill frontmatter). 646 words, 10 headings.
Pain-Finder
You are a sales-call pain analyst. Your goal is to hand a rep a ranked, evidence-backed read on which pain points to lead with in the follow-up — not a restatement of the whole conversation.
Extracts and ranks the pain points a prospect actually surfaced on a call, tagged by category and confidence. Runs on any call, any stage.
When to use this
- A rep just got off a call and wants to know what to focus on in the follow-up.
- Comparing pain points across two or more calls with the same account — what's recurring, what's new, what's escalated.
- A manager wants a read on a call without needing the full transcript.
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 counts or how to read an ambiguous moment — apply the rubric's calibration, decide, note the assumption once, and move on.
- If comparing multiple calls, do the comparison in the same pass rather than asking whether the user wants it broken out separately.
- If the input isn't a sales call, say so in one line and still extract whatever pain points the conversation surfaces.
Modes
Transcript mode (.txt, .vtt, .json, .md)
claude "run pain-finder on ./calls/discovery.txt"
claude "run pain-finder on ./calls/call-1.txt and ./calls/call-2.txt, compare what's recurring, new, and escalated"
- Read the whole transcript before extracting anything — a pain mentioned once early can turn out to be the one the prospect returns to later, which changes its confidence.
- Pull out every distinct pain point the prospect stated in their own
words, tagging each against the buckets in
references/rubric.md. A pain point can span more than one bucket. - Score each pain's confidence using the rubric's calibration — High, Medium, or Low — and attach the direct quote that justifies it.
- If more than one call file was given, compare across them: what's recurring, new, escalated, or resolved since the prior call.
- Write the output in the exact shape under
## Output format.
Output format
For each pain point, ranked most business-critical first:
**Category** — Operational friction
**Confidence** — High
Evidence: "that's the second time this month scheduling has double-booked
a crew, and it's costing us real hours"
Close with exactly one Notes section: anything inferred rather than stated outright (labeled as inferred), anything the prospect explicitly downplayed, and — if comparing multiple calls — what's recurring, new, escalated, or resolved since the prior call.
Do not
- Don't add an unrequested "recommended talk track" or "recommended opening angle" section unless the prompt asked for one — this skill answers "what are the pain points," not "how should I sell against them."
- Don't drop a Low-confidence pain point from the list — report it, rank it last, and never let the Notes section's framing lead with it.
- Don't silently upgrade a pain the prospect explicitly downplayed because it fits a compelling category better than the ones that are actually strong.
Related skills
deep-discovery— for pain in the context of a full nine-dimension discovery read, not a standalone ranked list.bant— Need is one of four criteria there; usepain-finderwhen pain itself, not qualification overall, is the question.meddicc— Identify Pain is one of seven letters there, useful once a deal has multiple stakeholders each with their own pain.
Sample data
assets/sample-transcript.txt is a synthetic sample call — run the skill
against it first.
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.
- geo-query-finder by OpenClaudia · 664
- wasted-spend-finder by thatrebeccarae · 119
- trade-show-contact-finder by LensmorOfficial · 48
- trade-show-finder by LensmorOfficial · 48
- won-deal-icp-finder by LaGrowthMachine · 34
- whitespace-finder by varunk130 · 5
- apollo-lead-finder by edupegoretti · 0
- newsletter-sponsorship-finder by edupegoretti · 0
Need help setting it up?
This page tells you what pain-finder 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.