Files
nexus/wiki/concepts/MoSCoW-Method.md
2026-04-21 00:02:55 +08:00

26 lines
802 B
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: "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]]