Vibe Prd

Interview-driven PRD generator that outputs a templated, handoff-ready MVP requirements doc.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.4/10
Tested
Jul 20, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 6ce695f

Fetched the repo tree and raw SKILL.md plus the 945-line part2-prd-mvp.md it depends on; confirmed the referenced file exists in root and contains the exact per-level PRD templates, the canonical `## Out of Scope (Not in MVP)` heading, and the `## Handoff Context` (Stage: prd) block. Pure-prompt skill (Read/Write/Glob/Grep/AskUserQuestion only) — no scripts, no external CLI, no exfiltration/base64/hidden instructions found. One point docked on install because the core question bank lives outside the skill folder, so copying just `.claude/skills/vibe-prd/` degrades it.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What Vibe Prd does

Step 2 of a vibe-coding workflow: runs a one-question-at-a-time interview tailored to the user's technical level (vibe-coder / developer / in-between), then generates a PRD following an exact template and ends with a machine-readable Handoff Context block for the next stage. Triggers on "create PRD", "write requirements", "define my product".

How to install Vibe Prd

Clone the repo (or copy the whole `.claude/skills/` folder AND root `part2-prd-mvp.md`) into your project. The skill lives at `.claude/skills/vibe-prd/SKILL.md`; it reads the question bank + PRD templates from `part2-prd-mvp.md` in the project root, so copying only the skill folder leaves it partially inert (it falls back to asking you to paste the file).

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Vibe Prd

  • /vibe-prd Interview-driven PRD generator that outputs a templated, handoff-ready MVP requirements doc.

It also activates on plain-language prompts like these:

  • Help me write requirements for my new app
  • Create a PRD for this feature idea
  • Help me define my product's MVP requirements

Frequently asked questions

Is the Vibe Prd skill free?
Yes. The skill itself is free from KhazP/vibe-coding-prompt-template. SkillProof publishes the install command and an independent test verdict at no cost.
Does Vibe Prd work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 20, 2026. Verdict: Tested · Works. Fetched the repo tree and raw SKILL.md plus the 945-line part2-prd-mvp.md it depends on; confirmed the referenced file exists in root and contains the exact per-level PRD templates, the canonical `## Out of Scope (Not in MVP)` heading, and the `## Handoff Context` (Stage: prd) block. Pure-prompt skill (Read/Write/Glob/Grep/AskUserQuestion only) — no scripts, no external CLI, no exfiltration/base64/hidden instructions found. One point docked on install because the core question bank lives outside the skill folder, so copying just `.claude/skills/vibe-prd/` degrades it.
What is the Vibe Prd SkillProof Score?
8.4/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install Vibe Prd?
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 Vibe Prd 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.