Writing PRDs
Scope
Covers
- Turning a product idea into a decision-ready PRD with unambiguous scope, requirements, and success metrics
- Optionally producing a PR/FAQ (press release + FAQ) to force customer-centric narrative first
- For AI features: adding a Prompt Set + Eval Spec so “requirements” are testable and continuously checkable
When to use
- “Write a PRD / product spec / requirements doc for this feature.”
- “Turn these messy notes into a PRD we can align on.”
- “Create a PR/FAQ and then a PRD.”
- “This is an AI feature; I need evals + prompts to define behavior.”
When NOT to use
- You’re still choosing what strategy/market to pursue (do product vision / strategy first)
- You need discovery from scratch (research plan, problem validation) more than requirements -> use
problem-definition
- You need a detailed engineering design doc (APIs, schemas, low-level architecture)
- You’re prioritizing among many initiatives -> use
working-backwards or roadmap prioritization first
- You need build-ready interaction specs, user flows, or prototype briefs -> use
writing-specs-designs
- You need to define or refresh the success metric / North Star before writing requirements -> use
writing-north-star-metrics
Inputs
Minimum required
- Product + target user/customer segment
- Problem statement + why now (what changed, what’s broken, or what opportunity exists)
- Goal(s) + non-goal(s) + key constraints (timeline, policy/legal, platform, dependencies)
- Success metric(s) + 2–5 guardrails (quality, safety, cost, latency, trust)
If it’s an AI feature (additionally)
- What the model/system should do vs must never do (policy + safety)
- Concrete examples of desired and undesired outputs
- How correctness will be evaluated (offline tests, human review, online metrics)
Missing-info strategy
- Ask up to 5 questions from references/INTAKE.md.
- If answers are still missing, proceed with clearly labeled assumptions and provide 2–3 options (scope, metric, rollout).
Outputs (deliverables)
Produce a PRD Pack in Markdown (in-chat; or as files if the user requests):
- Context snapshot (what decision we’re making, constraints, stakeholders)
- Artifact selection (PR/FAQ vs PRD vs AI add-ons)
- PR/FAQ (optional) — customer narrative + FAQs
- PRD — goals/non-goals, requirements (R1…Rn), UX flows, metrics, rollout
- AI Prompt Set (if AI) — versioned prompts + examples + guardrails
- AI Eval Spec (if AI) — acceptance tests + judge prompts + pass/fail criteria
- Risks / Open questions / Next steps (always included)
Templates: references/TEMPLATES.md
Workflow (8 steps)
1) Decide the artifact set (don’t over-document)
- Inputs: User request + constraints.
- Actions: Choose: PR/FAQ only, PRD only, PR/FAQ → PRD, or PRD + AI add-ons (Prompt Set + Eval Spec).
- Outputs: Artifact selection + rationale.
- Checks: The artifacts match the decision being made and the audience.
2) Intake + clarify decision and success
- Inputs: references/INTAKE.md.
- Actions: Ask up to 5 questions; confirm decision owner, timeline, constraints, and success metrics/guardrails.
- Outputs: Context snapshot.
- Checks: You can state “what we’re deciding” and “how we’ll measure success” in 1–2 sentences.
3) Write the customer narrative first (PR/FAQ or PRD narrative)
- Inputs: Context snapshot.
- Actions: Draft a customer-centric narrative (problem → solution → why now). If using PR/FAQ, draft the press release headline/summary and top FAQs.
- Outputs: Narrative section (and PR/FAQ if selected).
- Checks: A stakeholder can restate the customer benefit and urgency without jargon.
4) Lock scope boundaries (goals, non-goals, out of scope)
- Inputs: Narrative + constraints.
- Actions: Define goals, non-goals, and explicit exclusions; call out dependencies and assumptions.
- Outputs: Scope section(s) in the PRD.
- Checks: “What we are NOT doing” is as clear as what we are doing.
5) Convert scope into testable requirements (R1…Rn)
- Inputs: Goals + user journeys.
- Actions: Write numbered requirements with acceptance criteria, edge cases, and non-functional needs (privacy, latency, reliability). Mark “must/should/could”.
- Outputs: Requirements table/list.
- Checks: An engineer or QA can turn requirements into test cases without asking you to interpret intent.
6) Define UX flows + instrumentation plan
- Inputs: Requirements + current product surfaces/events.
- Actions: Describe key user flows/states; specify success metrics, guardrails, and event/data needs (what to log, where, who owns).
- Outputs: UX/flows section + metrics & instrumentation section.
- Checks: Every goal has at least one measurable metric and a realistic data source.
7) If AI feature: ship prompts + evals as “living requirements”
- Inputs: Requirements + examples.
- Actions: Create a versioned Prompt Set and an Eval Spec (judge prompts + test set + pass thresholds). Include red-team/failure modes.
- Outputs: Prompt Set + Eval Spec drafts.
- Checks: The eval suite can fail when behavior regresses and pass when requirements are met.
8) Quality gate + finalize for circulation
- Inputs: Full draft pack.
- Actions: Run references/CHECKLISTS.md and score with references/RUBRIC.md. Add Risks/Open questions/Next steps.
- Outputs: Final PRD Pack (shareable as-is).
- Checks: Decisions, owners, metrics, and open questions are explicit.
Quality gate (required)
- Use references/CHECKLISTS.md and references/RUBRIC.md.
- Always include: Risks, Open questions, Next steps.
Examples
Example 1 (B2B SaaS feature): “Write a PR/FAQ + PRD for ‘Saved views’ in our analytics dashboard for admins.”
Expected: PR/FAQ narrative, a scoped PRD with R1…Rn, metrics/guardrails, and a rollout plan.
Example 2 (AI feature): “Write a PRD + Prompt Set + Eval Spec for an ‘AI email reply’ assistant with brand tone constraints.”
Expected: requirements that include safety/brand constraints, a prompt set with examples, and an eval spec with judge prompts + pass/fail thresholds.
Boundary example (redirect): “Create a detailed interaction spec with user flows and acceptance criteria for our checkout redesign.”
Response: redirect to writing-specs-designs — this request needs build-ready specs with flows/states and prototype briefs, not a decision-level PRD.
Boundary example (insufficient context): “Write a PRD for ‘make onboarding better’ (no product context).”
Response: ask the minimum intake questions; if context remains missing, produce 2–3 scoped options + assumptions and recommend discovery before committing to requirements.
Anti-patterns
Avoid these common failure modes when writing PRDs:
- Requirements-as-solutions — Writing “build a modal dialog” instead of “user must confirm destructive actions before execution.” Requirements should describe what and why, not how.
- Missing non-goals — A PRD without explicit non-goals invites scope creep. Every PRD must state what is deliberately excluded from this version.
- Vanity success metrics — Choosing metrics that always go up (e.g., “total signups”) rather than metrics that reflect actual value delivery. Pair volume metrics with quality guardrails.
- Spec-level detail in a PRD — Including pixel-level UI descriptions, API schemas, or interaction states that belong in a spec/design doc. Keep the PRD at decision level.
- Stakeholder alignment theater — Listing stakeholders without clarifying who is the decision-maker (DRI) vs. consulted vs. informed. Ambiguous ownership leads to PRDs that never ship.
1---2name: writing-prds3description: Write a decision-ready PRD for cross-functional alignment. See also: writing-specs-designs (build-ready spec).4---56# Writing PRDs78## Scope910**Covers**11- Turning a product idea into a **decision-ready PRD** with unambiguous scope, requirements, and success metrics12- Optionally producing a **PR/FAQ** (press release + FAQ) to force customer-centric narrative first13- For AI features: adding a **Prompt Set** + **Eval Spec** so “requirements” are testable and continuously checkable1415**When to use**16- “Write a PRD / product spec / requirements doc for this feature.”17- “Turn these messy notes into a PRD we can align on.”18- “Create a PR/FAQ and then a PRD.”19- “This is an AI feature; I need evals + prompts to define behavior.”2021**When NOT to use**22- You’re still choosing *what strategy/market to pursue* (do product vision / strategy first)23- You need discovery from scratch (research plan, problem validation) more than requirements -> use `problem-definition`24- You need a detailed engineering design doc (APIs, schemas, low-level architecture)25- You’re prioritizing among many initiatives -> use `working-backwards` or roadmap prioritization first26- You need build-ready interaction specs, user flows, or prototype briefs -> use `writing-specs-designs`27- You need to define or refresh the success metric / North Star before writing requirements -> use `writing-north-star-metrics`2829## Inputs3031**Minimum required**32- Product + target user/customer segment33- Problem statement + why now (what changed, what’s broken, or what opportunity exists)34- Goal(s) + non-goal(s) + key constraints (timeline, policy/legal, platform, dependencies)35- Success metric(s) + 2–5 guardrails (quality, safety, cost, latency, trust)3637**If it’s an AI feature (additionally)**38- What the model/system should do vs must never do (policy + safety)39- Concrete examples of desired and undesired outputs40- How correctness will be evaluated (offline tests, human review, online metrics)4142**Missing-info strategy**43- Ask up to 5 questions from [references/INTAKE.md](references/INTAKE.md).44- If answers are still missing, proceed with clearly labeled assumptions and provide 2–3 options (scope, metric, rollout).4546## Outputs (deliverables)4748Produce a **PRD Pack** in Markdown (in-chat; or as files if the user requests):49501) **Context snapshot** (what decision we’re making, constraints, stakeholders)512) **Artifact selection** (PR/FAQ vs PRD vs AI add-ons)523) **PR/FAQ** (optional) — customer narrative + FAQs534) **PRD** — goals/non-goals, requirements (R1…Rn), UX flows, metrics, rollout545) **AI Prompt Set** (if AI) — versioned prompts + examples + guardrails556) **AI Eval Spec** (if AI) — acceptance tests + judge prompts + pass/fail criteria567) **Risks / Open questions / Next steps** (always included)5758Templates: [references/TEMPLATES.md](references/TEMPLATES.md)5960## Workflow (8 steps)6162### 1) Decide the artifact set (don’t over-document)63- **Inputs:** User request + constraints.64- **Actions:** Choose: PR/FAQ only, PRD only, PR/FAQ → PRD, or PRD + AI add-ons (Prompt Set + Eval Spec).65- **Outputs:** Artifact selection + rationale.66- **Checks:** The artifacts match the decision being made and the audience.6768### 2) Intake + clarify decision and success69- **Inputs:** [references/INTAKE.md](references/INTAKE.md).70- **Actions:** Ask up to 5 questions; confirm decision owner, timeline, constraints, and success metrics/guardrails.71- **Outputs:** Context snapshot.72- **Checks:** You can state “what we’re deciding” and “how we’ll measure success” in 1–2 sentences.7374### 3) Write the customer narrative first (PR/FAQ or PRD narrative)75- **Inputs:** Context snapshot.76- **Actions:** Draft a customer-centric narrative (problem → solution → why now). If using PR/FAQ, draft the press release headline/summary and top FAQs.77- **Outputs:** Narrative section (and PR/FAQ if selected).78- **Checks:** A stakeholder can restate the customer benefit and urgency without jargon.7980### 4) Lock scope boundaries (goals, non-goals, out of scope)81- **Inputs:** Narrative + constraints.82- **Actions:** Define goals, non-goals, and explicit exclusions; call out dependencies and assumptions.83- **Outputs:** Scope section(s) in the PRD.84- **Checks:** “What we are NOT doing” is as clear as what we are doing.8586### 5) Convert scope into testable requirements (R1…Rn)87- **Inputs:** Goals + user journeys.88- **Actions:** Write numbered requirements with acceptance criteria, edge cases, and non-functional needs (privacy, latency, reliability). Mark “must/should/could”.89- **Outputs:** Requirements table/list.90- **Checks:** An engineer or QA can turn requirements into test cases without asking you to interpret intent.9192### 6) Define UX flows + instrumentation plan93- **Inputs:** Requirements + current product surfaces/events.94- **Actions:** Describe key user flows/states; specify success metrics, guardrails, and event/data needs (what to log, where, who owns).95- **Outputs:** UX/flows section + metrics & instrumentation section.96- **Checks:** Every goal has at least one measurable metric and a realistic data source.9798### 7) If AI feature: ship prompts + evals as “living requirements”99- **Inputs:** Requirements + examples.100- **Actions:** Create a versioned Prompt Set and an Eval Spec (judge prompts + test set + pass thresholds). Include red-team/failure modes.101- **Outputs:** Prompt Set + Eval Spec drafts.102- **Checks:** The eval suite can fail when behavior regresses and pass when requirements are met.103104### 8) Quality gate + finalize for circulation105- **Inputs:** Full draft pack.106- **Actions:** Run [references/CHECKLISTS.md](references/CHECKLISTS.md) and score with [references/RUBRIC.md](references/RUBRIC.md). Add Risks/Open questions/Next steps.107- **Outputs:** Final PRD Pack (shareable as-is).108- **Checks:** Decisions, owners, metrics, and open questions are explicit.109110## Quality gate (required)111- Use [references/CHECKLISTS.md](references/CHECKLISTS.md) and [references/RUBRIC.md](references/RUBRIC.md).112- Always include: **Risks**, **Open questions**, **Next steps**.113114## Examples115116**Example 1 (B2B SaaS feature):** “Write a PR/FAQ + PRD for ‘Saved views’ in our analytics dashboard for admins.” 117Expected: PR/FAQ narrative, a scoped PRD with R1…Rn, metrics/guardrails, and a rollout plan.118119**Example 2 (AI feature):** “Write a PRD + Prompt Set + Eval Spec for an ‘AI email reply’ assistant with brand tone constraints.” 120Expected: requirements that include safety/brand constraints, a prompt set with examples, and an eval spec with judge prompts + pass/fail thresholds.121122**Boundary example (redirect):** “Create a detailed interaction spec with user flows and acceptance criteria for our checkout redesign.”123Response: redirect to `writing-specs-designs` — this request needs build-ready specs with flows/states and prototype briefs, not a decision-level PRD.124125**Boundary example (insufficient context):** “Write a PRD for ‘make onboarding better’ (no product context).”126Response: ask the minimum intake questions; if context remains missing, produce 2–3 scoped options + assumptions and recommend discovery before committing to requirements.127128## Anti-patterns129130Avoid these common failure modes when writing PRDs:1311321. **Requirements-as-solutions** — Writing “build a modal dialog” instead of “user must confirm destructive actions before execution.” Requirements should describe *what* and *why*, not *how*.1332. **Missing non-goals** — A PRD without explicit non-goals invites scope creep. Every PRD must state what is deliberately excluded from this version.1343. **Vanity success metrics** — Choosing metrics that always go up (e.g., “total signups”) rather than metrics that reflect actual value delivery. Pair volume metrics with quality guardrails.1354. **Spec-level detail in a PRD** — Including pixel-level UI descriptions, API schemas, or interaction states that belong in a spec/design doc. Keep the PRD at decision level.1365. **Stakeholder alignment theater** — Listing stakeholders without clarifying who is the decision-maker (DRI) vs. consulted vs. informed. Ambiguous ownership leads to PRDs that never ship.137