Frameworks
    1 min read· Reviewed Sep 15, 2026

    MoSCoW Prioritisation: Must, Should, Could, Won’t

    The MoSCoW method sorts every task or requirement into four buckets — Must have, Should have, Could have, and Won’t have this time — forcing an explicit trade-off decision. It is heavily used in agile project management because the Won’t list is as important as the Must list for protecting focus.

    Named for its four buckets — Must, Should, Could, Won't — MoSCoW makes the hardest question the loudest: *what are we choosing not to do?*

    The four categories

    Set up in LemTask

    Rule of thumb: Musts should be ≤60% of total effort. If everything is a Must, nothing is.

    Was this helpful?

    Related