Auto-sync: 2026-04-21 00:02

This commit is contained in:
2026-04-21 00:02:55 +08:00
parent 177469a1cd
commit cb7c11e14f
235 changed files with 16567 additions and 237 deletions

View File

@@ -0,0 +1,24 @@
---
title: "MoSCoW优先级"
type: concept
tags: [Product Management, Prioritization Framework]
sources: []
last_updated: 2026-04-20
---
## Definition
MoSCoW是一种需求优先级排序技术将功能分为四类以确定交付优先级。
## Categories
- **Must-have必须有**:不满足则产品无法发布的核心功能
- **Should-have应该有**:重要但不紧急的功能
- **Could-have可以有**:期望但不必需的功能
- **Won't-have不必须有**:当前版本不包含的功能
## Usage
MoSCoW由 [[Product Feedback Synthesizer]] 用于将用户反馈分类为可交付的功能优先级。
## Connections
- [[Product Feedback Synthesizer]]:使用此框架进行反馈分类
- [[RICE评分]]:另一种优先级框架
- [[Kano模型]]:基于满意度二维度的功能分类