MoSCoW-Priorisierung (EN)
TermMethod for categorizing requirements into four priority levels
MoSCoW-Priorisierung
The MoSCoW prioritization is a method for categorizing requirements into four priority levels: Must-have (absolutely necessary), Should-have (important), Could-have (useful), and Won't-have (not in this version). It helps with decision-making when resources are limited and ensures that the most important requirements are prioritized. This method is particularly valuable when not all requirements can be implemented due to time or budget constraints.
Prioritätsstufen
flowchart TD M[Must-have] -->|Kritisch| S[Should-have] S -->|Wichtig| C[Could-have] C -->|Optional| W[Won't-have]
Im Kontext
- Typically used together with requirements management and product development
- Related to: Agile methods, project planning, resource allocation
- Example use: When developing new software, all user stories are divided into the four categories to define the scope of the MVP (Minimum Viable Product)