How to scope an MVP down to one testable workflow
Every founder we talk to has a version of their product in their head that's more complete than what they actually need to build first. The scoping conversation is mostly about talking that version down to the smallest thing that can prove or disprove the one assumption the whole business depends on, and that conversation is usually harder than the build itself.
Start with the assumption, not the feature list
Before we talk about screens, we ask what has to be true for this business to work. Usually it's one sentence: people will pay for same-day delivery matching, or landlords will trust an app to screen tenants, or clinics will let patients book directly instead of calling. Everything in the MVP exists to test that one sentence. Anything that doesn't test it gets cut, no matter how core it feels to the eventual product.
This is often the most uncomfortable part of the process for a founder, because features that feel essential to the long-term vision turn out to be irrelevant to the specific question the MVP needs to answer right now.
One workflow, built all the way through
The common mistake is building five features at 40 percent completion instead of one feature at 100 percent. A half-working version of the whole product tells you nothing, because users can't actually complete anything and you can't tell if the idea failed or the execution did. One complete workflow, even a narrow one, gives you a real signal.
For a marketplace idea, that might mean skipping payments entirely for the pilot and handling settlement manually, so the team can focus every hour on making the actual matching experience good enough to test with real users.
What gets deliberately left out
Admin dashboards, account settings, password reset flows, and anything with the word "eventually" attached to it in a planning conversation are the first things cut. None of these test the core assumption, and all of them can be handled manually or skipped entirely for a pilot with a small number of real users, who can just email support if something goes wrong.
How this changes the conversation with a founder
Most of our early scoping calls involve talking a founder out of building something, not into it. We ask directly: if this one workflow works perfectly and everything else is missing, do you learn what you need to learn? If the answer is yes, everything else can wait. If the answer is no, that tells us the real workflow we should be scoping hasn't been identified yet, and we go back a step before writing any code.
What this actually buys you
A tightly scoped MVP is usually a six to eight week build instead of a six month one, and it produces a real answer instead of a guess. If the workflow validates, the codebase becomes the foundation for the full build. If it doesn't, you've spent weeks finding that out instead of months, with a specific enough test that you actually know what to change next rather than starting over blind.
A real example of a scope cut that mattered
A logistics startup came to us wanting a full dispatch platform: route optimization, driver tracking, customer notifications, and a billing system, all in the first version. We cut it down to just the matching workflow, a shipper posts a job, a driver accepts it, both see status, with everything else handled manually by the founders for the pilot.
That narrower version shipped in five weeks instead of the four-plus months the original scope would have taken, and it answered the actual open question, would drivers and shippers trust an app-based matching system at all, faster and far more cheaply than the fuller build would have.
Why founders resist this more than you'd expect
Cutting scope can feel like admitting the vision is smaller than it is, which is an understandable but misplaced worry. The MVP isn't the vision, it's a specific, narrow experiment designed to de-risk the vision, and conflating the two is where a lot of over-scoped first versions come from.
How we handle a founder who has multiple assumptions to test
Sometimes there genuinely are two or three separate assumptions that all need testing, and no single workflow covers all of them. In that case we sequence them rather than testing all at once: build and validate the riskiest assumption first, since if that one fails, the others may not matter at all.
What good scoping conversations have in common
The best scoping sessions we run end with the founder more excited about the narrower version than they were about the original idea, because the conversation clarified what actually mattered. That reaction is a good sign the scope is right; a founder who leaves the conversation deflated usually means we haven't yet found the version of the cut that still feels meaningful to them.
How we push back when a founder insists on building for a future they haven't reached yet
A common pattern is a founder wanting to build in support for a future business model, enterprise accounts, a marketplace with multiple seller types, before there's a single validated customer for the core idea. We push back on this directly, since building for a hypothetical future state adds real cost and delay to answering the present, much more urgent question of whether anyone wants the core product at all.
A common pattern is a founder wanting to build in support for a future business model, enterprise accounts, a marketplace with multiple seller types, before there's a single validated customer for the core idea.
What we do when two co-founders disagree about what the MVP should include
Co-founder disagreement about MVP scope is common, and it's usually really a disagreement about which assumption is riskiest, not a disagreement about the product vision itself. We facilitate that conversation directly, asking each founder to name the single thing that would most worry them if it turned out to be false, which usually converges the group toward a shared answer faster than debating features in the abstract.
How we help a founder articulate their core assumption when they genuinely struggle to name just one
Some founders arrive with several assumptions genuinely tangled together and struggle to isolate the single riskiest one. We use a structured exercise, asking what specific piece of evidence, if it turned out to be false, would make the founder walk away from the idea entirely, which usually surfaces the real core assumption more effectively than asking directly what the core assumption is, since that more direct framing tends to produce a rehearsed answer rather than genuine reflection.
What we do once the pilot has actually run
Validation isn't a single yes-or-no moment at the end of a pilot, and we treat it that way with clients. We agree on the specific signal that would count as validation before the pilot starts, a completion rate, a repeat-usage rate, a willingness to pay, so nobody is left arguing after the fact about whether ambiguous results actually mean the assumption held up.
When the signal is genuinely mixed, neither a clear success nor a clear failure, we go back to the workflow itself rather than the broader idea, since a weak result is more often a sign that some part of the experience got in the way of a fair test than a sign the underlying assumption was wrong. Separating execution problems from assumption problems is its own skill, and it's one we spend real time on with founders who are otherwise ready to give up on an idea that might just need a cleaner test.
"It's easy to add" is the trap, not the argument
The single most common way scope returns after it has been cut is the observation that a particular feature would only take a day. That is usually true, and it is not the point. The cost of a feature in an MVP is not the build time; it is the review time, the surface area it adds to testing, the extra thing a pilot user can get confused by, and the fact that a day's work is rarely a day's work once it needs an empty state, an error case, and a settings toggle.
We have found it more productive to answer this in terms of the question being tested rather than effort. If the feature does not change the answer to the assumption the MVP exists to test, its build time is irrelevant, because the correct amount of time to spend on it right now is none.
What happens to the good ideas that get cut
Cutting scope goes badly when it feels like ideas are being thrown away. We keep an explicit, visible list of everything that was cut and why, and we review it after the pilot rather than treating it as a graveyard. A surprising share of that list turns out to be unnecessary once real usage data exists, and being able to point at that later is what makes the next round of cuts easier to agree.
Instrumenting for the answer you actually need
A pilot that ships without instrumentation produces opinions rather than evidence. Before launch we agree the specific numbers that would count as the assumption being validated or not: completion rate through the workflow, time to complete, how many people return unprompted. We build the tracking for exactly those and nothing else.
The discipline matters in both directions. Tracking everything produces a dashboard nobody reads and a debate about which metric to believe; tracking the two or three numbers agreed in advance produces a conversation that can actually end in a decision.
How long a pilot should run before you have an answer
Long enough for the workflow to be used by real people more than once, which for most products is a few weeks rather than a few days. The failure mode we see most often is calling it early on enthusiasm. A strong first week is usually novelty. The number worth watching is whether people come back in week three without being reminded.
We set the pilot length before launch for exactly this reason. Agreeing the duration while everyone is still calm is much easier than agreeing it in the middle of a promising first week.
The "but investors will ask" objection
This comes up on nearly every pre-seed engagement, and it deserves a straight answer rather than a dismissal. Investors do ask about the roadmap. What they rarely ask for is a built roadmap. A founder who can explain precisely why the product tests one assumption first, and what the evidence so far says about it, is in a stronger position than one demonstrating six half-finished features.
The roadmap is a document. It does not need to be code to be convincing, and turning it into code before the first assumption is settled is how a pre-seed budget gets spent proving nothing in particular.
How to know you've cut enough
The practical test is whether you can state, in one sentence, what the product does and what you will learn from people doing it. If that sentence needs an "and also," there is still scope in there that belongs to a different question. It is a blunt test and it has been right more often than the more careful arguments we have talked ourselves into.