MVP Idea Brief
Turns a rough app idea into a scoped, single-user Idea Brief doc via one-question-at-a-time interview.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · d48f1a0
Baseline immediately proposed a 10-feature roadmap (time tracking, multi-currency, mobile app, tech stack) for a freelancer-invoicing idea with no target user narrowed down; the skill version forced 8 sequential questions and produced a brief that explicitly excludes all of that scope creep and defers stack choice to a later pipeline stage, matching its own 'do not add features beyond the stated goal' quality bar.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What MVP Idea Brief does
Asks eight sequential clarifying questions -- target user, pain, current workaround, smallest useful outcome, platform, exclusions, budget -- then writes docs/IdeaBrief-[AppName].md. Triggers when a user has a vague app idea and needs scope narrowed before PRD or research work; the skill explicitly forbids adding features beyond the user's stated goal.
How to install MVP Idea Brief
git clone https://github.com/kornpng/web-mvp-blueprint-kit
cd web-mvp-blueprint-kit
mkdir -p ~/.claude/skills
cp -r skills/mvp-idea-brief ~/.claude/skills/mvp-idea-brief
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger MVP Idea Brief
-
/mvp-idea-briefTurns a rough app idea into a scoped, single-user Idea Brief doc via one-question-at-a-time interview.
It also activates on plain-language prompts like these:
-
I have a rough idea for a freelancer invoicing app, help me scope it -
Turn my vague app idea into a proper scoped idea brief -
Help me narrow down my app concept before writing a PRD
Frequently asked questions
- Is the MVP Idea Brief skill free?
- Yes. The skill itself is free from kornpng/web-mvp-blueprint-kit. SkillProof publishes the install command and an independent test verdict at no cost.
- Does MVP Idea Brief work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Baseline immediately proposed a 10-feature roadmap (time tracking, multi-currency, mobile app, tech stack) for a freelancer-invoicing idea with no target user narrowed down; the skill version forced 8 sequential questions and produced a brief that explicitly excludes all of that scope creep and defers stack choice to a later pipeline stage, matching its own 'do not add features beyond the stated goal' quality bar.
- What is the MVP Idea Brief SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install MVP Idea Brief?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use MVP Idea Brief with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.