How is MVP Decided?
An MVP is decided when product, design, and engineering agree on
the smallest release that tests the riskiest assumption for a specific customer
segment—with a written hypothesis, Must-have scope, success metric, and timeline.
It is not a popularity contest among features or a copy of the full roadmap labeled
“v1.” In 2026, teams use MoSCoW, impact mapping, RICE, and AI-assisted synthesis of
research—but the decision still rests on what de-risks learning fastest with the
resources you have.
What “deciding” an MVP actually means
Deciding an MVP answers four questions in one decision:
who it is for (ICP), what job it must complete
(hero workflow), how you will know if it worked (metric and
threshold), and what is explicitly out of scope. The output is
usually a one-pager plus a prioritized backlog slice—not a vague “build the app.”
Without that clarity, engineering builds what is easy; stakeholders add “just one
more thing”; and you cannot tell if the MVP succeeded or failed.
Step 1: Anchor on the riskiest assumption
MVP scope starts from the assumption that would kill the business if wrong—not
the coolest feature on the roadmap:
-
Desirability: Will this segment pay for this problem solved
this way?
-
Feasibility: Can we deliver the core path at acceptable
quality in the time box?
-
Viability: Can unit economics and compliance work at small
scale?
The MVP should include only what is required to test that assumption; everything
else is deferred with a documented “Won’t have (this release).”
Step 2: Who decides—and how they align
Healthy teams use shared ownership with clear roles:
-
Product lead / PM: owns hypothesis, prioritization, and
success metric; facilitates the decision.
-
Design: defines the hero journey and what “viable” feels like
on core screens.
-
Engineering lead: estimates effort, flags technical risk, and
commits to definition of done on the core path.
-
Founder / leadership: resolves trade-offs when scope, time,
or budget conflict with learning goals.
The decision is documented in writing; verbal agreement in a meeting is not
enough.
Step 3: Prioritize with MoSCoW (most common)
The MoSCoW method is the default framework many teams use to decide
MVP scope:
-
Must have: without these, the hypothesis cannot be tested (core
workflow, auth if needed, basic analytics).
-
Should have: improves learning or UX but not blocking launch.
-
Could have: defer to the next increment after learning.
-
Won’t have (this release): explicitly excluded—prevents scope
creep.
Rule of thumb: if everything is “Must,” you do not have an MVP—you have a roadmap.
Force-rank until only one hero workflow remains in Must.
Other frameworks teams use to decide MVP scope
-
Impact vs effort matrix: pick high-impact, low-effort items
that test the assumption.
-
RICE (Reach, Impact, Confidence, Effort): score backlog items;
build top Must-haves first.
-
Story mapping: map the user journey; cut everything after the
minimum path to value.
-
Jobs-to-be-done: include only features that serve the primary
job in the wedge ICP.
-
Kano (selectively): separate basic expectations from delighters
deferred post-MVP.
Step 4: Apply constraints—time, budget, and team
MVP scope is also decided by reality:
-
Time box: e.g., 6–12 weeks for a first learning release—scope
fits the box, not the reverse.
-
Team size: a squad of 3–7 can own one workflow; more scope
means longer learning cycles.
-
Technical debt trade-off: speed of learning vs scale—document
what you defer (monitoring, edge cases).
-
Regulatory / compliance: Must-haves if you operate in
fintech, health, or similar—non-negotiable viability items.
Engineering estimates should inform cut lines, not inflate Must-haves without
PM challenge.
Step 5: Define “done” and the success metric
An MVP decision is incomplete without:
-
One primary metric: e.g., 30% of activated users return in week
2, or 8/10 design partners renew.
-
Definition of done: core path works in production, analytics live,
support path exists.
-
Kill criteria: what result triggers pivot or stop.
-
Launch cohort: who gets access first (design partners, not the
whole market).
A practical MVP decision workshop (half-day)
-
1. Review ICP and riskiest assumption (30 min).
-
2. Story-map the hero workflow; mark Must/Should/Could/Won’t
(60 min).
-
3. Engineering t-shirt sizes on Must-haves; cut until time box
fits (45 min).
-
4. Agree metric, done definition, launch date, and owner (30
min).
-
5. Publish one-pager to Slack/wiki; no new Must-haves without
trade-off review.
How MVP scope is decided in 2026
AI tools summarize interview themes and suggest backlog cuts faster—but humans still
decide what assumption matters most. No-code and AI codegen shrink build time, which
tempts teams to widen Must-haves; disciplined PMs keep one workflow. For AI-native
products, deciding the MVP often includes eval datasets and quality thresholds as
Must-haves, not only UI features. Remote teams use async prioritization docs plus a
single live workshop to lock scope. The decision cadence is often every 4–8 weeks
per learning increment, not once per year.
Common mistakes when deciding an MVP
-
Letting the highest-paid person’s opinion override evidence and constraints.
-
No written Won’t-haves—scope creeps before launch.
-
Optimizing for demo polish instead of testable learning.
-
Building for multiple personas in one MVP.
-
Skipping instrumentation because it is “not a feature.”
-
Treating engineering estimate as the only input—without PM metric and design
journey.
Conclusion
An MVP is decided by aligning on the riskiest assumption, prioritizing Must-haves
(often via MoSCoW), respecting time and team constraints, and locking one success
metric with definition of done. Product leads facilitate; design and engineering
commit; leadership breaks ties. In 2026, faster tools do not remove the need for a
clear decision— they reward teams that decide narrowly, ship, learn, and decide
again.
Additional resources