customer-success

customer-success

热门

客户成功管理——包括客户引导、健康评分、季度业务回顾(QBR)、扩展策略和留存策略

316Star
70Fork
更新于 2026/1/31
SKILL.md
只读
名称
customer-success
描述

客户成功管理——包括客户引导、健康评分、季度业务回顾(QBR)、扩展策略和留存策略

版本
1.0.0

客户成功

全面的客户成功管理,涵盖客户引导、健康评分、季度业务回顾(QBR)、扩展策略和留存策略。

概述

本技能涵盖:

  • 客户引导计划
  • 健康评分与监控
  • 季度业务回顾(QBR)模板
  • 扩展与增购策略
  • 留存与流失预防

客户引导

引导计划结构

onboarding_phases:
  phase_1_kickoff:
    duration: "第1周"
    goals:
      - establish_relationship
      - set_expectations
      - gather_requirements
    activities:
      - kickoff_call: 60min
      - intro_to_support_channels
      - share_onboarding_plan
      - schedule_implementation
    deliverables:
      - success_plan_document
      - timeline_with_milestones
      
  phase_2_implementation:
    duration: "第2-3周"
    goals:
      - technical_setup
      - data_migration
      - integration_configuration
    activities:
      - implementation_calls: 2-3x
      - technical_support
      - testing_and_validation
    deliverables:
      - working_environment
      - integrations_live
      
  phase_3_training:
    duration: "第3-4周"
    goals:
      - user_enablement
      - admin_training
      - workflow_setup
    activities:
      - admin_training: 90min
      - end_user_training: 60min
      - workflow_workshop
    deliverables:
      - trained_users
      - documented_workflows
      
  phase_4_launch:
    duration: "第4-5周"
    goals:
      - go_live
      - adoption_tracking
      - quick_wins
    activities:
      - launch_call
      - monitor_adoption
      - celebrate_wins
    deliverables:
      - users_active
      - first_value_achieved
      
  phase_5_handoff:
    duration: "第6周"
    goals:
      - transition_to_csm
      - establish_cadence
      - document_success
    activities:
      - handoff_call
      - schedule_check_ins
      - nps_survey
    deliverables:
      - ongoing_csm_relationship
      - baseline_metrics

引导检查清单

onboarding_checklist:
  pre_kickoff:
    - [ ] 查看销售记录和需求
    - [ ] 准备成功计划模板
    - [ ] 安排启动会议
    - [ ] 发送欢迎邮件
    
  kickoff:
    - [ ] 介绍与角色确认
    - [ ] 回顾目标和时间线
    - [ ] 确定关键利益相关者
    - [ ] 定义成功指标
    - [ ] 安排实施会议
    
  implementation:
    - [ ] 账户设置完成
    - [ ] 用户配置完成
    - [ ] SSO配置完成(如适用)
    - [ ] 集成连接完成
    - [ ] 数据迁移完成
    - [ ] 测试完成
    
  training:
    - [ ] 管理员培训完成
    - [ ] 用户培训完成
    - [ ] 培训资料已分享
    - [ ] 自助资源已提供
    - [ ] 认证计划已介绍
    
  launch:
    - [ ] 上线确认
    - [ ] 用户登录
    - [ ] 首个工作流完成
    - [ ] 快速胜利达成
    - [ ] 上线庆祝
    
  handoff:
    - [ ] CSM已介绍
    - [ ] 定期沟通已安排
    - [ ] 支持升级路径清晰
    - [ ] NPS调查已发送
    - [ ] 引导文档完成

健康评分

健康评分模型

health_score_components:
  product_engagement: # 权重40%
    metrics:
      - dau_mau_ratio:
          excellent: >0.5
          good: 0.3-0.5
          at_risk: 0.1-0.3
          critical: <0.1
          
      - feature_adoption:
          measure: core_features_used / total_core_features
          excellent: >80%
          good: 60-80%
          at_risk: 40-60%
          critical: <40%
          
      - depth_of_use:
          measure: actions_per_user_per_week
          benchmark: vs_similar_customers
          
  relationship: # 权重25%
    metrics:
      - nps_score:
          promoter: 9-10
          passive: 7-8
          detractor: 0-6
          
      - csm_engagement:
          regular_meetings: true/false
          responsive_to_outreach: true/false
          
      - executive_sponsor:
          identified: true/false
          engaged: true/false
          
  financial: # 权重20%
    metrics:
      - payment_history:
          on_time: excellent
          late_1x: good
          late_2x+: at_risk
          
      - growth_trajectory:
          expanding: excellent
          stable: good
          contracting: at_risk
          
  sentiment: # 权重15%
    metrics:
      - support_tickets:
          sentiment_trend: positive/neutral/negative
          resolution_satisfaction: score
          
      - feedback:
          product_feedback: positive/neutral/negative
          feature_requests: engaged/silent
          
