Loading...
Loading...
Compare original and translation side by side
┌─────────────────────────────┐
│ THE PROBLEM │
│ (What you're trying to │
│ explain) │
└──────────────┬──────────────┘
│
┌──────────────────────┼──────────────────────┐
│ │ │
┌───────┴───────┐ ┌───────┴───────┐ ┌───────┴───────┐
│ Branch 1 │ │ Branch 2 │ │ Branch 3 │
│ (Category) │ │ (Category) │ │ (Category) │
└───────┬───────┘ └───────┬───────┘ └───────┬───────┘
│ │ │
┌───┴───┐ ┌───┴───┐ ┌───┴───┐
│ │ │ │ │ │
┌───┴───┐ ┌───┴───┐ ┌───┴───┐ ┌───┴───┐ ┌───┴───┐ ┌───┴───┐
│Level 3│ │Level 3│ │Level 3│ │Level 3│ │Level 3│ │Level 3│
└───────┘ └───────┘ └───────┘ └───────┘ └───────┘ └───────┘ ┌─────────────────────────────┐
│ THE PROBLEM │
│ (What you're trying to │
│ explain) │
└──────────────┬──────────────┘
│
┌──────────────────────┼──────────────────────┐
│ │ │
┌───────┴───────┐ ┌───────┴───────┐ ┌───────┴───────┐
│ Branch 1 │ │ Branch 2 │ │ Branch 3 │
│ (Category) │ │ (Category) │ │ (Category) │
└───────┬───────┘ └───────┬───────┘ └───────┬───────┘
│ │ │
┌───┴───┐ ┌───┴───┐ ┌───┴───┐
│ │ │ │ │ │
┌───┴───┐ ┌───┴───┐ ┌───┴───┐ ┌───┴───┐ ┌───┴───┐ ┌───┴───┐
│Level 3│ │Level 3│ │Level 3│ │Level 3│ │Level 3│ │Level 3│
└───────┘ └───────┘ └───────┘ └───────┘ └───────┘ └───────┘| Framework | Application | Branches |
|---|---|---|
| Revenue | Sales problems | Price × Volume = Revenue |
| Cost | Cost overruns | Fixed + Variable |
| Profit | Margin issues | Revenue - Cost |
| Process | Operational issues | People + Process + Technology |
| Customer | Customer issues | Acquisition + Retention + Expansion |
| Quality | Quality problems | Ishikawa: 4M/6M (Man, Machine, Material, Method, Measurement, Environment) |
| 框架 | 适用场景 | 分支维度 |
|---|---|---|
| Revenue | 销售问题 | 价格 × 销量 = 收入 |
| Cost | 成本超支问题 | 固定成本 + 可变成本 |
| Profit | 利润边际问题 | 收入 - 成本 |
| Process | 运营问题 | 人员 + 流程 + 技术 |
| Customer | 客户相关问题 | 获客 + 留存 + 拓展 |
| Quality | 质量问题 | 石川图:4M/6M(人员、机器、材料、方法、测量、环境) |
Problem: Machine stopped
Why? → Fuse blew
Why? → Bearing overheated
Why? → Insufficient lubrication
Why? → Oil pump not working
Why? → Shaft worn from metal scrap
↑
ROOT CAUSE (Actionable)问题: 机器停机
为什么? → 保险丝熔断
为什么? → 轴承过热
为什么? → 润滑不足
为什么? → 油泵故障
为什么? → 金属碎屑导致轴磨损
↑
根本原因(可执行)undefinedundefined[Problem: e.g., Customer Churn Increased 20%]
│
├── Branch 1: Product Issues (30%)
│ ├── Feature gaps
│ │ ├── Missing integration X (10%)
│ │ └── Missing feature Y (8%)
│ └── Quality problems
│ ├── Bug rate increased (8%)
│ └── Performance degraded (4%)
│
├── Branch 2: Service Issues (25%)
│ ├── Response time slow (15%)
│ └── Resolution rate low (10%)
│
├── Branch 3: Competitive Pressure (20%)
│ ├── New entrant with lower price (12%)
│ └── Competitor feature parity (8%)
│
├── Branch 4: Price Sensitivity (15%)
│ ├── Annual price increase (10%)
│ └── Economic downturn (5%)
│
└── Branch 5: Other (10%)
├── Natural churn (7%)
└── Unknown (3%)[问题: 例如,客户流失率上升20%]
│
├── 分支1: 产品问题 (30%)
│ ├── 功能缺失
│ │ ├── 缺少集成X (10%)
│ │ └── 缺少功能Y (8%)
│ └── 质量问题
│ ├── 错误率上升 (8%)
│ └── 性能下降 (4%)
│
├── 分支2: 服务问题 (25%)
│ ├── 响应速度慢 (15%)
│ └── 解决率低 (10%)
│
├── 分支3: 竞争压力 (20%)
│ ├── 新进入者低价竞争 (12%)
│ └── 竞品功能持平 (8%)
│
├── 分支4: 价格敏感度 (15%)
│ ├── 年度涨价 (10%)
│ └── 经济下行 (5%)
│
└── 分支5: 其他 (10%)
├── 自然流失 (7%)
└── 未知原因 (3%)| Root Cause | Impact | Confidence | Actionable? |
|---|---|---|---|
| Missing integration X | 10% churn | High | ✅ Yes |
| Response time > 24h | 15% churn | High | ✅ Yes |
| Annual price increase | 10% churn | Medium | ✅ Yes |
| New entrant pricing | 12% churn | High | ⚠️ Partial |
| Bug rate increased | 8% churn | High | ✅ Yes |
| 根本原因 | 影响程度 | 置信度 | 是否可执行? |
|---|---|---|---|
| 缺少集成X | 10%流失率 | 高 | ✅ 是 |
| 响应时间超过24小时 | 15%流失率 | 高 | ✅ 是 |
| 年度涨价 | 10%流失率 | 中 | ✅ 是 |
| 新进入者定价 | 12%流失率 | 高 | ⚠️ 部分可执行 |
| 错误率上升 | 8%流失率 | 高 | ✅ 是 |
| Hypothesis | Data Needed | Source | Status |
|---|---|---|---|
| Integration X missing | Exit survey | CRM | ✅ Validated |
| Response time issue | Support tickets | Help Desk | ✅ Validated |
| Price sensitivity | Win/loss analysis | Sales | 🔄 In progress |
undefined| 假设 | 所需数据 | 数据来源 | 状态 |
|---|---|---|---|
| 缺少集成X | 退出调研 | CRM | ✅ 已验证 |
| 响应时间问题 | 支持工单 | 帮助台 | ✅ 已验证 |
| 价格敏感度 | 赢单/丢单分析 | 销售团队 | 🔄 进行中 |
undefined