@silbaram/artifact-driven-agent 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/README.md +456 -0
  2. package/ai-dev-team/.gitkeep +0 -0
  3. package/ai-dev-team/README.md +44 -0
  4. package/ai-dev-team/artifacts/.gitkeep +0 -0
  5. package/ai-dev-team/artifacts/features/_template/api.md +19 -0
  6. package/ai-dev-team/artifacts/features/_template/qa.md +16 -0
  7. package/ai-dev-team/artifacts/features/_template/review.md +14 -0
  8. package/ai-dev-team/artifacts/features/_template/spec.md +28 -0
  9. package/ai-dev-team/artifacts/features/_template/ui.md +14 -0
  10. package/ai-dev-team/artifacts/rfc/RFC-0000-template.md +49 -0
  11. package/ai-dev-team/roles/.gitkeep +0 -0
  12. package/ai-dev-team/rules/.gitkeep +0 -0
  13. package/bin/cli.js +75 -0
  14. package/core/artifacts/architecture-options.md +85 -0
  15. package/core/artifacts/backlog.md +177 -0
  16. package/core/artifacts/current-sprint.md +125 -0
  17. package/core/artifacts/decision.md +72 -0
  18. package/core/artifacts/plan.md +187 -0
  19. package/core/artifacts/project.md +191 -0
  20. package/core/artifacts/qa-report.md +104 -0
  21. package/core/artifacts/review-report.md +103 -0
  22. package/core/roles/architect.md +236 -0
  23. package/core/roles/developer.md +203 -0
  24. package/core/roles/manager.md +300 -0
  25. package/core/roles/planner.md +231 -0
  26. package/core/roles/qa.md +262 -0
  27. package/core/roles/reviewer.md +280 -0
  28. package/core/rules/document-priority.md +196 -0
  29. package/core/rules/escalation.md +171 -0
  30. package/core/rules/iteration.md +236 -0
  31. package/core/rules/rfc.md +31 -0
  32. package/core/rules/rollback.md +218 -0
  33. package/docs/feature-structure.md +36 -0
  34. package/examples/todo-app/README.md +23 -0
  35. package/examples/todo-app/artifacts/backlog.md +23 -0
  36. package/examples/todo-app/artifacts/plan.md +23 -0
  37. package/examples/todo-app/artifacts/project.md +23 -0
  38. package/package.json +49 -0
  39. package/src/commands/interactive.js +101 -0
  40. package/src/commands/logs.js +81 -0
  41. package/src/commands/reset.js +66 -0
  42. package/src/commands/run.js +202 -0
  43. package/src/commands/sessions.js +70 -0
  44. package/src/commands/setup.js +128 -0
  45. package/src/commands/status.js +76 -0
  46. package/src/commands/validate.js +219 -0
  47. package/src/index.js +12 -0
  48. package/src/utils/files.js +134 -0
  49. package/templates/cli/artifacts/commands.md +262 -0
  50. package/templates/cli/artifacts/output-format.md +298 -0
  51. package/templates/cli/roles/cli-developer.md +239 -0
  52. package/templates/cli/rules/command-change.md +225 -0
  53. package/templates/game/artifacts/assets.md +148 -0
  54. package/templates/game/artifacts/game-systems.md +217 -0
  55. package/templates/game/artifacts/hud.md +199 -0
  56. package/templates/game/roles/game-logic.md +193 -0
  57. package/templates/game/roles/rendering.md +137 -0
  58. package/templates/game/rules/system-change.md +184 -0
  59. package/templates/library/artifacts/changelog.md +84 -0
  60. package/templates/library/artifacts/examples.md +157 -0
  61. package/templates/library/artifacts/public-api.md +197 -0
  62. package/templates/library/roles/library-developer.md +180 -0
  63. package/templates/library/rules/versioning.md +186 -0
  64. package/templates/web-dev/artifacts/api.md +212 -0
  65. package/templates/web-dev/artifacts/ui.md +104 -0
  66. package/templates/web-dev/roles/backend.md +134 -0
  67. package/templates/web-dev/roles/frontend.md +161 -0
  68. package/templates/web-dev/rules/api-change.md +198 -0
