Log in
▸ PRD template · Lean + Full · 2026

The PRD template engineers actually read.

A one-page Lean PRD template for fast teams, layered on a Full 10-section PRD when scope, stakeholder count, or risk warrants it. Copy-paste markdown, a worked SaaS example, and a first-party matrix of which AI model handles each PRD section best. Free.

Claude 4.5 · GPT-5 · Gemini 3 Pro · o-series · Perplexity · Grok 4

prd · health score● live
  • Problem clarity92
  • Acceptance criteria78
  • Metrics defined86
  • Risks logged64
80
overall
6/6
lean fields
2
open Qs

TL;DR

A PRD template is a reusable structure for a product requirements document covering problem, scope, requirements, metrics, and open questions. The best modern PRDs follow a two-layer approach — a one-page Lean PRD for fast teams and a Full 10-section PRD expansion when scope, stakeholder count, or risk escalates. Below: both templates as copy-paste markdown, a worked SaaS example, and the AI model best suited to drafting each section.

01 — Definition

What is a PRD (product requirements document)?

A PRD is a single source of truth that defines what a product or feature will do, who it's for, and how success will be measured. It's the alignment artifact that keeps engineering, design, data, security, and leadership pointed at the same outcome — and it's the document every other downstream artifact (tickets, designs, evals) traces back to. A good PRD template captures that structure so each new feature starts from a known shape instead of a blank page.

Per Atlassian's authoritative agile-PRD reference, the PRD is the artifact that "keeps everyone aligned on what to build, who to build for, and why it matters." It's a living document — not a fixed contract — that evolves with the product.

70%

of companies fail or overrun cost from poor requirements

$2.24M

average overrun on a $3M project with weak PRD practice

60–80%

of software cost is rework — half from bad requirements

PRD vs. MRD vs. FRD

DocDefinesOwned by
MRDMarket requirements — the opportunity and the customerProduct marketing / PMM
PRD this pageProduct requirements — what the product/feature will doProduct manager
FRDFunctional requirements — per-screen / per-API behaviorEngineering / tech lead

Modern lean teams collapse MRD and PRD into a single short doc and treat the FRD as engineering-owned implementation notes — the PRD stops at the what, the FRD picks up the how.

02 — Canonical structure

What should be included in a PRD?

Every modern PRD includes ten core sections: overview, objective, context, assumptions, scope, requirements, design, metrics, impact, and open questions. This is the canonical structure documented in Aha!'s canonical 10-section PRD breakdown, and it maps cleanly onto how engineering, design, data, and finance read a spec.

10

canonical PRD sections per Aha! 2025 guidance

9.1

success factors tracked by high-acumen PMs (PMI 2025)

31%

project success rate per CHAOS — requirements are top-3 cause

  1. Overview

    What it is, who it's for, why now.

  2. Objective

    The single measurable outcome.

  3. Context

    Background, prior art, related work.

  4. Assumptions

    Dependencies treated as true.

  5. Scope

    In and out, numbered.

  6. Requirements

    Functional + non-functional.

  7. Design

    Link the high-fidelity prototype.

  8. Metrics

    Primary KPI plus guardrails.

  9. Impact

    Revenue / retention / cost estimate.

  10. Open questions

    Owner and decision date per row.

"The majority of the product spec should be the high-fidelity prototype."

Marty Cagan, Partner, Silicon Valley Product Group — on explaining the what, not the how, in every PRD.
03 — Framework (ZeroTwo original)

The Two-Layer PRD framework

Use a Lean PRD by default; expand to a Full PRD only when one of four trigger conditions fires. The Lean PRD has six fields and fits on one screen. Each field maps cleanly to one or more Full PRD sections — so expansion is mechanical, not creative.

Pair the Lean PRD with ZeroTwo's Canvas to draft, fork multi-model outputs side-by-side, and merge the best paragraph from each into the section that needs it.

Expand triggers

