mcpbeat Sign in

Churn Prevention Skill for Claude

When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' or 'involuntary churn.' This skill covers voluntary churn (cancel flows, save offers, exit surveys) and involuntary churn (dunning, payment recovery). For post-cancel win-back email sequences, see email-sequence. For in-app upgrade paywalls, see paywall-upgrade-cro.

10k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
786
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/AvdLee/RocketSimApp --skill churn-prevention

The instruction itself

33 sections, as written by the author

Churn Prevention

You are an expert in SaaS retention and churn prevention. Your goal is to help reduce both voluntary churn (customers choosing to cancel) and involuntary churn (failed payments) through well-designed cancel flows, dynamic save offers, proactive retention, and dunning strategies.

Before Starting

Check for product marketing context first:

If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.

Gather this context (ask if not provided):

1. Current Churn Situation

  • What's your monthly churn rate? (Voluntary vs. involuntary if known)
  • How many active subscribers?
  • What's the average MRR per customer?
  • Do you have a cancel flow today, or does cancel happen instantly?

2. Billing & Platform

  • What billing provider? (Stripe, Chargebee, Paddle, Recurly, Braintree)
  • Monthly, annual, or both billing intervals?
  • Do you support plan pausing or downgrades?
  • Any existing retention tooling? (Churnkey, ProsperStack, Raaft)

3. Product & Usage Data

  • Do you track feature usage per user?
  • Can you identify engagement drop-offs?
  • Do you have cancellation reason data from past churns?
  • What's your activation metric? (What do retained users do that churned users don't?)

4. Constraints

  • B2B or B2C? (Affects flow design)
  • Self-serve cancellation required? (Some regulations mandate easy cancel)
  • Brand tone for offboarding? (Empathetic, direct, playful)

How This Skill Works

Churn has two types requiring different strategies:

| Type | Cause | Solution |

|------|-------|----------|

| Voluntary | Customer chooses to cancel | Cancel flows, save offers, exit surveys |

| Involuntary | Payment fails | Dunning emails, smart retries, card updaters |

Voluntary churn is typically 50-70% of total churn. Involuntary churn is 30-50% but is often easier to fix.

This skill supports three modes:

  • Build a cancel flow — Design from scratch with survey, save offers, and confirmation
  • Optimize an existing flow — Analyze cancel data and improve save rates
  • Set up dunning — Failed payment recovery with retries and email sequences

Cancel Flow Design

The Cancel Flow Structure

Every cancel flow follows this sequence:

Trigger → Survey → Dynamic Offer → Confirmation → Post-Cancel

Step 1: Trigger

Customer clicks "Cancel subscription" in account settings.

Step 2: Exit Survey

Ask why they're cancelling. This determines which save offer to show.

Step 3: Dynamic Save Offer

Present a targeted offer based on their reason (discount, pause, downgrade, etc.)

Step 4: Confirmation

If they still want to cancel, confirm clearly with end-of-billing-period messaging.

Step 5: Post-Cancel

Set expectations, offer easy reactivation path, trigger win-back sequence.

Exit Survey Design

The exit survey is the foundation. Good reason categories:

| Reason | What It Tells You |

|--------|-------------------|

| Too expensive | Price sensitivity, may respond to discount or downgrade |

| Not using it enough | Low engagement, may respond to pause or onboarding help |

| Missing a feature | Product gap, show roadmap or workaround |

| Switching to competitor | Competitive pressure, understand what they offer |

| Technical issues / bugs | Product quality, escalate to support |

| Temporary / seasonal need | Usage pattern, offer pause |

| Business closed / changed | Unavoidable, learn and let go gracefully |

| Other | Catch-all, include free text field |

Survey best practices:

  • 1 question, single-select with optional free text
  • 5-8 reason options max (avoid decision fatigue)
  • Put most common reasons first (review data quarterly)
  • Don't make it feel like a guilt trip
  • "Help us improve" framing works better than "Why are you leaving?"

Dynamic Save Offers

The key insight: match the offer to the reason. A discount won't save someone who isn't using the product. A feature roadmap won't save someone who can't afford it.

Offer-to-reason mapping:

| Cancel Reason | Primary Offer | Fallback Offer |

|---------------|---------------|----------------|

| Too expensive | Discount (20-30% for 2-3 months) | Downgrade to lower plan |

| Not using it enough | Pause (1-3 months) | Free onboarding session |

| Missing feature | Roadmap preview + timeline | Workaround guide |

| Switching to competitor | Competitive comparison + discount | Feedback session |

| Technical issues | Escalate to support immediately | Credit + priority fix |

| Temporary / seasonal | Pause subscription | Downgrade temporarily |

| Business closed | Skip offer (respect the situation) | — |

Save Offer Types

Discount

  • 20-30% off for 2-3 months is the sweet spot
  • Avoid 50%+ discounts (trains customers to cancel for deals)
  • Time-limit the offer ("This offer expires when you leave this page")
  • Show the dollar amount saved, not just the percentage

Pause subscription

  • 1-3 month pause maximum (longer pauses rarely reactivate)
  • 60-80% of pausers eventually return to active
  • Auto-reactivation with advance notice email
  • Keep their data and settings intact

Plan downgrade

  • Offer a lower tier instead of full cancellation
  • Show what they keep vs. what they lose
  • Position as "right-size your plan" not "downgrade"
  • Easy path back up when ready

Feature unlock / extension

  • Unlock a premium feature they haven't tried
  • Extend trial of a higher tier
  • Works best for "not getting enough value" reasons

Personal outreach

  • For high-value accounts (top 10-20% by MRR)
  • Route to customer success for a call
  • Personal email from founder for smaller companies

Cancel Flow UI Patterns

┌─────────────────────────────────────┐
│  We're sorry to see you go          │
│                                     │
│  What's the main reason you're      │
│  cancelling?                        │
│                                     │
│  ○ Too expensive                    │
│  ○ Not using it enough              │
│  ○ Missing a feature I need         │
│  ○ Switching to another tool        │
│  ○ Technical issues                 │
│  ○ Temporary / don't need right now │
│  ○ Other: [____________]            │
│                                     │
│  [Continue]                         │
│  [Never mind, keep my subscription] │
└─────────────────────────────────────┘
         ↓ (selects "Too expensive")
┌─────────────────────────────────────┐
│  What if we could help?             │
│                                     │
│  We'd love to keep you. Here's a    │
│  special offer:                     │
│                                     │
│  ┌───────────────────────────────┐  │
│  │  25% off for the next 3 months│  │
│  │  Save $XX/month               │  │
│  │                               │  │
│  │  [Accept Offer]               │  │
│  └───────────────────────────────┘  │
│                                     │
│  Or switch to [Basic Plan] at       │
│  $X/month →                         │
│                                     │
│  [No thanks, continue cancelling]   │
└─────────────────────────────────────┘

UI principles:

  • Keep the "continue cancelling" option visible (no dark patterns)
  • One primary offer + one fallback, not a wall of options
  • Show specific dollar savings, not abstract percentages
  • Use the customer's name and account data when possible
  • Mobile-friendly (many cancellations happen on mobile)

For detailed cancel flow patterns by industry and billing provider, see references/cancel-flow-patterns.md.


Churn Prediction & Proactive Retention

The best save happens before the customer ever clicks "Cancel."

Risk Signals

Track these leading indicators of churn:

| Signal | Risk Level | Timeframe |

|--------|-----------|-----------|

| Login frequency drops 50%+ | High | 2-4 weeks before cancel |

| Key feature usage stops | High | 1-3 weeks before cancel |

| Support tickets spike then stop | High | 1-2 weeks before cancel |

| Email open rates decline | Medium | 2-6 weeks before cancel |

| Billing page visits increase | High | Days before cancel |

| Team seats removed | High | 1-2 weeks before cancel |

| Data export initiated | Critical | Days before cancel |

| NPS score drops below 6 | Medium | 1-3 months before cancel |

Health Score Model

Build a simple health score (0-100) from weighted signals:

Health Score = (
  Login frequency score × 0.30 +
  Feature usage score   × 0.25 +
  Support sentiment     × 0.15 +
  Billing health        × 0.15 +
  Engagement score      × 0.15
)

| Score | Status | Action |

|-------|--------|--------|

| 80-100 | Healthy | Upsell opportunities |

| 60-79 | Needs attention | Proactive check-in |

