@dusky-bluehour/agent-service 0.6.7 → 0.6.8

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 (61) hide show
  1. package/README.md +263 -36
  2. package/catalog/tool-catalog.ko.json +17 -43
  3. package/claude-code/README.md +84 -66
  4. package/codex/README.md +55 -33
  5. package/common/settings/security-policy.json +1 -1
  6. package/common/skills/skill-catalog.json +368 -136
  7. package/common/workflows/workflow-catalog.json +89 -1238
  8. package/gemini/README.md +104 -0
  9. package/{antigravity/commands/definitions/cmd-dev-be-api.md → gemini/commands/definitions/cmd-dev-be-api.toml} +13 -21
  10. package/{antigravity/commands/definitions/cmd-dev-fe-hook-separate.md → gemini/commands/definitions/cmd-dev-fe-hook-separate.toml} +13 -21
  11. package/{antigravity/commands/definitions/cmd-dev-fe-ui-componentize.md → gemini/commands/definitions/cmd-dev-fe-ui-componentize.toml} +13 -21
  12. package/{antigravity/commands/definitions/cmd-dev-perf-optimize.md → gemini/commands/definitions/cmd-dev-perf-optimize.toml} +13 -21
  13. package/{antigravity/commands/definitions/cmd-dev-sequential-autorun.md → gemini/commands/definitions/cmd-dev-sequential-autorun.toml} +13 -21
  14. package/{antigravity/commands/definitions/cmd-doc-handoff.md → gemini/commands/definitions/cmd-doc-handoff.toml} +13 -21
  15. package/{antigravity/commands/definitions/cmd-improve-techdebt.md → gemini/commands/definitions/cmd-improve-techdebt.toml} +13 -21
  16. package/{antigravity/commands/definitions/cmd-incident-triage.md → gemini/commands/definitions/cmd-incident-triage.toml} +13 -21
  17. package/{antigravity/commands/definitions/cmd-ops-ci-cd-gate.md → gemini/commands/definitions/cmd-ops-ci-cd-gate.toml} +13 -21
  18. package/{antigravity/commands/definitions/cmd-ops-deploy.md → gemini/commands/definitions/cmd-ops-deploy.toml} +13 -21
  19. package/{antigravity/commands/definitions/cmd-ops-monitoring.md → gemini/commands/definitions/cmd-ops-monitoring.toml} +13 -21
  20. package/{antigravity/commands/definitions/cmd-plan-arch-decision.md → gemini/commands/definitions/cmd-plan-arch-decision.toml} +13 -21
  21. package/{antigravity/commands/definitions/cmd-plan-implementation-bootstrap.md → gemini/commands/definitions/cmd-plan-implementation-bootstrap.toml} +13 -21
  22. package/{antigravity/commands/definitions/cmd-plan-prd-details.md → gemini/commands/definitions/cmd-plan-prd-details.toml} +13 -21
  23. package/{antigravity/commands/definitions/cmd-plan-prd-master.md → gemini/commands/definitions/cmd-plan-prd-master.toml} +13 -21
  24. package/{antigravity/commands/definitions/cmd-plan-req-lock.md → gemini/commands/definitions/cmd-plan-req-lock.toml} +13 -21
  25. package/{antigravity/commands/definitions/cmd-review-code.md → gemini/commands/definitions/cmd-review-code.toml} +13 -21
  26. package/{antigravity/commands/definitions/cmd-sec-dependency-audit.md → gemini/commands/definitions/cmd-sec-dependency-audit.toml} +13 -21
  27. package/{antigravity/commands/definitions/cmd-sec-threat-model.md → gemini/commands/definitions/cmd-sec-threat-model.toml} +13 -21
  28. package/{antigravity/commands/definitions/cmd-test-unit-integration.md → gemini/commands/definitions/cmd-test-unit-integration.toml} +13 -21
  29. package/gemini/gemini-extension.json +6 -0
  30. package/{antigravity → gemini}/settings/editor-policy.json +1 -1
  31. package/{antigravity → gemini}/skills/change-safety-review/SKILL.md +8 -6
  32. package/{antigravity → gemini}/skills/code-review-and-improvement/SKILL.md +8 -3
  33. package/gemini/skills/frontend-repetition-pack/SKILL.md +44 -0
  34. package/gemini/skills/incident-response/SKILL.md +44 -0
  35. package/{antigravity → gemini}/skills/prd-to-production-pipeline/SKILL.md +13 -4
  36. package/{antigravity → gemini}/skills/release-and-operations/SKILL.md +11 -3
  37. package/gemini/skills/security-hardening/SKILL.md +43 -0
  38. package/gemini/skills/service-lifecycle-orchestration/SKILL.md +46 -0
  39. package/{antigravity → gemini}/workflows/workflow-catalog.json +1 -1
  40. package/package.json +4 -4
  41. package/scripts/generate-from-common.mjs +99 -70
  42. package/scripts/init.mjs +41 -21
  43. package/scripts/validate.mjs +66 -33
  44. package/antigravity/README.md +0 -50
  45. package/antigravity/skills/frontend-repetition-pack/SKILL.md +0 -35
  46. package/antigravity/skills/incident-response/SKILL.md +0 -35
  47. package/antigravity/skills/security-hardening/SKILL.md +0 -35
  48. package/antigravity/skills/service-lifecycle-orchestration/SKILL.md +0 -36
  49. package/claude-code/workflows/workflow-catalog.json +0 -688
  50. package/codex/workflows/workflow-catalog.json +0 -450
  51. /package/{antigravity/agents → common/gemini}/agent-catalog.json +0 -0
  52. /package/{antigravity/artifacts → common/gemini}/artifact-catalog.json +0 -0
  53. /package/{common/antigravity → gemini/agents}/agent-catalog.json +0 -0
  54. /package/{common/antigravity → gemini/artifacts}/artifact-catalog.json +0 -0
  55. /package/{antigravity → gemini}/commands/command-catalog.json +0 -0
  56. /package/{antigravity/instructions/WORKSPACE-RULES.template.md → gemini/instructions/GEMINI.template.md} +0 -0
  57. /package/{antigravity → gemini}/workflows/definitions/WF-FRONTEND-REFACTOR.workflow.yaml +0 -0
  58. /package/{antigravity → gemini}/workflows/definitions/WF-INCIDENT-RESPONSE.workflow.yaml +0 -0
  59. /package/{antigravity → gemini}/workflows/definitions/WF-PRD-TO-PRODUCTION.workflow.yaml +0 -0
  60. /package/{antigravity → gemini}/workflows/definitions/WF-SECURITY-HARDENING.workflow.yaml +0 -0
  61. /package/{antigravity → gemini}/workflows/definitions/WF-SERVICE-E2E.workflow.yaml +0 -0
