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.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:17:20.818Z",
"npmAuditRan": true,
"pipAuditRan": true
}ai-prd-workflow is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by nurettincoban. A structured prompt pipeline that turns vague ideas into implementable RFCs — works with any AI assistant. It has 264 GitHub stars.
Yes. ai-prd-workflow passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/nurettincoban/ai-prd-workflow" and add it to your Claude Code skills directory (see the Installation section above).
ai-prd-workflow is primarily written in Shell. It is open-source under nurettincoban on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ai-prd-workflow against similar tools.
No comments yet. Be the first to share your thoughts!
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
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.