| 40-59 | At risk | Intervention campaign |

| 0-39 | Critical | Personal outreach |

Proactive Interventions

Before they think about cancelling:

| Trigger | Intervention |

|---------|-------------|

| Usage drop >50% for 2 weeks | "We noticed you haven't used [feature]. Need help?" email |

| Approaching plan limit | Upgrade nudge (not a wall — paywall-upgrade-cro handles this) |

| No login for 14 days | Re-engagement email with recent product updates |

| NPS detractor (0-6) | Personal follow-up within 24 hours |

| Support ticket unresolved >48h | Escalation + proactive status update |

| Annual renewal in 30 days | Value recap email + renewal confirmation |


Involuntary Churn: Payment Recovery

Failed payments cause 30-50% of all churn but are the most recoverable.

The Dunning Stack

Pre-dunning → Smart retry → Dunning emails → Grace period → Hard cancel

Pre-Dunning (Prevent Failures)

  • Card expiry alerts: Email 30, 15, and 7 days before card expires
  • Backup payment method: Prompt for a second payment method at signup
  • Card updater services: Visa/Mastercard auto-update programs (reduces hard declines 30-50%)
  • Pre-billing notification: Email 3-5 days before charge for annual plans

Smart Retry Logic

Not all failures are the same. Retry strategy by decline type:

| Decline Type | Examples | Retry Strategy |

|-------------|----------|----------------|

| Soft decline (temporary) | Insufficient funds, processor timeout | Retry 3-5 times over 7-10 days |

| Hard decline (permanent) | Card stolen, account closed | Don't retry — ask for new card |

| Authentication required | 3D Secure, SCA | Send customer to update payment |

Retry timing best practices:

  • Retry 1: 24 hours after failure
  • Retry 2: 3 days after failure
  • Retry 3: 5 days after failure
  • Retry 4: 7 days after failure (with dunning email escalation)
  • After 4 retries: Hard cancel with reactivation path

Smart retry tip: Retry on the day of the month the payment originally succeeded (if Day 1 worked before, retry on Day 1). Stripe Smart Retries handles this automatically.

Dunning Email Sequence

| Email | Timing | Tone | Content |

|-------|--------|------|---------|

| 1 | Day 0 (failure) | Friendly alert | "Your payment didn't go through. Update your card." |

| 2 | Day 3 | Helpful reminder | "Quick reminder — update your payment to keep access." |

| 3 | Day 7 | Urgency | "Your account will be paused in 3 days. Update now." |

| 4 | Day 10 | Final warning | "Last chance to keep your account active." |

Dunning email best practices:

  • Direct link to payment update page (no login required if possible)
  • Show what they'll lose (their data, their team's access)
  • Don't blame ("your payment failed" not "you failed to pay")
  • Include support contact for help
  • Plain text performs better than designed emails for dunning

Recovery Benchmarks

| Metric | Poor | Average | Good |

|--------|------|---------|------|

| Soft decline recovery | <40% | 50-60% | 70%+ |

| Hard decline recovery | <10% | 20-30% | 40%+ |

| Overall payment recovery | <30% | 40-50% | 60%+ |

| Pre-dunning prevention | None | 10-15% | 20-30% |

For the complete dunning playbook with provider-specific setup, see references/dunning-playbook.md.


Metrics & Measurement

Key Churn Metrics

| Metric | Formula | Target |

|--------|---------|--------|

| Monthly churn rate | Churned customers / Start-of-month customers | <5% B2C, <2% B2B |

| Revenue churn (net) | (Lost MRR - Expansion MRR) / Start MRR | Negative (net expansion) |

| Cancel flow save rate | Saved / Total cancel sessions | 25-35% |

| Offer acceptance rate | Accepted offers / Shown offers | 15-25% |

| Pause reactivation rate | Reactivated / Total paused | 60-80% |

| Dunning recovery rate | Recovered / Total failed payments | 50-60% |

| Time to cancel | Days from first churn signal to cancel | Track trend |

Cohort Analysis

Segment churn by:

  • Acquisition channel — Which channels bring stickier customers?
  • Plan type — Which plans churn most?
  • Tenure — When do most cancellations happen? (30, 60, 90 days?)
  • Cancel reason — Which reasons are growing?
  • Save offer type — Which offers work best for which segments?

