create-prd
Installation
SKILL.md
Create PRD
Purpose
Expand a Product Brief into a comprehensive Product Requirements Document with epics, user stories (Gherkin), non-functional requirements, and Definition of Done. The PRD bridges product strategy and engineering execution by translating business goals into structured, verifiable requirements that the entire team can align on.
The PRD is the contract between product and engineering. It defines what needs to be built with enough precision that engineers can estimate, designers can prototype, and QA can verify. A great PRD is unambiguous, testable, and scoped to the MVP.
Architecture/Decision Trees
PRD Depth Decision Tree
Is the product category well-understood by the team?
|-- YES --> Do you have detailed user research?
| |-- YES --> Full PRD with 6-8 epics, 4-5 stories per epic
| |-- NO --> Lean PRD with 5-6 epics, 2-3 stories per epic
|-- NO --> Do you have competitive analysis?
|-- YES --> Standard PRD with 6-8 epics
|-- NO --> Start with create-brief first, then PRD after research