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.
npx skills add mizukaizen/hive-doctrine-mcp --skill mvp-scopinggit clone --depth 1 https://github.com/mizukaizen/hive-doctrine-mcpWrote 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.
[](https://agentmods.dev/skills/mizukaizen/hive-doctrine-mcp/mvp-scoping)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
-
Identify the core hypothesis. What is the one thing this product must prove? Write it as: "We believe [user] will [action] because [reason]."
-
List all proposed features. Get everything on the table — the user's full wish list.
-
Apply the MVP filter. For each feature, ask: "Can we validate the core hypothesis without this?" If yes, cut it. No exceptions.
-
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.
-
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"
-
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.
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.
- 11d ago First seen · 63 lines · 0 tokens per session scan A 87cf71473776
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.
Other skills, from other repositories
coding-agents-farm
To orchestrate parallel coding-agent farms (Claude, Codex, Copilot, Gemini, etc.) on isolated git worktrees.
brain-in-the-fish
Universal document evaluation engine — evaluate any document against any criteria using cognitively-modelled AI agents with ontology-grounded scoring.
superagenticmcp
SuperAgenticMCP — the switchboard for your agent swarm. MCP-native router and multi-agent control plane that plans tasks, routes tool calls to racked MCP servers by capability and latency, streams execution, and files results into a memory-scope graph. Use when the user needs multi-agent orchestration over MCP, a…
go-best-practices
Go coding best practices. Use when writing or reviewing Go code. Covers error handling, concurrency, and idiomatic patterns.
typescript-best-practices
TypeScript/Node.js best practices. Use when writing or reviewing TypeScript code. Covers type safety, async patterns, and error handling.
multi-agent-governance
Use this skill when building, managing, or auditing multi-agent AI systems. Provides governance patterns for behavioral enforcement, drift detection, audit trails, role management, and accountability across autonomous AI agents. Compatible with any orchestration framework.