Overview
Once UX/UI designs are complete, the Product Owner collaborates with Business Stakeholders to create a Product Requirements Document (PRD). This document serves as the single source of truth for the development team.
Designs Complete
→
PRD Creation
→
PRD Review
→
PRD Sign-off
→
Ready for Sprint
PRD Template
# PRD: [Feature Name]
## 1. Objective
What problem are we solving? What is the measurable goal?
## 2. Background
Why is this important now? Business context and drivers.
## 3. Benefits
- Business benefit 1
- Business benefit 2
- User benefit 1
## 4. Use Cases
### Use Case 1: [Name]
- Actor: [User role]
- Precondition: [Initial state]
- Flow: [Step-by-step interaction]
- Postcondition: [Expected outcome]
## 5. User Stories and Acceptance Criteria
### Story 1: [Title]
**As a** [role], **I want** [capability], **so that** [benefit].
**Acceptance Criteria:**
- [ ] Given [context], when [action], then [result]
- [ ] Given [context], when [action], then [result]
## 6. Design References
- [Link to Figma designs]
- [Link to prototype]
## 7. Dependencies
- [System/API dependencies]
## 8. Out of Scope
- [Items explicitly not included]
## 9. Open Questions
- [Unresolved items to be addressed]
View full PRD template →