AI PM TEMPLATES

The AI PRFAQ Template: Working Backwards to Launch AI Features That Stick

By Institute of AI PM·14 min read·Jul 24, 2026

TL;DR

The PRFAQ (Press Release + Frequently Asked Questions) is Amazon's "Working Backwards" method for starting product development from the customer outcome, not the technology. For AI features, it solves a specific problem: teams get excited about what the model can do and forget to define what the user actually gets. This guide gives you a complete PRFAQ template adapted for AI, including how to handle model uncertainty, set honest expectations about accuracy, and draft the FAQ questions that separate a well-scoped AI feature from an expensive prototype that never ships.

The AI PM Minute

One tactic to make you a sharper AI PM, twice a week. 60 seconds to read. Free.

No fluff. Unsubscribe anytime.

What a PRFAQ Is and Why AI Features Need One

The PRFAQ starts with a fictional press release announcing that the feature has shipped and customers love it. You write this before any engineering work begins. It forces you to articulate the customer benefit in plain language before you get lost in model selection and prompt engineering. The PR is followed by an internal FAQ, a list of the hard questions your team, your legal counsel, your executives, and your customers would ask, each with an honest answer.

AI features fail the PRFAQ for a predictable reason: the press release describes capability ("our AI can summarize 100 documents") instead of outcome ("sales reps save 45 minutes per deal in contract review"). The model becomes the hero. The user disappears.

The second reason AI PRFAQs fail: the FAQ omits the hard questions. How accurate is the AI? What happens when it gets something wrong? What data does it use? What does it never do? A good PRFAQ FAQ for an AI feature forces your team to answer these before the feature ships, not after an incident.

What a PRFAQ is not

A PRFAQ is not a PRD. It does not specify how to build the feature. It only defines what shipping successfully looks like from the outside and answers the questions that would prevent a confident launch. The PRD comes after the PRFAQ is approved.

1

Standard product features

PRFAQ works well for clearly scoped features where outputs are deterministic. Write once, approve, then build.

2

AI features

PRFAQ is more important because outputs are probabilistic. The FAQ section must explicitly set accuracy expectations, define failure modes, and describe the fallback. Without this, teams build to an imaginary standard.

Part 1: The AI Press Release (Template)

The press release is one page, written in plain English, structured as if a journalist wrote it on the day your AI feature launched. It has five required sections. Amazon enforces this structure strictly; the length discipline is the point.

1

Headline

Template

[Company] Launches [Feature Name] to Help [Target Customer] [Achieve Specific Outcome]

Example

Acme Contracts Launches AI Contract Reviewer to Help Sales Reps Close Deals Faster Without Missing Risk Clauses

Writing Guidance

The headline should include the customer type and the outcome. If you cannot name a measurable outcome, the feature is not ready for a PRFAQ.

2

Opening Paragraph (The lede)

Template

Starting [date], [target customer] can [do specific thing] in [timeframe], saving [measurable benefit]. Previously, [describe the pain in one sentence].

Example

Starting today, Acme Contracts enterprise sales reps can review standard NDAs and MSAs in under two minutes, compared to the 40 minutes previously spent waiting for legal. The average enterprise deal had a 3-day contract review delay; that delay now happens in the background.

Writing Guidance

Do not start with 'leveraging AI' or 'powered by ML.' Start with what the customer can now do. The technology is mentioned in the body, not the lede.

3

Problem Paragraph

Template

Today, [target customer] struggle with [problem]. This costs them [measurable cost]. Existing solutions fall short because [specific gap].

Example

Today, enterprise sales reps lose an average of 6 hours per deal cycle waiting for legal review. This delays pipeline by an average of 3 days per deal and creates a bottleneck that causes legal to become a revenue obstacle rather than an enabler.

Writing Guidance

This must reference customer research, not intuition. If you cannot cite a user interview or data point for each sentence, the problem paragraph is not ready.

4

Solution Paragraph (What it does, in customer terms)

Template

[Feature] works by [plain language description of how the customer uses it]. In [timeframe], the customer gets [specific output]. The AI [handles X], and a human [handles Y].

Example

The AI Contract Reviewer works by reading the uploaded contract and checking it against your company's approved clause library. In under two minutes, it surfaces any clause that deviates from standard terms and flags its risk level. The sales rep sees a plain-English summary and a deal risk score. Legal reviews only the flagged clauses, not the entire document.

