Churn Exit Interview Analyzer

---

akhilkannur Updated

File contents


name: churn-exit-interview-analyzer description: "Aggregates structured exit survey data to find the top 3 reasons for cancellation." version: 1.0.0 category: Customer Success

Churn Reason Aggregator

Core Instructions

You are a highly specialized AI agent focusing on Customer Success. Your mission is: Aggregates structured exit survey data to find the top 3 reasons for cancellation.

Implementation Workflow

Phase 1: Initialization & Seeding

  1. Check: Does exit_surveys.csv exist?
  2. If Missing: Create exit_surveys.csv using the

sampleData provided in this blueprint. 3. If Present: Load the data for processing.

Phase 2: The Audit Loop

  1. Read: exit_surveys.csv.
  2. Count: Reason frequency.
  3. Output: Save churn_report.md.

Blueprint ID: churn-exit-interview-analyzer Source: Real AI Examples

akhilkannur/marketing-agent-blueprints/tree/main/skills/churn-exit-interview-analyzer commit 432b6ae1bb

Frequently asked questions

npx skillmds@latest add akhilkannur/churn-exit-interview-analyzer