scoring_formula:
  total: (engagement × 0.4) + (relationship × 0.25) + (financial × 0.2) + (sentiment × 0.15)
  
tiers:
  healthy: 80-100 (绿色)
  stable: 60-79 (黄色)
  at_risk: 40-59 (橙色)
  critical: 0-39 (红色)

健康评分自动化

health_automation:
  critical_score:
    trigger: score < 40
    actions:
      - alert: csm_immediately
      - alert: cs_manager
      - schedule: save_call_within_24h
      - pause: marketing_emails
      
  at_risk_score:
    trigger: score drops below 60
    actions:
      - alert: csm_same_day
      - schedule: check_in_call
      - review: account_for_team_meeting
      
  health_improvement:
    trigger: score increases by 20+
    actions:
      - flag: expansion_opportunity
      - schedule: success_story_interview
      - request: testimonial_or_referral

QBR(季度业务回顾)

QBR模板

# 季度业务回顾
## {公司名称} | {季度} {年份}

---

### 议程(60分钟)
1. 业务更新(10分钟)
2. 成功指标回顾(15分钟)
3. 产品使用分析(10分钟)
4. 路线图预览(10分钟)
5. 战略讨论(10分钟)
6. 行动项与下一步(5分钟)

---

### 1. 执行摘要

**关系健康度**:🟢 健康(评分:85)

**关键亮点:**
- ✅ 采用目标超额完成15%
- ✅ 3个新部门完成引导
- ✅ NPS从7提升至9
- ⚠️ 功能请求待处理:{功能}

**本季度实现的ROI:**
- 节省时间:500+小时
- 降低成本:50,000美元
- 生产力提升:25%

---

### 2. 成功指标

| 目标 | 目标值 | 实际值 | 状态 |
|------|--------|--------|--------|
| 用户采用率 | 80% | 92% | ✅ 超额完成 |
| 日活跃用户 | 100 | 120 | ✅ 超额完成 |
| 支持工单 | <10/月 | 8/月 | ✅ 正常 |
| NPS评分 | >8 | 9 | ✅ 超额完成 |

**趋势图表:**
[包含使用趋势、采用曲线]

---

### 3. 产品使用分析

**最常用功能:**
1. {功能1} - 95%采用率
2. {功能2} - 87%采用率
3. {功能3} - 72%采用率

**未充分利用的功能:**
- {功能X} - 15%采用率
  - 建议:培训课程
- {功能Y} - 22%采用率
  - 建议:工作流研讨会

**高级用户:**
- {用户1}:倡导者,可主导培训
- {用户2}:重度API用户

---

### 4. 路线图预览

**下季度即将推出:**
- 🚀 {功能1} - 回应您于{日期}提出的请求
- 🚀 {功能2} - 改进{工作流}
- 🚀 {集成} - 连接{工具}

**Beta机会:**
- 您是否希望提前体验{功能}?

---

### 5. 战略讨论

**向您提出的问题:**
1. 您下季度的首要任务是什么?
2. 是否有组织变动需要我们了解?
3. 您目前在哪里遇到困难?

**增长机会:**
- X部门可以从{产品}中受益
- {用例}现在可以通过新功能实现
- {层级}可享受批量折扣

---

### 6. 行动项

| 事项 | 负责人 | 截止日期 |
|------|-------|----------|
| 安排{功能}培训 | CSM | {日期} |
| 与IT部门沟通集成事宜 | 客户 | {日期} |
| 分享Beta访问权限 | 产品 | {日期} |
| 审阅扩展方案 | 客户 | {日期} |

---

### 下次QBR:{日期}

扩展策略

扩展触发信号

