Akshith1413/GenAI — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a web app for AI document review that turns rough notes, meeting transcripts, or uploaded documents into a polished professional document like a PRD. I want a simple page where I can paste text or upload a document, click generate, and get a structured result with sections like summary, goals, user stories, edge cases, success metrics, and technical details.

Use a writer AI to create the first draft and a critic AI to review it against a clear rubric. If the critic finds missing sections or weak areas, the writer should automatically revise it before showing the final answer. Show the review feedback too, so a human reviewer can see what was fixed.

Please make it runnable locally as a Python web app, with an environment variable for the Groq API key. Include a way to download the final output as a file, ideally Markdown or JSON. Keep the UI clean and simple. Look up current docs online if you need to.

Want more depth? Deep Reverse