원클릭으로
mvp-scoping
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.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
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.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
When the user wants to apply to startup accelerators, incubators, or fellowship programs. Also use when the user mentions "YC application", "Techstars", "accelerator", or "apply to programs".
When the user needs to design or evaluate system architecture — service boundaries, data models, API contracts, infrastructure topology, database selection, or dependency analysis. Also activate for "design the system", "how should I architect this", "monolith vs microservices", or architecture decision records.
When the user needs to write a monthly or quarterly investor update, prepare a board deck, or communicate company progress to stakeholders.
When the user needs to identify at-risk accounts, understand why customers are leaving, reduce churn rate, build health scores, design save plays, or create win-back campaigns.
When the user needs to set up or improve CI/CD pipelines — GitHub Actions, GitLab CI, deployment automation, or says "set up CI", "automate deployment", "add tests to pipeline", "fix my build".
When the user asks for a code review, shares code for feedback, or says "review this", "check my code", "what's wrong with this". Also activate when reviewing a pull request or diff.
| name | mvp-scoping |
| description | 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. |
| related | ["prd-writing","roadmap-planning"] |
| reads | ["startup-context"] |
Activate 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.