expansion_signals:
  usage_based:
    - approaching_seat_limit: 80% of licensed
    - feature_usage_ceiling: using advanced features
    - api_volume_increasing: growth trend
    - storage_approaching_limit: 80%+ used
    
  behavioral:
    - champion_promoting: internal advocacy
    - new_department_interest: cross-team requests
    - executive_engagement: c-level using product
    - feature_requests: for_higher_tier_features
    
  business:
    - company_funding: new_round_announced
    - company_growth: hiring_increase
    - new_initiative: announced_project
    - renewal_approaching: 90_days_out

扩展对话框架

expansion_framework:
  discover:
    questions:
      - "您正在规划哪些新举措?"
      - "哪些其他团队可能受益?"
      - "目前什么限制了您?"
    listen_for:
      - growth_plans
      - pain_points
      - budget_cycles
      
  align:
    approach:
      - connect_to_their_goals
      - quantify_current_value
      - project_expanded_value
    messaging: |
      "基于您在{当前用例}中看到的{$X价值},
      扩展到{新用例}可以带来{预期价值}。"
      
  propose:
    elements:
      - specific_recommendation
      - pricing_options
      - implementation_timeline
      - roi_projection
      
  close:
    tactics:
      - executive_alignment
      - champion_support
      - pilot_option
      - renewal_bundle

留存策略

流失风险应对策略

churn_indicators:
  high_risk:
    - no_login_30_days
    - usage_drop_50%
    - support_complaints_increase
    - executive_sponsor_left
    - competitor_mentioned
    
  actions_by_risk:
    critical:
      - csm_call_within_24h
      - manager_escalation
      - executive_outreach
      - save_offer_prepared
      
    at_risk:
      - csm_call_within_48h
      - health_check_meeting
      - re_training_offered
      - success_plan_review
      
save_offers:
  by_reason:
    price:
      - discount: 20% for 3 months
      - annual_commitment: additional_discount
      - downgrade_option: lower_tier
      
    not_using:
      - training: free_intensive_session
      - implementation: professional_services
      - pause: 1-3_months
      
    competitor:
      - competitive_discount
      - feature_commitment
      - executive_meeting
      
    organizational:
      - contract_flexibility
      - pause_option
      - reduced_seats

输出示例

请求:"为客户创建一份QBR演示文稿"

输出

# QBR演示文稿 - Acme Corp
## 2025年第四季度

---

## 幻灯片1:执行摘要

### 健康评分:85/100 🟢

**本季度成果:**
- 📈 用户采用率:85% → 92%
- 💰 实现ROI:150,000美元
- ⭐ NPS:8 → 9

**重点关注领域:**
- 扩展到市场团队
- 增加API使用量
- 为续约做准备

---

## 幻灯片2:成功指标

| 指标 | Q3 | Q4 | 变化 |
|--------|----|----|--------|
| 活跃用户 | 150 | 180 | +20% |
| 创建项目 | 500 | 750 | +50% |
| 节省时间 | 200h | 350h | +75% |

**ROI计算:**
- 节省小时数:350h × 50美元/小时 = 17,500美元/月
- 年价值:210,000美元
- 投资:60,000美元
- **ROI:3.5倍**

---

## 幻灯片3:采用分析

**最常用功能:**
1. 任务管理:95%
2. 时间追踪:82%
3. 报告:75%

**机会功能:**
- 自动化:25%(已安排培训)
- 集成:30%(Slack集成可用)

---

## 幻灯片4:路线图对齐

**第一季度即将推出:**
- ✅ AI助手(回应您的功能请求)
- ✅ Salesforce集成
- ✅ 高级分析

**提前体验:**
您是否希望获得AI功能的Beta访问权限?

---

## 幻灯片5:战略讨论

1. 市场团队兴趣 → 扩展机会
2. API使用增长 → 考虑开发者层级
3. 90天内续约 → 可享多年折扣

---

## 幻灯片6:行动项

| 行动 | 负责人 | 日期 |
|--------|-------|------|
| 市场演示 | Acme | 1月15日 |
| API层级方案 | CSM | 1月20日 |
| 续约讨论 | 双方 | 2月1日 |

**下次QBR:2026年4月**

客户成功技能 - Claude Office Skills的一部分