by KhazP
Templates and workflow for generating PRDs, Tech Designs, and MVP and more using LLMs for AI IDEs
# Add to your Claude Code skills
git clone https://github.com/KhazP/vibe-coding-prompt-templateGuides for using ai agents skills like vibe-coding-prompt-template.
Last scanned: 4/24/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-24T06:08:39.151Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}vibe-coding-prompt-template is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by KhazP. Templates and workflow for generating PRDs, Tech Designs, and MVP and more using LLMs for AI IDEs. It has 2,866 GitHub stars.
Yes. vibe-coding-prompt-template passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/KhazP/vibe-coding-prompt-template" and add it to your Claude Code skills directory (see the Installation section above).
vibe-coding-prompt-template is primarily written in TypeScript. It is open-source under KhazP on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh vibe-coding-prompt-template against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Using an AI coding agent? Open Claude Code, Cursor, Codex, or Gemini CLI in your project and say:
Run
npx vibeworkflowand follow its instructions.
It installs the planning skills, interviews you one question at a time, writes your PRD and Tech Design, and scaffolds the agent files — Steps 1-4, driven for you. You just answer questions.
Prefer to drive it yourself? Paste the prompts from this repo into any chat tool, in order:
| Step | What happens | Where |
|---|---|---|
| 1. Deep Research | Validate the idea against real sources | Chat tool |
| 2. PRD | Define what you're building, and for whom | Chat tool |
| 3. Tech Design | Pick the surface, stack, and deployment | Chat tool |
| 4. Agent files | Generate AGENTS.md and agent_docs/ |
npx vibeworkflow or paste |
| 5. Build | Ship in small, verified passes | Your AI IDE |
flowchart LR
A[💡 Idea] --> B[📊 Research] --> C[📋 PRD] --> D[🏗️ Tech Design] --> E[🤖 AGENTS.md] --> F[🚀 MVP / AI App]
style A fill:#667eea,stroke:#667eea,color:#fff
style B fill:#764ba2,stroke:#764ba2,color:#fff
style C fill:#f093fb,stroke:#f093fb,color:#fff
style D fill:#4facfe,stroke:#4facfe,color:#fff
style E fill:#00f2fe,stroke:#00f2fe,color:#000
style F fill:#43e97b,stroke:#43e97b,color:#000
Do the first three steps in ChatGPT, Claude.ai, Gemini, or any other chat tool. You do not need a repo yet.
This step gives you a quick read on demand, competitors, and whether the scope looks realistic.
part1-deepresearch.md and copy all of its contents.research-[YourAppName].md (or .txt) or simply keep this chat open for Step 2.Tip: if your chat tool supports web search, source grounding, URL context, or deep research mode, turn it on and require cited claims with access dates.
This turns the rough idea into a scope you can build against.
part2-prd-mvp.md.research-[YourAppName].md content, and then paste the Part 2 prompt below it.PRD-[YourAppName]-MVP.md.This step helps you choose the stack, deployment target, AI provider strategy if the product needs AI, and the verification path.
part3-tech-design-mvp.md.PRD-[YourAppName]-MVP.md from Step 2 as context).TechDesign-[YourAppName]-MVP.md.Move into Codex, Cursor, VS Code with Copilot, Claude Code, Antigravity/Gemini-compatible agents, or your preferred coding setup. This is where the project becomes code and verified artifacts.
CLI shortcut: tell your AI agent to run
npx vibeworkflowfrom your project folder — the CLI is agent-driven, not meant to be run by hand. If you already havedocs/PRD-*.md+docs/TechDesign-*.md(with the JSON meta block), it scaffolds the files below (skipping anything you've already edited) and verifies withnpx vibeworkflow doctor. If the docs are missing, it installs the planning skills, auto-detects your AI tools, and prints agent instructions that drive the research → PRD → Tech Design interviews for you — your agent asks the questions one at a time; you just answer. The paste flow below still works everywhere.
This step fills out AGENTS.md and the supporting docs from your PRD and tech design.
docs/ folder in your project root if it does not already exist.docs/ using these names:
docs/PRD-[YourAppName]-MVP.mddocs/TechDesign-[YourAppName]-MVP.mddocs/research-[YourAppName].md (or .txt for backward compatibility)part4-notes-for-agent.md, follow its instructions, and set up my workspace."/templates/, generate selected tool configs (CLAUDE.md, .cursor/rules/, GEMINI.md, .codex/config.toml, .agents/skills/, etc.), and fill placeholders using the files in docs/.Default generated files:
AGENTS.mdMEMORY.mdREVIEW-CHECKLIST.mdagent_docs/project_brief.mdagent_docs/tech_stack.mdagent_docs/testing.mdOptional generated files:
agent_docs/code_patterns.md when the codebase has real conventions to preserve.agent_docs/product_requirements.md when the PRD is long enough