When the user needs to decide what to build, cut, and defer for a first release or minimum viable version of a product or feature.
66
58%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/mvp-scoping/SKILL.mdActivate when a founder or PM has an idea or a full feature spec and needs to distill it down to the smallest version worth building. Trigger phrases include "what's our MVP," "what should we cut," "scope this down," "what do we build first," "we only have 4 weeks," or "help me prioritize what to include." Also activate when a team is struggling with scope creep and needs to draw a clear line between must-have and nice-to-have.
One sentence stating what the MVP will test and how success is measured.
| Feature | Rationale | Risk Level | Effort Estimate |
|---|---|---|---|
| Feature name | Why this cannot be cut | Low/Med/High | T-shirt size or days |
Same table format. These improve the product meaningfully but are not required for the core hypothesis test.
Same table format. These are enhancements contingent on v1 learnings.
List with brief reasoning for each exclusion.
| Risk | Category | Likelihood | Impact | Mitigation |
|---|---|---|---|---|
| Description | Technical/Market/Execution | High/Med/Low | High/Med/Low | Action to reduce risk |
Concise paragraph describing what v1 does, who it's for, and what it explicitly does not do.
Specific metrics and thresholds that determine whether the MVP validated the hypothesis.
prd-writing — After scoping the MVP, write a PRD for the Must Have set.roadmap-planning — Place Should Have and Could Have items into the roadmap's Next and Later horizons.user-research-synthesis — Use customer insights to validate which features are truly Must Have vs. assumed Must Have.User: "We're building a tool that helps freelancers send invoices, track time, manage expenses, handle taxes, and send contracts. We have 6 weeks and 2 engineers."
Good output excerpt:
Hypothesis: We believe freelancers earning $50K-$150K/year will send at least 3 invoices in their first month if we provide a simple invoice builder with payment tracking, and we'll know we're right when 40% of signups reach this threshold.
Must Have: Invoice creation, payment status tracking, email delivery. Should Have: Time tracking (linked to invoices), recurring invoices. Won't Have (this cycle): Expense management, tax calculations, contract management.
Rationale for cuts: Time tracking and expenses are adjacent workflows but not required to test the core invoicing hypothesis. Tax and contracts are separate products masquerading as features.
User: "Our PRD for the analytics dashboard has 15 chart types, custom date ranges, export to PDF/CSV, scheduled reports, and real-time data. Engineering says it's 3 months. We need it in 6 weeks."
Good output should classify the 15 chart types into 4-5 Must Have charts that cover 80% of use cases, defer scheduled reports and real-time data, keep CSV export but cut PDF, and identify that custom date ranges are Must Have because every user interview mentioned them.
4ad31b4
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.