Retention churn prevention

01What is it?
Analyze churn, predict at-risk customers, and design retention strategies. What sets it apart is how it narrows go-to-market work into one specific workflow rather than a broad, generic prompt.
02Inputs
Context for go-to-market work: your goals, audience, constraints, and any source material the skill asks for.
03Output
A ready-to-use result for go-to-market work: the analysis, copy, or recommendations the agent produces.
Install-only

Install as a package

Installs this one skill package for your coding agent, including any supporting files that skill ships with — not every skill in the repository. Read the tutorial.

Terminal
$ npx skills add thatrebeccarae/claude-marketing --skill retention-churn-prevention

Skill instructions

The instruction file for this skill. The skill also includes other files you need to install to use it.

SKILL.md

Retention & Churn Prevention

Analyze churn, predict at-risk customers, and design retention strategies.

Install

git clone https://github.com/thatrebeccarae/claude-marketing.git && cp -r claude-marketing/skills/retention-churn-prevention ~/.claude/skills/

Churn Analysis Framework

Churn Types

TypeDefinitionSignal
VoluntaryCustomer actively cancelsCancellation request, downgrade
InvoluntaryPayment failure, card expiryFailed charge, dunning
SilentStops using but does not cancelUsage decline, no logins

Churn Rate Calculation

Monthly churn rate = Customers lost / Customers at start of month
Annual churn rate = 1 - (1 - monthly rate)^12
Net revenue retention = (Start MRR + Expansion - Contraction - Churn) / Start MRR

Benchmarks

MetricExcellentGoodConcerning
Monthly churn (SaaS)<1%1-2%>3%
Annual churn (SaaS)<5%5-10%>15%
Net revenue retention>120%100-120%<100%

Customer Health Scoring

SignalWeightHealthyAt Risk
Product usage25%Daily/weeklyMonthly or less
Feature adoption20%5+ features1-2 features
Support sentiment15%Positive/noneNegative
Billing health15%On time, expandingLate, downgrading
Engagement15%Opens, clicksIgnores
NPS/CSAT10%Promoter (9-10)Detractor (0-6)

Early Warning Signals

TimeframeSignalAction
7 daysLogin frequency drops 50%+In-app nudge, value reminder
14 daysKey feature usage stopsCS outreach, usage tips
30 daysNo logins for 2+ weeksPersonal CS email, re-engagement
60 daysNPS detractor, unresolved ticketExecutive escalation, save offer
90 daysCancellation signalsRetention call, custom offer

Win-Back Campaigns

Timing

Post-Churn PeriodResponse RateApproach
0-7 days15-25%Immediate save, address exit reason
7-30 days8-15%New feature announcement, incentive
30-90 days3-8%Major update, significant discount
90+ days<3%Annual check-in

Win-Back Sequence

Email 1 (Day 1): Address exit reason, offer to help
Email 2 (Day 7): New features since they left
Email 3 (Day 14): Comeback incentive (discount or extended trial)
Email 4 (Day 30): Final offer with urgency

Retention Levers

  1. Onboarding — Time to first value predicts retention more than any other factor
  2. Engagement loops — Regular touchpoints (weekly reports, digests)
  3. Feature adoption — Users who adopt 3+ features churn 50% less
  4. Community — Community members have 2-3x higher retention
  5. Switching costs — Integrations and data create healthy lock-in
  6. Proactive support — Reach out before problems become cancellations

CLV Calculation

Simple CLV = ARPU / Monthly Churn Rate
Full CLV = ARPU * Gross Margin % * (1 / Churn Rate)
CLV:CAC ratio target: >3:1

Integration with Other Skills

  • klaviyo-analyst — Design retention email flows and win-back sequences
  • customer-journey-mapping — Map retention and advocacy stages
  • google-analytics — Cohort analysis and engagement metrics
  • cro-auditor — Optimize cancellation flow to save more customers

Supporting file: EXAMPLES.md

Retention & Churn Prevention — Examples

Example 1: Build Churn Early Warning System

Prompt

Design a customer health scoring system for our SaaS product. We have login data, feature usage, support tickets, and billing info.

What the skill does

  1. Designs health score with weighted signals (usage 25%, feature depth 20%, support 15%, billing 15%, engagement 15%, NPS 10%)
  2. Defines thresholds: Green (80-100), Yellow (50-79), Red (0-49)
  3. Creates alert triggers for each risk level with recommended CS actions
  4. Proposes automated intervention playbook for Yellow and Red accounts

Example 2: Win-Back Campaign

Prompt

Design a win-back campaign for churned users. We had 340 cancellations last quarter. Top exit reasons: too expensive (40%), not using it enough (35%), switched to competitor (25%).

What the skill does

  1. Segments churned users by exit reason
  2. Designs 3 win-back sequences (one per exit reason): discount offer for price-sensitive, new feature showcase for low-usage, comparison content for competitor-switched
  3. Sets timing: Day 1, 7, 14, 30 cadence
  4. Estimates recovery: 8-12% of price-sensitive, 5-8% of low-usage, 2-3% of competitor-switched

Example 3: Cohort Retention Analysis

Prompt

Analyze our monthly cohort retention curves. January cohort retained 68% at month 3, but March cohort only retained 52%.

What the skill does

  1. Compares cohort curves to identify where March diverges from January
  2. Investigates variables: onboarding changes, product updates, traffic source mix, seasonal factors
  3. Identifies root cause: March cohort had 60% from paid ads (vs January 30%) with lower intent
  4. Recommends: segment retention by acquisition channel, improve paid traffic onboarding, tighten ICP targeting

Supporting file: REFERENCE.md

Retention Churn Prevention Reference

Reference data, benchmarks, and platform-specific details for the Retention Churn Prevention skill.

How do I install Retention churn prevention in Cursor, Claude Code, or Codex?

Run npx skills add thatrebeccarae/claude-marketing --skill retention-churn-prevention in the project where you want it, then ask your agent for the skill by name. The --skill flag installs only Retention churn prevention, not every skill in the repository.

Where does Retention churn prevention come from and what license is it under?

Retention churn prevention comes from the thatrebeccarae/claude-marketing repository on GitHub. That repository has 67 GitHub stars. The skill is published under the MIT license.

Prefer plain text? Read the Retention churn prevention guide as markdown.