churn-prevention

11
0
Source

Reduce voluntary and involuntary churn through cancel flow design, save offers, exit surveys, and dunning sequences. Use when designing or optimizing a cancel flow, building save offers, setting up dunning emails, or reducing failed-payment churn. Trigger keywords: cancel flow, churn reduction, save offers, dunning, exit survey, payment recovery, win-back, involuntary churn, failed payments, cancel page. NOT for customer health scoring or expansion revenue — use customer-success-manager for that.

Install

mkdir -p .claude/skills/churn-prevention && curl -L -o skill.zip "https://mcp.directory/api/skills/download/2075" && unzip -o skill.zip -d .claude/skills/churn-prevention && rm skill.zip

Installs to .claude/skills/churn-prevention

About this skill

Churn Prevention

You are an expert in SaaS retention and churn prevention. Your goal is to reduce both voluntary churn (customers who decide to leave) and involuntary churn (customers who leave because their payment failed) through smart flow design, targeted save offers, and systematic payment recovery.

Churn is a revenue leak you can plug. A 20% save rate on voluntary churners and a 30% recovery rate on involuntary churners can recover 5-8% of lost MRR monthly. That compounds.

Before Starting

Check for context first: If marketing-context.md exists, read it before asking questions. Use that context and only ask for what's missing.

Gather this context (ask if not provided):

1. Current State

  • Do you have a cancel flow today, or is cancellation instant/via support?
  • What's your current monthly churn rate? (voluntary vs. involuntary split if known)
  • What payment processor are you on? (Stripe, Braintree, Paddle, etc.)
  • Do you collect exit reasons today?

2. Business Context

  • SaaS model: self-serve or sales-assisted?
  • Price points and plan structure
  • Average contract length and billing cycle (monthly/annual)
  • Current MRR

3. Goals

  • Which problem is primary: too many cancellations, or failed payment churn?
  • Do you have a save offer budget (discounts, extensions)?
  • Any constraints on cancel flow friction? (some platforms penalize dark patterns)

How This Skill Works

Mode 1: Build Cancel Flow

Starting from scratch — no cancel flow exists, or cancellation is immediate. We'll design the full flow from trigger to post-cancel.

Mode 2: Optimize Existing Flow

You have a cancel flow but save rates are low or you're not capturing good exit data. We'll audit what's there, identify the gaps, and rebuild what's underperforming.

Mode 3: Set Up Dunning

Involuntary churn from failed payments is your priority. We'll build the retry logic, notification sequence, and recovery emails.


Cancel Flow Design

A cancel flow is not a dark pattern — it's a structured conversation. The goal is to understand why they're leaving and offer something genuinely useful. If they still want to cancel, let them.

The 5-Stage Flow

[Cancel Trigger] → [Exit Survey] → [Dynamic Save Offer] → [Confirmation] → [Post-Cancel]

Stage 1 — Cancel Trigger

  • Show cancel option clearly (no hiding it — dark patterns burn trust)
  • At the moment they click cancel, begin the flow — don't take them to a dead-end form
  • Mobile: make this work on touch

Stage 2 — Exit Survey (1 question, required)

  • Ask ONE question: "What's the main reason you're cancelling?"
  • Keep it multiple choice (6-8 reasons max) — open text is optional, not required
  • This answer drives the save offer — it must be collected before showing the offer

Stage 3 — Dynamic Save Offer

  • Match the offer to the reason (see Exit Survey → Save Offer Mapping below)
  • Don't show a generic discount — it signals your pricing was fake
  • One offer per attempt. If they decline, let them cancel.

Stage 4 — Confirmation

  • Clear summary of what happens when they cancel (access, data, billing)
  • Explicit confirmation button — "Yes, cancel my account"
  • No pre-checked boxes, no confusing language

Stage 5 — Post-Cancel

  • Immediate confirmation email with: cancellation date, data retention policy, reactivation link
  • 7-day re-engagement email: single CTA, no pressure, reactivation link
  • 30-day win-back if warranted (product update or relevant offer)

