"매 customer 부터 거꾸로". Amazon이 1990s 말 정착시킨 product development framework — 매 internal press release 와 FAQ 를 먼저 작성한 뒤 거기서 spec 를 도출. 2026 현재 Amazon, Coupang, 토스 등 product-led org 의 standard discipline.
매 핵심
매 5개 customer question
Who is the customer? 매 구체적 segment.
What is the customer problem or opportunity?
What is the most important customer benefit? (선택 X — 1개)
How do you know what customers need or want? (data, interview, signal)
What does the customer experience look like? (end-to-end flow)
매 PR-FAQ 구조
Press Release (1 page): headline, sub-headline, summary, problem, solution, leader quote, customer quote, how to get started.
External FAQ (1-2 page): customer-facing 의 anticipated Q.
# [Product Name] launches [date]
**[Punchy 1-line headline]**
[Sub-headline: 1-2 sentence customer benefit]
**SEATTLE — [Date]** — Today, [company] announced [product]. [Product]
solves [problem] for [customer segment] by [solution mechanism].
> "[Customer quote — specific, emotional, concrete benefit]"
> — [Persona name, role]
> "[Internal leader quote — vision]"
> — [Leader, title]
To get started, customers can [single clear CTA].
---
## FAQ — External
**Q: How is this different from [competitor]?**
A: ...
**Q: How much does it cost?**
A: ...
## FAQ — Internal
**Q: What's the build cost & timeline?**
A: ...
**Q: What's the customer #1 success metric?**
A: ... (single number, owned)
**Q: What's the biggest risk and how do we mitigate?**
A: ...
**Q: What dependencies does this have?**
A: ...
**Q: What's the kill criterion?**
A: ... (numeric trigger to stop)
Five-Whys driving from PR back to spec
PR claim: "Latency under 200ms p99"
Why? → Customer task abandons at >300ms (data: session log)
Why? → Cognitive flow break
Why? → Page reflow during quote refresh
Why? → Server-side rendering on every poll
Why? → No client-side delta caching
→ Spec: implement WS-based delta + client cache. Owner: X. Metric: p99<200ms.
PR-FAQ readiness rubric
| Criterion | Score 1-5 |
|----------------------------------------|-----------|
| Headline passes "would I click" test | |
| Customer quote sounds like real user | |
| #1 benefit is concrete & measurable | |
| Internal FAQ has kill criterion | |
| Dependency list complete | |
| Metric is single number with owner | |
Total ≥ 24/30 → ship-worthy review.
언제: PR draft 초안, FAQ Q-set 생성, customer quote persona 생성, 다른 PR-FAQ 와의 consistency check.
언제 X: 매 actual customer voice 의 substitute X — 매 real interview 가 source of truth.
❌ 안티패턴
Solution-first PR: 매 problem 정의 없이 feature listing — 매 reverse 의 본질 무시.
Vague metric: "improve experience" 의 X — 매 single number + owner.
No kill criterion: 매 internal FAQ 에 numeric stop trigger 필수.
PR after build: 매 retroactive PR — 매 Working Backwards 의 X. 매 build 전에 작성.
Buzzword quote: customer quote 가 marketing speak — real user transcript 기반.