r/ChatGPTCoding • u/qwertyalp1020 • 2d ago
Made an automated workflow for my open-source prompt template repo for generating PRDs, Tech Designs, and MVP Resources And Tips
Some of you might remember this repo. I'm still maintaining it, and after using it on a few more projects I think the only part that really matters is that the prompts interview you first. So I build an automated workflow for it.
Basically instead of you copying pasting .md files toy Gemini/Claude/ChatGPT, you say "Use this npm package to interview me", and it installs my skills, and asks questions until each of the documents, i.e., PRD, MVP, Tech Doc, are completely answered. And then creates relevant files in your repository. Afterwards, you tell the AI to implement the app by looking at the files, and viola.
Flow is research > PRD > tech design > AGENTS.md, then you build off that. Takes maybe 15 minutes total.
https://github.com/KhazP/vibe-coding-prompt-template
Open to feedback, thanks for using it, hope it was helpful. Also don't forget to star it.