English
☰ 분류

기획서에서 구현 못 할 부분 찾는 프롬프트

만들기 전에 정해지지 않은 것을 목록으로 뽑습니다. 추측으로 채우지 않게 합니다.

분류개발 › 기술 문서
태그검토질문생성개발자
프롬프트 (영어 본문 · 답은 한국어로 옵니다)
Review this spec for what it does not decide.

Produce three groups:

**A. Blocking** — cannot start without an answer. For each: the question, why it blocks, and **a recommended default so it can be answered with a yes.**

**B. Will surface during build** — answerable later, but note them now so they are not silently decided by whoever hits them first.

**C. Assumed** — things the spec treats as settled that may not be. *These are the dangerous ones: nobody asks, because nobody noticed there was a choice.*

Look specifically for:
- Error and empty states. Specs describe the success path and stop.
- Permissions — who can do this, and who can see the result
- What happens to existing data
- Limits — how many, how large, how often
- Concurrency — two people doing this at once
- Undo, edit, delete after the fact
- Where the boundary with the existing system sits

Then:
- Requirements that conflict with each other or with how the existing system behaves.
- Anything specified in a way that is far more expensive than an adjacent alternative. *Say so before building it* — the spec author often does not know the cost.
- What the spec asks for that is not testable as written.

Rules:
- *Ask only what genuinely blocks or risks rework.* A long question list gets ignored entirely.
- Do not redesign the feature. Report what is undecided.
붙여 넣으면 맨 아래에 채울 칸(기획서·요구사항 · 기존 시스템)이 나옵니다

어떤 프롬프트인가

기획서에는 항상 안 적힌 게 있고, 개발자가 추측으로 채우면 나중에 다시 만든다. 이 프롬프트는 구현하려면 반드시 답이 필요한 질문만 골라내고, 각각에 권장 기본값을 붙여 답하기 쉽게 한다.

같은 분류의 프롬프트

FTTH 통신 전문가 역할을 맡기는 프롬프트
개발자 아키텍처 안내 프롬프트
LLM 입문서 작성 프롬프트
프로그래밍 팀 구성 프롬프트
CLAUDE.md 조립 프롬프트