AI 에이전트가 읽을 작업 지시서 쓰는 프롬프트
한 번에 다 시키지 않고, 멈출 지점과 완료 기준이 있는 지시서로 만듭니다.
| 분류 | 개발 › 바이브 코딩 |
|---|---|
| 태그 | 초안작성체크리스트개발자 |
Write a task brief for an AI coding agent. Structure: 1. **Goal** in one sentence, and what "done" means as something checkable — a passing test, a working command, an observable behavior. *Not "implement X".* 2. **Out of scope** — explicitly. This section prevents more damage than any other. 3. **Must not change** — files, interfaces, behavior. Say what breaks if they do. 4. **Steps**, each a unit that can be verified before the next begins. For each: what to do, and **how to confirm it worked before continuing.** 5. **Stop conditions** — where the agent must stop and ask rather than decide: schema changes, deleting anything, touching auth or payments, adding a dependency, changing a public interface. 6. What to read before starting, in order. 7. What to report at the end: what changed, what was verified, what was assumed. Rules: - *Every step needs a check.* A step without one is where drift starts and is not noticed until several steps later. - Prefer many small verifiable steps over a few large ones, even though it is slower. - State the assumptions the agent is allowed to make, and require it to stop if one proves false. - Do not write the implementation. This is a brief.
붙여 넣으면 맨 아래에 채울 칸(하려는 것 · 코드베이스 상황 · 건드리면 안 되는 것)이 나옵니다
어떤 프롬프트인가
에이전트에게 긴 작업을 맡기면 중간에 엉뚱한 방향으로 간다. 이 프롬프트는 작업을 검증 가능한 단위로 쪼개고, 각 단위마다 "여기까지 됐는지 어떻게 아는가"를 박아 넣는다.
같은 분류의 프롬프트
| 웹사이트 제작 전문가 프롬프트 | |
| AI 개인 코칭 앱 프롬프트 | |
| 애니 정보 앱 아이디어 프롬프트 | |
| 비즈니스 대시보드 생성 프롬프트 | |
| 데이트 프로필 최적화 프롬프트 |