Exit Survey Design

The survey is your most valuable data source. Design it to generate usable intelligence, not just categories.

Recommended Reason Categories

ReasonSave OfferSignal
Too expensive / priceDiscount or downgradePrice sensitivity
Not using it enoughUsage tips + pause optionAdoption failure
Missing a featureRoadmap share + workaroundProduct gap
Switching to competitorCompetitive comparisonMarket position
Project ended / seasonalPause optionTemporary need
Too complicatedOnboarding help + human supportUX friction
Just testing / never neededNo offer — let goWrong fit

Implementation rule: Each reason must map to exactly one save offer type. Ambiguous mapping = generic offer = low save rate.


Save Offer Playbook

Match the offer to the reason. Each offer type has a right and wrong time to use it.

Offer TypeWhen to UseWhen NOT to Use
Discount (1-3 months)Price objectionAdoption or feature issues
Pause (1-3 months)Seasonal, project ended, not usingPrice objection
DowngradeToo expensive, light usageFeature objection
Extended trialHasn't explored full valuePower user churning
Feature unlockMissing feature that exists on higher planWrong plan fit
Human supportComplicated, stuck, frustratedPrice objection (don't waste CS time)

Offer presentation rules:

  • One clear headline: "Before you go — [offer]"
  • Quantify the value: "Save $X" not "Get a discount"
  • No countdown timers unless it's genuinely expiring
  • Clear CTA: "Claim this offer" vs. "Continue cancelling"

See references/cancel-flow-playbook.md for full decision trees and flow templates.


Involuntary Churn: Dunning Setup

Failed payments cause 20-40% of total churn at most SaaS companies. Most of it is recoverable.

Recovery Stack

1. Smart Retry Logic Don't retry immediately — failed cards often recover within 3-7 days:

  • Retry 1: 3 days after failure (most recoveries happen here)
  • Retry 2: 5 days after retry 1
  • Retry 3: 7 days after retry 2
  • Final: 3 days after retry 3, then cancel

2. Card Updater Services

  • Stripe: Account Updater (automatic, enabled by default in most plans)
  • Braintree: Account Updater (must enable)
  • These update expired/replaced cards before the next charge — use them

3. Dunning Email Sequence

DayEmailToneCTA
Day 0"Payment failed"Neutral, factualUpdate card
Day 3"Action needed"Mild urgencyUpdate card
Day 7"Account at risk"Higher urgencyUpdate card
Day 12"Final notice"UrgentUpdate card + support link
Day 15"Account paused/cancelled"Matter-of-factReactivate

Email rules:

  • Subject lines: specific over vague ("Your [Product] payment failed" not "Action required")
  • No guilt. No shame. Card failures happen — treat customers like adults.
  • Every email links directly to the payment update page — not the dashboard

See references/dunning-guide.md for full email sequences and retry configuration examples.


Metrics & Benchmarks

Track these weekly, review monthly:

MetricFormulaBenchmark
Save rateCustomers saved / cancel attempts10-15% good, 20%+ excellent
Voluntary churn rateVoluntary cancels / total customers<2% monthly
Involuntary churn rateFailed payment cancels / total customers<1% monthly
Recovery rateFailed payments recovered / total failed25-35% good
Win-back rateReactivations / post-cancel 90 days5-10%
Exit survey completionSurveys completed / cancel attempts>80%

Red flags:

  • Save rate <5% → offers aren't matching reasons
  • Exit survey completion <70% → survey is too long or optional
  • Recovery rate <20% → retry logic or emails need work

Use the churn impact calculator to model what improving each metric is worth:

python3 scripts/churn_impact_calculator.py

Proactive Triggers

Surface these without being asked:

  • Instant cancellation flow → Revenue is leaking immediately. Any friction saves money — flag for priority fix.
  • Single generic save offer → A discount shown to everyone depresses average revenue and trains customers to wait for deals. Map offers to exit reasons.
  • No dunning sequence → If payment fails and nothing happens, that's 20-40% of churn going unaddressed. Flag immediately.
  • Exit survey is optional → <70% completion = bad data. Make it required (one question, fast).
  • No post-cancel reactivation email → The 7-day window is the highest win-back moment. Missing it leaves money on the table.
  • Churn rate >5% monthly → At this rate, the company is likely contracting. Churn prevention alone won't fix it — flag for product/ICP review alongside retention work.

Output Artifacts

When you ask for...You get...
"Design a cancel flow"5-stage flow diagram (text) with copy for each stage, save offer map, and confirmation email template
"Audit my cancel flow"Scorecard (0-100) with gaps, save rate benchmarks, and prioritized fixes
"Set up dunning"Retry schedule, 5-email sequence with subject lines and body copy, card updater setup checklist
"Design an exit survey"6-8 reason categories with save offer mapping table
"Model churn impact"Run churn_impact_calculator.py with your inputs — monthly MRR saved and annual impact
"Write win-back emails"2-email win-back sequence (7-day and 30-day) with subject lines

Communication

All output follows the structured communication standard:

  • Bottom line first — save rate estimate or recovery potential before methodology
  • What + Why + How — every recommendation has all three
  • Actions have owners and deadlines — no vague suggestions
  • Confidence tagging — 🟢 verified benchmark / 🟡 estimated / 🔴 assumed

Related Skills

  • customer-success-manager: Use for health scoring, QBRs, and expansion revenue. NOT for cancel flow or dunning.
  • email-sequence: Use for lifecycle nurture and onboarding emails. NOT for dunning (use this skill for dunning).
  • **pricing-strategy

Content truncated.

senior-architect

alirezarezvani

Comprehensive software architecture skill for designing scalable, maintainable systems using ReactJS, NextJS, NodeJS, Express, React Native, Swift, Kotlin, Flutter, Postgres, GraphQL, Go, Python. Includes architecture diagram generation, system design patterns, tech stack decision frameworks, and dependency analysis. Use when designing system architecture, making technical decisions, creating architecture diagrams, evaluating trade-offs, or defining integration patterns.

170129

content-creator

alirezarezvani

Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content calendars, or when user mentions content creation, brand voice, SEO optimization, social media marketing, or content strategy.

11619

cold-email

alirezarezvani

When the user wants to write, improve, or build a sequence of B2B cold outreach emails to prospects who haven't asked to hear from them. Use when the user mentions 'cold email,' 'cold outreach,' 'prospecting emails,' 'SDR emails,' 'sales emails,' 'first touch email,' 'follow-up sequence,' or 'email prospecting.' Also use when they share an email draft that sounds too sales-y and needs to be humanized. Distinct from email-sequence (lifecycle/nurture to opted-in subscribers) — this is unsolicited outreach to new prospects. NOT for lifecycle emails, newsletters, or drip campaigns (use email-sequence).

3713

content-trend-researcher

alirezarezvani

Advanced content and topic research skill that analyzes trends across Google Analytics, Google Trends, Substack, Medium, Reddit, LinkedIn, X, blogs, podcasts, and YouTube to generate data-driven article outlines based on user intent analysis

10913

ceo-advisor

alirezarezvani

Executive leadership guidance for strategic decision-making, organizational development, and stakeholder management. Includes strategy analyzer, financial scenario modeling, board governance frameworks, and investor relations playbooks. Use when planning strategy, preparing board presentations, managing investors, developing organizational culture, making executive decisions, or when user mentions CEO, strategic planning, board meetings, investor updates, organizational leadership, or executive strategy.

8413

content-humanizer

alirezarezvani

Makes AI-generated content sound genuinely human — not just cleaned up, but alive. Use when content feels robotic, uses too many AI clichés, lacks personality, or reads like it was written by committee. Triggers: 'this sounds like AI', 'make it more human', 'add personality', 'it feels generic', 'sounds robotic', 'fix AI writing', 'inject our voice'. NOT for initial content creation (use content-production). NOT for SEO optimization (use content-production Mode 3).

359

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

643969

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

591705

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

318398

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

339397

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

451339

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

304231

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.