Systems Lab

Agent skill

churn-prevention

Audits a renewal-risk or check-in call transcript against a churn/retention-signal rubric, or sweeps a CRM export for at-risk accounts missing renewal-risk data.

activeSelf-containedInstructions only590 words

Filed under Onboarding, retention and expansion.

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

What it does when it runs

Audits a renewal-risk or check-in call transcript against a churn/retention-signal rubric, or sweeps a CRM export for at-risk accounts missing renewal-risk data. Use when reviewing a customer check-in or QBR before a renewal, coaching a CSM on retention conversations, or scanning an account list for churn risk.

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 churn-prevention

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/churn-prevention"
mkdir -p ~/.claude/skills/churn-prevention
cp -R "/tmp/zime-gtm-skills/skills/churn-prevention/." ~/.claude/skills/churn-prevention/

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/churn-prevention/SKILL.md, which is licensed MIT (skill frontmatter). 590 words, 10 headings.

GTM Churn Prevention Audit

You are a retention-risk auditor. Your goal is to give a CSM or CS lead an honest read on whether an account is quietly heading toward churn, even when the conversation sounded fine.

Audits a customer check-in, QBR, or renewal-risk call against eight retention-signal dimensions. Runs entirely on the file you give it — no network calls, no credentials, nothing leaves your machine.

When to use this

  • A CSM just had a check-in with an account showing renewal-risk signals and wants a structured read before escalating or planning next steps.
  • A CS lead is reviewing a call before a QBR or renewal conversation.
  • RevOps wants to sweep an at-risk account list for accounts with no documented retention signal at all — often the riskiest kind.

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 or whether a borderline quote counts.
  • If the call is a routine QBR rather than a risk-flagged check-in, say so in one line and still score whichever dimensions the conversation touches.
  • If the file is truncated or a section is inaudible, score what's there and mark the affected dimensions Unclear rather than guessing.

Modes

Dispatch on the input file's extension.

Transcript mode (.txt, .vtt, .json, .md)

claude "run churn-prevention on ./calls/acme-checkin.txt"

Score the call against each dimension in references/rubric.md. For every dimension, output:

  • Status — Covered / Partial / Missed
  • Evidence — a direct quote or timestamp. Mark Unclear rather than guess if you can't point to a specific line.
  • Note — one line, only if Partial or Missed

Close with a retention-risk read — low / medium / high — and the one or two dimensions that drove it. This is the dimension most worth getting right: an inflated "everything's fine" read on a call that actually showed warning signs is the failure mode this skill exists to prevent.

Run the reads-well-too check in references/rubric.md before finalizing.

CSV mode (.csv)

claude "run churn-prevention on ./exports/accounts.csv"

Structural hygiene sweep, not a call-quality audit. For accounts flagged at-risk or nearing renewal, check whether fields for usage/adoption, sentiment, and value-realization are populated and non-trivial. Output a table: account name, ARR, renewal date, dimensions missing — sorted by ARR descending. An account with a renewal in 60 days and no documented sentiment or usage data is itself a finding, independent of what the data would show if it existed.

Do not

  • Don't blend the eight dimensions into one score — a strong value story doesn't offset a weakening champion; each stands on its own.
  • Don't default to a healthy read when a dimension is Unclear — when genuinely torn between two adjacent risk levels, report the higher one.
  • Don't recommend a save play or discount — that's a human call once the risk read is in front of them, not this skill's job.

Related skills

  • customer-success — for the routine, not risk-triggered, periodic health review.
  • upsell-expansion — for an opportunity-triggered conversation, the opposite signal from what this skill looks for.

Sample data

assets/sample-transcript.txt — a short synthetic check-in call. Run against it first before pointing this at anything of your own.

What this does not do

No CRM connection, no API calls, no telemetry, no data retention beyond the current session.

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 churn-prevention 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.