AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Cohort Churn Analyzer

skill-rfstudioco-agentic-growth-team-cohort-churn-analyzer · by rfstudioco

Run cohort retention curves and churn-driver analysis on user/subscription data; surface the biggest drop-off weeks and the user traits that predict churn. Use when the user says "run cohort analysis", "why are users churning", "retention curve", or "find the churn drivers".

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-rfstudioco-agentic-growth-team-cohort-churn-analyzer

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-rfstudioco-agentic-growth-team-cohort-churn-analyzer)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Cohort Churn Analyzer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Cohort & Churn Analyzer (Retention Squad)

Produces the three artifacts every retention conversation needs: cohort curve, churn driver table, and a "save list" of at-risk users.

Triggers

  • "run a cohort analysis"
  • "why are users churning"
  • "build our retention curve"
  • "find the churn drivers"
  • "at-risk user list"

Inputs required

  1. Event data or subscription export — enough to derive sign-up date, last-active date, churn date, plan
  2. Churn definition — days-inactive threshold or explicit cancel event
  3. User attributes — plan, acquisition source, company size, any feature-usage flags
  4. Time range — default: last 12 cohorts (monthly)

Process

Step 1 — Build the cohort curve

Group users by signup month. For each cohort, compute retention at week 1, 2, 4, 8, 12, 24. Output the classic cohort triangle.

Flag:

  • Cliff weeks — where > 15pp retention is lost in a single week
  • Flattening point — week at which the curve stabilizes (your "sticky rate")
  • Cohort-over-cohort trend — are newer cohorts retaining better or worse

Step 2 — Segment the curve

Repeat Step 1 by:

  • Plan
  • Acquisition source
  • Activation status (activated vs. not — from Aha-Moment Mapper)
  • Company size band

Find the segment with the widest spread. That's where the leverage is.

Step 3 — Identify churn drivers

For users who churned, compare their pre-churn behavior to retained users. Run:

  • Feature-usage diff (which features do retained users touch that churned don't)
  • Time-to-aha comparison (did churners miss activation entirely?)
  • Support-ticket volume
  • Last NPS score if available

Rank the top 5 driver hypotheses by effect size + reach.

Step 4 — Survival-ish analysis (lightweight)

For each driver, estimate: "if we moved every user from low-usage to high-usage of feature X, what would W12 retention become?" Use a basic uplift estimate; flag confidence honestly.

Step 5 — Build the save list

Produce a ranked list of currently-active users whose behavior matches the "about to churn" pattern. Include:

  • User ID, plan, last-active date
  • Risk score (0–100)
  • Which driver(s) they match
  • Recommended intervention (from the Re-engagement Campaigner playbook)

Step 6 — Write the report

Produce:

  • Cohort triangle visual
  • 2–3 segmented curves showing the widest spreads
  • Churn-driver table with effect sizes
  • Save list with suggested interventions

Output artifacts

  • cohort-analysis.html (interactive chart) via data:create-viz
  • churn-drivers.md
  • save-list.csv

Handoff

  • Save list → Re-engagement Campaigner (interventions) + Feature Adoption Tracker (nudges)
  • Driver hypotheses → A/B Test Designer to validate
  • Cohort curve → Performance Reporter + Growth Dashboard Builder

Example call

> "Run a cohort analysis on users.csv + events.csv. Churn = no login for 30 days. I want to see if our Pro plan retains better than our Team plan and what features predict retention."

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.