Help us improve
Share bugs, ideas, or general feedback.
From prd-generator
Generates a Product Requirements Document (PRD) from conversation context using a structured template and writes it to a specified Markdown file.
How this command is triggered — by the user, by Claude, or both
Slash command
/prd-generator:create-prdThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Create PRD: Generate Product Requirements Document ## Overview Generate a comprehensive Product Requirements Document (PRD) based on the current conversation context and requirements discussed. Use the structure and sections defined below to create a thorough, professional PRD. ## Output File Write the PRD to: `$ARGUMENTS` (default: `PRD.md`) ## PRD Structure Create a well-structured PRD with the following sections. Adapt depth and detail based on available information: ### Required Sections **1. Executive Summary** - Concise product overview (2-3 paragraphs) - Core value proposit...
Share bugs, ideas, or general feedback.
Generate a comprehensive Product Requirements Document (PRD) based on the current conversation context and requirements discussed. Use the structure and sections defined below to create a thorough, professional PRD.
Write the PRD to: $ARGUMENTS (default: PRD.md)
Create a well-structured PRD with the following sections. Adapt depth and detail based on available information:
1. Executive Summary
2. Mission
3. Target Users
4. MVP Scope
5. User Stories
6. Core Architecture & Patterns
7. Tools/Features
8. Technology Stack
9. Security & Configuration
10. API Specification (if applicable)
11. Success Criteria
12. Implementation Phases
13. Future Considerations
14. Risks & Mitigations
15. Appendix (if applicable)
After creating the PRD:
npx claudepluginhub dredozubov/prd-generator/create-prdGenerates a Product Requirements Document (PRD) from conversation context with sections for summary, users, MVP scope, stories, architecture, tech stack, and phases. Outputs to specified filename.
/prp-prdGenerates interactive, problem-first Product Requirements Document (PRD) via phased questioning, market research, and hypothesis validation.
/prp-prdGenerates a product requirements document through iterative problem discovery, market research, and hypothesis-driven questions.
/write-prdCreates a structured Product Requirements Document from a feature idea or problem statement by gathering context conversationally.
/create-prdCreates a comprehensive product requirements document (PRD) for new features or enhancements in the current project by analyzing the codebase, gathering requirements interactively, and outputting a markdown file.