From skills
Guides users from idea to working MVP with scope cutting, stack selection, minimal architecture, and deployment. Invoke via /prototype or phrases like "build an MVP".
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills:prototypeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Structured path from idea → working MVP. Most side projects die in "where do I even start" — this is the scaffolding. Discard it once momentum exists.
Structured path from idea → working MVP. Most side projects die in "where do I even start" — this is the scaffolding. Discard it once momentum exists.
Boundary: use ideation when the user wants to think, compare, stress-test, or write planning artifacts. Use this skill when they want to build.
Ask first. The answer changes everything.
"Is this a quick side project or something you want to take seriously?"
3 questions max. Don't proceed until all 3 have clear answers.
If the user can't answer #2 without "and", help them cut.
Recommend based on project type and stated skills. Offer 2 options with honest trade-offs — don't just list everything.
Web app (default for solo dev speed):
API / backend:
Mobile:
CLI:
Database (don't overcomplicate v1):
State the trade-off plainly: "Next.js is the default because it ships fastest. Use SvelteKit if bundle size is a constraint or you dislike React's mental model."
One-paragraph overview only. No architecture astronautics.
Cover:
If the user is over-engineering, say so: "You don't need a message queue for an MVP with 10 users."
Implementation must include:
Set up in order: repo → CI if needed → core feature → README. If implementation is delegated or done later, pass the bullets above as the handoff; if implementing now, use them as the acceptance criteria.
Before declaring done:
.env in .gitignore)Skip items that don't apply to a side project, but report what was skipped.
Do not declare the prototype complete until:
npx claudepluginhub kriscard/skillsUse this skill when the user asks to "vibe code this", "build this with AI", "help me use Cursor/v0/Bolt to build this", "vibe coding from my PRD", "how do I code this with AI", "turn this spec into code", or wants guidance on using AI coding tools (Cursor, GitHub Copilot, v0, Bolt, Lovable, Claude Artifacts) to prototype or build a feature from a product spec. This is a coaching skill — it helps the PM get the most out of AI coding tools, not write code directly.
Orchestrates a phased journey from raw app idea to validated MVP with clean architecture, asking questions and recording decisions in docs/.
Orchestrates the full flow from product idea to demo-able MVP: brainstorming, PRD confirmation, template lookup, plan writing, and single-subagent execution. Optimized for time-to-first-demo, skipping TDD and hardening.