khazp/vibe-coding-prompt-template
Templates and workflow for generating PRDs, Tech Designs, and MVP and more using LLMs for AI IDEs
1.6K stars216 forksUpdated Jan 20, 2026
npx skills add khazp/vibe-coding-prompt-templateREADME
AI-Powered MVP Development
Build an MVP in hours, not months ā guided by AI coding agents
The Workflow
Transform any app idea into working code through 5 AI-powered stages:
flowchart LR
subgraph Phase1[" "]
A[š” Idea]
end
subgraph Phase2["Research"]
B[š Market Analysis]
end
subgraph Phase3["Define"]
C[š PRD]
end
subgraph Phase4["Design"]
D[šļø Tech Design]
end
subgraph Phase5["Generate"]
E[š¤ AGENTS.md]
end
subgraph Phase6["Build"]
F[š MVP]
end
A --> B --> C --> D --> E --> F
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
| Stage | What Happens | Output | Time |
|---|---|---|---|
| Validate market & tech landscape | research.txt | 20 min | |
| Clarify product scope | PRD.md | 15 min | |
| Decide how to build | TechDesign.md | 15 min | |
| Convert docs into agent blueprints | AGENTS.md | 10 min | |
| Generate & test code | Working MVP | 1-3 hrs |
Quick Start
How It Works
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā 1. Copy prompt file ā 2. Answer questions ā 3. Get docs ā
ā 4. Feed docs to AI agent ā 5. Ship your MVP ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
| Step | What You Do | Result |
|---|---|---|
| 1 | Copy part1-deepresearch.md, answer questions | Research doc |
| 2 | Copy part2-prd-mvp.md, answer questions | PRD doc |
| 3 | Copy part3-tech-design-mvp.md, answer questions | Tech Design doc |
| 4 | Copy part4-notes-for-agent.md, generate configs | AGENTS.md + configs |
| 5 | Tell your AI agent: "Read AGENTS.md and build the MVP" | Working MVP |
Automated alternative: Try the Vibe-Coding Webapp to skip the manual copy-pasting.
Prerequisites
AI Platform (Choose One)
For the research and planning phases (Parts 1-4):
| Platform | Best For | Link |
|---|---|---|
| Technical accuracy and reasoning | claude.ai | |
| Large context for comprehensive research | aistudio.google.com | |
...