mvp-scoping

mvp-scoping is a skill for Claude Code, Codex from mizukaizen/hive-doctrine-mcp. It costs 0 tokens per session (588 once invoked), scanned A, original, MIT.

A planning method for defining a minimum viable product, meaning the smallest version of a product that can test its main idea with users. It sorts proposed features into must-have, should-have, and later groups.

In plain words
What is it for?
Use it to state the product hypothesis, review a feature list, remove nonessential work, classify what remains, and define measurable launch criteria.
Why use it?
It prevents a first release from growing into a large list of work that does not help test the product's core assumption. It also makes the conditions for a successful launch explicit.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to state the product hypothesis, review a feature list, remove nonessential work, classify what remains, and define measurable launch criteria.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mizukaizen/hive-doctrine-mcp/mvp-scoping
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mizukaizen/hive-doctrine-mcp --skill mvp-scoping
Clone the repo
git clone --depth 1 https://github.com/mizukaizen/hive-doctrine-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mvp-scoping

README.md
[![agentmods](https://agentmods.dev/badge/skills/mizukaizen/hive-doctrine-mcp/mvp-scoping/github.svg)](https://agentmods.dev/skills/mizukaizen/hive-doctrine-mcp/mvp-scoping)
Your own site
<a href="https://agentmods.dev/skills/mizukaizen/hive-doctrine-mcp/mvp-scoping"><img src="https://agentmods.dev/badge/skills/mizukaizen/hive-doctrine-mcp/mvp-scoping/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mvp-scoping

Your own site · 80×15
<a href="https://agentmods.dev/skills/mizukaizen/hive-doctrine-mcp/mvp-scoping"><img src="https://agentmods.dev/badge/skills/mizukaizen/hive-doctrine-mcp/mvp-scoping.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 588 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00588
Opus 5 $0.00000 $0.00294
Sonnet 5 $0.00000 $0.00118
Haiku 4.5 $0.00000 $0.00059

Measured 11d ago against content hash 87cf71473776, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

mvp-scoping scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

gated-products/honey/claude-packages/HD-4001-solo-founder/skills/mvp-scoping/SKILL.md · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: MVP Scoping

Use when scoping a minimum viable product. Identifies the smallest feature set that validates the core hypothesis, cuts everything else, and defines launch criteria.

Trigger

Invoke this skill when the user wants to scope an MVP, is planning a v1, or has a feature list that needs ruthless trimming.

Process

  1. Identify the core hypothesis. What is the one thing this product must prove? Write it as: "We believe [user] will [action] because [reason]."

  2. List all proposed features. Get everything on the table — the user's full wish list.

  3. Apply the MVP filter. For each feature, ask: "Can we validate the core hypothesis without this?" If yes, cut it. No exceptions.

  4. Categorise what remains:

    • Must have — Cannot launch without it. Directly validates the hypothesis.
    • Should have — Improves the experience but not required for validation.
    • Won't have (yet) — Everything else. Explicitly listed so nothing sneaks back in.
  5. Define launch criteria. What specific outcome means the MVP succeeded?

    • Quantitative: "10 users complete the core flow in week 1"
    • Qualitative: "3 users say they would pay for this"
  6. Estimate build time. The MVP should be buildable in 1-2 weeks by one person. If the estimate exceeds 2 weeks, scope is too large — cut more.

Output Template

# MVP Scope: [Product Name]

**Date:** [YYYY-MM-DD]
**Core Hypothesis:** We believe [user] will [action] because [reason].

## Must Have (Launch Blockers)
- [ ] [Feature 1] — [1-sentence justification]
- [ ] [Feature 2] — [1-sentence justification]

## Should Have (Week 2)
- [ ] [Feature 3]
- [ ] [Feature 4]

## Won't Have (Yet)
- [Feature 5] — Reason for cutting
- [Feature 6] — Reason for cutting

## Launch Criteria
- [ ] [Quantitative goal]
- [ ] [Qualitative goal]

## Build Estimate
- Must Have features: [X] days
- Target launch date: [YYYY-MM-DD]

Rules

  • The "Must Have" list should contain 3-5 items maximum. If it has more than 5, the scope is too large.
  • Auth, payments, and admin dashboards are almost never MVP features. Challenge any inclusion.
  • If the user insists on keeping a cut feature, ask: "What will you cut instead to stay within 2 weeks?"
  • Save the scope document to docs/mvp-scope.md.

Read the full file on GitHub · 63 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 63 lines · 0 tokens per session scan A 87cf71473776

Subscribe to this mod's changes

mvp-scoping is a skill published in the GitHub repository mizukaizen/hive-doctrine-mcp (0 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 588 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories