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-templateTransform 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
No comments yet. Be the first to share your thoughts!
| 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 |
| ![Generate](https://img.shields.io/badge/4-Generate-00f2fe?...