A PRD is not a fixed artifact. Its form changes with the organization writing it. A five-person startup and a 500-person company are solving different coordination problems with the same document type, and treating them identically is why so many enterprise teams drown in process and why so many early-stage teams ship the wrong thing.
Stage 1: Pre-product-market-fit (1–20 people)
At this stage, the PM and the engineer are often the same person, or the team is small enough that everyone has the same context. A PRD at this stage is a thinking tool, not a coordination tool. Its purpose is to force the founder to externalize assumptions, not to transfer context to a team that does not have it.
Format: one page. Sections: problem, solution hypothesis, what we are not building, and how we will know if it worked. No acceptance criteria — the team is small enough to discuss those in person. No risk register — the entire company is one big risk.
The most common mistake at this stage is writing PRDs that are too long. A 10-page PRD at a 10-person startup means the PM is spending time on documentation that the team will never read. Optimize for speed. Write enough to make the decision, then build.
Stage 2: Early traction (20–100 people)
The team is no longer in the same room. Engineers are joining who do not have the founding context. Product decisions are being made by people who were not in the original customer conversations. The PRD is now doing real coordination work — transferring context from people who have it to people who need it.
Format: 2–4 pages. Add user stories (engineers need to know who this is for). Add success metrics (everyone needs to agree on what done looks like). Add edge cases (new engineers will ask about them). The review process is informal — Slack comment or a 15-minute meeting.
At this stage, consistency matters more than completeness. A team that always writes the same sections — even if those sections are thin — moves faster than a team that writes comprehensive PRDs for some features and nothing for others.
Stage 3: Scaling (100–300 people)
Multiple product teams. Multiple engineering teams. Features that touch shared infrastructure. PRDs that affect other teams' roadmaps. Now the PRD is a political document as much as a technical one. It needs to be defensible in a review with people who were not part of the discovery process.
Format: 4–6 pages. Add the full 10-section structure. Add a stakeholder section listing who was consulted. Add a dependency map showing which other teams are affected and whether they have signed off. Add a launch plan section so marketing and support are aligned before the feature ships.
The review process becomes formal: a PRD review meeting with engineering, design, and sometimes legal or finance, depending on the feature. Approval is required before development begins. The PRD becomes the contract.
Stage 4: Enterprise (300–500+ people)
The PRD is now a compliance artifact as much as a product document. Legal has to review anything that touches user data. Security has to sign off on anything that changes the auth model. Finance has to approve anything with pricing implications. The review process takes weeks.
Format: 6–10 pages with appendices. Add a compliance section. Add a security review checklist. Add explicit approval signatures from each stakeholder group. The document must stand on its own — a reviewer who knows nothing about the feature history should be able to evaluate it from the document alone.
The most common mistake at this stage is applying the same review process to all features regardless of scope. A two-line copy change and a new billing model should not go through identical approval chains. Tiered PRD formats — lightweight for small changes, full process for significant features — keep teams moving without sacrificing governance where it matters.
What stays constant at every stage
Format changes. Depth changes. Review process changes. Three things should not change: specificity (vague requirements produce bad features at every scale), honesty (undocumented open questions create problems that grow with the organization), and testability (acceptance criteria that cannot be verified are not acceptance criteria).
The best PRDs at every stage — from one-pagers to 10-page enterprise specs — are written by people who are clear on what they know, clear on what they do not know, and honest about the difference.