Install
openclaw skills install mvp-planningPlan and scope a Minimum Viable Product for a solopreneur. Use when deciding what to build first, what to cut, how to prioritize features, how to define "don...
openclaw skills install mvp-planningAn MVP is not a product with every feature you can imagine stripped down. It is the smallest thing you can build that tests your core business hypothesis and delivers real value to real customers. If you build too much, you waste time on features nobody asked for. If you build too little, you launch something that doesn't actually solve the problem. This playbook defines the line precisely and gives you a repeatable process to find it.
Before scoping anything, write down the single hypothesis your MVP must test. Everything you include must serve this hypothesis. Everything that doesn't gets cut.
Format:
IF we build [specific product that does X for Y customers],
THEN [specific outcome we expect — e.g., Z% will pay, W% will return weekly].
Example: "IF we build an automated client progress report tool for freelance developers, THEN at least 30% of beta users will use it weekly within the first month, and at least 10% will convert to a paid plan."
The hypothesis has two parts: a behavior signal (usage) and a revenue signal (payment). Both must be measurable. If you can't measure it, you can't learn from it.
"Viable" is not universal. It depends on your hypothesis. Map your hypothesis to the minimum experience needed to test it.
Ask these questions:
Label every feature as:
Take your full feature wishlist and run every item through this filter. Be brutal. Solopreneurs have limited build time — every unnecessary feature is time stolen from the core value.
The Four Cuts:
Does this feature directly serve testing your core hypothesis?
Can this feature be faked or done manually for the first N customers without them knowing or caring?
Examples of things you can fake:
If you can fake it convincingly for beta scale, fake it. Build the real version only after you've confirmed people actually want it.
Is this feature something that MUST exist at launch, or can it be added in v1.1 (within 2 weeks of launch)?
If it can wait 2 weeks and the product is still usable and testable without it → cut it from MVP scope. Move it to "Week 2" backlog.
Is this feature a "delight" — something nice but not expected?
Delights are great for retention but terrible for MVPs. Cut them all. Your MVP should be functional and clear, not delightful. Delight is a v2 luxury.
After all four cuts, you should have a dramatically smaller feature list than you started with. If it still feels like a lot, cut again. The most common MVP mistake is building too much.
Write a single-page document that locks the scope. This prevents scope creep and gives you a clear "done" line.
MVP SCOPE DOCUMENT
==================
HYPOTHESIS: [from Step 1]
CORE VALUE DELIVERED: [one sentence — what the user gets]
MUST-HAVE FEATURES (🔴):
1. [Feature] — because [why it's essential to the hypothesis]
2. [Feature] — because [why]
3. [Feature] — because [why]
FAKED / MANUAL FEATURES (🟡 deferred to real implementation):
1. [Feature] — faked as [how] — real build in [when]
2. [Feature] — faked as [how] — real build in [when]
CUT FROM MVP (🟢 — revisit after launch):
1. [Feature]
2. [Feature]
...
LAUNCH CRITERIA (all must be true before you call this "launched"):
- [ ] [Criterion 1]
- [ ] [Criterion 2]
- [ ] [Criterion 3]
WHAT SUCCESS LOOKS LIKE (measured in the first 30 days):
- [Metric 1]: target = [number]
- [Metric 2]: target = [number]
For every piece of technology your MVP needs, decide: build it yourself, buy/use an existing tool, or use a no-code/low-code solution.
Decision framework:
| If this is... | Then... |
|---|---|
| Your core differentiator | BUILD. This is what makes you unique. Outsourcing it = outsourcing your advantage. |
| Commodity infrastructure (hosting, payments, auth, email) | BUY. Use established tools (Stripe, Auth0, SendGrid, Vercel, etc.). Building these yourself wastes months. |
| A workflow you'll do 100+ times but isn't your core product | AUTOMATE with no-code (Zapier, Make, n8n). Build only if the automation tools can't handle it. |
| Something you need once or very rarely | BUY or use a freelancer. Don't build a tool you'll use once. |
Solopreneur rule: The fewer custom-built components, the faster your MVP ships. Ruthlessly use existing tools for everything except the one thing that is uniquely yours.
For each must-have feature, estimate:
Build order rules:
Timeline:
Do not launch until every item is checked:
The MVP is not the end — it is the beginning of a learning loop.
Week 1 post-launch:
Week 2-4:
Decision rules: