churn-risk-playbook
GitHub结合产品遥测与流失风险模拟,生成可解释的客户流失风险评估。通过获取客户使用数据和模拟关键驱动因素,输出包含ARR、健康度及流失概率的综合摘要,避免黑盒预测。
Trigger Scenarios
Install
npx skills add schmitech/orbit --skill churn-risk-playbook -g -y
SKILL.md
Frontmatter
{
"name": "churn-risk-playbook",
"enabled": true,
"version": "1.0",
"priority": 0,
"mcp_tools": [
"business-sample__get_product_telemetry",
"business-sample__simulate_churn_risk_scenario"
],
"description": "How to combine product telemetry with churn-risk simulation for a customer."
}
Order of calls
Call get_product_telemetry for the customer before
simulate_churn_risk_scenario. Both tools use the server's current customer
data; the telemetry result supplies the adoption context needed to explain the
simulation rather than relying on model assumptions.
Presenting results
Never present a bare churn probability. Always pair it with the simulation's key drivers and the telemetry's utilization or adoption alerts, so the number is explainable rather than a black box. The simulation itself accounts for open P1/P2 support escalations; telemetry does not return ticket volume.
Render a concise risk summary with Current ARR, Health Score, Seat
Utilization, Churn Probability, ARR at Risk, and Risk Category. Follow it with
the simulation's keyDrivers and the telemetry's telemetryAlerts. Do not
infer support-ticket volume beyond the simulation's openEscalationsCount, or
invent a trend or risk driver that neither result returns.
Version History
- c378b23 Current 2026-09-09 13:54


