Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Reduces SaaS churn by designing cancel flows, dynamic save offers, exit surveys, and dunning recovery systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: churn-prevention3description: "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,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers or wants to build systems to prevent it. For post-cancel win-back email sequences, see email-sequence. For in-app upgrade paywalls, see paywall-upgrade-cro."4metadata:5version: 1.1.06---78# Churn Prevention910You 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.1112## Before Starting1314**Check for product marketing context first:**15If `.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.1617Gather this context (ask if not provided):1819### 1. Current Churn Situation20- What's your monthly churn rate? (Voluntary vs. involuntary if known)21- How many active subscribers?22- What's the average MRR per customer?23- Do you have a cancel flow today, or does cancel happen instantly?2425### 2. Billing & Platform26- What billing provider? (Stripe, Chargebee, Paddle, Recurly, Braintree)27- Monthly, annual, or both billing intervals?28- Do you support plan pausing or downgrades?29- Any existing retention tooling? (Churnkey, ProsperStack, Raaft)3031### 3. Product & Usage Data32- Do you track feature usage per user?33- Can you identify engagement drop-offs?34- Do you have cancellation reason data from past churns?35- What's your activation metric? (What do retained users do that churned users don't?)3637### 4. Constraints38- B2B or B2C? (Affects flow design)39- Self-serve cancellation required? (Some regulations mandate easy cancel)40- Brand tone for offboarding? (Empathetic, direct, playful)4142---4344## How This Skill Works4546Churn has two types requiring different strategies:4748| Type | Cause | Solution |49|------|-------|----------|50| **Voluntary** | Customer chooses to cancel | Cancel flows, save offers, exit surveys |51| **Involuntary** | Payment fails | Dunning emails, smart retries, card updaters |5253Voluntary churn is typically 50-70% of total churn. Involuntary churn is 30-50% but is often easier to fix.5455This skill supports three modes:56571. **Build a cancel flow** — Design from scratch with survey, save offers, and confirmation582. **Optimize an existing flow** — Analyze cancel data and improve save rates593. **Set up dunning** — Failed payment recovery with retries and email sequences6061---6263## Cancel Flow Design6465### The Cancel Flow Structure6667Every cancel flow follows this sequence:6869```70Trigger → Survey → Dynamic Offer → Confirmation → Post-Cancel71```7273**Step 1: Trigger**74Customer clicks "Cancel subscription" in account settings.7576**Step 2: Exit Survey**77Ask why they're cancelling. This determines which save offer to show.7879**Step 3: Dynamic Save Offer**80Present a targeted offer based on their reason (discount, pause, downgrade, etc.)8182**Step 4: Confirmation**83If they still want to cancel, confirm clearly with end-of-billing-period messaging.8485**Step 5: Post-Cancel**86Set expectations, offer easy reactivation path, trigger win-back sequence.8788### Exit Survey Design8990The exit survey is the foundation. Good reason categories:9192| Reason | What It Tells You |93|--------|-------------------|94| Too expensive | Price sensitivity, may respond to discount or downgrade |95| Not using it enough | Low engagement, may respond to pause or onboarding help |96| Missing a feature | Product gap, show roadmap or workaround |97| Switching to competitor | Competitive pressure, understand what they offer |98| Technical issues / bugs | Product quality, escalate to support |99| Temporary / seasonal need | Usage pattern, offer pause |100| Business closed / changed | Unavoidable, learn and let go gracefully |101| Other | Catch-all, include free text field |102103**Survey best practices:**104- 1 question, single-select with optional free text105- 5-8 reason options max (avoid decision fatigue)106- Put most common reasons first (review data quarterly)107- Don't make it feel like a guilt trip108- "Help us improve" framing works better than "Why are you leaving?"109110### Dynamic Save Offers111112The 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.113114**Offer-to-reason mapping:**115116| Cancel Reason | Primary Offer | Fallback Offer |117|---------------|---------------|----------------|118| Too expensive | Discount (20-30% for 2-3 months) | Downgrade to lower plan |119| Not using it enough | Pause (1-3 months) | Free onboarding session |120| Missing feature | Roadmap preview + timeline | Workaround guide |121| Switching to competitor | Competitive comparison + discount | Feedback session |122| Technical issues | Escalate to support immediately | Credit + priority fix |123| Temporary / seasonal | Pause subscription | Downgrade temporarily |124| Business closed | Skip offer (respect the situation) | — |125126### Save Offer Types127128**Discount**129- 20-30% off for 2-3 months is the sweet spot130- Avoid 50%+ discounts (trains customers to cancel for deals)131- Time-limit the offer ("This offer expires when you leave this page")132- Show the dollar amount saved, not just the percentage133134**Pause subscription**135- 1-3 month pause maximum (longer pauses rarely reactivate)136- 60-80% of pausers eventually return to active137- Auto-reactivation with advance notice email138- Keep their data and settings intact139140**Plan downgrade**141- Offer a lower tier instead of full cancellation142- Show what they keep vs. what they lose143- Position as "right-size your plan" not "downgrade"144- Easy path back up when ready145146**Feature unlock / extension**147- Unlock a premium feature they haven't tried148- Extend trial of a higher tier149- Works best for "not getting enough value" reasons150151**Personal outreach**152- For high-value accounts (top 10-20% by MRR)153- Route to customer success for a call154- Personal email from founder for smaller companies155156### Cancel Flow UI Patterns157158```159┌─────────────────────────────────────┐160│ We're sorry to see you go │161│ │162│ What's the main reason you're │163│ cancelling? │164│ │165│ ○ Too expensive │166│ ○ Not using it enough │167│ ○ Missing a feature I need │168│ ○ Switching to another tool │169│ ○ Technical issues │170│ ○ Temporary / don't need right now │171│ ○ Other: [____________] │172│ │173│ [Continue] │174│ [Never mind, keep my subscription] │175└─────────────────────────────────────┘176↓ (selects "Too expensive")177┌─────────────────────────────────────┐178│ What if we could help? │179│ │180│ We'd love to keep you. Here's a │181│ special offer: │182│ │183│ ┌───────────────────────────────┐ │184│ │ 25% off for the next 3 months│ │185│ │ Save $XX/month │ │186│ │ │ │187│ │ [Accept Offer] │ │188│ └───────────────────────────────┘ │189│ │190│ Or switch to [Basic Plan] at │191│ $X/month → │192│ │193│ [No thanks, continue cancelling] │194└─────────────────────────────────────┘195```196197**UI principles:**198- Keep the "continue cancelling" option visible (no dark patterns)199- One primary offer + one fallback, not a wall of options200- Show specific dollar savings, not abstract percentages201- Use the customer's name and account data when possible202- Mobile-friendly (many cancellations happen on mobile)203204For detailed cancel flow patterns by industry and billing provider, see [references/cancel-flow-patterns.md](references/cancel-flow-patterns.md).205206---207208## Churn Prediction & Proactive Retention209210The best save happens before the customer ever clicks "Cancel."211212### Risk Signals213214Track these leading indicators of churn:215216| Signal | Risk Level | Timeframe |217|--------|-----------|-----------|218| Login frequency drops 50%+ | High | 2-4 weeks before cancel |219| Key feature usage stops | High | 1-3 weeks before cancel |220| Support tickets spike then stop | High | 1-2 weeks before cancel |221| Email open rates decline | Medium | 2-6 weeks before cancel |222| Billing page visits increase | High | Days before cancel |223| Team seats removed | High | 1-2 weeks before cancel |224| Data export initiated | Critical | Days before cancel |225| NPS score drops below 6 | Medium | 1-3 months before cancel |226227### Health Score Model228229Build a simple health score (0-100) from weighted signals:230231```232Health Score = (233Login frequency score × 0.30 +234Feature usage score × 0.25 +235Support sentiment × 0.15 +236Billing health × 0.15 +237Engagement score × 0.15238)239```240241| Score | Status | Action |242|-------|--------|--------|243| 80-100 | Healthy | Upsell opportunities |244| 60-79 | Needs attention | Proactive check-in |245| 40-59 | At risk | Intervention campaign |246| 0-39 | Critical | Personal outreach |247248### Proactive Interventions249250**Before they think about cancelling:**251252| Trigger | Intervention |253|---------|-------------|254| Usage drop >50% for 2 weeks | "We noticed you haven't used [feature]. Need help?" email |255| Approaching plan limit | Upgrade nudge (not a wall — paywall-upgrade-cro handles this) |256| No login for 14 days | Re-engagement email with recent product updates |257| NPS detractor (0-6) | Personal follow-up within 24 hours |258| Support ticket unresolved >48h | Escalation + proactive status update |259| Annual renewal in 30 days | Value recap email + renewal confirmation |260261---262263## Involuntary Churn: Payment Recovery264265Failed payments cause 30-50% of all churn but are the most recoverable.266267### The Dunning Stack268269```270Pre-dunning → Smart retry → Dunning emails → Grace period → Hard cancel271```272273### Pre-Dunning (Prevent Failures)274275- **Card expiry alerts**: Email 30, 15, and 7 days before card expires276- **Backup payment method**: Prompt for a second payment method at signup277- **Card updater services**: Visa/Mastercard auto-update programs (reduces hard declines 30-50%)278- **Pre-billing notification**: Email 3-5 days before charge for annual plans279280### Smart Retry Logic281282Not all failures are the same. Retry strategy by decline type:283284| Decline Type | Examples | Retry Strategy |285|-------------|----------|----------------|286| Soft decline (temporary) | Insufficient funds, processor timeout | Retry 3-5 times over 7-10 days |287| Hard decline (permanent) | Card stolen, account closed | Don't retry — ask for new card |288| Authentication required | 3D Secure, SCA | Send customer to update payment |289290**Retry timing best practices:**291- Retry 1: 24 hours after failure292- Retry 2: 3 days after failure293- Retry 3: 5 days after failure294- Retry 4: 7 days after failure (with dunning email escalation)295- After 4 retries: Hard cancel with reactivation path296297**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.298299### Dunning Email Sequence300301| Email | Timing | Tone | Content |302|-------|--------|------|---------|303| 1 | Day 0 (failure) | Friendly alert | "Your payment didn't go through. Update your card." |304| 2 | Day 3 | Helpful reminder | "Quick reminder — update your payment to keep access." |305| 3 | Day 7 | Urgency | "Your account will be paused in 3 days. Update now." |306| 4 | Day 10 | Final warning | "Last chance to keep your account active." |307308**Dunning email best practices:**309- Direct link to payment update page (no login required if possible)310- Show what they'll lose (their data, their team's access)311- Don't blame ("your payment failed" not "you failed to pay")312- Include support contact for help313- Plain text performs better than designed emails for dunning314315### Recovery Benchmarks316317| Metric | Poor | Average | Good |318|--------|------|---------|------|319| Soft decline recovery | <40% | 50-60% | 70%+ |320| Hard decline recovery | <10% | 20-30% | 40%+ |321| Overall payment recovery | <30% | 40-50% | 60%+ |322| Pre-dunning prevention | None | 10-15% | 20-30% |323324For the complete dunning playbook with provider-specific setup, see [references/dunning-playbook.md](references/dunning-playbook.md).325326---327328## Metrics & Measurement329330### Key Churn Metrics331332| Metric | Formula | Target |333|--------|---------|--------|334| Monthly churn rate | Churned customers / Start-of-month customers | <5% B2C, <2% B2B |335| Revenue churn (net) | (Lost MRR - Expansion MRR) / Start MRR | Negative (net expansion) |336| Cancel flow save rate | Saved / Total cancel sessions | 25-35% |337| Offer acceptance rate | Accepted offers / Shown offers | 15-25% |338| Pause reactivation rate | Reactivated / Total paused | 60-80% |339| Dunning recovery rate | Recovered / Total failed payments | 50-60% |340| Time to cancel | Days from first churn signal to cancel | Track trend |341342### Cohort Analysis343344Segment churn by:345- **Acquisition channel** — Which channels bring stickier customers?346- **Plan type** — Which plans churn most?347- **Tenure** — When do most cancellations happen? (30, 60, 90 days?)348- **Cancel reason** — Which reasons are growing?349- **Save offer type** — Which offers work best for which segments?350351### Cancel Flow A/B Tests352353Test one variable at a time:354355| Test | Hypothesis | Metric |356|------|-----------|--------|357| Discount % (20% vs 30%) | Higher discount saves more | Save rate, LTV impact |358| Pause duration (1 vs 3 months) | Longer pause increases return rate | Reactivation rate |359| Survey placement (before vs after offer) | Survey-first personalizes offers | Save rate |360| Offer presentation (modal vs full page) | Full page gets more attention | Save rate |361| Copy tone (empathetic vs direct) | Empathetic reduces friction | Save rate |362363**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](../../tools/integrations/posthog.md) for setup.364365---366367## Common Mistakes368369- **No cancel flow at all** — Instant cancel leaves money on the table. Even a simple survey + one offer saves 10-15%370- **Making cancellation hard to find** — Hidden cancel buttons breed resentment and bad reviews. Many jurisdictions require easy cancellation (FTC Click-to-Cancel rule)371- **Same offer for every reason** — A blanket discount doesn't address "missing feature" or "not using it"372- **Discounts too deep** — 50%+ discounts train customers to cancel-and-return for deals373- **Ignoring involuntary churn** — Often 30-50% of total churn and the easiest to fix374- **No dunning emails** — Letting payment failures silently cancel accounts375- **Guilt-trip copy** — "Are you sure you want to abandon us?" damages brand trust376- **Not tracking save offer LTV** — A "saved" customer who churns 30 days later wasn't really saved377- **Pausing too long** — Pauses beyond 3 months rarely reactivate. Set limits.378- **No post-cancel path** — Make reactivation easy and trigger win-back emails, because some churned users will want to come back379380---381382## Tool Integrations383384For implementation, see the [tools registry](../../tools/REGISTRY.md).385386### Retention Platforms387388| Tool | Best For | Key Feature |389|------|----------|-------------|390| **Churnkey** | Full cancel flow + dunning | AI-powered adaptive offers, 34% avg save rate |391| **ProsperStack** | Cancel flows with analytics | Advanced rules engine, Stripe/Chargebee integration |392| **Raaft** | Simple cancel flow builder | Easy setup, good for early-stage |393| **Chargebee Retention** | Chargebee customers | Native integration, was Brightback |394395### Billing Providers (Dunning)396397| Provider | Smart Retries | Dunning Emails | Card Updater |398|----------|:------------:|:--------------:|:------------:|399| **Stripe** | Built-in (Smart Retries) | Built-in | Automatic |400| **Chargebee** | Built-in | Built-in | Via gateway |401| **Paddle** | Built-in | Built-in | Managed |402| **Recurly** | Built-in | Built-in | Built-in |403| **Braintree** | Manual config | Manual | Via gateway |404405### Related CLI Tools406407| Tool | Use For |408|------|---------|409| `stripe` | Subscription management, dunning config, payment retries |410| `customer-io` | Dunning email sequences, retention campaigns |411| `posthog` | Cancel flow A/B tests via feature flags, funnel analytics |412| `mixpanel` / `ga4` | Usage tracking, churn signal analysis |413| `segment` | Event routing for health scoring |414415---416417## Related Skills418419- **email-sequence**: For win-back email sequences after cancellation420- **paywall-upgrade-cro**: For in-app upgrade moments and trial expiration421- **pricing-strategy**: For plan structure and annual discount strategy422- **onboarding-cro**: For activation to prevent early churn423- **analytics-tracking**: For setting up churn signal events424- **ab-test-setup**: For testing cancel flow variations with statistical rigor425