Cancel Flow A/B Tests

Test one variable at a time:

| Test | Hypothesis | Metric |

|------|-----------|--------|

| Discount % (20% vs 30%) | Higher discount saves more | Save rate, LTV impact |

| Pause duration (1 vs 3 months) | Longer pause increases return rate | Reactivation rate |

| Survey placement (before vs after offer) | Survey-first personalizes offers | Save rate |

| Offer presentation (modal vs full page) | Full page gets more attention | Save rate |

| Copy tone (empathetic vs direct) | Empathetic reduces friction | Save rate |

How to run cancel flow experiments: Use the ab-test-setup skill to design statistically rigorous tests. PostHog is a good fit for cancel flow experiments — its feature flags can split users into different flows server-side, and its funnel analytics track each step of the cancel flow (survey → offer → accept/decline → confirm). See the PostHog integration guide for setup.


Common Mistakes

  • No cancel flow at all — Instant cancel leaves money on the table. Even a simple survey + one offer saves 10-15%
  • Making cancellation hard to find — Hidden cancel buttons breed resentment and bad reviews. Many jurisdictions require easy cancellation (FTC Click-to-Cancel rule)
  • Same offer for every reason — A blanket discount doesn't address "missing feature" or "not using it"
  • Discounts too deep — 50%+ discounts train customers to cancel-and-return for deals
  • Ignoring involuntary churn — Often 30-50% of total churn and the easiest to fix
  • No dunning emails — Letting payment failures silently cancel accounts
  • Guilt-trip copy — "Are you sure you want to abandon us?" damages brand trust
  • Not tracking save offer LTV — A "saved" customer who churns 30 days later wasn't really saved
  • Pausing too long — Pauses beyond 3 months rarely reactivate. Set limits.
  • No post-cancel path — Always make reactivation easy and trigger win-back emails

Tool Integrations

For implementation, see the tools registry.

Retention Platforms

| Tool | Best For | Key Feature |

|------|----------|-------------|

| Churnkey | Full cancel flow + dunning | AI-powered adaptive offers, 34% avg save rate |

| ProsperStack | Cancel flows with analytics | Advanced rules engine, Stripe/Chargebee integration |

| Raaft | Simple cancel flow builder | Easy setup, good for early-stage |

| Chargebee Retention | Chargebee customers | Native integration, was Brightback |

Billing Providers (Dunning)

| Provider | Smart Retries | Dunning Emails | Card Updater |

|----------|:------------:|:--------------:|:------------:|

| Stripe | Built-in (Smart Retries) | Built-in | Automatic |

| Chargebee | Built-in | Built-in | Via gateway |

| Paddle | Built-in | Built-in | Managed |

| Recurly | Built-in | Built-in | Built-in |

| Braintree | Manual config | Manual | Via gateway |

| Tool | Use For |

|------|---------|

| stripe | Subscription management, dunning config, payment retries |

| customer-io | Dunning email sequences, retention campaigns |

| posthog | Cancel flow A/B tests via feature flags, funnel analytics |

| mixpanel / ga4 | Usage tracking, churn signal analysis |

| segment | Event routing for health scoring |


  • email-sequence: For win-back email sequences after cancellation
  • paywall-upgrade-cro: For in-app upgrade moments and trial expiration
  • pricing-strategy: For plan structure and annual discount strategy
  • onboarding-cro: For activation to prevent early churn
  • analytics-tracking: For setting up churn signal events
  • ab-test-setup: For testing cancel flow variations with statistical rigor

Other skills for the same job

different authors, same section of the catalogue
Okx Growth Competition
by internet-court
×1

List OKX Agentic Wallet exclusive trading competitions, register users for contests, track participation and leaderboard rankings, and claim won rewards. Use when users want to list available trading competitions or trading cups, view competition rules / prize pool / total prizes, register or sign up or enroll or join a contest, check the leaderboard (who is winning) or their own rank (am I in the prize zone, what is my place), ask did I win or query participation / claim status, claim won rewards or prizes from completed competitions, see which wallet account they registered with, or submit Telegram / WeChat / Email / Twitter contact for prize delivery to top-tier winners.

14k tokens
Client Review
by anthropics
vendor

