Files
nexus/wiki/concepts/WSJF.md
2026-04-19 06:32:15 +08:00

35 lines
1.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: "WSJF (Weighted Shortest Job First)"
type: concept
tags: [Prioritization, CTP, Value-Delivery]
last_updated: 2026-04-19
---
## Definition
WSJF加权最短作业优先是一种用于序列 CTP云转型计划工作的优先级排序方法基于成本效益最大化原则。
## Formula
```
WSJF = (业务价值 + 时间关键性 + 风险与机会) / 作业规模
```
## Components
- **业务价值 (Business Value)**:收入增加、成本降低、风险改善
- **时间关键性 (Time Criticality)**:工作的时间敏感性
- **风险与机会 (Risk & Opportunity)**:潜在风险和机会评估
- **作业规模 (Size of Job)**:完成工作所需的 effort
## Application
用于在多个需求之间进行优先级排序,以实现:
- 最小 effort 实现最大 value
- 早期价值交付回业务
- 最大化经济利益
## Connections
- [[WSJF]] ← prioritizes ← [[CTP]]
- [[Demand Manager]] ← provides ← [[Business Value]]
- [[Delivery Manager]] ← estimates ← [[Size of Job]]
## Aliases
- Weighted Shortest Job First
- Cost of Delay