---
title: "Hidden Rescue Plan — Retention Growth Tactic"
description: "An unlisted, cheaper plan offered only inside the Cancel Flow—right-size the subscriber to a plan their usage justifies instead of discounting the one it no longer does."
canonical: "https://churnkey.co/growth/library/hidden-rescue-plan"
category: "growth"
related:
  - /growth/library/index.html.md
  - /growth/library/methodology.html.md
  - /feature/cancel-flows.html.md
last_updated: "2026-06-09"
---

# Hidden Rescue Plan

An unlisted, cheaper plan offered only inside the Cancel Flow—right-size the subscriber to a plan their usage justifies instead of discounting the one it no longer does.

- **Stage:** Retention
- **Evidence grade:** validated (replicated across many companies)
- **Evidence:** Plan right-sizing outperforms price-cutting at the save moment
- **Trigger type:** Event
- **Channels:** cancel modal

## What is it?

When a subscriber cancels and gives "too expensive" as the reason, the literal reading is usually wrong. The price did not change; the usage did. What they mean is "too expensive for how I use it"—they are paying for a plan sized to the customer they were, not the customer they are. A discount answers the literal complaint and leaves the mismatch intact.

The hidden rescue plan answers the real one. It is a cheaper plan that does not appear on the public pricing page, offered only inside the Cancel Flow to subscribers cancelling on price. Instead of cutting the price of a plan they have outgrown downward, the org moves them to a plan matched to their actual usage—at full price for that plan, with full price integrity preserved on every public tier.

## What the evidence shows

Save-discounts offered at the cancel moment retain only 22 percent of the subscribers who take them. A subscriber who has decided the value equation is broken takes the discount, keeps the broken equation, and churns a cycle later. The discount buys a billing period, not a relationship.

Plan right-sizing performs differently because it repairs the equation rather than papering over it. Across hundreds of orgs running cancel-flow saves, moving a price-driven canceller to a plan their usage justifies outperforms cutting the price of the plan it does not—the subscriber stays at a price that is sustainable for them and honest for the org. The advantage replicates across orgs; the magnitude varies with how well the rescue plan matches real usage tiers.

## How it runs

In production, the Cancel Flow detects a price-driven cancellation—via the stated reason or the org’s configuration—and presents the rescue plan as an alternative to leaving: a smaller plan, a real price, and a plain statement of what changes. Accepting it moves the subscription to the new plan through the billing provider; nothing about the move is provisional or manual.

The plan itself has to be real. It is billed correctly, supported like any public tier, and viable for the org to operate indefinitely—a dead-end SKU that strands subscribers in an unsupported corner converts the save into a slower cancellation. And it stays hidden: the rescue plan exists for retention, never for acquisition, so it never appears on the pricing page or in sales conversations.

## Run it with the Churnkey MCP

This tactic runs via the Churnkey MCP. Connect it to your favorite AI agent and it reads your own usage and billing data, then recommends and runs the plays most likely to move your LTV — starting with whether this one fits.

**Trigger:** A subscriber in the Cancel Flow indicates a price-driven cancellation reason.

**Surface:** An offer screen inside the cancel modal, presented as an alternative to completing the cancellation.

**Guardrails:**

- Real plan: the rescue plan is billed, supported, and operable indefinitely—never a dead-end SKU that strands the subscriber.
- Reason-gated: offer the rescue plan only on price-driven cancel reasons, not as a blanket counter to every cancellation.
- Rate limit: one rescue-plan move per subscriber per year, so right-sizing stays a correction rather than a ratchet.
- Price integrity: the hidden plan never appears on the public pricing page or in acquisition channels—it exists only inside the save moment.

**Evidence:** Save-discounts at the cancel moment retain only 22 percent of takers, because the discount preserves the broken value equation. Plan right-sizing keeps the relationship at a price the usage justifies, and the advantage replicates across hundreds of orgs running cancel-flow saves.

**How to run it:**

1. Define a real, supportable plan below the lowest public tier, priced to what a low-usage subscriber’s activity justifies.
2. Keep the plan unlisted: exclude it from the pricing page, checkout, and all acquisition surfaces.
3. Gate the offer on price-driven cancel reasons captured in the Cancel Flow.
4. Execute accepted moves through the billing provider as a standard plan change, effective on the current cycle.
5. Track retention of rescued subscribers against discount-takers and cancellers, and enforce the one-move-per-year limit per subscriber.

Install the MCP server:

```bash
npm install -g @churnkey/mcp
```

The full reference is in the [Churnkey MCP docs](https://docs.churnkey.co/data-integrations/mcp).

## Related

- [Growth Tactics Library](/growth/library/index.html.md) — The full register of graded growth plays.
- [How Tactics Are Graded](/growth/library/methodology.html.md) — The four-grade evidence ladder behind this grade.
- [Cancel Flows](/feature/cancel-flows.html.md) — The Churnkey feature this tactic maps to in production.