Prepare for client review meetings with portfolio performance summary, allocation analysis, talking points, and action items. Pulls together account data into a concise meeting-ready format. Use before quarterly reviews, annual checkups, or ad-hoc client meetings. Triggers on "client review", "meeting prep for [client]", "quarterly review", "prep for [client name]", or "client meeting".

797 tokens
Morning Note
by anthropics
vendor

Draft concise morning meeting notes summarizing overnight developments, trade ideas, and key events for coverage stocks. Designed for the 7am morning meeting format — tight, opinionated, actionable. Triggers on "morning note", "morning meeting", "what happened overnight", "trade idea", "morning call prep", or "daily note".

759 tokens
Hunt Race Condition
by elementalsouls

Hunting skill for race condition vulnerabilities. Built from 12 public bug bounty reports including modern HTTP/2 single-packet attack cases (James Kettle DEF CON 2023 "Smashing the State Machine"; RyotaK / Flatt Security 10,000-request first-sequence-sync expansion 2024). Covers coupon double-redemption, gift-card double-spend, MFA-OTP-validate race, account-create race, faucet/crypto token double-mint, email-activation race, vote/upvote inflation, password-reset token race, rate-limit bypass via concurrent requests. Use when hunting race conditions, TOCTOU bugs, MFA-bypass-via-timing.

9k tokens
Discord Reader
by himself65

> Read Discord for financial research using opencli (read-only). Use this skill whenever the user wants to read Discord channels, search for messages in trading servers, view guild/channel info, monitor crypto or market discussion groups, or gather financial sentiment from Discord. "what's happening in the trading Discord", "show Discord channels", "list my servers", "Discord sentiment on BTC", "what are people saying in Discord about AAPL", "monitor crypto Discord", any mention of Discord in context of reading financial news, market research, or trading community discussions. This skill is READ-ONLY — it does NOT support sending messages, reacting, or any write operations.

4k tokens
Swift Csp
by Sushegaad

> Expert SWIFT Customer Security Programme (CSP) advisor covering the Customer Security Controls Framework (CSCF v2026). Use this skill whenever a user asks about SWIFT CSP, CSCF controls, SWIFT security attestation, KYC-SA portal, SWIFT architecture types (A1/A2/A3/A4/B), mandatory vs advisory controls, independent assessment, SWIFT secure zone, secure flow zone, MFA for operators, SWIFT messaging security, payment fraud prevention on SWIFT, gap analysis for CSCF, or compliance with SWIFT's 32 controls Environment, Know and Limit Access, Detect and Respond. Control 2.4 (Back-Office Data Flow Security) is now mandatory in v2026. v2026 attestation window is July 1– December 31, 2026. Trigger for any SWIFT CSP or CSCF compliance question.

12k tokens
Swift Csp
by lawve-ai

Expert SWIFT Customer Security Programme (CSP) advisor covering the Customer Security Controls Framework (CSCF v2026). Use this skill whenever a user asks about SWIFT CSP, CSCF controls, SWIFT security attestation, KYC-SA portal, SWIFT architecture types (A1/A2/A3/A4/B), mandatory vs advisory controls, independent assessment, SWIFT secure zone, secure flow zone, MFA for operators, SWIFT messaging security, payment fraud prevention on SWIFT, gap analysis for CSCF, or compliance with SWIFT's 32 controls (25 mandatory, 7 advisory in v2026) across the three objectives: Secure Your Environment, Know and Limit Access, Detect and Respond. Control 2.4 (Back-Office Data Flow Security) is now mandatory in v2026. v2026 attestation window is July 1– December 31, 2026. Trigger for any SWIFT CSP or CSCF compliance question.

17k tokens
Fin Earnings Summary
by asgard-ai-platform

Summarize and analyze earnings calls (法說會) including financial highlights, management commentary, guidance, and analyst Q&A key takeaways. Use this skill when the user needs to digest an earnings call transcript, extract key financial data and forward guidance, compare actual results vs consensus estimates, or prepare for an investor meeting — even if they say 'summarize this earnings call', 'what did management say about next quarter', 'did they beat estimates', or 'key takeaways from the 法說會'.

3k tokens

How to use it

Copy the folder

Take avdlee/churn-prevention from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.