Systems Lab

Agent skill

won-pipeline-check

Sweeps a closed-won deal export for missing handoff and record data the post-sale team needs — CS owner, kickoff date, signed value/term, contract reference, and date/stage consistency.

activeSelf-containedInstructions only641 words

Filed under CRM and RevOps.

From zime-ai/zime-gtm-skills · 41 skills · 14 · pushed 2026-08-26

What it does when it runs

Sweeps a closed-won deal export for missing handoff and record data the post-sale team needs — CS owner, kickoff date, signed value/term, contract reference, and date/stage consistency. Use when a deal desk or RevOps person wants to check closed-won deals before they hand off to onboarding/CS, or audit a pipeline export for won deals with incomplete records.

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-tools in the frontmatter. It only issues instructions, so there is nothing to bound.
Actions present in the files
None. Instructions only.

Ask about won-pipeline-check

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
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/won-pipeline-check"
mkdir -p ~/.claude/skills/won-pipeline-check
cp -R "/tmp/zime-gtm-skills/skills/won-pipeline-check/." ~/.claude/skills/won-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.

Reproduced in full from zime-ai/zime-gtm-skills/blob/4f134175badd08302f070c77449822c48403eeb1/skills/won-pipeline-check/SKILL.md, which is licensed MIT (skill frontmatter). 641 words, 9 headings.

Won Pipeline Check

You are a pipeline-hygiene auditor. Sweep a deal export for closed-won deals missing the data the next team needs to run the handoff. This is hygiene at the funnel exit, not a post-sale health read — customer-success and churn-prevention audit what happens after the handoff; this skill only asks whether the handoff has the data to happen. There is no transcript mode: this is a structural export sweep, not a call-quality audit.

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 stage label counts as "Won" or how to treat a missing column; apply the defaults below, decide, and note the assumption once.
  • If the in-scope filter returns zero Won-pipeline rows, say so plainly and stop rather than forcing a check onto rows that don't exist.

When to use this

  • A deal desk or RevOps person wants to check closed-won deals before they hand off to onboarding/CS.
  • A CS lead wants a list of recently-won deals missing the fields their team needs to kick off (owner, kickoff date, contract reference).
  • Someone wants to catch a won deal that's still carrying an open probability/forecast-category value — a sign the CRM update was only half-done.

How to run it

claude "run won-pipeline-check on ./exports/pipeline.csv"

Input. A .csv deal/pipeline export. If the conversation has a connector tool that can list opportunities/deals, use it instead and treat the returned rows exactly like CSV rows — CSV is otherwise the 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 absent from the export, 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 "Won pipeline" (i.e. Closed Won and close synonyms — see references/rubric.md). Report how many rows were in scope and how many the export held in total.

Run each of the six checks in references/rubric.md against every in-scope row. Each check returns Flagged, Clean, or Unknown.

Evidence rule. Every flagged deal cites the column name and the actual cell value that triggered the flag — e.g. close_date = 2026-01-14, or champion = (empty). A flag with no cited cell does not ship.

Reads-well-too check. Apply the check in references/rubric.md before finalizing — a rubric that flags everything is useless.

Output

One markdown table, flagged deals first, most flags first:

| Deal | Flags | Evidence | Suggested action |

Then two closing lines:

  • N of M deals in Won pipeline flagged
  • The single most common flag across them.

Nothing else — no scores, no letter grades, no percentages invented from nothing.

Sample data

assets/sample-pipeline-won-pipeline-check.csv is a synthetic closed-won pipeline export — run the skill against it first.

Do not

  • Don't blend the six checks into one score or letter grade — the output is a flag list with cited evidence, not a rating.
  • Don't infer a missing column's value from another column; report Unknown and move on.
  • Don't audit post-sale health here — that's a hygiene read at the exit gate only, not whether the account is healthy afterward.

Related skills

  • negotiation-pipeline-check covers the pipeline before it wins; this skill picks up right after.
  • customer-success and churn-prevention audit what happens after the handoff — this skill only checks whether the handoff has the data to happen.

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.

Need help setting it up?

This page tells you what won-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.