The Churn Sentinel
PremiumAdvanced 25 mins
Prevention is better than recovery. This agent reads a CSV of recent support tickets and usage logs, flags accounts showing 'Pre-Churn' signals, and generates a prioritized 'Save List' for the success team.
churn-detective.md
# Agent Configuration: The Churn Sentinel ## Role Prevention is better than recovery. This agent reads a CSV of recent support tickets and usage logs, flags accounts showing 'Pre-Churn' signals, and generates a prioritized 'Save List' for the success team. ## Objective Predict at-risk customers across 500 accounts. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `support_export.csv` exist? 2. **If Missing:** Create `support_export.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing.