A structured prompt pipeline that turns vague ideas into implementable RFCs — works with any AI assistant.
# Add to your Claude Code skills
git clone https://github.com/nurettincoban/ai-prd-workflowGuides for using ai agents skills like ai-prd-workflow.
A collection of reusable AI prompts to streamline your product development workflow. Copy and paste these prompts into any AI assistant (Claude, ChatGPT, Cursor, Windsurf, or any AI-powered IDE) to automate common tasks in your product development process.
./copy-prompt.sh --list to browse)New here? Check the examples/url-shortener folder for sample outputs from every step.
[!TIP] Why PRD & RFC Driven Development? This approach significantly improves AI collaboration by providing clear boundaries, reducing hallucinations, and ensuring consistent understanding between humans and AI. Jump to full benefits
No comments yet. Be the first to share your thoughts!
Following a structured PRD & RFC driven development approach offers significant advantages, especially when collaborating with AI tools:
| Prompt | Description | |--------|-------------| | Interactive PRD Creation | Create a PRD through a guided step-by-step questioning process | | PRD Comprehensive Verification | Verify and improve your PRD by identifying gaps and quality issues | | PRD to Features Extraction | Extract and organize features from your PRD | | PRD to Rules | Generate technical guidelines and standards for development | | PRD to RFCs | Break down your PRD into manageable implementation units | | Implementation Template | Template for implementing individual RFCs | | Code Review | Review implementation against RFC, rules, security, and performance | | Testing Strategy | Generate comprehensive test plan from features and RFCs | | PRD Change Management | Manage changes to your PRD during development |
When new requirements or changes arise during development:
The examples/ folder contains complete sample outputs for a URL shortener project, demonstrating each step of the workflow:
Use these as a reference for what each prompt produces.
# Make the script executable (first time only)
chmod +x copy-prompt.sh
# List all available prompts
./copy-prompt.sh --list
# Copy a prompt to clipboard
./copy-prompt.sh interactive-prd-creation-prompt.md
Then paste the prompt into your AI assistant and proceed as normal.
These prompts work with any modern LLM, including:
They also work in AI-powered IDEs like Cursor, Windsurf, Cline, and GitHub Copilot.
See CONTRIBUTING.md for guidelines on submitting new prompts, quality standards, and testing approach.
This project is licensed under the MIT License - see the LICENSE file for details.