AI Product Development Toolkit 🧠 PromptQuick.ai
Welcome to my personal collection of product development prompt templates! This repository serves as a central place to store, organize, and share effective prompts for various AI models, designed to guide users from idea to MVP.
As I use different AI tools I often find myself designing specific prompts to get desired outputs. This repository is my way of:
- Organizing: Keeping track of prompts that work well.
- Reusing: Quickly finding and adapting prompts for new tasks.
- Sharing: Making useful prompts available (primarily for myself, but maybe helpful to others!).
- Learning: Refining prompts over time and seeing patterns in what works.
What makes these prompts unique is their user-centered, guided conversational design:
- Interactive Process: Rather than one-shot prompting, these templates guide AI models through an iterative conversation with you.
- Structured Questioning: The AI asks targeted questions focused on specific aspects of your project, building a comprehensive document piece by piece.
- User Confirmation Checkpoints: The prompts explicitly instruct the AI to verify its understanding and direction with you before moving to new sections or making significant interpretations.
- Contextual Analysis: Many templates use inputs from previous steps (like a PRD for context plus an MVP concept), instructing the AI to cross-reference information for consistency.
- Adaptive Guidance: The templates help you think through aspects you might have missed, while allowing you to maintain control over the final direction.
This approach combines the best of both worlds: AI's ability to provide structure and ask clarifying questions, with your subject matter expertise and decision-making authority.
This library is designed to be used sequentially. Here’s a typical workflow:
- Define Product Vision (PRD): Start with your raw ideas and use the
PRD/Guided-PRD-Creation.md
prompt to generate a structured Product Requirements Document (PRD). - Define User Experience (UX): Use the
UX-User-Flow/Guided-UX-User-Flow.md
prompt, feeding it the PRD, to create detailed UX Specifications. - Define MVP Concept: Use the
MVP-Concept/Guided-MVP-Concept-Definition.md
prompt with your PRD (and optionally UX Specs) to define the focused MVP Concept Description (scope, hypothesis, features). - Plan MVP Development: Use
MVP/Guided-MVP.md
(orUltra-Lean-MVP/...
for speed) with the PRD and MVP Concept to create the MVP Development Plan or Build Spec. - Plan MVP Testing: Use the
Testing/Guided-Test-Plan.md
prompt with the MVP features (from Step 3 or 4) to outline the Test Plan. - Prepare Visual Prompt for v0.dev: Use the
v0-Design/v0.dev-visual-generation-prompt-filler.md
prompt, providing your UX Specs (Step 2) and MVP Scope (Step 3 or 4), to generate a Filledv0.dev
Prompt tailored to your MVP. - Generate Visual Code: Use the filled prompt from Step 6 with the external
v0.dev
tool to get initial Visual Frontend Code. - Build, Integrate & Test: Manually develop the MVP features according to the MVP Plan (Step 4), integrate the visual code (Step 7), and test using the Test Plan (Step 5) to arrive at your Working MVP.
This repository is organized into topical folders containing specialized prompts:
- PRD: Template for creating comprehensive Product Requirements Documents.
- UX-User-Flow: Template for translating PRDs into detailed UX Specifications.
- MVP-Concept: Template for defining the focused MVP Concept (scope, hypothesis, features).
- MVP: Template for developing detailed MVP development plans based on the concept.
- Ultra-Lean-MVP: Template focused on rapidly defining core MVP build specifications (alternative to detailed MVP planning).
- Testing: Template for creating thorough test plans for software quality assurance.
- v0-Design: Templates for generating
v0.dev
prompts based on UX Specs and MVP scope.
⚠️ Readme files in each folder contain crucial details – do not ignore them. ⚠️
General Usage Notes:
- Browse: Navigate to the relevant folder for the step you're on.
- Copy & Adapt: Copy the prompt text from the
.md
file. Crucially, replace all placeholders like[ <<< PASTE ... HERE >>> ]
or[example]
with your specific project details and inputs from previous steps. - Engage: Paste the adapted prompt into your AI tool. Answer the AI's questions thoughtfully – your responses guide the process.
- Confirm: Pay attention to the AI's check-in points to ensure the output stays aligned with your vision.
- Iterate: Continue the conversation until the desired document/plan is drafted.
These prompts were developed with large context window models in mind (like Google Gemini, GPT-4, Claude 3), as they need to maintain conversation context throughout potentially lengthy exchanges, often referencing large input documents (like PRDs or UX Specs). For best results when generating final document drafts, consider using a low temperature setting (0.2-0.5) to encourage factual, focused output.
I use AI tools for prompt design combined with my personal Prompt Rulebook and all the acquired metaknowledge throughout my journey of study and engineering.
While this is primarily my personal collection, if you have suggestions or improvements, feel free to DM me:
You are generally free to use, adapt, and share these prompts. See the LICENSE
file for more details.
AI models and their outputs can be unpredictable. These prompts are starting points and may require significant modification to achieve your desired results. Always review and verify AI-generated content, especially for accuracy, bias, or appropriateness. Human oversight, strategic decision-making, and technical validation are critical at every step.