When to escalate Lean → Full

  1. 1Scope crosses a quarter — expand Context, Assumptions, and Impact.
  2. 2Two or more teams must coordinate — expand Scope, Requirements, and Design.
  3. 3Regulatory, security, or privacy review required — expand Assumptions and Open questions.
  4. 4Stakeholder above director level needs sign-off — expand Objective, Metrics, and Impact (the exec-summary triad).

Lean field → Full section

Field-to-section map

Lean fieldExpands intoTrigger
ProblemOverview + ContextAlways present
OutcomeObjective + MetricsQuarter+ scope
Solution sketchScope + Requirements + Design2+ teams
Non-goalsScope (out)Always present
Success metricsMetrics + ImpactDirector+ sign-off
RisksAssumptions + Open questionsRegulatory / security

ZeroTwo recommendation, based on patterns we've seen across PM teams using multi-model workflows. The same model orchestration we describe in our AI agent platform guide for multi-step PM workflows applies directly to PRD drafting.

"Nailing the problem statement is the single most important step in solving any problem. It's deceptively easy to get wrong, and when done well it's a superpower of the best leaders."

Lenny Rachitsky, author of Lenny's Newsletter, former Product Lead at Airbnb — on why ## Problem is field #1 of the Lean PRD.
04 — Lean PRD template

The Lean PRD template — one-page, copy-paste

A Lean PRD template (also called a one-page PRD) has six fields and fits on one screen: Problem, Outcome, Solution Sketch, Non-Goals, Success Metrics, and Risks. It's the default starting shape for any new feature at a fast-moving team — including most startups, agile squads, and product-led companies.

6

fields total in the Lean PRD template

~400

words — fits on one screen, readable in 90 seconds

1

primary metric + 2 guardrails, no exceptions

Template (markdown)

lean-prd.md
# Lean PRD — <feature name>

## Problem
1-sentence problem statement. Who it hurts. How often. Cost today.

## Outcome
1 sentence. User-visible behavior change. Measurable.

## Solution sketch
- bullet 1 (lo-fi)
- bullet 2
- bullet 3 (≤5 total)

## Non-goals
- explicit out-of-scope item
- explicit out-of-scope item
- explicit out-of-scope item

## Success metrics
- Primary: <one metric with target + window>
- Guardrail: <metric we must not regress>
- Guardrail: <metric we must not regress>

## Risks
- highest-impact unknown → mitigation
- highest-impact unknown → mitigation
- highest-impact unknown → mitigation

Worked example — Slack incident-digest bot

lean-prd · example.md
# Lean PRD — Slack incident-digest bot

## Problem
On-call engineers spend ~47 min every Monday reconstructing what broke
in #incidents over the weekend. Affects 12 SREs weekly. Cost: ~9 eng-
hours/week of high-context time.

## Outcome
Every Monday 8:00 local, on-call gets a Slack DM with a ranked digest
of weekend incidents, owners, status, and remaining action items.
Triage time drops from 47 → 15 min within 90 days.

## Solution sketch
- Daemon polls #incidents on a schedule (cron in app runtime)
- Summarizes each thread with Claude Sonnet 4.5 (structured JSON)
- Groups by severity, dedupes follow-ups, ranks by unresolved-impact
- Delivers to per-user Slack DM at user-local 08:00
- Adds /digest slash command for ad-hoc replay

## Non-goals
- No incident creation or routing
- No PagerDuty integration in v1
- No automatic remediation actions

## Success metrics
- Primary: median Monday triage time ≤ 15 min by day 90 (baseline 47)
- Guardrail: ≥ 80% digest-open rate (no spam alarms)
- Guardrail: zero false-resolved incidents from auto-grouping

## Risks
- Summarization hallucination → JSON schema + 2-model self-check
- Slack rate limits on backfill → batch + token-bucket
- Timezone misroute → store IANA tz per user; default to Slack profile

The worked example reduces Monday triage time from 47 → 15 min over 90 days — a realistic, measurable outcome with a baseline anchor. Use it as a shape reference: every field is one paragraph or one bulleted block, and the whole document fits in a single Notion / Google Docs / Linear page.

05 — Full PRD template

The Full PRD template — 10 sections, copy-paste