Writing Guidance

This section must explain the human-AI handoff explicitly. AI features that claim the AI 'handles everything' are the ones that face the worst stakeholder pushback. Name what the human still owns.

5

Quote from a Customer

Template

"[Benefit described in customer language], said [customer name/title]. [Second sentence of what changed for them]."

Example

"I used to schedule a standing 30-minute legal call for every NDA. Now I only escalate the ones that actually have unusual terms," said Sarah Chen, Enterprise Account Executive at Acme Contracts. "The AI catches the standard deviations so I can focus on the business ones."

Writing Guidance

This quote should sound like something a real customer would say. If it sounds like marketing copy, rewrite it. The voice is the customer, not your brand.

6

Closing: How to Access

Template

[Feature name] is available to [customer segment] starting [date]. [Pricing note if applicable]. To get started, [call to action].

Example

AI Contract Reviewer is available to all Enterprise plan customers starting July 2026. Integration with Salesforce and DocuSign is included. Teams can start by uploading their approved clause library in the Settings panel.

Writing Guidance

Keep this to two sentences. This is not a pricing page or a feature spec.

Part 2: The AI Internal FAQ (Template)

The FAQ is where the real work happens. For non-AI features, a PRFAQ FAQ covers customer and operational questions. For AI features, it must also cover model questions: accuracy, failure modes, data, and ethics. These are the questions your legal team, your enterprise buyers, and your first angry customer will ask. Answer them now.

There are three categories of FAQ questions for AI features: customer questions, operational questions, and model questions. Most AI PRFAQs only cover the first two.

Category A: Customer Questions

Who is this for?

Define the specific customer segment and use case. Not 'enterprise customers' but 'enterprise sales reps at companies with 200+ person sales teams who handle contract-heavy deals with deal sizes above $50K.'

What does the customer have to do differently?

Every AI feature asks users to change how they work. List the workflow changes explicitly. If you cannot name them, you have not talked to users about the feature yet.

What does the customer do when the AI is wrong?

This question surfaces the feedback and correction mechanism. If the answer is 'they email support,' the feature will generate support tickets, not trust.

How does the customer know when to trust the AI?

Describe the confidence signals, uncertainty indicators, or other UX patterns that tell the user when to rely on the output vs. verify it.

Category B: Operational Questions

What is the cost per request at target scale?

Estimate the per-request inference cost at the expected monthly request volume. This is a required answer before engineering starts. Unknown cost = unknown margin.

What is the latency target and how does the current implementation compare?

State the acceptable latency range for the UX and what latency the team expects to achieve. If there is a gap, the PRFAQ is not approved until there is a mitigation plan.

What data does the feature use, and what data does it not use?

Enumerate exactly what inputs the model receives. State explicitly what data is excluded. This answer feeds the privacy FAQ and the enterprise sales FAQ.

What is the rollout plan?

How many users see the feature on day one? What triggers expansion? What triggers rollback? For AI features, state the eval metrics that govern promotion between stages.

Category C: Model Questions (AI-specific, usually omitted)

What is the target accuracy, and what is the current measured accuracy?

State both numbers. If you do not have a measured number, write 'TBD — eval harness not yet built.' This forces the team to build evals before shipping, not after.

What are the known failure modes?

List the specific error types the model makes today. For a contract reviewer: 'The model misses ambiguous indemnity clauses at 12% rate. It overcalls standard IP assignment clauses as risky at 8% rate.'

What is the worst-case user harm if the model fails?

State the highest-severity outcome explicitly. For a medical AI: 'A missed drug interaction flag.' For a contract reviewer: 'A sales rep signs a non-standard limitation of liability clause without legal review.' Then state the mitigation.

What does the model never do, by design?

State the explicit prohibitions. This is not a safety boilerplate statement. It is a product decision. For a contract reviewer: 'The model never provides legal advice, never signs on behalf of the company, and never takes action without a human reviewing the output.'

How does the model behavior change if the underlying model is updated by the provider?

Describe the monitoring and eval process that will detect regressions when the model provider (OpenAI, Anthropic, etc.) updates the base model. If the answer is 'we will notice when customers complain,' this is a high-severity operational gap.

Master the Full AI PM Toolkit

