mvp-scope-planner

Defines minimal MVP scope with inclusions, exclusions, validation criteria, and tradeoffs.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/vmitsaras/Agent-Skills --skill mvp-scope-planner-vmitsaras
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mvp-scope-planner
Source: https://github.com/vmitsaras/Agent-Skills/tree/main/skills/project-planning/mvp-scope-planner
Command: npx skills add https://github.com/vmitsaras/Agent-Skills --skill mvp-scope-planner-vmitsaras

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often overbuild first releases or cut scope so aggressively that the MVP cannot validate its core assumption. This Skill turns a broad product idea into the smallest coherent release that completes one user journey and produces decision-grade evidence. ## Core Features & Use Cases - Scope Classification: Sorts every candidate capability into MVP, later, experiment-only, or not planned, with rationale and deferral consequences. - Validation Planning: Defines acceptance criteria plus success, failure, and inconclusive signals tied to explicit next decisions. - Risk and Tradeoff Analysis: Surfaces dependency traps, quality floors, and assumptions that could invalidate the plan. - Use Case: A founder with a broad feature backlog and a three-month deadline uses this Skill to cut the list down to one complete user journey, keep accessibility and privacy requirements in scope, and defer everything else behind evidence-based triggers. ## Quick Start Ask the agent to scope an MVP for your product idea, providing the target user, core problem, key assumption, and constraints.

Frequently Asked Questions about mvp-scope-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decide what features belong in an MVP?▼

Test each candidate capability against four questions: whether it completes the core journey, tests the primary assumption, is required by safety or compliance constraints, or whether excluding it makes the result unusable. Classify each item as MVP, later, experiment-only, or not planned with a recorded rationale.

How to cut MVP scope without breaking the user experience?▼

Define the thinnest complete user journey from entry to achieved outcome first, then remove only capabilities outside that journey. Keep accessibility, privacy, security, and failure recovery in scope since they are quality constraints, not optional polish.

When should I not use MVP scoping?▼

Avoid MVP scoping when the problem or target user is undefined, when scope is already decided and you only need milestones, or when the release has fixed compliance or contractual requirements. In those cases use milestone planning or label the release accurately instead.

What if stakeholders say every feature is essential?▼

Expose the consequence of removing each item rather than debating importance abstractly. Present coherent scope options with explicit cost and learning tradeoffs so stakeholders can choose based on evidence, not pressure.

How do I handle an expensive integration in an MVP?▼

When an integration dominates cost or uncertainty, run a concierge test, prototype, or dependency spike before committing to the build. Prefer reversible or manual solutions only when they do not transfer unacceptable burden to users or operators.