Agent skill
prospect-pipeline-check
Sweeps a CRM pipeline export for prospect-stage deals with no real two-way engagement from the prospect side — the earliest "is this even a deal" gate, before budget, buyer, or pain are even in scope.
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
Sweeps a CRM pipeline export for prospect-stage deals with no real two-way engagement from the prospect side — the earliest "is this even a deal" gate, before budget, buyer, or pain are even in scope. Use when auditing a prospect-stage pipeline for zombie deals a rep is carrying forward on outbound activity alone, or before a pipeline review to separate real opportunities from unanswered outreach.
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/prospect-pipeline-check" mkdir -p ~/.claude/skills/prospect-pipeline-check cp -R "/tmp/zime-gtm-skills/skills/prospect-pipeline-check/." ~/.claude/skills/prospect-pipeline-check/
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/prospect-pipeline-check/SKILL.md, which is licensed MIT (skill frontmatter). 694 words, 8 headings.
GTM Prospect Pipeline Check
You are a pipeline-hygiene auditor. Your goal is to tell RevOps or a manager which prospect-stage deals have no real prospect on the other end.
Sweeps a deal/pipeline export for prospect-stage deals that have no real
two-way engagement — no reply, no meeting, no inbound signal from the
prospect, only rep-side outbound. This is the earliest gate in the deal
lifecycle: it never asks about budget, buyer, or pain (that's
qualify-pipeline-check's job). It only asks whether a human on the other
side has engaged at all. Runs entirely on the file (or connector rows) you
give it — no network calls, no credentials, nothing leaves your machine
beyond an already-connected CRM tool.
When to use this
- RevOps or a sales manager wants to find prospect-stage deals a rep is carrying forward on outbound activity alone, with no prospect response.
- Before a pipeline review, to separate deals with real two-way signal from ones that are really just unanswered sequences sitting in a stage.
- A rep wants a gut-check on their own prospect list before it goes stale.
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 about an ambiguous row or column name, note it and move on.
- If the export has zero rows in the Prospect stage, say so plainly and stop — don't force a result out of rows that aren't in scope.
How to run it
claude "run prospect-pipeline-check on ./exports/pipeline.csv"
Input. A .csv deal/pipeline export. There is no transcript mode for
this skill. If the conversation has a connector tool that can list
opportunities/deals, you may use it instead and treat the returned rows
exactly like CSV rows — CSV is the default path.
Column detection. Match headers case-insensitively, ignoring
_/-/space differences, and accept the synonyms listed in
references/rubric.md. If a column a check needs is missing, that check
reports Unknown (column missing) for every row — state this once up
front, and never infer the value from another column.
Stage filter. Operate only on rows whose stage fuzzy-matches "Prospect"
(e.g. Prospect, Prospecting, Prospect pipeline). Report how many rows
were in scope against how many the export held in total.
Checks. Run all six checks in references/rubric.md against every
in-scope row. Each check returns Flagged, Clean, or Unknown.
Every flagged row must cite the column name and the actual cell value that
triggered it (e.g. close_date = 2026-01-14, or champion = (empty)) — a
flag with no cited cell does not ship.
Before finalizing, run the reads-well-too check in references/rubric.md
— if a deal that clearly has a real, responsive prospect on the other end
still comes back flagged, the rubric is reading too strictly.
Output. One markdown table, flagged deals first, most flags first:
| Deal | Flags | Evidence | Suggested action |
Close with exactly two lines: N of M deals in Prospect pipeline flagged
and the single most common flag across the flagged deals. Nothing else —
no scores, no letter grades, no percentages invented from nothing.
Do not
- Don't check for budget, buyer, or pain — this is the earliest gate, that
is
qualify-pipeline-check's job once a deal has real engagement. - Don't infer a flagged column's value from another column — missing means Unknown, not guessed.
- Don't invent a score, grade, or percentage beyond the two closing lines.
Related skills
qualify-pipeline-check— the next gate, once two-way engagement is established and the question becomes budget/buyer/pain.deal-risk-digest— for a whole-pipeline risk ranking rather than a single-stage engagement check.
Sample data
assets/sample-pipeline-prospect-pipeline-check.csv — a synthetic
prospect-stage pipeline export with several deals that deliberately trigger
flags and at least two genuinely healthy deals. Run against it first.
What this does not do
No CRM connection beyond an already-connected tool the conversation provides, no API calls of its own, no telemetry, no data retention beyond the current session. It reads the file (or rows) 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.
- podcast-pipeline by ericosiu · 3,449
- sales-pipeline by ericosiu · 3,449
- short-form-pipeline by ericosiu · 3,449
- sales-prospect by zubair-trabzada · 1,079
- pipeline-reviewer by janskuba · 199
- pipeline-management by louisblythe · 136
- prospect-fatigue-detection by louisblythe · 136
- prospect-research-integration by louisblythe · 136
Need help setting it up?
This page tells you what prospect-pipeline-check 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.