@@ -1,688 +0,0 @@
1
- {
2
- "schema_version": "1.0.0",
3
- "workflow_policy": {
4
- "execution_rule": "각 단계는 entry_criteria 충족 후 실행하며, exit_criteria를 만족해야 다음 단계로 이동한다.",
5
- "delegation_rule": "리드 에이전트는 병렬 가능한 하위 역할에만 작업을 분배한다."
6
- },
7
- "workflows": [
8
- {
9
- "id": "WF-SERVICE-E2E",
10
- "name": "신규 서비스 E2E (기획→개발→검증→운영 전환)",
11
- "summary": "초기 기획부터 운영 전환까지 리드+전문가 구조로 통제합니다.",
12
- "team_mode": "lead-plus-specialists",
13
- "stages": [
14
- {
15
- "order": 1,
16
- "stage_id": "STG-PLAN",
17
- "owner_role": "product-planner",
18
- "delegation": [
19
- "product-planner"
20
- ],
21
- "commands": [
22
- "CMD-PLAN-REQ-LOCK"
23
- ],
24
- "entry_criteria": [
25
- "요청 배경 확보"
26
- ],
27
- "exit_criteria": [
28
- "요구사항 기준서 승인"
29
- ]
30
- },
31
- {
32
- "order": 2,
33
- "stage_id": "STG-ARCH",
34
- "owner_role": "solution-architect",
35
- "delegation": [
36
- "solution-architect"
37
- ],
38
- "commands": [
39
- "CMD-PLAN-ARCH-DECISION"
40
- ],
41
- "entry_criteria": [
42
- "요구사항 기준 확정"
43
- ],
44
- "exit_criteria": [
45
- "ADR 승인",
46
- "롤백 전략 확정"
47
- ]
48
- },
49
- {
50
- "order": 3,
51
- "stage_id": "STG-BUILD",
52
- "owner_role": "backend-engineer",
53
- "delegation": [
54
- "backend-engineer",
55
- "frontend-engineer",
56
- "ui-component-engineer",
57
- "hook-refactor-engineer",
58
- "performance-engineer"
59
- ],
60
- "commands": [
61
- "CMD-DEV-BE-API",
62
- "CMD-DEV-FE-UI-COMPONENTIZE",
63
- "CMD-DEV-FE-HOOK-SEPARATE",
64
- "CMD-DEV-PERF-OPTIMIZE"
65
- ],
66
- "entry_criteria": [
67
- "아키텍처 승인"
68
- ],
69
- "exit_criteria": [
70
- "핵심 기능 구현 완료",
71
- "성능 목표 1차 충족"
72
- ]
73
- },
74
- {
75
- "order": 4,
76
- "stage_id": "STG-VERIFY",
77
- "owner_role": "qa-engineer",
78
- "delegation": [
79
- "qa-engineer",
80
- "code-reviewer",
81
- "security-engineer"
82
- ],
83
- "commands": [
84
- "CMD-TEST-UNIT-INTEGRATION",
85
- "CMD-REVIEW-CODE",
86
- "CMD-SEC-THREAT-MODEL",
87
- "CMD-SEC-DEPENDENCY-AUDIT"
88
- ],
89
- "entry_criteria": [
90
- "구현 완료"
91
- ],
92
- "exit_criteria": [
93
- "차단 이슈 0건",
94
- "치명 취약점 0건"
95
- ]
96
- },
97
- {
98
- "order": 5,
99
- "stage_id": "STG-RELEASE",
100
- "owner_role": "sre-release-engineer",
101
- "delegation": [
102
- "sre-release-engineer",
103
- "operations-owner"
104
- ],
105
- "commands": [
106
- "CMD-OPS-CI-CD-GATE",
107
- "CMD-OPS-DEPLOY",
108
- "CMD-OPS-MONITORING",
109
- "CMD-DOC-HANDOFF"
110
- ],
111
- "entry_criteria": [
112
- "검증 단계 완료"
113
- ],
114
- "exit_criteria": [
115
- "배포 성공",
116
- "운영 인수인계 완료"
117
- ]
118
- }
119
- ],
120
- "final_outputs": [
121
- "서비스 릴리즈",
122
- "운영 핸드북",
123
- "품질/보안 리포트"
124
- ],
125
- "when_to_use": "신규 서비스 런칭, 대형 기능 롤아웃"
126
- },
127
- {
128
- "id": "WF-FEATURE-DELIVERY",
129
- "name": "기능 개발 표준 (범위→개발→QA)",
130
- "summary": "기존 서비스 기능 추가에 맞춘 표준 실행 흐름입니다.",
131
- "team_mode": "lead-plus-specialists",
132
- "stages": [
133
- {
134
- "order": 1,
135
- "stage_id": "STG-SCOPE",
136
- "owner_role": "product-planner",
137
- "delegation": [
138
- "product-planner"
139
- ],
140
- "commands": [
141
- "CMD-PLAN-REQ-LOCK"
142
- ],
143
- "entry_criteria": [
144
- "기능 요청 접수"
145
- ],
146
- "exit_criteria": [
147
- "범위와 승인 기준 확정"
148
- ]
149
- },
150
- {
151
- "order": 2,
152
- "stage_id": "STG-DEV",
153
- "owner_role": "frontend-engineer",
154
- "delegation": [
155
- "backend-engineer",
156
- "frontend-engineer",
157
- "ui-component-engineer",
158
- "hook-refactor-engineer"
159
- ],
160
- "commands": [
161
- "CMD-DEV-BE-API",
162
- "CMD-DEV-FE-UI-COMPONENTIZE",
163
- "CMD-DEV-FE-HOOK-SEPARATE"
164
- ],
165
- "entry_criteria": [
166
- "범위 확정"
167
- ],
168
- "exit_criteria": [
169
- "기능 구현 완료"
170
- ]
171
- },
172
- {
173
- "order": 3,
174
- "stage_id": "STG-QA",
175
- "owner_role": "qa-engineer",
176
- "delegation": [
177
- "qa-engineer",
178
- "code-reviewer"
179
- ],
180
- "commands": [
181
- "CMD-TEST-UNIT-INTEGRATION",
182
- "CMD-REVIEW-CODE"
183
- ],
184
- "entry_criteria": [
185
- "기능 구현 완료"
186
- ],
187
- "exit_criteria": [
188
- "차단 이슈 0건"
189
- ]
190
- }
191
- ],
192
- "final_outputs": [
193
- "기능 릴리즈 준비 완료"
194
- ],
195
- "when_to_use": "일반 기능 개발, 스프린트 단위 구현"
196
- },
197
- {
198
- "id": "WF-CODE-REVIEW-LOOP",
199
- "name": "코드 리뷰/개선 루프 (진단→수정→재검증)",
200
- "summary": "품질 저하 징후가 보이면 리뷰와 개선 루프를 즉시 닫습니다.",
201
- "team_mode": "parallel-review",
202
- "stages": [
203
- {
204
- "order": 1,
205
- "stage_id": "STG-REVIEW",
206
- "owner_role": "code-reviewer",
207
- "delegation": [
208
- "code-reviewer",
209
- "security-engineer",
210
- "performance-engineer"
211
- ],
212
- "commands": [
213
- "CMD-REVIEW-CODE",
214
- "CMD-SEC-THREAT-MODEL",
215
- "CMD-DEV-PERF-OPTIMIZE"
216
- ],
217
- "entry_criteria": [
218
- "리뷰 대상 diff 확보"
219
- ],
220
- "exit_criteria": [
221
- "차단 이슈 목록 확정"
222
- ]
223
- },
224
- {
225
- "order": 2,
226
- "stage_id": "STG-FIX",
227
- "owner_role": "backend-engineer",
228
- "delegation": [
229
- "backend-engineer",
230
- "frontend-engineer",
231
- "hook-refactor-engineer"
232
- ],
233
- "commands": [
234
- "CMD-DEV-BE-API",
235
- "CMD-DEV-FE-HOOK-SEPARATE",
236
- "CMD-IMPROVE-TECHDEBT"
237
- ],
238
- "entry_criteria": [
239
- "개선 우선순위 확정"
240
- ],
241
- "exit_criteria": [
242
- "수정 반영 완료"
243
- ]
244
- },
245
- {
246
- "order": 3,
247
- "stage_id": "STG-RECHECK",
248
- "owner_role": "qa-engineer",
249
- "delegation": [
250
- "qa-engineer",
251
- "code-reviewer"
252
- ],
253
- "commands": [
254
- "CMD-TEST-UNIT-INTEGRATION",
255
- "CMD-REVIEW-CODE"
256
- ],
257
- "entry_criteria": [
258
- "수정 반영 완료"
259
- ],
260
- "exit_criteria": [
261
- "재검증 통과"
262
- ]
263
- }
264
- ],
265
- "final_outputs": [
266
- "개선 반영 PR",
267
- "재검증 통과 보고"
268
- ],
269
- "when_to_use": "PR 리뷰 강화, 품질 하락 대응"
270
- },
271
- {
272
- "id": "WF-SECURITY-HARDENING",
273
- "name": "보안 강화 배치 (위협모델→보완→검증)",
274
- "summary": "정기 또는 이슈 기반 보안 점검을 집중 수행합니다.",
275
- "team_mode": "security-first",
276
- "stages": [
277
- {
278
- "order": 1,
279
- "stage_id": "STG-THREAT",
280
- "owner_role": "security-engineer",
281
- "delegation": [
282
- "security-engineer"
283
- ],
284
- "commands": [
285
- "CMD-SEC-THREAT-MODEL",
286
- "CMD-SEC-DEPENDENCY-AUDIT"
287
- ],
288
- "entry_criteria": [
289
- "점검 범위 확정"
290
- ],
291
- "exit_criteria": [
292
- "위험/통제 매핑 완료"
293
- ]
294
- },
295
- {
296
- "order": 2,
297
- "stage_id": "STG-HARDEN",
298
- "owner_role": "backend-engineer",
299
- "delegation": [
300
- "backend-engineer",
301
- "frontend-engineer"
302
- ],
303
- "commands": [
304
- "CMD-DEV-BE-API",
305
- "CMD-IMPROVE-TECHDEBT"
306
- ],
307
- "entry_criteria": [
308
- "보완 항목 확정"
309
- ],
310
- "exit_criteria": [
311
- "보완 코드 반영"
312
- ]
313
- },
314
- {
315
- "order": 3,
316
- "stage_id": "STG-SEC-QA",
317
- "owner_role": "qa-engineer",
318
- "delegation": [
319
- "qa-engineer",
320
- "security-engineer"
321
- ],
322
- "commands": [
323
- "CMD-TEST-UNIT-INTEGRATION",
324
- "CMD-REVIEW-CODE"
325
- ],
326
- "entry_criteria": [
327
- "보완 코드 반영"
328
- ],
329
- "exit_criteria": [
330
- "치명/고위험 0건"
331
- ]
332
- }
333
- ],
334
- "final_outputs": [
335
- "보안 점검 결과",
336
- "보완 이력"
337
- ],
338
- "when_to_use": "보안 감사, 취약점 대응 배치"
339
- },
340
- {
341
- "id": "WF-RELEASE-TRANSITION",
342
- "name": "배포/운영 전환 (게이트→배포→모니터링)",
343
- "summary": "릴리즈 직전 게이트와 운영 전환을 통합해 실행합니다.",
344
- "team_mode": "release-train",
345
- "stages": [
346
- {
347
- "order": 1,
348
- "stage_id": "STG-GATE",
349
- "owner_role": "sre-release-engineer",
350
- "delegation": [
351
- "sre-release-engineer"
352
- ],
353
- "commands": [
354
- "CMD-OPS-CI-CD-GATE"
355
- ],
356
- "entry_criteria": [
357
- "검증 완료"
358
- ],
359
- "exit_criteria": [
360
- "파이프라인 게이트 통과"
361
- ]
362
- },
363
- {
364
- "order": 2,
365
- "stage_id": "STG-DEPLOY",
366
- "owner_role": "sre-release-engineer",
367
- "delegation": [
368
- "sre-release-engineer",
369
- "operations-owner"
370
- ],
371
- "commands": [
372
- "CMD-OPS-DEPLOY",
373
- "CMD-OPS-MONITORING"
374
- ],
375
- "entry_criteria": [
376
- "게이트 통과"
377
- ],
378
- "exit_criteria": [
379
- "배포 안정화"
380
- ]
381
- },
382
- {
383
- "order": 3,
384
- "stage_id": "STG-HANDOFF",
385
- "owner_role": "operations-owner",
386
- "delegation": [
387
- "operations-owner"
388
- ],
389
- "commands": [
390
- "CMD-DOC-HANDOFF"
391
- ],
392
- "entry_criteria": [
393
- "안정화 완료"
394
- ],
395
- "exit_criteria": [
396
- "운영 인수인계 완료"
397
- ]
398
- }
399
- ],
400
- "final_outputs": [
401
- "배포 로그",
402
- "운영 전환 문서"
403
- ],
404
- "when_to_use": "정기 릴리즈, 운영 전환 준비"
405
- },
406
- {
407
- "id": "WF-FRONTEND-REFACTOR",
408
- "name": "반복 리팩터링 패키지 (UI→Hook→성능)",
409
- "summary": "반복 프론트엔드 개선 작업을 한 번에 실행합니다.",
410
- "team_mode": "frontend-special-pack",
411
- "stages": [
412
- {
413
- "order": 1,
414
- "stage_id": "STG-COMPONENTIZE",
415
- "owner_role": "ui-component-engineer",
416
- "delegation": [
417
- "ui-component-engineer"
418
- ],
419
- "commands": [
420
- "CMD-DEV-FE-UI-COMPONENTIZE"
421
- ],
422
- "entry_criteria": [
423
- "중복 UI 목록 확정"
424
- ],
425
- "exit_criteria": [
426
- "공용 컴포넌트 추출 완료"
427
- ]
428
- },
429
- {
430
- "order": 2,
431
- "stage_id": "STG-HOOK",
432
- "owner_role": "hook-refactor-engineer",
433
- "delegation": [
434
- "hook-refactor-engineer"
435
- ],
436
- "commands": [
437
- "CMD-DEV-FE-HOOK-SEPARATE"
438
- ],
439
- "entry_criteria": [
440
- "컴포넌트화 완료"
441
- ],
442
- "exit_criteria": [
443
- "로직 Hook 분리 완료"
444
- ]
445
- },
446
- {
447
- "order": 3,
448
- "stage_id": "STG-PERF",
449
- "owner_role": "performance-engineer",
450
- "delegation": [
451
- "performance-engineer",
452
- "qa-engineer"
453
- ],
454
- "commands": [
455
- "CMD-DEV-PERF-OPTIMIZE",
456
- "CMD-TEST-UNIT-INTEGRATION"
457
- ],
458
- "entry_criteria": [
459
- "Hook 분리 완료"
460
- ],
461
- "exit_criteria": [
462
- "성능 목표 달성"
463
- ]
464
- }
465
- ],
466
- "final_outputs": [
467
- "중복 축소 보고",
468
- "성능 개선 보고"
469
- ],
470
- "when_to_use": "컴포넌트화, Hook 분리, 성능 개선"
471
- },
472
- {
473
- "id": "WF-INCIDENT-RESPONSE",
474
- "name": "장애 대응/재발 방지 (복구→원인분석→후속조치)",
475
- "summary": "장애 발생 시 복구와 재발 방지를 한 세트로 수행합니다.",
476
- "team_mode": "incident-war-room",
477
- "stages": [
478
- {
479
- "order": 1,
480
- "stage_id": "STG-TRIAGE",
481
- "owner_role": "incident-commander",
482
- "delegation": [
483
- "incident-commander",
484
- "operations-owner"
485
- ],
486
- "commands": [
487
- "CMD-INCIDENT-TRIAGE"
488
- ],
489
- "entry_criteria": [
490
- "장애 탐지"
491
- ],
492
- "exit_criteria": [
493
- "복구 및 영향도 확정"
494
- ]
495
- },
496
- {
497
- "order": 2,
498
- "stage_id": "STG-POST-FIX",
499
- "owner_role": "code-reviewer",
500
- "delegation": [
501
- "code-reviewer",
502
- "backend-engineer",
503
- "security-engineer"
504
- ],
505
- "commands": [
506
- "CMD-REVIEW-CODE",
507
- "CMD-IMPROVE-TECHDEBT",
508
- "CMD-SEC-THREAT-MODEL"
509
- ],
510
- "entry_criteria": [
511
- "서비스 복구"
512
- ],
513
- "exit_criteria": [
514
- "재발 방지 액션 확정"
515
- ]
516
- },
517
- {
518
- "order": 3,
519
- "stage_id": "STG-RUNBOOK",
520
- "owner_role": "operations-owner",
521
- "delegation": [
522
- "operations-owner"
523
- ],
524
- "commands": [
525
- "CMD-DOC-HANDOFF",
526
- "CMD-OPS-MONITORING"
527
- ],
528
- "entry_criteria": [
529
- "재발 방지 액션 확정"
530
- ],
531
- "exit_criteria": [
532
- "런북 업데이트 완료"
533
- ]
534
- }
535
- ],
536
- "final_outputs": [
537
- "장애 RCA",
538
- "재발 방지 실행 계획"
539
- ],
540
- "when_to_use": "서비스 장애, 긴급 운영 이슈"
541
- },
542
- {
543
- "id": "WF-PRD-TO-PRODUCTION",
544
- "name": "PRD 대화형 작성→순차 자동 구현",
545
- "summary": "PRD를 대화형으로 고도화하고 구현은 최종 수동 설정 전까지 자동 실행합니다.",
546
- "team_mode": "prd-to-production-pipeline",
547
- "stages": [
548
- {
549
- "order": 1,
550
- "stage_id": "STG-PRD-MASTER",
551
- "owner_role": "prd-writer",
552
- "interaction_mode": "interactive",
553
- "delegation": [
554
- "prd-writer"
555
- ],
556
- "commands": [
557
- "CMD-PLAN-PRD-MASTER"
558
- ],
559
- "entry_criteria": [
560
- "문제/목표 초안 확보"
561
- ],
562
- "exit_criteria": [
563
- "마스터 PRD 승인"
564
- ]
565
- },
566
- {
567
- "order": 2,
568
- "stage_id": "STG-PRD-DETAIL",
569
- "owner_role": "prd-writer",
570
- "interaction_mode": "interactive",
571
- "delegation": [
572
- "prd-writer",
573
- "product-planner"
574
- ],
575
- "commands": [
576
- "CMD-PLAN-PRD-DETAILS"
577
- ],
578
- "entry_criteria": [
579
- "마스터 PRD 승인"
580
- ],
581
- "exit_criteria": [
582
- "세부 PRD 묶음 확정",
583
- "수용 기준 명시"
584
- ]
585
- },
586
- {
587
- "order": 3,
588
- "stage_id": "STG-BOOTSTRAP",
589
- "owner_role": "solution-architect",
590
- "interaction_mode": "interactive",
591
- "delegation": [
592
- "solution-architect"
593
- ],
594
- "commands": [
595
- "CMD-PLAN-IMPLEMENTATION-BOOTSTRAP"
596
- ],
597
- "entry_criteria": [
598
- "세부 PRD 묶음 확정"
599
- ],
600
- "exit_criteria": [
601
- "구현 배치 계획 확정",
602
- "수동 설정 체크리스트 확정"
603
- ]
604
- },
605
- {
606
- "order": 4,
607
- "stage_id": "STG-AUTORUN",
608
- "owner_role": "lead-orchestrator",
609
- "interaction_mode": "autonomous-sequential",
610
- "delegation": [
611
- "lead-orchestrator",
612
- "backend-engineer",
613
- "frontend-engineer",
614
- "ui-component-engineer",
615
- "hook-refactor-engineer",
616
- "performance-engineer"
617
- ],
618
- "commands": [
619
- "CMD-DEV-SEQUENTIAL-AUTORUN",
620
- "CMD-DEV-BE-API",
621
- "CMD-DEV-FE-UI-COMPONENTIZE",
622
- "CMD-DEV-FE-HOOK-SEPARATE",
623
- "CMD-DEV-PERF-OPTIMIZE"
624
- ],
625
- "entry_criteria": [
626
- "구현 배치 계획 확정"
627
- ],
628
- "exit_criteria": [
629
- "배치별 구현 완료",
630
- "최종 수동 설정 전 상태 도달"
631
- ]
632
- },
633
- {
634
- "order": 5,
635
- "stage_id": "STG-VERIFY-SEC",
636
- "owner_role": "qa-engineer",
637
- "interaction_mode": "autonomous-sequential",
638
- "delegation": [
639
- "qa-engineer",
640
- "code-reviewer",
641
- "security-engineer"
642
- ],
643
- "commands": [
644
- "CMD-TEST-UNIT-INTEGRATION",
645
- "CMD-REVIEW-CODE",
646
- "CMD-SEC-THREAT-MODEL",
647
- "CMD-SEC-DEPENDENCY-AUDIT"
648
- ],
649
- "entry_criteria": [
650
- "자동 구현 완료"
651
- ],
652
- "exit_criteria": [
653
- "차단 이슈 0건",
654
- "치명 취약점 0건"
655
- ]
656
- },
657
- {
658
- "order": 6,
659
- "stage_id": "STG-FINAL-SETUP-RELEASE",
660
- "owner_role": "sre-release-engineer",
661
- "interaction_mode": "manual-final-setup",
662
- "delegation": [
663
- "sre-release-engineer",
664
- "operations-owner"
665
- ],
666
- "commands": [
667
- "CMD-OPS-CI-CD-GATE",
668
- "CMD-OPS-DEPLOY",
669
- "CMD-DOC-HANDOFF"
670
- ],
671
- "entry_criteria": [
672
- "검증 완료"
673
- ],
674
- "exit_criteria": [
675
- "최종 세팅 완료",
676
- "배포 준비 완료"
677
- ]
678
- }
679
- ],
680
- "final_outputs": [
681
- "PRD 묶음",
682
- "순차 구현 결과",
683
- "배포 준비 패키지"
684
- ],
685
- "when_to_use": "PRD 기반 대형 기능 자동 구현"
686
- }
687
- ]
688
- }