mvp-scoping
Installation
SKILL.md
MVP Scoping
What MVP Actually Means
Not the worst possible version. The smallest version that proves the core hypothesis.
Scoping Framework
- What's the hypothesis? 'Users will [behavior] because [reason]'
- What's the minimum to test it? Strip to the core value proposition
- What can be manual? Automate later, validate first (Wizard of Oz)
- What can be borrowed? Use existing tools/services, don't build infrastructure
- What can wait? Settings, admin, edge cases, polish
Feature Triage
CORE: Without this, the hypothesis can't be tested
→ Build it
SUPPORTING: Makes the core better but isn't essential
→ Build only if fast (<2 days)