Files
nexus/wiki/concepts/Value-Stream-Mapping.md

53 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Value-Stream-Mapping"
type: concept
tags: [Lean, Process-Improvement, Workflow-Optimization]
sources: [testing-workflow-optimizer, AgilePractices, devops-culture-and-transformation-fostering-collaboration-agile-practices-and-innovation-linkedin]
last_updated: 2026-04-21
---
# Value-Stream-Mapping
价值流映射VSM——一种精益可视化工具用于绘制和分析产品或服务从原材料到交付客户的全流程中的所有步骤区分增值时间与非增值等待时间从而识别改进机会。
## Aliases
- VSM
- Value Stream Map
- 价值流图
## Purpose
将流程中的每个步骤按两大类时间进行量化:
- **增值时间Value-Adding Time, VA Time**:客户愿意付费的实际转化时间
- **非增值时间Non-Value-Adding Time, NVA Time**:等待、移动、搬运、检查等不创造客户价值的时间
## Standard VSM Symbols
| 符号 | 含义 |
|------|------|
| 矩形Process Box | 工序/步骤 |
| 三角形Triangle Inventory | 库存/在制品 |
| 推Push Arrow | 推式生产信号 |
| 客户/供应商框 | 流程的输入和输出 |
| 看板Kaizen Burst | 改进机会点 |
| 看板Kaizen Event | 改善活动标识 |
## Time Line时间线
VSM 底部时间线计算:
- **总生产时间Total Lead Time, L/T**:从开始到完成的日历时间
- **增值时间Value-Added Time, VA**:实际加工时间
- **增值比VA Ratio**VA / L/T × 100%,典型值 5-10%,说明大量时间在等待
## In DevOps Context
价值流映射用于 DevOps 工作流优化:
- **运营价值流OVS, Operational Value Stream**:面向客户的持续交付
- **开发价值流DVS, Development Value Stream**:内部产品开发过程
典型 DevOps VSM 分析结果:发现问题等待时间占 90%+,实际编码/构建/测试仅占 10%
## Connection to Lean
价值流映射是 [[Lean]] 的核心工具,用于识别 TIMWOODS 七类浪费的具体位置。
## Connections
- [[Lean]] — 核心分析工具
- [[AgilePractices]] — Agile/DevOps 流程优化的核心工具
- [[Kaizen]] — VSM 发现的问题通过 Kaizen 活动改进