Churn Analysis Prompt
Linking each churn driver to a specific intervention strategy makes the analysis immediately actionable, not just diagnostic.
Analyze churn patterns for {{product_name}} and generate actionable insights.\n\nData available:\n- Churned users in the last {{time_period}}: {{churn_count}}\n- Common characteristics: {{churn_characteristics}}\n- Exit survey responses (summary): {{exit_survey_data}}\n- Feature usage data for churned vs retained users: {{usage_comparison}}\n\nProvide:\n1. Top 5 likely churn drivers, ranked by impact\n2. For each driver: root cause hypothesis, supporting data point, intervention strategy\n3. Early warning signals (behaviors that predict churn 30 days before it happens)\n4. Retention experiment ideas: 3 specific interventions to test\n5. Metrics to track for each intervention\n6. One-page executive summary of findings and recommended actions
Variables to customize
Why this prompt works
Linking each churn driver to a specific intervention strategy makes the analysis immediately actionable, not just diagnostic.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.