dragoon0x/everything-design-taste

mvp-scoping

Defining minimum viable products, feature scoping, launch criteria, and iterative design.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill mvp-scoping

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,446 B
  • docs SUMMARY.md 108 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

MVP Scoping

What MVP Actually Means

Not the worst possible version. The smallest version that proves the core hypothesis.

Scoping Framework

  1. What's the hypothesis? 'Users will [behavior] because [reason]'
  2. What's the minimum to test it? Strip to the core value proposition
  3. What can be manual? Automate later, validate first (Wizard of Oz)
  4. What can be borrowed? Use existing tools/services, don't build infrastructure
  5. 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)

NICE: Users might want it eventually
  → Cut it. Add after validation.

PREMATURE: Scaling, admin, optimization
  → Definitely cut it.

Launch Criteria

  • Core user flow works end-to-end
  • Critical errors handled gracefully
  • Performance is acceptable (not optimized, acceptable)
  • One complete use case is satisfying
  • Measurement is in place (can you tell if it's working?)

Post-MVP

  • Watch what users actually do (not what they said they'd do)
  • Measure the hypothesis metric
  • Iterate based on evidence, not feature requests