vibe-coding-prompt-template

by KhazP

Pending

Templates and workflow for generating PRDs, Tech Designs, and MVP and more using LLMs for AI IDEs

1,669stars
225forks
Added 1/18/2026
AI Agentsai-agentsai-workflowbeginner-friendlyclaude-codeclaude-code-skillsclaude-skillsdev-toolsdevelopment-workflowsllm-toolsllm-workflowlow-codemvp-developmentno-codeproduct-requirement-documentprompt-engineringtechnical-designvibe-codingworkflow-automation
Installation
# Add to your Claude Code skills
git clone https://github.com/KhazP/vibe-coding-prompt-template
README.md
<p align="center"> <img src="https://img.shields.io/badge/Vibe--Coding-Workflow-blueviolet?style=for-the-badge&logo=rocket&logoColor=white" alt="Vibe-Coding Workflow" height="40"/> </p> <h3 align="center">AI-Powered MVP Development</h3> <p align="center"> <strong>Build an MVP in hours, not months — guided by AI coding agents</strong> </p> <p align="center"> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green.svg?style=flat-square" alt="MIT License"/></a> <a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome"/></a> <a href="https://github.com/KhazP/vibe-coding-prompt-template/stargazers"><img src="https://img.shields.io/github/stars/KhazP/vibe-coding-prompt-template?style=flat-square&color=yellow" alt="Stars"/></a> <a href="https://github.com/KhazP/vibe-coding-prompt-template/issues"><img src="https://img.shields.io/github/issues/KhazP/vibe-coding-prompt-template?style=flat-square" alt="Issues"/></a> </p> <p align="center"> <img src="https://img.shields.io/badge/Claude-Anthropic-orange?style=flat-square&logo=anthropic" alt="Claude"/> <img src="https://img.shields.io/badge/Gemini-Google-4285F4?style=flat-square&logo=google" alt="Gemini"/> <img src="https://img.shields.io/badge/ChatGPT-OpenAI-412991?style=flat-square&logo=openai" alt="ChatGPT"/> <img src="https://img.shields.io/badge/Cursor-Editor-000000?style=flat-square&logo=cursor" alt="Cursor"/> <img src="https://img.shields.io/badge/VS_Code-Microsoft-007ACC?style=flat-square&logo=visualstudiocode" alt="VS Code"/> </p>

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 | |:-----:|--------------|--------|:----:| | Research | Validate market & tech landscape | research.txt | 20 min | | Define | Clarify product scope | PRD.md | 15 min | | Design | Decide how to build | TechDesign.md | 15 min | | ![Generate](https://img.shields.io/badge/4-Generate-00f2fe?...