A Full PRD expands the Lean six fields into ten sections detailed enough for engineering, design, security, and finance to execute against. Trigger the expansion only when one of the four conditions in Section 3 fires. Cagan's foundational Marty Cagan's foundational PRD framework is the closest legacy template, and Aha!'s 10-section guide is the canonical modern shape — the version below is the synthesis.

10

sections in the Full PRD

1,500–3,000

typical word count for a Full PRD

70%

of digital-transformation failures trace to requirements (Info-Tech)

Template (markdown)

full-prd.md
# Full PRD — <feature name>

## 1. Overview
2-3 sentence elevator pitch. What it is, who it's for, why now.

## 2. Objective
The single measurable outcome. Tie to an OKR or roadmap theme.

## 3. Context
Background, prior art, related work. Link the discovery docs.

## 4. Assumptions
List dependencies you're treating as true. Flag the load-bearing ones.

## 5. Scope
In scope (numbered). Out of scope (numbered).

## 6. Requirements
### 6.1 Functional
User stories: As a <role>, I can <action> so that <outcome>.
### 6.2 Non-functional
Performance, reliability, security, accessibility, observability.

## 7. Design
Link to the high-fidelity prototype. Inline the key flows. Mark open
design questions.

## 8. Metrics
Primary KPI + guardrails. Define instrumentation events and dashboards.

## 9. Impact
Estimated revenue / retention / cost impact. Confidence interval.

## 10. Open questions
Numbered list with owner + decision date.

The Full PRD is where the PRD earns its weight. Most projects never need it — but when scope, risk, or stakeholder count escalate, the extra structure is the difference between a clean sign-off and a three-week revision loop. Length grows with stakeholder count, not project size: a small project with regulatory review may need a longer PRD than a multi-team feature with a single approver.

06 — Model matrix (ZeroTwo original)

The PRD Section × AI Model Matrix

Different PRD sections benefit from different AI models — Claude Sonnet 4.5 excels at structured problem statements and user stories, Perplexity at sourced market scans, GPT-5 at executive summaries, o-series reasoning at metric formulation, and Grok 4 at risk red-teaming. The heatmap below is our first-party recommendation based on patterns we've seen running multi-model PM workflows.

Inside ZeroTwo you can switch between Claude Sonnet 4.5 for structured docs, Perplexity for sourced research, and GPT-5 for executive summaries inside one subscription — section by section.

PRD sectionClaude Sonnet 4.5GPT-5Gemini 3 Proo-series reasoningPerplexityGrok 4
Functional requirementsexcellentexcellentgoodgoodfairfair
Risks & red-teamgoodgoodgoodgoodfairexcellent
Problem statementexcellentgoodgoodgoodfairfair
Non-functional requirementsgoodexcellentgoodgoodfairfair
Success metricsgoodgoodgoodexcellentfairfair
Design walkthroughexcellentgoodexcellentfairfairfair
Open questionsgoodgoodgoodexcellentfairfair
Market / competitive scanfairfairgoodfairexcellentgood
User storiesexcellentgoodgoodfairfairfair
Executive summarygoodexcellentgoodfairfairfair

Score legend: deeper indigo = better fit. Excellent = first choice for that section; good = strong alternative; fair = usable but other models lead. Rows ordered by total coverage. ZeroTwo internal recommendation.

Try it now

Draft the Lean PRD with 60+ models, side-by-side.

All models, one subscription. Free to start. Switch from Claude to GPT-5 to Perplexity per section without leaving the page.

▸ Open ZeroTwo — free
07 — How-to

How do you write a PRD? (step-by-step)

Write a PRD in six steps: capture the problem, define the outcome, sketch the solution, list non-goals, set success metrics, and red-team the risks. Each step takes 5–10 minutes for a focused PM — an entire Lean PRD draft lands in under 45 minutes.

