name: deliver-prd
description: Creates a comprehensive Product Requirements Document that aligns stakeholders on what to build, why, and how success will be measured. Use when specifying features, epics, or product initiatives for engineering handoff.
phase: deliver
version: "2.0.0"
updated: 2026-01-26
license: Apache-2.0
metadata:
category: specification
frameworks: [triple-diamond, lean-startup, design-thinking]
author: product-on-purpose
Product Requirements Document (PRD)
A Product Requirements Document is the primary specification artifact that communicates what to build and why. It bridges the gap between problem understanding and engineering implementation by providing clear requirements, success criteria, and scope boundaries. A good PRD enables engineering to build the right thing while maintaining flexibility on implementation details.
When to Use
- After problem and solution alignment, before engineering work begins
- When specifying features, epics, or product initiatives for handoff
- When multiple teams need to coordinate on a shared deliverable
- When stakeholders need to approve scope before investment
- As reference documentation during development and QA
Instructions
When asked to create a PRD, follow these steps:
Summarize the Problem
Start with a brief recap of the problem being solved. Link to the problem statement if available. Ensure readers understand why this work matters before diving into what to build.
Define Goals and Success Metrics
Articulate what success looks like. Include specific, measurable metrics with baselines and targets. These metrics should connect directly to the problem being solved.
Outline the Solution
Describe the proposed solution at a high level. Focus on user-facing functionality and key capabilities. Include enough detail for stakeholders to evaluate the approach without over-specifying implementation.
Detail Functional Requirements
Break down what the system must do. Use user stories or requirement statements. Each requirement should be testable — someone should be able to verify if it's met.
Define Scope Boundaries
Explicitly state what's in scope, out of scope, and deferred to future iterations. Clear scope prevents scope creep and sets realistic expectations.
Address Technical Considerations
Note any technical constraints, architectural decisions, or integration requirements. Don't design the system, but surface considerations engineering needs to know.
Identify Dependencies and Risks
List external dependencies, assumptions, and risks that could impact delivery. Include mitigation strategies where applicable.
Propose Timeline and Milestones
Outline key phases and checkpoints. This helps stakeholders understand the delivery plan without committing to specific dates prematurely.
Output Format
Use the template in references/TEMPLATE.md to structure the output.
Quality Checklist
Before finalizing, verify:
Examples
See references/EXAMPLE.md for a completed example.
1---2name: deliver-prd3description: <!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 -->4---5<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 -->6---7name: deliver-prd8description: Creates a comprehensive Product Requirements Document that aligns stakeholders on what to build, why, and how success will be measured. Use when specifying features, epics, or product initiatives for engineering handoff.9phase: deliver10version: "2.0.0"11updated: 2026-01-2612license: Apache-2.013metadata:14 category: specification15 frameworks: [triple-diamond, lean-startup, design-thinking]16 author: product-on-purpose17---18# Product Requirements Document (PRD)1920A Product Requirements Document is the primary specification artifact that communicates what to build and why. It bridges the gap between problem understanding and engineering implementation by providing clear requirements, success criteria, and scope boundaries. A good PRD enables engineering to build the right thing while maintaining flexibility on implementation details.2122## When to Use2324- After problem and solution alignment, before engineering work begins25- When specifying features, epics, or product initiatives for handoff26- When multiple teams need to coordinate on a shared deliverable27- When stakeholders need to approve scope before investment28- As reference documentation during development and QA2930## Instructions3132When asked to create a PRD, follow these steps:33341. **Summarize the Problem**35 Start with a brief recap of the problem being solved. Link to the problem statement if available. Ensure readers understand *why* this work matters before diving into *what* to build.36372. **Define Goals and Success Metrics**38 Articulate what success looks like. Include specific, measurable metrics with baselines and targets. These metrics should connect directly to the problem being solved.39403. **Outline the Solution**41 Describe the proposed solution at a high level. Focus on user-facing functionality and key capabilities. Include enough detail for stakeholders to evaluate the approach without over-specifying implementation.42434. **Detail Functional Requirements**44 Break down what the system must do. Use user stories or requirement statements. Each requirement should be testable — someone should be able to verify if it's met.45465. **Define Scope Boundaries**47 Explicitly state what's in scope, out of scope, and deferred to future iterations. Clear scope prevents scope creep and sets realistic expectations.48496. **Address Technical Considerations**50 Note any technical constraints, architectural decisions, or integration requirements. Don't design the system, but surface considerations engineering needs to know.51527. **Identify Dependencies and Risks**53 List external dependencies, assumptions, and risks that could impact delivery. Include mitigation strategies where applicable.54558. **Propose Timeline and Milestones**56 Outline key phases and checkpoints. This helps stakeholders understand the delivery plan without committing to specific dates prematurely.5758## Output Format5960Use the template in `references/TEMPLATE.md` to structure the output.6162## Quality Checklist6364Before finalizing, verify:6566- [ ] Problem and "why now" are clearly articulated67- [ ] Success metrics are specific and measurable68- [ ] Scope boundaries are explicit (in/out/future)69- [ ] Requirements are testable and unambiguous70- [ ] Technical considerations are surfaced without over-specifying71- [ ] Dependencies and risks are documented with owners72- [ ] Document is readable in under 15 minutes7374## Examples7576See `references/EXAMPLE.md` for a completed example.