What problem does it solve?
Creates Product Requirements Documents (PRDs) from feature requests following a structured workflow of clarification, planning, and drafting. Outputs a standardized PRD to the project tasks directory. Use when the user asks to create a PRD, define requirements, or document a new feature. Do not use for technical specifications, task breakdowns, or implementation planning.
Core Features & Use Cases
- Clarification-driven PRD drafting: guides users through gathering problem statements, user stories, scope, and success criteria.
- Standardized output: saves PRD to ./tasks/prd-[feature-slug]/prd.md, ensuring a consistent template.
- Non-technical focus: excludes implementation details and technical specs to keep the PRD focused on outcomes and constraints.
Quick Start
Provide the feature name and brief description; I will generate a PRD at ./tasks/prd-[feature-slug]/prd.md.