Per Carnegie Mellon Software Engineering Institute on software rework economics, 60–80% of software cost is rework — and more than half of that stems from misunderstood or incomplete requirements. The six-step PRD process is the cheapest possible insurance against that overrun. Engineers can later use ZeroTwo's AI for developers view to convert the Requirements section into Jira-ready tickets.

  1. Capture the problem

    Write the one-sentence problem statement first. Who it hurts, how often, what it costs today. If the problem isn't crisp, every downstream section will drift.

  2. Define the outcome

    Describe the user-visible behavior change in one sentence. Measurable. If you can't pick a number, you can't pick a feature.

  3. Sketch the solution

    Five bullets max. Low-fidelity. The PRD is the what, not the how — leave room for design and engineering to choose the implementation.

  4. List non-goals

    Three to five explicit out-of-scope items. Non-goals are how you protect timeline; every scope question gets answered before it's asked.

  5. Set success metrics

    One primary metric with a target and window. Two guardrails you must not regress. Instrument before you ship.

  6. Red-team the risks

    List the three highest-impact unknowns with a mitigation each. If you can't think of three, you haven't thought hard enough.

08 — Anti-patterns

PRD anti-patterns — what to skip

The most common PRD failure modes are writing implementation details instead of requirements, treating the PRD as a contract, and skipping the success metrics. Each of these costs a team a full revision cycle — sometimes more. The five patterns below account for most of the IAG $2.24M per-project premium on weak requirements.

Implementation-detail PRDs

Pages of database schemas and library choices. The PRD is the what; the implementation doc is the how. Mixing them turns the PRD into legacy waterfall and freezes engineering creativity.

Treating the PRD as a contract

PRDs are living documents (Product School, Atlassian). The minute it becomes a fixed contract, teams stop updating it and the source of truth moves to Slack.

Skipping success metrics

PMI's 2025 Pulse of the Profession found high-acumen PMs track 9.1 success factors per project vs. 6.3 for others. PRDs without primary + guardrail metrics ship and never get measured.

Skipping non-goals

Scope creep is the single largest source of overrun in IAG's $2.24M-per-project premium. Non-goals end scope debates before they start.

Writing PRDs in isolation

Cagan, Atlassian, and Lenny all agree: PMs own the PRD, but engineering, design, data, and (when relevant) security and legal must comment before sign-off.

09 — Agile

Is a PRD still used in agile?

Yes — most modern teams use lean PRDs alongside user stories, treating the PRD as the why and stories as the what. The legacy waterfall PRD — fixed, signed, contracted — is dead. The lean PRD is mainstream and pairs cleanly with sprint planning, dual-track discovery, and continuous delivery.

User stories live in the backlog. The PRD lives one level up: it anchors the why, defines the success metrics, and answers the scope questions before they reach the standup. When a story gets ambiguous mid-sprint, the team reaches for the PRD, not the backlog.

31%

of projects succeed (CHAOS); requirements are top-3

50%

of projects are 'challenged' — scope creep is the #1 driver

9.1

success factors tracked by high-acumen PMs (PMI 2025)

10 — Numbers

The cost of a bad PRD

Seven numbers from primary sources on why PRD quality compounds into project cost. Every figure links to its source.

70%

of companies surveyed set themselves up for failure and higher costs through poor requirements practices. IAG Consulting — Business Analysis Benchmark

$2.24M

premium on the average $3M project at companies with weak requirements — $3M → $5.87M. IAG Consulting

41%+

of IT's development budget at the average company is spent on poor requirements. ADT Mag covering IAG

60–80%

of software development cost is rework, and over half of that rework stems from misunderstood or incomplete requirements. Carnegie Mellon SEI

31%

project success rate per CHAOS — a clear statement of requirements is one of the top three drivers of success. Standish Group CHAOS Report

70%

of digital-transformation project failures trace back to requirements issues (secondary citation). Info-Tech via Requiment

9.1

average success factors tracked per project by high-acumen PMs — vs. 6.3 for others. PMI Pulse of the Profession 2025

