product-management
PRD Writing
Write clear, comprehensive Product Requirements Documents with problem statements, success metrics, scope boundaries, and actionable requirements.
prdrequirementsdocumentationproduct
Works well with agents
Works well with skills
prd-writing/
good-prd.md
Markdown| 1 | # Example: Auto-Reassignment PRD |
| 2 | |
| 3 | > This is an example of a well-written PRD using the template. |
| 4 | |
| 5 | ## Auto-Reassignment — Product Requirements Document |
| 6 | |
| 7 | ### 1. Problem Statement |
| 8 | |
| 9 | Enterprise customers with 50+ team members report spending 20+ minutes per week manually reassigning tickets when team members go on PTO, leading to SLA breaches in 12% of cases. |
| 10 | |
| 11 | ### 2. Goals & Success Metrics |
| 12 | |
| 13 | | Metric | Baseline | Target | How to measure | |
| 14 | |--------|----------|--------|----------------| |
| 15 | | Time to reassign | 20 min/week | < 2 min/week | Activity logs | |
| 16 | | SLA breach rate | 12% | < 3% | Monthly SLA report | |
| 17 | |
| 18 | ### 3. User Stories |
| 19 | |
| 20 | - As a team lead, I want tickets to be automatically reassigned when someone goes OOO so that SLAs aren't breached. (P0) |
| 21 | - As an engineer, I want to be notified when I receive reassigned tickets so that I can plan my work. (P1) |
| 22 | |
| 23 | ### 4. Scope |
| 24 | |
| 25 | **In scope:** Calendar-based OOO detection, automatic reassignment, notifications. |
| 26 | |
| 27 | **Out of scope:** Manual reassignment UI, workload balancing algorithm. |
| 28 |