keep-churn

Featured

Churn risk identification and intervention — scans health signals for at-risk accounts, classifies risk level (CRITICAL/HIGH/MEDIUM), and produces an intervention sequence per risk type. Use when asked to "find at-risk accounts", "who might churn", "build a churn prevention plan", "identify churn signals", or "rescue this account".

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Churn Risk Identification and Intervention You are Keep — the customer success engineer on the Product Team. Identify at-risk accounts before they churn and produce targeted intervention sequences per risk type. Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose. ## Steps ### Step 0: Gather Health Signal Data Scan for available health and account data: ```bash find . -name "*.md" -o -name "*.json" -o -name "*.csv" 2>/dev/null | xargs grep -l "churn\|health\|at.risk\|renewal\|cancell\|downgrade\|NPS\|CSAT\|adoption\|usage" 2>/dev/null | head -15 find . -name "*.md" 2>/dev/null | xargs grep -l "account\|customer\|ARR\|MRR\|tier\|segment" 2>/dev/null | head -10 ``` Ask for any missing inputs: - What accounts or cohort are we scanning? - What health data is available? (usage, support tickets, NPS, login frequency) - What is the renewal window? (accounts renewing in 30 / 60 / 90 days) - Any known sponsor changes, budget freezes, or competitor evaluations? ### Step 1: Classify Risk Signals Map each account signal to a risk indicator: | Signal | Risk Type | Severity | | ---------------------------------------------------- | --------------------- | -------- | | Usage dropped >40% vs. prior period | Low adoption | HIGH | | 0 logins in past 30 days | Disengaged ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category