The AI PM Masterclass covers PRFAQ, PRD, eval design, and the full lifecycle of AI product development, taught live by a Salesforce Sr. Director PM.

What Makes AI PRFAQs Different: The Uncertainty Problem

Traditional PRFAQs describe a deterministic product: the feature either works or it does not, and you control the definition of "works." AI features are probabilistic: the model performs at a distribution, not a binary. This requires a different approach to the press release and a more honest FAQ.

The accuracy trap

Do not claim accuracy in the press release without stating the measurement context. '97% accuracy' means nothing without the eval dataset, the task type, and the failure cost. In the FAQ, state: 'On our internal eval set of 500 representative contracts, the model surfaces risk clauses with 91% recall and 87% precision. Recall matters more here because a missed clause is worse than a false alarm.'

The version coupling trap

AI features built on third-party models (GPT, Claude, Gemini) are coupled to a model version. When the provider updates the model, your feature's behavior can change without a code change. The FAQ must address this: 'We pin to model version X and run regression evals before promoting to a new version. Customer-facing behavior changes will be communicated in the changelog.'

The 'it depends' trap

Stakeholders will ask how accurate the AI is. If your answer is 'it depends on the input,' you have not done the analysis to write the PRFAQ yet. Segment by input type and give a number per segment. 'NDAs: 94% clause recall. MSAs: 88%. Non-standard contracts we have not seen before: 71%.'

The edge case escalation trap

The press release describes the happy path. The FAQ must describe what happens when the AI cannot help. State the escalation path explicitly: 'When confidence is below the threshold, the feature surfaces a banner that says the document requires manual legal review. The user is routed to the legal intake form, not left without next steps.'

The PRFAQ Review: What Approvers Should Be Looking For

A PRFAQ is approved in a review meeting. For AI features, reviewers should evaluate the document against a specific checklist. If any of these are missing, the PRFAQ should not be approved.

Press release leads with outcome, not capability

The headline says what the customer achieves, not what the model does. 'Reduce contract review time by 80%' not 'Introducing AI-powered contract analysis.'

Problem paragraph cites specific research

Every claim in the problem section maps to a user interview finding, a support ticket analysis, or a usage data point. No assumptions.

Accuracy is stated with measurement context

The FAQ includes eval dataset, task type, and performance per segment. Not a single headline number.

Failure modes are named specifically

Not 'the AI may sometimes be wrong.' Specific error types at measured rates: 'The model misses indemnity scope limitations at 12% rate on contracts longer than 30 pages.'

Human-AI handoff is explicit

The PR and FAQ together describe exactly what the human does, what the AI does, and how control transfers between them.

Worst-case user harm is named and mitigated

The highest-severity failure scenario is documented. The mitigation is a product decision (threshold, human gate, disclaimer), not just a hope.

Model update policy is documented

The FAQ describes how the team monitors for model provider updates and what the customer-facing impact notification process looks like.

When to Use PRFAQ and When to Skip It

The PRFAQ is most valuable when the feature is new, customer-facing, and involves model behavior that is hard to specify upfront. It is overkill for internal tooling improvements or incremental model quality lifts on existing features.

Use PRFAQ for

  • +Net-new AI features visible to customers
  • +AI features in regulated domains (legal, medical, financial)
  • +Agent features that take actions on behalf of users
  • +Features where failure has high user-harm potential
  • +Features that require a significant user workflow change
  • +Features where the team has conflicting assumptions about what 'good' looks like

Skip PRFAQ for

  • +Internal AI tooling with no direct user-facing impact
  • +Model quality improvements with no behavior change
  • +A/B tests on existing AI features
  • +Incremental prompt improvements within a launched feature
  • +Exploration and prototyping work before there is a product hypothesis

One practical approach: run a lightweight PRFAQ for every AI feature, even a one-pager. The discipline of writing the press release headline and three FAQ questions catches most misalignments before engineering starts. A full PRFAQ is reserved for high-stakes or high-uncertainty features where alignment across product, legal, and leadership is genuinely needed.

Write Better AI Feature Specs

The AI PM Masterclass teaches the full Working Backwards method, eval-driven development, and how to align stakeholders on AI product decisions. Taught live by a Salesforce Sr. Director PM.

Before you go: get the AI PM Minute

One tactic to make you a sharper AI PM, twice a week. 60 seconds to read. Free.

No fluff. Unsubscribe anytime.