The MoSCoW method is a prioritization technique. It is used in
software development
Software development is the process of designing and Implementation, implementing a software solution to Computer user satisfaction, satisfy a User (computing), user. The process is more encompassing than Computer programming, programming, wri ...
, management,
business analysis, and
project management
Project management is the process of supervising the work of a Project team, team to achieve all project goals within the given constraints. This information is usually described in project initiation documentation, project documentation, crea ...
to reach a common understanding with
stakeholders on the importance they place on the delivery of each
requirement
In engineering, a requirement is a condition that must be satisfied for the output of a work effort to be acceptable. It is an explicit, objective, clear and often quantitative description of a condition to be satisfied by a material, design, pro ...
; it is also known as ''MoSCoW prioritization'' or ''MoSCoW analysis''.
The term ''MOSCOW'' itself is an
acronym
An acronym is a type of abbreviation consisting of a phrase whose only pronounced elements are the initial letters or initial sounds of words inside that phrase. Acronyms are often spelled with the initial Letter (alphabet), letter of each wor ...
derived from the first letter of each of four prioritization categories:
M - ''Must have'',
S - ''Should have'',
C - ''Could have'',
W - ''Won’t have''.
The interstitial ''O''s are added to make the word pronounceable. While the ''O''s are usually in lower-case to indicate that they do not stand for anything, the all-capitals ''MOSCOW'' is also used.
Background
This prioritization method was developed by Dai Clegg in 1994 for use in
rapid application development (RAD). It was first used extensively with the
dynamic systems development method
Dynamic systems development method (DSDM) is an Agile management, agile project delivery framework, initially used as a software development methodology, software development method. First released in 1994, DSDM originally sought to provide some ...
(DSDM) from 2002.
MoSCoW is often used with
timeboxing
In agile principles, timeboxing allocates a maximum unit of time to an activity, called a timebox, within which a planned activity takes place. It is used by agile principles-based project management approaches and for personal time management. ...
, where a deadline is fixed so that the focus must be on the most important requirements, and is commonly used in
agile software development
Agile software development is an umbrella term for approaches to software development, developing software that reflect the values and principles agreed upon by ''The Agile Alliance'', a group of 17 software practitioners, in 2001. As documented ...
approaches such as
Scrum,
rapid application development (RAD), and
DSDM.
Prioritization of requirements
All requirements are important, however to deliver the greatest and most immediate business benefits early the requirements must be prioritized. Developers will initially try to deliver all the ''Must have'', ''Should have'' and ''Could have'' requirements but the ''Should'' and ''Could'' requirements will be the first to be removed if the delivery timescale looks threatened.
The plain English meaning of the prioritization categories has value in getting customers to better understand the impact of setting a priority, compared to alternatives like ''High'', ''Medium'' and ''Low''.
The categories are typically understood as:
; Must have
: Requirements labelled as ''Must have'' are critical to the current delivery timebox in order for it to be a success. If even one ''Must have'' requirement is not included, the project delivery should be considered a failure (note: requirements can be downgraded from ''Must have'', by agreement with all relevant stakeholders; for example, when new requirements are deemed more important). ''MUST'' can also be considered an
acronym
An acronym is a type of abbreviation consisting of a phrase whose only pronounced elements are the initial letters or initial sounds of words inside that phrase. Acronyms are often spelled with the initial Letter (alphabet), letter of each wor ...
for the Minimum Usable Subset.
; Should have
: Requirements labelled as ''Should have'' are important but not necessary for delivery in the current delivery timebox. While ''Should have'' requirements can be as important as ''Must have'', they are often not as time-critical or there may be another way to satisfy the requirement so that it can be held back until a future delivery timebox.
; Could have
: Requirements labelled as ''Could have'' are desirable but not necessary and could improve the user experience or customer satisfaction for a little development cost. These will typically be included if time and resources permit.
; Won't have (this time)
: Requirements labelled as ''Won't have'', have been agreed by stakeholders as the least-critical, lowest-payback items, or not appropriate at that time. As a result, ''Won't have'' requirements are not planned into the schedule for the next delivery timebox. ''Won't have'' requirements are either dropped or reconsidered for inclusion in a later timebox. (Note: occasionally the term ''Would like to have'' is used; however, that usage is incorrect, as this last priority is clearly stating something is outside the scope of delivery). (The BCS in edition 3 & 4 of the Business Analysis Book describe 'W' as 'Want to have but not this time around')
Variants
Sometimes W is used to mean ''wish'' (or ''would''), i.e. still possible but unlikely to be included (and less likely than ''could''). This is then distinguished from X for ''excluded'' for items which are explicitly not included. Would is used to indicate features that are not required now, but should be considered in architectural terms during the design as future expansion opportunities - this avoids the risk of dead-end designs that would inhibit a particular feature being offered in the future.
Use in new product development
In
new product development
New product development (NPD) or product development in business and engineering covers the complete process of launching a new product to the market. Product development also includes the renewal of an existing product and introducing a product ...
, particularly those following
agile software development
Agile software development is an umbrella term for approaches to software development, developing software that reflect the values and principles agreed upon by ''The Agile Alliance'', a group of 17 software practitioners, in 2001. As documented ...
approaches, there is always more to do than there is time or funding to permit (hence the need for prioritization).
For example, should a team have too many potential epics (i.e., high-level
stories) for the next release of their product, they could use the ''MoSCoW method'' to select which epics are ''Must have'', which ''Should have'', and so on; the
minimum viable product (or MVP) would be all those epics marked as ''Must have''. Oftentimes, a team will find that, even after identifying their MVP, they have too much work for their expected capacity. In such cases, the team could then use the ''MoSCoW method'' to select which features (or stories, if that is the subset of epics in their organisation) are ''Must have'', ''Should have'', and so on; the
minimum marketable features (or MMF) would be all those marked as ''Must have''. If there is sufficient capacity after selecting the MVP or MMF, the team could then plan to include ''Should have'' and even ''Could have'' items too.
Criticism
Criticism of the MoSCoW method includes:
* Does not help decide between multiple requirements within the same priority.
* Lack of rationale around how to rank competing requirements: why something is ''must'' rather than ''should''.
* Ambiguity over timing, especially on the ''Won't have'' category: whether it is not in this release or not ever.
* Potential for political focus on building new features over technical improvements (such as refactoring).
Other methods
Other methods used for product prioritization include:
*
Kano model prioritization method
References
External links
RFC 2119 (Requirement Levels)This RFC defines requirement levels to be used in formal documentation. It is commonly used in contracts and other legal documentation. Noted here as the wording is similar but not necessarily the meaning.
Buffered MoSCoW RulesThis essay proposes the use of a modified set of MoSCoW rules that accomplish the objectives of prioritizing deliverables and providing a degree of assurance as a function of the uncertainty of the underlying estimates.
Steps and tips for prioritisation following the DSDM MoSCoW rules.
{{DEFAULTSORT:MoSCoW Method
Software project management
Dynamic systems development method
Computer jargon
Software development philosophies