Back to Blog
Product Managers

Sharpening a PRD Before You Send It for Review


Most PRDs go out after one read-through by the person who wrote them. That catches typos, but it rarely catches the gap that gets the same clarifying question asked in the comments of every doc you send, because you already know the answer and read right past where it's missing.

Warning

A read-through by the author checks whether the doc makes sense to someone who already knows the feature. It doesn't check whether it makes sense to someone who doesn't, which is the actual reviewer.

The PRD that survives your own read-through is the one you're least qualified to judge.

Why the same question keeps showing up in review

You wrote the doc with the full context already in your head, so a gap in the requirements doesn't read as a gap to you, it reads as obvious. The reviewer doesn't have that context, so the same kind of question, an unhandled edge case, an unstated assumption, resurfaces doc after doc.

Before: write the PRD, read it once, decide it's clear, send it for review.

After: hand it to Claude with the feature's actual context, ask specifically whether the scope is clear and what edge cases are missing, and fix what it finds before a reviewer has to ask.


A process for testing a PRD before review

  1. 1

    Give Claude the actual draft and the real context

    Paste the problem statement and requirements as written, not a summary, along with who this feature is for. A PRD for an internal admin tool needs different edge-case coverage than one for a public-facing feature.

  2. 2

    Ask specifically whether the scope is clear

    A vague "does this make sense" gets a vague answer. Ask directly whether someone with no prior context could tell what's in scope and what isn't from the doc alone.

  3. 3

    Ask for missing edge cases, not a general critique

    Request the specific edge cases the requirements don't address, not open-ended feedback. A missing edge case is concrete and fixable; "this could be clearer" isn't.

  4. 4

    Fix the gaps before anyone else sees the doc

    Update the requirements section directly from what Claude flagged. The version a reviewer sees should already reflect the questions you'd otherwise get asked in the comments.

Prompt

Here's the problem statement and requirements section of my PRD for a bulk-export feature. Tell me honestly if the scope is clear, and flag any edge case I haven't addressed.

Inside Claude Tutorial

Testing a document against a reader who lacks your context is transferable.

Checking whether something makes sense to someone without your background, instead of trusting your own read-through, applies well beyond PRDs. The app has a full lesson on it, with practice that applies to any document you write for someone else to act on.

When the gaps keep coming from the same section

If edge cases keep surfacing in the same part of your PRDs, that's worth noticing as a pattern, not refixing from scratch each time. A recurring gap in, say, the permissions section usually means that section needs a standing checklist, not another one-off review.

Tip

Ask Claude to compare this PRD's gaps against gaps from your last few docs, if you have them. A pattern across multiple PRDs is a stronger signal than one doc's edge cases, and it tells you where to build a reusable checklist.

Prompt

This is the third PRD in a row where reviewers asked about permissions handling. Here's this draft's permissions section. What's missing, and what would a standing checklist for this section need to cover going forward?

Continue reading