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,25 @@
---
title: "MoSCoW Method"
type: concept
tags: [prioritization, agile, requirements]
sources: [raw/Agent/agency-agents/product/product-sprint-prioritizer.md]
last_updated: 2026-04-20
---
## Definition
需求优先级分类方法,将功能分为四个类别以明确交付优先级。
## Categories
- **Must-Have必须有**:基本期望,缺失会导致客户不满
- **Should-Have应该有**:重要但不紧急的需求
- **Could-Have可以有**:期望但不关键的功能
- **Won't-Have不能有**:当前 sprint 明确排除的需求
## Application
用于 sprint 规划中的故事选择和干系人期望管理,确保核心功能优先交付。
## Related Concepts
- [[RICE Framework]]
- [[Kano Model]]
- [[Sprint Planning]]
- [[Product Sprint Prioritizer]]