package/README.md ADDED
@@ -0,0 +1,456 @@
1
+ # Artifact-Driven AI Agent Framework
2
+
3
+ CLI 기반 멀티 AI 에이전트를 사용해 기획 → 설계 → 개발 → 리뷰 → QA → 관리까지
4
+ **사람 팀처럼 역할을 분리하여 개발하는 구조**를 가진다.
5
+
6
+ ## 🎯 목표
7
+
8
+ - AI가 감으로 개발하지 못하게 한다
9
+ - 모든 판단을 문서 기준으로 고정한다
10
+ - **Task 단위로 반복 가능한 애자일 개발 파이프라인**을 만든다
11
+
12
+ ## 💡 핵심 개념
13
+
14
+ 이 구조는 AI가 똑똑해서 돌아가는 시스템이 아니다.
15
+ **AI가 규칙을 어기지 못해서** 안정적으로 돌아간다.
16
+
17
+ ---
18
+
19
+ ## 📁 디렉토리 구조
20
+
21
+ ```
22
+ artifact-driven-agent/
23
+
24
+ ├── README.md
25
+ ├── .gitignore
26
+
27
+ ├── scripts/ # 🔧 실행 스크립트
28
+ │ ├── ai-role.sh # Linux/Mac
29
+ │ ├── ai-role.ps1 # Windows PowerShell
30
+ │ ├── ai-role.bat # Windows CMD
31
+ │ └── lint/
32
+ │ └── validate-docs.sh # 문서 검증 스크립트
33
+
34
+ ├── ai-dev-team/ # 🎯 작업 디렉토리 (setup 후 사용)
35
+ │ ├── roles/ # 세팅된 역할들
36
+ │ ├── artifacts/ # 세팅된 산출물 템플릿
37
+ │ │ ├── features/ # Feature 단위 산출물
38
+ │ │ │ └── _template/ # Feature 템플릿
39
+ │ │ └── rfc/ # RFC 변경 요청서
40
+ │ │ └── RFC-0000-template.md
41
+ │ └── rules/ # 세팅된 규칙들
42
+
43
+ ├── core/ # 🔵 범용 핵심 (소스)
44
+ │ ├── roles/ # 6개: planner, architect, developer,
45
+ │ │ │ # reviewer, qa, manager
46
+ │ │ ├── planner.md
47
+ │ │ ├── architect.md
48
+ │ │ ├── developer.md
49
+ │ │ ├── reviewer.md
50
+ │ │ ├── qa.md
51
+ │ │ └── manager.md
52
+ │ │
53
+ │ ├── artifacts/ # 8개: 공통 산출물 템플릿
54
+ │ │ ├── plan.md
55
+ │ │ ├── project.md
56
+ │ │ ├── backlog.md
57
+ │ │ ├── current-sprint.md
58
+ │ │ ├── decision.md
59
+ │ │ ├── architecture-options.md
60
+ │ │ ├── review-report.md
61
+ │ │ └── qa-report.md
62
+ │ │
63
+ │ └── rules/ # 5개: 공통 규칙
64
+ │ ├── iteration.md
65
+ │ ├── escalation.md
66
+ │ ├── rollback.md
67
+ │ ├── document-priority.md
68
+ │ └── rfc.md # RFC 변경 관리 규칙
69
+
70
+ ├── templates/ # 🟢 프로젝트 유형별 템플릿 (소스)
71
+ │ ├── web-dev/ # 웹 서비스 개발
72
+ │ ├── library/ # 라이브러리/SDK 개발
73
+ │ ├── game/ # 게임 개발
74
+ │ └── cli/ # CLI 도구 개발
75
+
76
+ ├── docs/ # 📖 가이드 문서
77
+ │ └── feature-structure.md # Feature 단위 구조 가이드
78
+
79
+ └── examples/ # 📚 예제 프로젝트
80
+ └── todo-app/ # Todo App 예제
81
+ ├── README.md
82
+ └── artifacts/
83
+ ├── plan.md
84
+ ├── project.md
85
+ └── backlog.md
86
+ ```
87
+
88
+ ---
89
+
90
+ ## 🚀 빠른 시작
91
+
92
+ ### 설치 방법
93
+
94
+ #### 방법 1: npm (권장)
95
+
96
+ ```bash
97
+ # 전역 설치
98
+ npm install -g @silbaram/artifact-driven-agent
99
+
100
+ # 또는 npx로 바로 실행
101
+ npx @silbaram/artifact-driven-agent setup web
102
+ ```
103
+
104
+ #### 방법 2: 직접 다운로드
105
+
106
+ ```bash
107
+ # 저장소 클론
108
+ git clone https://github.com/silbaram/artifact-driven-agent.git
109
+ cd artifact-driven-agent
110
+ npm install
111
+ npm link # 전역 명령어 등록
112
+ ```
113
+
114
+ ### 1단계: 개발 스타일 세팅
115
+
116
+ ```bash
117
+ # npm 설치 후
118
+ ada setup web
119
+
120
+ # 또는 직접 지정
121
+ ada setup web # 웹 서비스 개발 (web-dev 별칭)
122
+ ada setup library # 라이브러리 개발 (lib 별칭)
123
+ ada setup game # 게임 개발
124
+ ada setup cli # CLI 도구 개발
125
+ ```
126
+
127
+ > ⚠️ **Windows PowerShell 오류 시**
128
+ > ```powershell
129
+ > # 현재 세션에서만 실행 허용
130
+ > Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
131
+ > ```
132
+
133
+ ### 2단계: AI 에이전트 실행
134
+
135
+ ```bash
136
+ # 대화형으로 역할/도구 선택
137
+ ada
138
+
139
+ # 또는 직접 지정
140
+ ada backend claude
141
+ ada planner codex
142
+ ada run frontend gemini
143
+ ```
144
+
145
+ ---
146
+
147
+ ## 🖥 스크립트 명령어
148
+
149
+ ### 세팅 명령어
150
+
151
+ | 명령어 | 설명 |
152
+ | ------------------ | ------------------------------ |
153
+ | `setup` | 대화형으로 템플릿 선택 후 세팅 |
154
+ | `setup <template>` | 특정 템플릿으로 세팅 |
155
+ | `status` | 현재 세팅 상태 확인 |
156
+ | `reset` | ai-dev-team 초기화 |
157
+
158
+ ### 실행 명령어
159
+
160
+ | 명령어 | 설명 |
161
+ | --------------- | --------------------------------- |
162
+ | (인자 없음) | 대화형으로 역할/도구 선택 후 실행 |
163
+ | `<role> <tool>` | 직접 역할과 도구 지정해서 실행 |
164
+
165
+ ### 검증/관리 명령어
166
+
167
+ | 명령어 | 설명 |
168
+ | ------------------- | ----------------------------------------- |
169
+ | `validate` | 산출물 문서 검증 (plan.md, project.md 등) |
170
+ | `sessions` | AI 실행 세션 목록 |
171
+ | `logs` | 가장 최근 세션 로그 확인 |
172
+ | `logs <session-id>` | 특정 세션 로그 확인 |
173
+
174
+ ### 예시
175
+
176
+ ```bash
177
+ # 웹 개발로 세팅
178
+ ada setup web
179
+
180
+ # 현재 상태 확인
181
+ ada status
182
+
183
+ # 문서 검증 (스프린트 시작 전 권장)
184
+ ada validate
185
+
186
+ # 백엔드 개발자로 Claude 실행
187
+ ada backend claude
188
+
189
+ # 세션 목록 확인
190
+ ada sessions
191
+
192
+ # 최근 로그 확인
193
+ ada logs
194
+ ```
195
+
196
+ ---
197
+
198
+ ## 👥 역할 (Roles)
199
+
200
+ ### Core 역할 (모든 템플릿에서 사용)
201
+
202
+ | 역할 | 파일 | 책임 |
203
+ | --------- | ------------ | ------------------------- |
204
+ | Planner | planner.md | 요구사항 수집, Task 분해 |
205
+ | Architect | architect.md | 규모 예측, 기술 스택 결정 |
206
+ | Developer | developer.md | 코드 구현 (범용) |
207
+ | Reviewer | reviewer.md | 코드 리뷰 |
208
+ | QA | qa.md | 수용 조건 검증 |
209
+ | Manager | manager.md | 스프린트 관리, 승인 |
210
+
211
+ ### 템플릿별 특화 역할
212
+
213
+ | 템플릿 | 역할 | 책임 |
214
+ | ------- | ----------------- | ------------------------ |
215
+ | web | backend | API 설계, 서버 구현 |
216
+ | web | frontend | UI 구현, API 연동 |
217
+ | library | library-developer | 공개 API 설계, 버전 관리 |
218
+ | game | game-logic | 게임 시스템 설계 |
219
+ | game | rendering | 화면/이펙트 구현 |
220
+ | cli | cli-developer | 명령어 설계, 출력 형식 |
221
+
222
+ ---
223
+
224
+ ## 📄 산출물 (Artifacts)
225
+
226
+ ### Core 산출물
227
+
228
+ | 문서 | 용도 | 관리자 |
229
+ | ----------------------- | ------------------ | ---------------- |
230
+ | plan.md | 기획서 | Planner |
231
+ | project.md | 기술 기준 (Frozen) | Architect |
232
+ | backlog.md | Task 목록 | Planner, Manager |
233
+ | current-sprint.md | 현재 스프린트 | Manager |
234
+ | decision.md | 판단 기록 | Manager |
235
+ | architecture-options.md | 아키텍처 협상 | Architect |
236
+ | review-report.md | 리뷰 결과 | Reviewer |
237
+ | qa-report.md | QA 결과 | QA |
238
+
239
+ ### 템플릿별 산출물
240
+
241
+ | 템플릿 | 문서 | 용도 |
242
+ | ------- | ---------------- | --------------- |
243
+ | web | api.md | REST API 계약 |
244
+ | web | ui.md | 화면 설계 |
245
+ | library | public-api.md | 공개 인터페이스 |
246
+ | library | examples.md | 사용 예제 |
247
+ | library | changelog.md | 버전 변경 이력 |
248
+ | game | game-systems.md | 게임 시스템 |
249
+ | game | assets.md | 에셋 목록 |
250
+ | game | hud.md | HUD/UI 설계 |
251
+ | cli | commands.md | 명령어 정의 |
252
+ | cli | output-format.md | 출력 형식 |
253
+
254
+ ---
255
+
256
+ ## 📋 규칙 (Rules)
257
+
258
+ ### Core 규칙
259
+
260
+ | 규칙 | 용도 |
261
+ | -------------------- | ----------------------- |
262
+ | iteration.md | 스프린트/Task 단위 작업 |
263
+ | escalation.md | Manager 보고 기준 |
264
+ | rollback.md | REJECT/FAIL 시 되돌림 |
265
+ | document-priority.md | 문서 충돌 해결 |
266
+ | rfc.md | Frozen 문서 변경 절차 |
267
+
268
+ ### 템플릿별 규칙
269
+
270
+ | 템플릿 | 규칙 | 용도 |
271
+ | ------- | ----------------- | ------------------- |
272
+ | web | api-change.md | API 변경 절차 |
273
+ | library | versioning.md | Semantic Versioning |
274
+ | game | system-change.md | 게임 시스템 변경 |
275
+ | cli | command-change.md | 명령어 변경 절차 |
276
+
277
+ ---
278
+
279
+ ## 🔄 워크플로우
280
+
281
+ ### 전체 흐름
282
+
283
+ ```
284
+ Planner (plan.md + backlog.md)
285
+
286
+ Architect (project.md)
287
+
288
+ Manager (스프린트 시작)
289
+
290
+ [Sprint Loop]
291
+ Developer → Reviewer → QA → Manager (Task 완료)
292
+
293
+ Manager (스프린트 종료)
294
+
295
+ (다음 스프린트 또는 완료)
296
+ ```
297
+
298
+ ### Task 상태 흐름
299
+
300
+ ```
301
+ BACKLOG → READY → IN_SPRINT → IN_DEV → IN_REVIEW → IN_QA → DONE
302
+ ```
303
+
304
+ ---
305
+
306
+ ## 🔒 RFC (변경 관리)
307
+
308
+ Frozen 상태인 `project.md`나 확정된 `plan.md`를 변경해야 할 때 사용합니다.
309
+
310
+ ### RFC가 필요한 경우
311
+
312
+ - project.md 변경
313
+ - plan.md의 확정된 기능 범위 변경
314
+ - decision.md 항목 번복
315
+
316
+ ### RFC 절차
317
+
318
+ 1. `ai-dev-team/artifacts/rfc/RFC-NNNN-title.md` 작성
319
+ 2. Manager 리뷰
320
+ 3. 승인/거부 결정
321
+ 4. 승인 시: 문서 업데이트 + decision.md 기록
322
+
323
+ 상세 규칙: `core/rules/rfc.md`
324
+
325
+ ---
326
+
327
+ ## 📦 Feature 단위 구조 (대규모 프로젝트)
328
+
329
+ 규모 M 이상, 기능 3개 이상일 때 Feature 단위로 산출물을 분리합니다.
330
+
331
+ ```
332
+ ai-dev-team/artifacts/features/
333
+ ├── F001-user-auth/
334
+ │ ├── spec.md # Feature 스펙
335
+ │ ├── api.md # Feature API
336
+ │ ├── ui.md # Feature UI
337
+ │ ├── review.md # 리뷰 기록
338
+ │ └── qa.md # QA 기록
339
+ └── _template/ # 템플릿
340
+ ```
341
+
342
+ 상세 가이드: `docs/feature-structure.md`
343
+
344
+ ---
345
+
346
+ ## ✅ 문서 검증
347
+
348
+ 스프린트 시작 전 문서 완성도를 자동 검사합니다.
349
+
350
+ ```bash
351
+ ada validate
352
+ ```
353
+
354
+ ### 검사 항목
355
+
356
+ - plan.md: 필수 섹션, TBD 3개 이하
357
+ - project.md: Frozen 상태, 버전 형식
358
+ - backlog.md: Task 개수, 수용 조건
359
+ - current-sprint.md: 스프린트 번호, 목표
360
+
361
+ ---
362
+
363
+ ## 🔍 세션/로그 관리
364
+
365
+ AI 에이전트 실행마다 세션 ID가 부여되어 추적이 가능합니다.
366
+
367
+ ```bash
368
+ # 세션 목록
369
+ ada sessions
370
+
371
+ # 로그 확인
372
+ ada logs
373
+ ada logs 20241227-143022-a1b2c3d4
374
+ ```
375
+
376
+ ### 세션 ID 형식
377
+
378
+ ```
379
+ YYYYMMDD-HHMMSS-<random>
380
+ 예: 20241227-143022-a1b2c3d4
381
+ ```
382
+
383
+ ---
384
+
385
+ ## 📚 예제 프로젝트
386
+
387
+ `examples/todo-app/`에 완성된 예제가 있습니다.
388
+
389
+ - 규모: S (Small)
390
+ - 기간: 1주일
391
+ - 완료된 산출물: plan.md, project.md, backlog.md
392
+
393
+ 학습 포인트:
394
+ 1. 문서 순서: plan → project → 개발
395
+ 2. 체크리스트로 완성도 보장
396
+ 3. Task 단위 작업
397
+
398
+ ---
399
+
400
+ ## 📊 템플릿 비교
401
+
402
+ | 항목 | web | library | game | cli |
403
+ | ----------- | :---: | :-----: | :---: | :---: |
404
+ | 개발자 역할 | 2개 | 1개 | 2개 | 1개 |
405
+ | API 계약 | ✅ | ✅ | - | ✅ |
406
+ | 버전 관리 | - | ✅ | - | ✅ |
407
+ | 에셋 관리 | - | - | ✅ | - |
408
+ | UI/UX 문서 | ✅ | - | ✅ | ✅ |
409
+
410
+ ---
411
+
412
+ ## ⚠️ 핵심 원칙
413
+
414
+ ### 금지 사항
415
+
416
+ - ❌ 문서 없는 진행
417
+ - ❌ 기준 없는 판단
418
+ - ❌ 감으로 추가된 기술
419
+ - ❌ 스프린트 외 작업
420
+ - ❌ 수용 조건 외 기능 추가
421
+
422
+ ### 필수 사항
423
+
424
+ - ✅ 문서 기준 판단
425
+ - ✅ 역할별 책임 분리
426
+ - ✅ Task 단위 반복 개발
427
+ - ✅ 스프린트 범위 준수
428
+
429
+ ---
430
+
431
+ ## 📚 추가 정보
432
+
433
+ ### 문서 우선순위
434
+
435
+ ```
436
+ decision.md > project.md > plan.md > backlog.md > 인터페이스 문서
437
+ ```
438
+
439
+ ### 에스컬레이션 기준
440
+
441
+ - project.md에 없는 기술 필요 → BLOCK
442
+ - 요구사항 모호 → BLOCK
443
+ - 예상보다 규모 큼 → 보고
444
+
445
+ ### 되돌림 규칙
446
+
447
+ - Reviewer REJECT → Developer 수정
448
+ - QA FAIL → 원인에 따라 대상 결정
449
+ - 3회 반복 → Manager 개입
450
+
451
+ ---
452
+
453
+ ## 🤝 기여
454
+
455
+ 이 프레임워크는 AI 에이전트 기반 개발의 표준화를 목표로 합니다.
456
+ 새로운 템플릿이나 규칙 개선 제안은 언제나 환영합니다.
File without changes
@@ -0,0 +1,44 @@
1
+ # AI Dev Team - 작업 디렉토리
2
+
3
+ 이 디렉토리는 AI 에이전트 기반 개발의 **작업 공간**입니다.
4
+
5
+ ## 📋 사용 방법
6
+
7
+ ### 1단계: 개발 스타일 세팅
8
+
9
+ ```bash
10
+ # 대화형으로 템플릿 선택
11
+ ../scripts/ai-role.sh setup
12
+
13
+ # 또는 직접 지정
14
+ ../scripts/ai-role.sh setup web # 웹 서비스 개발
15
+ ../scripts/ai-role.sh setup library # 라이브러리 개발
16
+ ../scripts/ai-role.sh setup game # 게임 개발
17
+ ../scripts/ai-role.sh setup cli # CLI 도구 개발
18
+ ```
19
+
20
+ ### 2단계: 역할 실행
21
+
22
+ ```bash
23
+ # 대화형으로 역할/도구 선택
24
+ ../scripts/ai-role.sh
25
+
26
+ # 또는 직접 지정
27
+ ../scripts/ai-role.sh backend claude
28
+ ../scripts/ai-role.sh planner codex
29
+ ```
30
+
31
+ ## 📁 세팅 후 구조
32
+
33
+ ```
34
+ ai-dev-team/
35
+ ├── roles/ # Core + 템플릿 역할
36
+ ├── artifacts/ # Core + 템플릿 산출물 템플릿
37
+ └── rules/ # Core + 템플릿 규칙
38
+ ```
39
+
40
+ ## ⚠️ 주의사항
41
+
42
+ - `setup` 명령어는 기존 파일을 **덮어씁니다**
43
+ - 산출물(artifacts/)의 내용은 프로젝트 진행 중 수정됩니다
44
+ - 역할(roles/)과 규칙(rules/)은 수정하지 마세요
File without changes
@@ -0,0 +1,19 @@
1
+ # Feature API: [Feature명]
2
+
3
+ ## 엔드포인트
4
+
5
+ ### [API명]
6
+
7
+ ```http
8
+ POST /api/v1/[path]
9
+ ```
10
+
11
+ **요청:**
12
+ ```json
13
+ { "field": "value" }
14
+ ```
15
+
16
+ **응답 (200):**
17
+ ```json
18
+ { "success": true, "data": {} }
19
+ ```
@@ -0,0 +1,16 @@
1
+ # Feature QA: [Feature명]
2
+
3
+ ## Task별 QA
4
+
5
+ ### TASK-001
6
+
7
+ | 항목 | 값 |
8
+ |------|-----|
9
+ | 결과 | PASS / FAIL |
10
+ | QA 담당 | - |
11
+ | 일시 | YYYY-MM-DD |
12
+
13
+ **테스트 결과:**
14
+ | TC | 결과 |
15
+ |----|:----:|
16
+ | TC-001 | ✓/✗ |
@@ -0,0 +1,14 @@
1
+ # Feature Review: [Feature명]
2
+
3
+ ## Task별 리뷰
4
+
5
+ ### TASK-001
6
+
7
+ | 항목 | 값 |
8
+ |------|-----|
9
+ | 결과 | PASS / REJECT |
10
+ | 리뷰어 | - |
11
+ | 일시 | YYYY-MM-DD |
12
+
13
+ **코멘트:**
14
+ - 코멘트 1
@@ -0,0 +1,28 @@
1
+ # Feature: [Feature명]
2
+
3
+ > Feature ID: F000
4
+ > 상태: Draft / In Progress / Done
5
+
6
+ ## 1. 개요
7
+
8
+ ### 기능 설명
9
+ (한 문단으로 요약)
10
+
11
+ ### 목표
12
+ - 목표 1
13
+
14
+ ### 비목표
15
+ - 이 Feature에서 다루지 않는 것
16
+
17
+ ## 2. 수용 조건
18
+
19
+ ### AC-001: [조건명]
20
+ - Given: [전제 조건]
21
+ - When: [행동]
22
+ - Then: [기대 결과]
23
+
24
+ ## 3. 관련 Task
25
+
26
+ | Task ID | 설명 | 상태 |
27
+ |---------|------|------|
28
+ | TASK-000 | [설명] | BACKLOG |
@@ -0,0 +1,14 @@
1
+ # Feature UI: [Feature명]
2
+
3
+ ## 화면 목록
4
+
5
+ | ID | 화면명 | 설명 |
6
+ |----|--------|------|
7
+ | SCR-001 | [화면명] | [설명] |
8
+
9
+ ## 상태별 UI
10
+
11
+ - Loading: 스켈레톤
12
+ - Empty: 빈 상태 메시지
13
+ - Error: 에러 + 재시도
14
+ - Success: 데이터 표시
@@ -0,0 +1,49 @@
1
+ # RFC-0000: [변경 제목]
2
+
3
+ > 상태: Draft / Under Review / Approved / Rejected
4
+ > 작성자: -
5
+ > 작성일: YYYY-MM-DD
6
+
7
+ ## 1. 요약
8
+
9
+ (한 문단으로 변경 사항 요약)
10
+
11
+ ## 2. 동기
12
+
13
+ ### 현재 문제점
14
+ - 문제점 1
15
+
16
+ ### 변경이 필요한 이유
17
+ - 이유 1
18
+
19
+ ## 3. 제안
20
+
21
+ ### 변경 내용
22
+ (구체적인 변경 사항)
23
+
24
+ ### 변경 대상 문서
25
+ | 문서 | 변경 내용 |
26
+ |------|----------|
27
+ | project.md | [변경 내용] |
28
+
29
+ ## 4. 영향 분석
30
+
31
+ | 영역 | 영향도 | 설명 |
32
+ |------|:------:|------|
33
+ | 기존 코드 | 높음/중간/낮음 | [설명] |
34
+
35
+ ## 5. 대안 검토
36
+
37
+ ### 대안 1: [대안명]
38
+ **채택하지 않은 이유:** [이유]
39
+
40
+ ## 6. 롤백 계획
41
+
42
+ 1. 롤백 단계 1
43
+ 2. 롤백 단계 2
44
+
45
+ ## 7. 결정
46
+
47
+ - **결정**: Approved / Rejected
48
+ - **결정자**: Manager
49
+ - **일시**: YYYY-MM-DD
File without changes
File without changes