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
+2 -1
View File
@@ -12,13 +12,14 @@
"plugins": [
{
"name": "marketing-skills",
"description": "27 marketing skills for technical marketers and founders: CRO, copywriting, cold email, SEO, paid ads, ad creative, pricing strategy, referral programs, and more",
"description": "28 marketing skills for technical marketers and founders: CRO, copywriting, cold email, SEO, paid ads, ad creative, churn prevention, pricing strategy, referral programs, and more",
"source": "./",
"strict": false,
"skills": [
"./skills/ab-test-setup",
"./skills/ad-creative",
"./skills/analytics-tracking",
"./skills/churn-prevention",
"./skills/cold-email",
"./skills/competitor-alternatives",
"./skills/content-strategy",