Created
November 25, 2025 20:17
-
-
Save ronaimate/dd880e5173df3612b3072d561f9381f1 to your computer and use it in GitHub Desktop.
Generator Prompts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PROMT PRD: | |
| I will provide you with: | |
| 1. A PRD template (OpenAPI-first, backend/frontend structure included) | |
| 2. User requirements / feature descriptions | |
| Your task is to generate a **complete PRD** in English that fills in the template with the details from the user requirements. | |
| Follow these rules strictly: | |
| 1. Preserve the structure of the template exactly (sections, headers, numbering). | |
| 2. Fill in every relevant section with information derived from the user input. | |
| 3. Use the **OpenAPI-first mindset**: | |
| - Clearly define domain objects and entities. | |
| - Include high-level API intent (HTTP methods, endpoints, purpose, request/response fields, auth rules). | |
| 4. Include backend/frontend considerations for each feature. | |
| 5. For each feature, include acceptance criteria and testing notes where relevant. | |
| 6. Preserve the project structure sections (`backend/` and `frontend/`) exactly as in the template. | |
| 7. For user flows, outline each major interaction step-by-step. | |
| 8. Include business rules, non-functional requirements, edge cases, and external integrations as applicable. | |
| 9. Write clearly, concisely, and in a professional PRD style. | |
| 10. Only generate content that is relevant to the user’s requirements; leave out unrelated examples. | |
| 11. Output the PRD in **English**. | |
| 12. Do not generate any TODOs or roadmap items yet; this prompt is only for PRD creation. | |
| **Output:** | |
| A fully filled PRD document that follows the template, ready to be given to the Cursor/TODO roadmap generator. | |
| --- | |
| **User Input Example Format (you will replace with your own requirements):** | |
| - Application Name: Movie & TV Series Tracker | |
| - Core Features: | |
| 1. User Authentication (email/password, JWT) | |
| 2. Content Search (movies & TV shows via TMDB API) | |
| 3. Content Tracking (watched progress) | |
| 4. Wishlist Management | |
| 5. New Episode Notifications | |
| - Optional Notes: minimalistic UI, mobile-first, responsive | |
| PROMPT TODO: | |
| Use the existing software specification in specification.md and the TODO list in TODO.md to complete tasks in the current project. | |
| Locate the matching TODO item, implement all required file changes, and mark the checkbox as done only after the acceptance criteria are met. | |
| After each task, show the updated TODO list. | |
| Ready. What should I do? | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment