4단계: 가벼운 PRD 초안을 작성하라
PRD(Product Requirements Document, 제품 요구사항 문서)는 그저 당신의 결정들을 한곳에 모은 것이다. 아주 작게 유지하라. 다음은 AI에게 건넬 수 있는 완전한 시작용 PRD다:
# Book Tracker — Mini PRD
## Problem
I read a lot but lose track of what I've finished and what I thought of it.
## User
Me (a single user). No accounts needed for v1.
## Goal
A simple web app to add books, track reading status, and rate finished ones.
## In Scope (v1)
- Add a book (title, author)
- Set status: To Read / Reading / Finished
- List all books, filterable by status
- Rate finished books 1–5 stars
## Non-Goals (v1)
- User accounts / login
- Social features, sharing, recommendations
- Importing from other services
- Mobile / native apps
## Tech (keep it simple)
- Single-page web app
- Local browser storage (no backend for v1)
## Done When
I can add a book, change its status, rate it, and see my list
persist after a page refresh.
"Done When" 줄에 주목하라. 그것이 당신의 인수 테스트다 — v1을 출시했는지 알 수 있는 구체적인 방법. 항상 하나 포함하라. 좋은 "Done When"은 당신이 물리적으로 수행할 수 있는 것이다: 여기를 클릭하고, 이것을 입력하고, 새로고침하고, 저것을 본다. 만약 완료 조건이 느낌처럼 읽힌다면("다듬어졌을 때", "느낌이 좋을 때"), 그것은 영영 완료되지 않는다. 대조할 것이 없기 때문이다. 낯선 사람에게 건넬 수 있는 대본으로 만들어라.
PRD를 손으로 직접 쓸 필요는 없다. 유용한 수는 앞 단계들의 답을 AI에게 다시 먹이고 초안을 조립하게 한 다음, 당신이 편집하는 것이다. 통째로 받아들이는 대신 편집하는 이유는, 당신이 모든 줄을 이해하고 동의해야 하기 때문이다 — 이 문서는 당신이 계속 붙여 넣게 될 진실의 원천이라, 여기에 든 오류는 이후의 모든 세션으로 복사된다.