feat: add churn-prevention skill for cancel flows, save offers, and dunning

Covers voluntary churn (exit surveys, dynamic save offers, pause/downgrade,
cancel flow UI patterns) and involuntary churn (smart retries, dunning emails,
card updaters, grace periods). Includes Churnkey-style offer-to-reason mapping,
health scoring model, proactive retention triggers, and provider-specific
dunning setup for Stripe, Chargebee, Paddle, and Recurly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Corey Haines
2026-02-18 13:56:32 -08:00
parent ce37279f12
commit abb6e87c04
9 changed files with 1158 additions and 1 deletions
+4
View File
@@ -7,6 +7,7 @@ Current versions of all skills. Agents can compare against local versions to che
| ab-test-setup | 1.0.0 | 2026-01-27 |
| ad-creative | 1.0.0 | 2026-02-17 |
| analytics-tracking | 1.0.0 | 2026-01-27 |
| churn-prevention | 1.0.0 | 2026-02-18 |
| cold-email | 1.0.0 | 2026-02-14 |
| competitor-alternatives | 1.0.0 | 2026-01-27 |
| content-strategy | 1.0.0 | 2026-01-27 |
@@ -34,6 +35,9 @@ Current versions of all skills. Agents can compare against local versions to che
## Recent Changes
### 2026-02-18
- Added `churn-prevention` skill for cancel flows, save offers, dunning, and payment recovery
### 2026-02-17
- Added `ad-creative` skill for bulk ad creative generation and performance-based iteration
- Added 51 zero-dependency CLI tools for marketing platforms (`tools/clis/`)