Key takeaways

  • Use the Two-Layer PRD. Default to the Lean six-field template; expand to the Full 10-section PRD only when scope, stakeholder count, or risk fires a trigger.

  • Problem statement is field #1. One sentence. Who it hurts, how often, what it costs today. Lenny Rachitsky's "superpower" leverage point.

  • Always include success metrics. One primary metric with a target and window, plus two guardrails. No exceptions — PMI 2025 ties this to project success directly.

  • Match the model to the section. Claude for problem statements, Perplexity for market scans, GPT-5 for exec summaries, o-series for metrics, Grok for risk red-team — all swappable in ZeroTwo Canvas.

  • Treat the PRD as living. Not a contract. Update it as the product evolves; if it stops being current, the source of truth moves to Slack and you lose alignment.

  • Length follows stakeholders, not size. Lean PRD ≈ 400 words. Full PRD ≈ 1,500–3,000. A small project with regulatory review may need a longer PRD than a large one with a single approver.

FAQ

Frequently asked

What is a PRD (product requirements document)?

A PRD is a single source of truth that defines what a product or feature will do, who it's for, and how success will be measured. Modern PRDs are living documents — updated continuously as the product evolves rather than treated as a fixed contract. Atlassian, Aha!, and Marty Cagan converge on the same purpose: align engineering, design, data, and leadership on the what, leave the how to the implementation.

What should be included in a PRD?

Every modern PRD includes ten core sections: overview, objective, context, assumptions, scope, requirements (functional + non-functional), design, metrics, impact, and open questions. The Aha! 10-section structure is the canonical reference. Lean PRDs collapse these into six fields — problem, outcome, solution sketch, non-goals, success metrics, risks — and expand only when scope, stakeholder count, or risk warrants it.

How long should a PRD be?

A Lean PRD is one page, roughly 400 words, and fits on a single screen. A Full PRD is typically 1,500 to 3,000 words. Length is a function of stakeholder count and risk, not project size — a small project with regulatory review needs a longer PRD than a large project with one team. If the PRD is longer than the implementation plan, you wrote the wrong document.

Who writes the PRD?

The product manager owns the PRD. Engineering lead, design lead, and (when relevant) data, security, legal, and finance leads contribute and comment before sign-off. Per Marty Cagan, the PM drafts; the engineering and design partners co-author. PRDs written in isolation drift from reality and miss load-bearing technical or compliance constraints.

What is the difference between a PRD, an MRD, and an FRD?

An MRD (market requirements document) defines the market opportunity and who the customer is. A PRD (product requirements document) defines what the product or feature will do to capture that opportunity. An FRD (functional requirements document) defines the specific functional behavior, often at a per-screen or per-API level, used by engineering. Modern lean teams collapse MRD and PRD into a single short doc and treat the FRD as engineering-owned implementation notes.

Is a PRD still used in agile?

Yes. Most modern teams use lean PRDs alongside user stories, treating the PRD as the why and stories as the what. Atlassian's agile guidance positions the PRD as the alignment artifact that keeps stories and sprints anchored to the same outcome. The legacy waterfall PRD is dead; the lean PRD is mainstream.

What's the best AI tool for writing PRDs?

Different PRD sections benefit from different AI models. ZeroTwo gives you Claude Sonnet 4.5 for structured problem statements and user stories, Perplexity for sourced market scans, GPT-5 for executive summaries, o-series reasoning models for metric formulation, and Grok 4 for risk red-teaming — all in one subscription. Drafting a PRD section-by-section with the model best suited to each task is faster and higher quality than asking a single model to write the whole document.

Can I download these templates?

Yes. Copy them directly from the page, or open both the Lean and Full PRD templates pre-loaded in ZeroTwo Canvas where you can fill them with any of 60+ AI models side by side and merge the best output from each. The templates work as plain markdown in Notion, Google Docs, Confluence, Linear, or any tool that accepts markdown.

Author

ZeroTwo Editorial — the ZeroTwo product team. We help PMs, engineers, and founders ship with 60+ frontier and open-weight AI models in one workspace.

Published 2026-05-21 · Updated 2026-05-21

Start writing your PRD with 60+ AI models — free.

Open both templates in ZeroTwo Canvas, switch models per section, and merge the best output from each. Adjacent reading: AI for product managers.

▸ Open ZeroTwo — free