@dusky-bluehour/agent-service 0.6.5 → 0.6.7

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 (141) hide show
  1. package/README.md +36 -25
  2. package/antigravity/README.md +14 -1
  3. package/antigravity/agents/agent-catalog.json +5 -5
  4. package/antigravity/commands/definitions/cmd-dev-be-api.md +43 -0
  5. package/antigravity/commands/definitions/cmd-dev-fe-hook-separate.md +43 -0
  6. package/antigravity/commands/definitions/cmd-dev-fe-ui-componentize.md +43 -0
  7. package/antigravity/commands/definitions/cmd-dev-perf-optimize.md +43 -0
  8. package/antigravity/commands/definitions/cmd-dev-sequential-autorun.md +43 -0
  9. package/antigravity/commands/definitions/cmd-doc-handoff.md +44 -0
  10. package/antigravity/commands/definitions/cmd-improve-techdebt.md +43 -0
  11. package/antigravity/commands/definitions/cmd-incident-triage.md +43 -0
  12. package/antigravity/commands/definitions/cmd-ops-ci-cd-gate.md +43 -0
  13. package/antigravity/commands/definitions/cmd-ops-deploy.md +43 -0
  14. package/antigravity/commands/definitions/cmd-ops-monitoring.md +43 -0
  15. package/antigravity/commands/definitions/cmd-plan-arch-decision.md +43 -0
  16. package/antigravity/commands/definitions/cmd-plan-implementation-bootstrap.md +43 -0
  17. package/antigravity/commands/definitions/cmd-plan-prd-details.md +43 -0
  18. package/antigravity/commands/definitions/cmd-plan-prd-master.md +44 -0
  19. package/antigravity/commands/definitions/cmd-plan-req-lock.md +44 -0
  20. package/antigravity/commands/definitions/cmd-review-code.md +43 -0
  21. package/antigravity/commands/definitions/cmd-sec-dependency-audit.md +43 -0
  22. package/antigravity/commands/definitions/cmd-sec-threat-model.md +43 -0
  23. package/antigravity/commands/definitions/cmd-test-unit-integration.md +43 -0
  24. package/antigravity/instructions/WORKSPACE-RULES.template.md +34 -0
  25. package/antigravity/settings/editor-policy.json +193 -0
  26. package/antigravity/skills/change-safety-review/SKILL.md +40 -0
  27. package/antigravity/skills/code-review-and-improvement/SKILL.md +20 -0
  28. package/antigravity/skills/frontend-repetition-pack/SKILL.md +20 -0
  29. package/antigravity/skills/incident-response/SKILL.md +20 -0
  30. package/antigravity/skills/prd-to-production-pipeline/SKILL.md +21 -1
  31. package/antigravity/skills/release-and-operations/SKILL.md +20 -0
  32. package/antigravity/skills/security-hardening/SKILL.md +21 -1
  33. package/antigravity/skills/service-lifecycle-orchestration/SKILL.md +21 -1
  34. package/antigravity/workflows/definitions/WF-FRONTEND-REFACTOR.workflow.yaml +38 -0
  35. package/antigravity/workflows/definitions/WF-INCIDENT-RESPONSE.workflow.yaml +41 -0
  36. package/antigravity/workflows/definitions/WF-PRD-TO-PRODUCTION.workflow.yaml +76 -0
  37. package/antigravity/workflows/definitions/WF-SECURITY-HARDENING.workflow.yaml +40 -0
  38. package/antigravity/workflows/definitions/WF-SERVICE-E2E.workflow.yaml +67 -0
  39. package/antigravity/workflows/workflow-catalog.json +5 -5
  40. package/catalog/tool-catalog.ko.json +78 -17
  41. package/claude-code/README.md +31 -1
  42. package/claude-code/agent-teams/team-catalog.json +7 -7
  43. package/claude-code/commands/native/cmd-dev-be-api.md +51 -0
  44. package/claude-code/commands/native/cmd-dev-fe-hook-separate.md +51 -0
  45. package/claude-code/commands/native/cmd-dev-fe-ui-componentize.md +51 -0
  46. package/claude-code/commands/native/cmd-dev-perf-optimize.md +51 -0
  47. package/claude-code/commands/native/cmd-dev-sequential-autorun.md +51 -0
  48. package/claude-code/commands/native/cmd-doc-handoff.md +52 -0
  49. package/claude-code/commands/native/cmd-improve-techdebt.md +51 -0
  50. package/claude-code/commands/native/cmd-incident-triage.md +51 -0
  51. package/claude-code/commands/native/cmd-ops-ci-cd-gate.md +51 -0
  52. package/claude-code/commands/native/cmd-ops-deploy.md +51 -0
  53. package/claude-code/commands/native/cmd-ops-monitoring.md +51 -0
  54. package/claude-code/commands/native/cmd-plan-arch-decision.md +51 -0
  55. package/claude-code/commands/native/cmd-plan-implementation-bootstrap.md +51 -0
  56. package/claude-code/commands/native/cmd-plan-prd-details.md +51 -0
  57. package/claude-code/commands/native/cmd-plan-prd-master.md +52 -0
  58. package/claude-code/commands/native/cmd-plan-req-lock.md +52 -0
  59. package/claude-code/commands/native/cmd-review-code.md +51 -0
  60. package/claude-code/commands/native/cmd-sec-dependency-audit.md +51 -0
  61. package/claude-code/commands/native/cmd-sec-threat-model.md +51 -0
  62. package/claude-code/commands/native/cmd-test-unit-integration.md +51 -0
  63. package/claude-code/instructions/CLAUDE.template.md +42 -0
  64. package/claude-code/settings/settings.json +183 -0
  65. package/claude-code/settings/settings.local.json +10 -0
  66. package/claude-code/skills/change-safety-review/SKILL.md +40 -0
  67. package/claude-code/skills/code-review-and-improvement/SKILL.md +21 -1
  68. package/claude-code/skills/frontend-repetition-pack/SKILL.md +21 -1
  69. package/claude-code/skills/incident-response/SKILL.md +21 -1
  70. package/claude-code/skills/prd-to-production-pipeline/SKILL.md +21 -1
  71. package/claude-code/skills/release-and-operations/SKILL.md +21 -1
  72. package/claude-code/skills/security-hardening/SKILL.md +21 -1
  73. package/claude-code/skills/service-lifecycle-orchestration/SKILL.md +21 -1
  74. package/claude-code/workflows/workflow-catalog.json +8 -8
  75. package/codex/README.md +18 -3
  76. package/codex/automations/automation-recipes.toml +4 -4
  77. package/codex/instructions/AGENTS.permissions.generated.md +121 -0
  78. package/codex/instructions/AGENTS.template.md +24 -8
  79. package/codex/settings/runtime-policy.json +188 -0
  80. package/codex/skills/change-safety-review/SKILL.md +40 -0
  81. package/codex/skills/change-safety-review/agents/openai.yaml +4 -0
  82. package/codex/skills/cmd-dev-be-api/SKILL.md +43 -0
  83. package/codex/skills/cmd-dev-be-api/agents/openai.yaml +4 -0
  84. package/codex/skills/cmd-dev-fe-hook-separate/SKILL.md +43 -0
  85. package/codex/skills/cmd-dev-fe-hook-separate/agents/openai.yaml +4 -0
  86. package/codex/skills/cmd-dev-fe-ui-componentize/SKILL.md +43 -0
  87. package/codex/skills/cmd-dev-fe-ui-componentize/agents/openai.yaml +4 -0
  88. package/codex/skills/cmd-dev-perf-optimize/SKILL.md +43 -0
  89. package/codex/skills/cmd-dev-perf-optimize/agents/openai.yaml +4 -0
  90. package/codex/skills/cmd-dev-sequential-autorun/SKILL.md +43 -0
  91. package/codex/skills/cmd-dev-sequential-autorun/agents/openai.yaml +4 -0
  92. package/codex/skills/cmd-doc-handoff/SKILL.md +43 -0
  93. package/codex/skills/cmd-doc-handoff/agents/openai.yaml +4 -0
  94. package/codex/skills/cmd-improve-techdebt/SKILL.md +43 -0
  95. package/codex/skills/cmd-improve-techdebt/agents/openai.yaml +4 -0
  96. package/codex/skills/cmd-incident-triage/SKILL.md +43 -0
  97. package/codex/skills/cmd-incident-triage/agents/openai.yaml +4 -0
  98. package/codex/skills/cmd-ops-ci-cd-gate/SKILL.md +43 -0
  99. package/codex/skills/cmd-ops-ci-cd-gate/agents/openai.yaml +4 -0
  100. package/codex/skills/cmd-ops-deploy/SKILL.md +43 -0
  101. package/codex/skills/cmd-ops-deploy/agents/openai.yaml +4 -0
  102. package/codex/skills/cmd-ops-monitoring/SKILL.md +43 -0
  103. package/codex/skills/cmd-ops-monitoring/agents/openai.yaml +4 -0
  104. package/codex/skills/cmd-plan-arch-decision/SKILL.md +43 -0
  105. package/codex/skills/cmd-plan-arch-decision/agents/openai.yaml +4 -0
  106. package/codex/skills/cmd-plan-implementation-bootstrap/SKILL.md +43 -0
  107. package/codex/skills/cmd-plan-implementation-bootstrap/agents/openai.yaml +4 -0
  108. package/codex/skills/cmd-plan-prd-details/SKILL.md +43 -0
  109. package/codex/skills/cmd-plan-prd-details/agents/openai.yaml +4 -0
  110. package/codex/skills/cmd-plan-prd-master/SKILL.md +44 -0
  111. package/codex/skills/cmd-plan-prd-master/agents/openai.yaml +4 -0
  112. package/codex/skills/cmd-plan-req-lock/SKILL.md +44 -0
  113. package/codex/skills/cmd-plan-req-lock/agents/openai.yaml +4 -0
  114. package/codex/skills/cmd-review-code/SKILL.md +43 -0
  115. package/codex/skills/cmd-review-code/agents/openai.yaml +4 -0
  116. package/codex/skills/cmd-sec-dependency-audit/SKILL.md +43 -0
  117. package/codex/skills/cmd-sec-dependency-audit/agents/openai.yaml +4 -0
  118. package/codex/skills/cmd-sec-threat-model/SKILL.md +43 -0
  119. package/codex/skills/cmd-sec-threat-model/agents/openai.yaml +4 -0
  120. package/codex/skills/cmd-test-unit-integration/SKILL.md +43 -0
  121. package/codex/skills/cmd-test-unit-integration/agents/openai.yaml +4 -0
  122. package/codex/skills/code-review-and-improvement/SKILL.md +21 -1
  123. package/codex/skills/frontend-repetition-pack/SKILL.md +20 -0
  124. package/codex/skills/incident-response/SKILL.md +21 -1
  125. package/codex/skills/prd-to-production-pipeline/SKILL.md +21 -1
  126. package/codex/skills/release-and-operations/SKILL.md +20 -0
  127. package/codex/skills/security-hardening/SKILL.md +21 -1
  128. package/codex/skills/service-lifecycle-orchestration/SKILL.md +21 -1
  129. package/codex/workflows/workflow-catalog.json +6 -6
  130. package/common/antigravity/agent-catalog.json +72 -0
  131. package/common/antigravity/artifact-catalog.json +184 -0
  132. package/common/claude/subagent-catalog.json +419 -0
  133. package/common/claude/team-catalog.json +69 -0
  134. package/common/commands/command-catalog.json +942 -0
  135. package/common/settings/security-policy.json +221 -0
  136. package/common/skills/skill-catalog.json +566 -0
  137. package/common/workflows/workflow-catalog.json +1550 -0
  138. package/package.json +6 -2
  139. package/scripts/generate-from-common.mjs +872 -0
  140. package/scripts/init.mjs +295 -36
  141. package/scripts/validate.mjs +451 -10
@@ -0,0 +1,1550 @@
1
+ {
2
+ "schema_version": "1.1.0",
3
+ "tools": [
4
+ "claude-code",
5
+ "codex",
6
+ "antigravity"
7
+ ],
8
+ "workflow_policy": {
9
+ "claude-code": {
10
+ "execution_rule": "각 단계는 entry_criteria 충족 후 실행하며, exit_criteria를 만족해야 다음 단계로 이동한다.",
11
+ "delegation_rule": "리드 에이전트는 병렬 가능한 하위 역할에만 작업을 분배한다."
12
+ },
13
+ "codex": {
14
+ "execution_rule": "각 단계 시작 전에 /plan으로 작업 단위를 잠그고, 단계 종료 시 /review 또는 검증 명령으로 품질을 확인한다.",
15
+ "mode_rule": "로컬-워크트리-클라우드 모드를 작업 성격에 맞게 선택한다."
16
+ },
17
+ "antigravity": {
18
+ "execution_rule": "Antigravity Manager가 단계별 에이전트 체인을 구성하고, 각 단계는 Artifact 검증을 통과해야 다음으로 진행한다.",
19
+ "artifact_rule": "모든 단계는 입력 아티팩트 스키마와 출력 아티팩트 스키마를 명시한다."
20
+ }
21
+ },
22
+ "workflow_order": {
23
+ "claude-code": [
24
+ "WF-SERVICE-E2E",
25
+ "WF-FEATURE-DELIVERY",
26
+ "WF-CODE-REVIEW-LOOP",
27
+ "WF-SECURITY-HARDENING",
28
+ "WF-RELEASE-TRANSITION",
29
+ "WF-FRONTEND-REFACTOR",
30
+ "WF-INCIDENT-RESPONSE",
31
+ "WF-PRD-TO-PRODUCTION"
32
+ ],
33
+ "codex": [
34
+ "WF-SERVICE-E2E",
35
+ "WF-FEATURE-DELIVERY",
36
+ "WF-SECURITY-HARDENING",
37
+ "WF-RELEASE-TRANSITION",
38
+ "WF-INCIDENT-RESPONSE",
39
+ "WF-PRD-TO-PRODUCTION"
40
+ ],
41
+ "antigravity": [
42
+ "WF-SERVICE-E2E",
43
+ "WF-FRONTEND-REFACTOR",
44
+ "WF-SECURITY-HARDENING",
45
+ "WF-INCIDENT-RESPONSE",
46
+ "WF-PRD-TO-PRODUCTION"
47
+ ]
48
+ },
49
+ "workflows": [
50
+ {
51
+ "id": "WF-SERVICE-E2E",
52
+ "profiles": {
53
+ "claude-code": {
54
+ "name": "신규 서비스 E2E (기획→개발→검증→운영 전환)",
55
+ "summary": "초기 기획부터 운영 전환까지 리드+전문가 구조로 통제합니다.",
56
+ "team_mode": "lead-plus-specialists",
57
+ "stages": [
58
+ {
59
+ "order": 1,
60
+ "stage_id": "STG-PLAN",
61
+ "owner_role": "product-planner",
62
+ "delegation": [
63
+ "product-planner"
64
+ ],
65
+ "commands": [
66
+ "CMD-PLAN-REQ-LOCK"
67
+ ],
68
+ "entry_criteria": [
69
+ "요청 배경 확보"
70
+ ],
71
+ "exit_criteria": [
72
+ "요구사항 기준서 승인"
73
+ ]
74
+ },
75
+ {
76
+ "order": 2,
77
+ "stage_id": "STG-ARCH",
78
+ "owner_role": "solution-architect",
79
+ "delegation": [
80
+ "solution-architect"
81
+ ],
82
+ "commands": [
83
+ "CMD-PLAN-ARCH-DECISION"
84
+ ],
85
+ "entry_criteria": [
86
+ "요구사항 기준 확정"
87
+ ],
88
+ "exit_criteria": [
89
+ "ADR 승인",
90
+ "롤백 전략 확정"
91
+ ]
92
+ },
93
+ {
94
+ "order": 3,
95
+ "stage_id": "STG-BUILD",
96
+ "owner_role": "backend-engineer",
97
+ "delegation": [
98
+ "backend-engineer",
99
+ "frontend-engineer",
100
+ "ui-component-engineer",
101
+ "hook-refactor-engineer",
102
+ "performance-engineer"
103
+ ],
104
+ "commands": [
105
+ "CMD-DEV-BE-API",
106
+ "CMD-DEV-FE-UI-COMPONENTIZE",
107
+ "CMD-DEV-FE-HOOK-SEPARATE",
108
+ "CMD-DEV-PERF-OPTIMIZE"
109
+ ],
110
+ "entry_criteria": [
111
+ "아키텍처 승인"
112
+ ],
113
+ "exit_criteria": [
114
+ "핵심 기능 구현 완료",
115
+ "성능 목표 1차 충족"
116
+ ]
117
+ },
118
+ {
119
+ "order": 4,
120
+ "stage_id": "STG-VERIFY",
121
+ "owner_role": "qa-engineer",
122
+ "delegation": [
123
+ "qa-engineer",
124
+ "code-reviewer",
125
+ "security-engineer"
126
+ ],
127
+ "commands": [
128
+ "CMD-TEST-UNIT-INTEGRATION",
129
+ "CMD-REVIEW-CODE",
130
+ "CMD-SEC-THREAT-MODEL",
131
+ "CMD-SEC-DEPENDENCY-AUDIT"
132
+ ],
133
+ "entry_criteria": [
134
+ "구현 완료"
135
+ ],
136
+ "exit_criteria": [
137
+ "차단 이슈 0건",
138
+ "치명 취약점 0건"
139
+ ]
140
+ },
141
+ {
142
+ "order": 5,
143
+ "stage_id": "STG-RELEASE",
144
+ "owner_role": "sre-release-engineer",
145
+ "delegation": [
146
+ "sre-release-engineer",
147
+ "operations-owner"
148
+ ],
149
+ "commands": [
150
+ "CMD-OPS-CI-CD-GATE",
151
+ "CMD-OPS-DEPLOY",
152
+ "CMD-OPS-MONITORING",
153
+ "CMD-DOC-HANDOFF"
154
+ ],
155
+ "entry_criteria": [
156
+ "검증 단계 완료"
157
+ ],
158
+ "exit_criteria": [
159
+ "배포 성공",
160
+ "운영 인수인계 완료"
161
+ ]
162
+ }
163
+ ],
164
+ "final_outputs": [
165
+ "서비스 릴리즈",
166
+ "운영 핸드북",
167
+ "품질/보안 리포트"
168
+ ],
169
+ "when_to_use": "신규 서비스 런칭, 대형 기능 롤아웃"
170
+ },
171
+ "codex": {
172
+ "name": "신규 서비스 전체 사이클 (기획→구현→검증→배포 준비)",
173
+ "summary": "새 프로젝트 또는 대형 기능을 기획부터 배포 준비까지 한 번에 진행할 때 사용합니다.",
174
+ "execution_surface": [
175
+ "local",
176
+ "cloud"
177
+ ],
178
+ "stages": [
179
+ {
180
+ "order": 1,
181
+ "stage_id": "STG-PLAN",
182
+ "owner_role": "product-planner-skill",
183
+ "codex_commands": [
184
+ "/plan"
185
+ ],
186
+ "commands": [
187
+ "CMD-PLAN-REQ-LOCK",
188
+ "CMD-PLAN-ARCH-DECISION"
189
+ ],
190
+ "exit_criteria": [
191
+ "요구사항과 ADR 확정"
192
+ ]
193
+ },
194
+ {
195
+ "order": 2,
196
+ "stage_id": "STG-BUILD",
197
+ "owner_role": "implementation-skill",
198
+ "codex_commands": [
199
+ "/plan"
200
+ ],
201
+ "commands": [
202
+ "CMD-DEV-BE-API",
203
+ "CMD-DEV-FE-UI-COMPONENTIZE",
204
+ "CMD-DEV-FE-HOOK-SEPARATE",
205
+ "CMD-DEV-PERF-OPTIMIZE"
206
+ ],
207
+ "exit_criteria": [
208
+ "핵심 기능 구현",
209
+ "반복 리팩터 적용"
210
+ ]
211
+ },
212
+ {
213
+ "order": 3,
214
+ "stage_id": "STG-VERIFY",
215
+ "owner_role": "quality-security-skill",
216
+ "codex_commands": [
217
+ "/review"
218
+ ],
219
+ "commands": [
220
+ "CMD-TEST-UNIT-INTEGRATION",
221
+ "CMD-REVIEW-CODE",
222
+ "CMD-SEC-THREAT-MODEL",
223
+ "CMD-SEC-DEPENDENCY-AUDIT"
224
+ ],
225
+ "exit_criteria": [
226
+ "차단 이슈 0건",
227
+ "치명 취약점 0건"
228
+ ]
229
+ },
230
+ {
231
+ "order": 4,
232
+ "stage_id": "STG-RELEASE",
233
+ "owner_role": "release-ops-skill",
234
+ "codex_commands": [
235
+ "/plan"
236
+ ],
237
+ "commands": [
238
+ "CMD-OPS-CI-CD-GATE",
239
+ "CMD-OPS-DEPLOY",
240
+ "CMD-DOC-HANDOFF"
241
+ ],
242
+ "exit_criteria": [
243
+ "배포 준비 완료"
244
+ ]
245
+ }
246
+ ],
247
+ "final_outputs": [
248
+ "배포 후보",
249
+ "운영 문서",
250
+ "검증 보고"
251
+ ],
252
+ "when_to_use": "신규 서비스 착수, 대형 기능 E2E 추진"
253
+ },
254
+ "antigravity": {
255
+ "name": "서비스 E2E 파이프라인 (Plan→Implement→Test→Review→Release)",
256
+ "summary": "신규 서비스 또는 대형 기능 배치에 사용하는 기본 운영 파이프라인입니다.",
257
+ "orchestrator": "manager-agent",
258
+ "stages": [
259
+ {
260
+ "order": 1,
261
+ "stage_id": "STG-PLAN",
262
+ "agent": "product-planner-agent",
263
+ "commands": [
264
+ "CMD-PLAN-REQ-LOCK",
265
+ "CMD-PLAN-ARCH-DECISION"
266
+ ],
267
+ "input_artifact": "ART-REQUEST-BRIEF",
268
+ "output_artifact": "ART-SCOPE-ADR",
269
+ "exit_criteria": [
270
+ "요구사항 잠금",
271
+ "ADR 승인"
272
+ ]
273
+ },
274
+ {
275
+ "order": 2,
276
+ "stage_id": "STG-IMPLEMENT",
277
+ "agent": "implementation-agent",
278
+ "commands": [
279
+ "CMD-DEV-BE-API",
280
+ "CMD-DEV-FE-UI-COMPONENTIZE",
281
+ "CMD-DEV-FE-HOOK-SEPARATE",
282
+ "CMD-DEV-PERF-OPTIMIZE"
283
+ ],
284
+ "input_artifact": "ART-SCOPE-ADR",
285
+ "output_artifact": "ART-IMPLEMENTATION-PACK",
286
+ "exit_criteria": [
287
+ "기능 구현 완료",
288
+ "반복 리팩터 반영"
289
+ ]
290
+ },
291
+ {
292
+ "order": 3,
293
+ "stage_id": "STG-TEST",
294
+ "agent": "qa-agent",
295
+ "commands": [
296
+ "CMD-TEST-UNIT-INTEGRATION"
297
+ ],
298
+ "input_artifact": "ART-IMPLEMENTATION-PACK",
299
+ "output_artifact": "ART-TEST-REPORT",
300
+ "exit_criteria": [
301
+ "테스트 통과"
302
+ ]
303
+ },
304
+ {
305
+ "order": 4,
306
+ "stage_id": "STG-REVIEW",
307
+ "agent": "review-security-agent",
308
+ "commands": [
309
+ "CMD-REVIEW-CODE",
310
+ "CMD-SEC-THREAT-MODEL",
311
+ "CMD-SEC-DEPENDENCY-AUDIT"
312
+ ],
313
+ "input_artifact": "ART-TEST-REPORT",
314
+ "output_artifact": "ART-QUALITY-SECURITY-REPORT",
315
+ "exit_criteria": [
316
+ "차단 이슈 0건",
317
+ "치명 취약점 0건"
318
+ ]
319
+ },
320
+ {
321
+ "order": 5,
322
+ "stage_id": "STG-RELEASE",
323
+ "agent": "release-ops-agent",
324
+ "commands": [
325
+ "CMD-OPS-CI-CD-GATE",
326
+ "CMD-OPS-DEPLOY",
327
+ "CMD-DOC-HANDOFF"
328
+ ],
329
+ "input_artifact": "ART-QUALITY-SECURITY-REPORT",
330
+ "output_artifact": "ART-RELEASE-READY",
331
+ "exit_criteria": [
332
+ "배포 준비 완료"
333
+ ]
334
+ }
335
+ ],
336
+ "final_outputs": [
337
+ "ART-RELEASE-READY",
338
+ "ART-OPERATIONS-HANDBOOK"
339
+ ],
340
+ "when_to_use": "신규 서비스, 대형 기능 릴리즈"
341
+ }
342
+ }
343
+ },
344
+ {
345
+ "id": "WF-FEATURE-DELIVERY",
346
+ "profiles": {
347
+ "claude-code": {
348
+ "name": "기능 개발 표준 (범위→개발→QA)",
349
+ "summary": "기존 서비스 기능 추가에 맞춘 표준 실행 흐름입니다.",
350
+ "team_mode": "lead-plus-specialists",
351
+ "stages": [
352
+ {
353
+ "order": 1,
354
+ "stage_id": "STG-SCOPE",
355
+ "owner_role": "product-planner",
356
+ "delegation": [
357
+ "product-planner"
358
+ ],
359
+ "commands": [
360
+ "CMD-PLAN-REQ-LOCK"
361
+ ],
362
+ "entry_criteria": [
363
+ "기능 요청 접수"
364
+ ],
365
+ "exit_criteria": [
366
+ "범위와 승인 기준 확정"
367
+ ]
368
+ },
369
+ {
370
+ "order": 2,
371
+ "stage_id": "STG-DEV",
372
+ "owner_role": "frontend-engineer",
373
+ "delegation": [
374
+ "backend-engineer",
375
+ "frontend-engineer",
376
+ "ui-component-engineer",
377
+ "hook-refactor-engineer"
378
+ ],
379
+ "commands": [
380
+ "CMD-DEV-BE-API",
381
+ "CMD-DEV-FE-UI-COMPONENTIZE",
382
+ "CMD-DEV-FE-HOOK-SEPARATE"
383
+ ],
384
+ "entry_criteria": [
385
+ "범위 확정"
386
+ ],
387
+ "exit_criteria": [
388
+ "기능 구현 완료"
389
+ ]
390
+ },
391
+ {
392
+ "order": 3,
393
+ "stage_id": "STG-QA",
394
+ "owner_role": "qa-engineer",
395
+ "delegation": [
396
+ "qa-engineer",
397
+ "code-reviewer"
398
+ ],
399
+ "commands": [
400
+ "CMD-TEST-UNIT-INTEGRATION",
401
+ "CMD-REVIEW-CODE"
402
+ ],
403
+ "entry_criteria": [
404
+ "기능 구현 완료"
405
+ ],
406
+ "exit_criteria": [
407
+ "차단 이슈 0건"
408
+ ]
409
+ }
410
+ ],
411
+ "final_outputs": [
412
+ "기능 릴리즈 준비 완료"
413
+ ],
414
+ "when_to_use": "일반 기능 개발, 스프린트 단위 구현"
415
+ },
416
+ "codex": {
417
+ "name": "기능 추가 표준 (범위 고정→구현→리뷰)",
418
+ "summary": "기존 서비스에 일반 기능을 안전하게 추가하는 표준 흐름입니다.",
419
+ "execution_surface": [
420
+ "local",
421
+ "worktree"
422
+ ],
423
+ "stages": [
424
+ {
425
+ "order": 1,
426
+ "stage_id": "STG-SCOPE",
427
+ "owner_role": "product-planner-skill",
428
+ "codex_commands": [
429
+ "/plan"
430
+ ],
431
+ "commands": [
432
+ "CMD-PLAN-REQ-LOCK"
433
+ ],
434
+ "exit_criteria": [
435
+ "범위 고정"
436
+ ]
437
+ },
438
+ {
439
+ "order": 2,
440
+ "stage_id": "STG-IMPLEMENT",
441
+ "owner_role": "implementation-skill",
442
+ "codex_commands": [
443
+ "/plan"
444
+ ],
445
+ "commands": [
446
+ "CMD-DEV-BE-API",
447
+ "CMD-DEV-FE-UI-COMPONENTIZE",
448
+ "CMD-DEV-FE-HOOK-SEPARATE"
449
+ ],
450
+ "exit_criteria": [
451
+ "기능 구현 완료"
452
+ ]
453
+ },
454
+ {
455
+ "order": 3,
456
+ "stage_id": "STG-REVIEW",
457
+ "owner_role": "quality-security-skill",
458
+ "codex_commands": [
459
+ "/review"
460
+ ],
461
+ "commands": [
462
+ "CMD-TEST-UNIT-INTEGRATION",
463
+ "CMD-REVIEW-CODE"
464
+ ],
465
+ "exit_criteria": [
466
+ "리뷰 통과"
467
+ ]
468
+ }
469
+ ],
470
+ "final_outputs": [
471
+ "병합 가능 PR"
472
+ ],
473
+ "when_to_use": "일반 기능 개발, 반복 개발 사이클"
474
+ }
475
+ }
476
+ },
477
+ {
478
+ "id": "WF-CODE-REVIEW-LOOP",
479
+ "profiles": {
480
+ "claude-code": {
481
+ "name": "코드 리뷰/개선 루프 (진단→수정→재검증)",
482
+ "summary": "품질 저하 징후가 보이면 리뷰와 개선 루프를 즉시 닫습니다.",
483
+ "team_mode": "parallel-review",
484
+ "stages": [
485
+ {
486
+ "order": 1,
487
+ "stage_id": "STG-REVIEW",
488
+ "owner_role": "code-reviewer",
489
+ "delegation": [
490
+ "code-reviewer",
491
+ "security-engineer",
492
+ "performance-engineer"
493
+ ],
494
+ "commands": [
495
+ "CMD-REVIEW-CODE",
496
+ "CMD-SEC-THREAT-MODEL",
497
+ "CMD-DEV-PERF-OPTIMIZE"
498
+ ],
499
+ "entry_criteria": [
500
+ "리뷰 대상 diff 확보"
501
+ ],
502
+ "exit_criteria": [
503
+ "차단 이슈 목록 확정"
504
+ ]
505
+ },
506
+ {
507
+ "order": 2,
508
+ "stage_id": "STG-FIX",
509
+ "owner_role": "backend-engineer",
510
+ "delegation": [
511
+ "backend-engineer",
512
+ "frontend-engineer",
513
+ "hook-refactor-engineer"
514
+ ],
515
+ "commands": [
516
+ "CMD-DEV-BE-API",
517
+ "CMD-DEV-FE-HOOK-SEPARATE",
518
+ "CMD-IMPROVE-TECHDEBT"
519
+ ],
520
+ "entry_criteria": [
521
+ "개선 우선순위 확정"
522
+ ],
523
+ "exit_criteria": [
524
+ "수정 반영 완료"
525
+ ]
526
+ },
527
+ {
528
+ "order": 3,
529
+ "stage_id": "STG-RECHECK",
530
+ "owner_role": "qa-engineer",
531
+ "delegation": [
532
+ "qa-engineer",
533
+ "code-reviewer"
534
+ ],
535
+ "commands": [
536
+ "CMD-TEST-UNIT-INTEGRATION",
537
+ "CMD-REVIEW-CODE"
538
+ ],
539
+ "entry_criteria": [
540
+ "수정 반영 완료"
541
+ ],
542
+ "exit_criteria": [
543
+ "재검증 통과"
544
+ ]
545
+ }
546
+ ],
547
+ "final_outputs": [
548
+ "개선 반영 PR",
549
+ "재검증 통과 보고"
550
+ ],
551
+ "when_to_use": "PR 리뷰 강화, 품질 하락 대응"
552
+ }
553
+ }
554
+ },
555
+ {
556
+ "id": "WF-SECURITY-HARDENING",
557
+ "profiles": {
558
+ "claude-code": {
559
+ "name": "보안 강화 배치 (위협모델→보완→검증)",
560
+ "summary": "정기 또는 이슈 기반 보안 점검을 집중 수행합니다.",
561
+ "team_mode": "security-first",
562
+ "stages": [
563
+ {
564
+ "order": 1,
565
+ "stage_id": "STG-THREAT",
566
+ "owner_role": "security-engineer",
567
+ "delegation": [
568
+ "security-engineer"
569
+ ],
570
+ "commands": [
571
+ "CMD-SEC-THREAT-MODEL",
572
+ "CMD-SEC-DEPENDENCY-AUDIT"
573
+ ],
574
+ "entry_criteria": [
575
+ "점검 범위 확정"
576
+ ],
577
+ "exit_criteria": [
578
+ "위험/통제 매핑 완료"
579
+ ]
580
+ },
581
+ {
582
+ "order": 2,
583
+ "stage_id": "STG-HARDEN",
584
+ "owner_role": "backend-engineer",
585
+ "delegation": [
586
+ "backend-engineer",
587
+ "frontend-engineer"
588
+ ],
589
+ "commands": [
590
+ "CMD-DEV-BE-API",
591
+ "CMD-IMPROVE-TECHDEBT"
592
+ ],
593
+ "entry_criteria": [
594
+ "보완 항목 확정"
595
+ ],
596
+ "exit_criteria": [
597
+ "보완 코드 반영"
598
+ ]
599
+ },
600
+ {
601
+ "order": 3,
602
+ "stage_id": "STG-SEC-QA",
603
+ "owner_role": "qa-engineer",
604
+ "delegation": [
605
+ "qa-engineer",
606
+ "security-engineer"
607
+ ],
608
+ "commands": [
609
+ "CMD-TEST-UNIT-INTEGRATION",
610
+ "CMD-REVIEW-CODE"
611
+ ],
612
+ "entry_criteria": [
613
+ "보완 코드 반영"
614
+ ],
615
+ "exit_criteria": [
616
+ "치명/고위험 0건"
617
+ ]
618
+ }
619
+ ],
620
+ "final_outputs": [
621
+ "보안 점검 결과",
622
+ "보완 이력"
623
+ ],
624
+ "when_to_use": "보안 감사, 취약점 대응 배치"
625
+ },
626
+ "codex": {
627
+ "name": "보안 하드닝 (진단→보완→재검증)",
628
+ "summary": "보안 진단 후 코드 보완과 재검증까지 닫는 흐름입니다.",
629
+ "execution_surface": [
630
+ "local",
631
+ "cloud"
632
+ ],
633
+ "stages": [
634
+ {
635
+ "order": 1,
636
+ "stage_id": "STG-AUDIT",
637
+ "owner_role": "quality-security-skill",
638
+ "codex_commands": [
639
+ "/plan"
640
+ ],
641
+ "commands": [
642
+ "CMD-SEC-THREAT-MODEL",
643
+ "CMD-SEC-DEPENDENCY-AUDIT"
644
+ ],
645
+ "exit_criteria": [
646
+ "보완 목록 확정"
647
+ ]
648
+ },
649
+ {
650
+ "order": 2,
651
+ "stage_id": "STG-HARDEN",
652
+ "owner_role": "implementation-skill",
653
+ "codex_commands": [
654
+ "/plan"
655
+ ],
656
+ "commands": [
657
+ "CMD-DEV-BE-API",
658
+ "CMD-IMPROVE-TECHDEBT"
659
+ ],
660
+ "exit_criteria": [
661
+ "보완 코드 반영"
662
+ ]
663
+ },
664
+ {
665
+ "order": 3,
666
+ "stage_id": "STG-RECHECK",
667
+ "owner_role": "quality-security-skill",
668
+ "codex_commands": [
669
+ "/review"
670
+ ],
671
+ "commands": [
672
+ "CMD-TEST-UNIT-INTEGRATION",
673
+ "CMD-REVIEW-CODE"
674
+ ],
675
+ "exit_criteria": [
676
+ "치명/고위험 0건"
677
+ ]
678
+ }
679
+ ],
680
+ "final_outputs": [
681
+ "보안 개선 보고"
682
+ ],
683
+ "when_to_use": "정기 보안 점검, 취약점 이슈 대응"
684
+ },
685
+ "antigravity": {
686
+ "name": "보안 강화 배치 (진단→보완→검증)",
687
+ "summary": "위협 모델링과 취약점 감사 기반 하드닝을 수행합니다.",
688
+ "orchestrator": "manager-agent",
689
+ "stages": [
690
+ {
691
+ "order": 1,
692
+ "stage_id": "STG-AUDIT",
693
+ "agent": "review-security-agent",
694
+ "commands": [
695
+ "CMD-SEC-THREAT-MODEL",
696
+ "CMD-SEC-DEPENDENCY-AUDIT"
697
+ ],
698
+ "input_artifact": "ART-SYSTEM-BOUNDARY",
699
+ "output_artifact": "ART-SECURITY-GAPS",
700
+ "exit_criteria": [
701
+ "보완 목록 확정"
702
+ ]
703
+ },
704
+ {
705
+ "order": 2,
706
+ "stage_id": "STG-HARDEN",
707
+ "agent": "implementation-agent",
708
+ "commands": [
709
+ "CMD-DEV-BE-API",
710
+ "CMD-IMPROVE-TECHDEBT"
711
+ ],
712
+ "input_artifact": "ART-SECURITY-GAPS",
713
+ "output_artifact": "ART-HARDENED-BUILD",
714
+ "exit_criteria": [
715
+ "보완 코드 반영"
716
+ ]
717
+ },
718
+ {
719
+ "order": 3,
720
+ "stage_id": "STG-VERIFY",
721
+ "agent": "qa-agent",
722
+ "commands": [
723
+ "CMD-TEST-UNIT-INTEGRATION",
724
+ "CMD-REVIEW-CODE"
725
+ ],
726
+ "input_artifact": "ART-HARDENED-BUILD",
727
+ "output_artifact": "ART-SECURITY-VERIFIED",
728
+ "exit_criteria": [
729
+ "보안 재검증 통과"
730
+ ]
731
+ }
732
+ ],
733
+ "final_outputs": [
734
+ "ART-SECURITY-VERIFIED"
735
+ ],
736
+ "when_to_use": "정기 보안 배치, 취약점 대응"
737
+ }
738
+ }
739
+ },
740
+ {
741
+ "id": "WF-RELEASE-TRANSITION",
742
+ "profiles": {
743
+ "claude-code": {
744
+ "name": "배포/운영 전환 (게이트→배포→모니터링)",
745
+ "summary": "릴리즈 직전 게이트와 운영 전환을 통합해 실행합니다.",
746
+ "team_mode": "release-train",
747
+ "stages": [
748
+ {
749
+ "order": 1,
750
+ "stage_id": "STG-GATE",
751
+ "owner_role": "sre-release-engineer",
752
+ "delegation": [
753
+ "sre-release-engineer"
754
+ ],
755
+ "commands": [
756
+ "CMD-OPS-CI-CD-GATE"
757
+ ],
758
+ "entry_criteria": [
759
+ "검증 완료"
760
+ ],
761
+ "exit_criteria": [
762
+ "파이프라인 게이트 통과"
763
+ ]
764
+ },
765
+ {
766
+ "order": 2,
767
+ "stage_id": "STG-DEPLOY",
768
+ "owner_role": "sre-release-engineer",
769
+ "delegation": [
770
+ "sre-release-engineer",
771
+ "operations-owner"
772
+ ],
773
+ "commands": [
774
+ "CMD-OPS-DEPLOY",
775
+ "CMD-OPS-MONITORING"
776
+ ],
777
+ "entry_criteria": [
778
+ "게이트 통과"
779
+ ],
780
+ "exit_criteria": [
781
+ "배포 안정화"
782
+ ]
783
+ },
784
+ {
785
+ "order": 3,
786
+ "stage_id": "STG-HANDOFF",
787
+ "owner_role": "operations-owner",
788
+ "delegation": [
789
+ "operations-owner"
790
+ ],
791
+ "commands": [
792
+ "CMD-DOC-HANDOFF"
793
+ ],
794
+ "entry_criteria": [
795
+ "안정화 완료"
796
+ ],
797
+ "exit_criteria": [
798
+ "운영 인수인계 완료"
799
+ ]
800
+ }
801
+ ],
802
+ "final_outputs": [
803
+ "배포 로그",
804
+ "운영 전환 문서"
805
+ ],
806
+ "when_to_use": "정기 릴리즈, 운영 전환 준비"
807
+ },
808
+ "codex": {
809
+ "name": "배포/운영 전환 (게이트→배포→인수인계)",
810
+ "summary": "릴리즈 게이트 통과부터 운영 안정화 및 인수인계까지 진행합니다.",
811
+ "execution_surface": [
812
+ "local",
813
+ "cloud"
814
+ ],
815
+ "stages": [
816
+ {
817
+ "order": 1,
818
+ "stage_id": "STG-GATE",
819
+ "owner_role": "release-ops-skill",
820
+ "codex_commands": [
821
+ "/plan"
822
+ ],
823
+ "commands": [
824
+ "CMD-OPS-CI-CD-GATE"
825
+ ],
826
+ "exit_criteria": [
827
+ "배포 게이트 통과"
828
+ ]
829
+ },
830
+ {
831
+ "order": 2,
832
+ "stage_id": "STG-DEPLOY",
833
+ "owner_role": "release-ops-skill",
834
+ "codex_commands": [
835
+ "/plan"
836
+ ],
837
+ "commands": [
838
+ "CMD-OPS-DEPLOY",
839
+ "CMD-OPS-MONITORING"
840
+ ],
841
+ "exit_criteria": [
842
+ "배포 안정화"
843
+ ]
844
+ },
845
+ {
846
+ "order": 3,
847
+ "stage_id": "STG-HANDOFF",
848
+ "owner_role": "release-ops-skill",
849
+ "codex_commands": [
850
+ "/plan"
851
+ ],
852
+ "commands": [
853
+ "CMD-DOC-HANDOFF"
854
+ ],
855
+ "exit_criteria": [
856
+ "운영 인수인계 완료"
857
+ ]
858
+ }
859
+ ],
860
+ "final_outputs": [
861
+ "운영 전환 완료"
862
+ ],
863
+ "when_to_use": "릴리즈 직전 최종 점검, 운영 전환"
864
+ }
865
+ }
866
+ },
867
+ {
868
+ "id": "WF-FRONTEND-REFACTOR",
869
+ "profiles": {
870
+ "claude-code": {
871
+ "name": "반복 리팩터링 패키지 (UI→Hook→성능)",
872
+ "summary": "반복 프론트엔드 개선 작업을 한 번에 실행합니다.",
873
+ "team_mode": "frontend-special-pack",
874
+ "stages": [
875
+ {
876
+ "order": 1,
877
+ "stage_id": "STG-COMPONENTIZE",
878
+ "owner_role": "ui-component-engineer",
879
+ "delegation": [
880
+ "ui-component-engineer"
881
+ ],
882
+ "commands": [
883
+ "CMD-DEV-FE-UI-COMPONENTIZE"
884
+ ],
885
+ "entry_criteria": [
886
+ "중복 UI 목록 확정"
887
+ ],
888
+ "exit_criteria": [
889
+ "공용 컴포넌트 추출 완료"
890
+ ]
891
+ },
892
+ {
893
+ "order": 2,
894
+ "stage_id": "STG-HOOK",
895
+ "owner_role": "hook-refactor-engineer",
896
+ "delegation": [
897
+ "hook-refactor-engineer"
898
+ ],
899
+ "commands": [
900
+ "CMD-DEV-FE-HOOK-SEPARATE"
901
+ ],
902
+ "entry_criteria": [
903
+ "컴포넌트화 완료"
904
+ ],
905
+ "exit_criteria": [
906
+ "로직 Hook 분리 완료"
907
+ ]
908
+ },
909
+ {
910
+ "order": 3,
911
+ "stage_id": "STG-PERF",
912
+ "owner_role": "performance-engineer",
913
+ "delegation": [
914
+ "performance-engineer",
915
+ "qa-engineer"
916
+ ],
917
+ "commands": [
918
+ "CMD-DEV-PERF-OPTIMIZE",
919
+ "CMD-TEST-UNIT-INTEGRATION"
920
+ ],
921
+ "entry_criteria": [
922
+ "Hook 분리 완료"
923
+ ],
924
+ "exit_criteria": [
925
+ "성능 목표 달성"
926
+ ]
927
+ }
928
+ ],
929
+ "final_outputs": [
930
+ "중복 축소 보고",
931
+ "성능 개선 보고"
932
+ ],
933
+ "when_to_use": "컴포넌트화, Hook 분리, 성능 개선"
934
+ },
935
+ "antigravity": {
936
+ "name": "반복 프론트엔드 개선 (UI→Hook→성능)",
937
+ "summary": "UI 컴포넌트화, Hook 분리, 성능 최적화를 단일 체인으로 실행합니다.",
938
+ "orchestrator": "manager-agent",
939
+ "stages": [
940
+ {
941
+ "order": 1,
942
+ "stage_id": "STG-COMPONENT",
943
+ "agent": "frontend-repetition-agent",
944
+ "commands": [
945
+ "CMD-DEV-FE-UI-COMPONENTIZE"
946
+ ],
947
+ "input_artifact": "ART-FRONTEND-BASELINE",
948
+ "output_artifact": "ART-COMPONENTIZED-UI",
949
+ "exit_criteria": [
950
+ "중복 UI 축소"
951
+ ]
952
+ },
953
+ {
954
+ "order": 2,
955
+ "stage_id": "STG-HOOK",
956
+ "agent": "frontend-repetition-agent",
957
+ "commands": [
958
+ "CMD-DEV-FE-HOOK-SEPARATE"
959
+ ],
960
+ "input_artifact": "ART-COMPONENTIZED-UI",
961
+ "output_artifact": "ART-HOOK-REFACTORED",
962
+ "exit_criteria": [
963
+ "Hook 분리 완료"
964
+ ]
965
+ },
966
+ {
967
+ "order": 3,
968
+ "stage_id": "STG-PERF",
969
+ "agent": "performance-agent",
970
+ "commands": [
971
+ "CMD-DEV-PERF-OPTIMIZE",
972
+ "CMD-TEST-UNIT-INTEGRATION"
973
+ ],
974
+ "input_artifact": "ART-HOOK-REFACTORED",
975
+ "output_artifact": "ART-PERF-IMPROVED",
976
+ "exit_criteria": [
977
+ "성능 목표 달성"
978
+ ]
979
+ }
980
+ ],
981
+ "final_outputs": [
982
+ "ART-PERF-IMPROVED"
983
+ ],
984
+ "when_to_use": "프론트 구조 개선, 성능 개선"
985
+ }
986
+ }
987
+ },
988
+ {
989
+ "id": "WF-INCIDENT-RESPONSE",
990
+ "profiles": {
991
+ "claude-code": {
992
+ "name": "장애 대응/재발 방지 (복구→원인분석→후속조치)",
993
+ "summary": "장애 발생 시 복구와 재발 방지를 한 세트로 수행합니다.",
994
+ "team_mode": "incident-war-room",
995
+ "stages": [
996
+ {
997
+ "order": 1,
998
+ "stage_id": "STG-TRIAGE",
999
+ "owner_role": "incident-commander",
1000
+ "delegation": [
1001
+ "incident-commander",
1002
+ "operations-owner"
1003
+ ],
1004
+ "commands": [
1005
+ "CMD-INCIDENT-TRIAGE"
1006
+ ],
1007
+ "entry_criteria": [
1008
+ "장애 탐지"
1009
+ ],
1010
+ "exit_criteria": [
1011
+ "복구 및 영향도 확정"
1012
+ ]
1013
+ },
1014
+ {
1015
+ "order": 2,
1016
+ "stage_id": "STG-POST-FIX",
1017
+ "owner_role": "code-reviewer",
1018
+ "delegation": [
1019
+ "code-reviewer",
1020
+ "backend-engineer",
1021
+ "security-engineer"
1022
+ ],
1023
+ "commands": [
1024
+ "CMD-REVIEW-CODE",
1025
+ "CMD-IMPROVE-TECHDEBT",
1026
+ "CMD-SEC-THREAT-MODEL"
1027
+ ],
1028
+ "entry_criteria": [
1029
+ "서비스 복구"
1030
+ ],
1031
+ "exit_criteria": [
1032
+ "재발 방지 액션 확정"
1033
+ ]
1034
+ },
1035
+ {
1036
+ "order": 3,
1037
+ "stage_id": "STG-RUNBOOK",
1038
+ "owner_role": "operations-owner",
1039
+ "delegation": [
1040
+ "operations-owner"
1041
+ ],
1042
+ "commands": [
1043
+ "CMD-DOC-HANDOFF",
1044
+ "CMD-OPS-MONITORING"
1045
+ ],
1046
+ "entry_criteria": [
1047
+ "재발 방지 액션 확정"
1048
+ ],
1049
+ "exit_criteria": [
1050
+ "런북 업데이트 완료"
1051
+ ]
1052
+ }
1053
+ ],
1054
+ "final_outputs": [
1055
+ "장애 RCA",
1056
+ "재발 방지 실행 계획"
1057
+ ],
1058
+ "when_to_use": "서비스 장애, 긴급 운영 이슈"
1059
+ },
1060
+ "codex": {
1061
+ "name": "장애 대응 루프 (분류→복구→재발 방지)",
1062
+ "summary": "장애 접수 후 복구와 재발 방지 조치까지 수행합니다.",
1063
+ "execution_surface": [
1064
+ "local",
1065
+ "cloud"
1066
+ ],
1067
+ "stages": [
1068
+ {
1069
+ "order": 1,
1070
+ "stage_id": "STG-TRIAGE",
1071
+ "owner_role": "release-ops-skill",
1072
+ "codex_commands": [
1073
+ "/plan"
1074
+ ],
1075
+ "commands": [
1076
+ "CMD-INCIDENT-TRIAGE",
1077
+ "CMD-OPS-MONITORING"
1078
+ ],
1079
+ "exit_criteria": [
1080
+ "복구 완료"
1081
+ ]
1082
+ },
1083
+ {
1084
+ "order": 2,
1085
+ "stage_id": "STG-FIX",
1086
+ "owner_role": "implementation-skill",
1087
+ "codex_commands": [
1088
+ "/plan"
1089
+ ],
1090
+ "commands": [
1091
+ "CMD-IMPROVE-TECHDEBT",
1092
+ "CMD-DEV-BE-API"
1093
+ ],
1094
+ "exit_criteria": [
1095
+ "근본 원인 수정"
1096
+ ]
1097
+ },
1098
+ {
1099
+ "order": 3,
1100
+ "stage_id": "STG-POST",
1101
+ "owner_role": "quality-security-skill",
1102
+ "codex_commands": [
1103
+ "/review"
1104
+ ],
1105
+ "commands": [
1106
+ "CMD-REVIEW-CODE",
1107
+ "CMD-SEC-THREAT-MODEL",
1108
+ "CMD-DOC-HANDOFF"
1109
+ ],
1110
+ "exit_criteria": [
1111
+ "재발 방지 조치 확정"
1112
+ ]
1113
+ }
1114
+ ],
1115
+ "final_outputs": [
1116
+ "RCA",
1117
+ "재발 방지 백로그"
1118
+ ],
1119
+ "when_to_use": "운영 장애 대응, 핫픽스 후속 조치"
1120
+ },
1121
+ "antigravity": {
1122
+ "name": "장애 대응/재발 방지 (트리아지→근본수정→포스트모템)",
1123
+ "summary": "Incident triage 이후 근본 원인 수정과 후속 조치까지 수행합니다.",
1124
+ "orchestrator": "incident-manager-agent",
1125
+ "stages": [
1126
+ {
1127
+ "order": 1,
1128
+ "stage_id": "STG-TRIAGE",
1129
+ "agent": "release-ops-agent",
1130
+ "commands": [
1131
+ "CMD-INCIDENT-TRIAGE",
1132
+ "CMD-OPS-MONITORING"
1133
+ ],
1134
+ "input_artifact": "ART-INCIDENT-ALERT",
1135
+ "output_artifact": "ART-INCIDENT-TIMELINE",
1136
+ "exit_criteria": [
1137
+ "복구 완료"
1138
+ ]
1139
+ },
1140
+ {
1141
+ "order": 2,
1142
+ "stage_id": "STG-ROOTFIX",
1143
+ "agent": "implementation-agent",
1144
+ "commands": [
1145
+ "CMD-DEV-BE-API",
1146
+ "CMD-IMPROVE-TECHDEBT"
1147
+ ],
1148
+ "input_artifact": "ART-INCIDENT-TIMELINE",
1149
+ "output_artifact": "ART-ROOT-CAUSE-FIX",
1150
+ "exit_criteria": [
1151
+ "근본 원인 수정"
1152
+ ]
1153
+ },
1154
+ {
1155
+ "order": 3,
1156
+ "stage_id": "STG-POST",
1157
+ "agent": "review-security-agent",
1158
+ "commands": [
1159
+ "CMD-REVIEW-CODE",
1160
+ "CMD-SEC-THREAT-MODEL",
1161
+ "CMD-DOC-HANDOFF"
1162
+ ],
1163
+ "input_artifact": "ART-ROOT-CAUSE-FIX",
1164
+ "output_artifact": "ART-POSTMORTEM-PACK",
1165
+ "exit_criteria": [
1166
+ "재발 방지 액션 등록"
1167
+ ]
1168
+ }
1169
+ ],
1170
+ "final_outputs": [
1171
+ "ART-POSTMORTEM-PACK"
1172
+ ],
1173
+ "when_to_use": "운영 장애 대응, RCA 필요 이슈"
1174
+ }
1175
+ }
1176
+ },
1177
+ {
1178
+ "id": "WF-PRD-TO-PRODUCTION",
1179
+ "profiles": {
1180
+ "claude-code": {
1181
+ "name": "PRD 대화형 작성→순차 자동 구현",
1182
+ "summary": "PRD를 대화형으로 고도화하고 구현은 최종 수동 설정 전까지 자동 실행합니다.",
1183
+ "team_mode": "prd-to-production-pipeline",
1184
+ "stages": [
1185
+ {
1186
+ "order": 1,
1187
+ "stage_id": "STG-PRD-MASTER",
1188
+ "owner_role": "prd-writer",
1189
+ "interaction_mode": "interactive",
1190
+ "delegation": [
1191
+ "prd-writer"
1192
+ ],
1193
+ "commands": [
1194
+ "CMD-PLAN-PRD-MASTER"
1195
+ ],
1196
+ "entry_criteria": [
1197
+ "문제/목표 초안 확보"
1198
+ ],
1199
+ "exit_criteria": [
1200
+ "마스터 PRD 승인"
1201
+ ]
1202
+ },
1203
+ {
1204
+ "order": 2,
1205
+ "stage_id": "STG-PRD-DETAIL",
1206
+ "owner_role": "prd-writer",
1207
+ "interaction_mode": "interactive",
1208
+ "delegation": [
1209
+ "prd-writer",
1210
+ "product-planner"
1211
+ ],
1212
+ "commands": [
1213
+ "CMD-PLAN-PRD-DETAILS"
1214
+ ],
1215
+ "entry_criteria": [
1216
+ "마스터 PRD 승인"
1217
+ ],
1218
+ "exit_criteria": [
1219
+ "세부 PRD 묶음 확정",
1220
+ "수용 기준 명시"
1221
+ ]
1222
+ },
1223
+ {
1224
+ "order": 3,
1225
+ "stage_id": "STG-BOOTSTRAP",
1226
+ "owner_role": "solution-architect",
1227
+ "interaction_mode": "interactive",
1228
+ "delegation": [
1229
+ "solution-architect"
1230
+ ],
1231
+ "commands": [
1232
+ "CMD-PLAN-IMPLEMENTATION-BOOTSTRAP"
1233
+ ],
1234
+ "entry_criteria": [
1235
+ "세부 PRD 묶음 확정"
1236
+ ],
1237
+ "exit_criteria": [
1238
+ "구현 배치 계획 확정",
1239
+ "수동 설정 체크리스트 확정"
1240
+ ]
1241
+ },
1242
+ {
1243
+ "order": 4,
1244
+ "stage_id": "STG-AUTORUN",
1245
+ "owner_role": "lead-orchestrator",
1246
+ "interaction_mode": "autonomous-sequential",
1247
+ "delegation": [
1248
+ "lead-orchestrator",
1249
+ "backend-engineer",
1250
+ "frontend-engineer",
1251
+ "ui-component-engineer",
1252
+ "hook-refactor-engineer",
1253
+ "performance-engineer"
1254
+ ],
1255
+ "commands": [
1256
+ "CMD-DEV-SEQUENTIAL-AUTORUN",
1257
+ "CMD-DEV-BE-API",
1258
+ "CMD-DEV-FE-UI-COMPONENTIZE",
1259
+ "CMD-DEV-FE-HOOK-SEPARATE",
1260
+ "CMD-DEV-PERF-OPTIMIZE"
1261
+ ],
1262
+ "entry_criteria": [
1263
+ "구현 배치 계획 확정"
1264
+ ],
1265
+ "exit_criteria": [
1266
+ "배치별 구현 완료",
1267
+ "최종 수동 설정 전 상태 도달"
1268
+ ]
1269
+ },
1270
+ {
1271
+ "order": 5,
1272
+ "stage_id": "STG-VERIFY-SEC",
1273
+ "owner_role": "qa-engineer",
1274
+ "interaction_mode": "autonomous-sequential",
1275
+ "delegation": [
1276
+ "qa-engineer",
1277
+ "code-reviewer",
1278
+ "security-engineer"
1279
+ ],
1280
+ "commands": [
1281
+ "CMD-TEST-UNIT-INTEGRATION",
1282
+ "CMD-REVIEW-CODE",
1283
+ "CMD-SEC-THREAT-MODEL",
1284
+ "CMD-SEC-DEPENDENCY-AUDIT"
1285
+ ],
1286
+ "entry_criteria": [
1287
+ "자동 구현 완료"
1288
+ ],
1289
+ "exit_criteria": [
1290
+ "차단 이슈 0건",
1291
+ "치명 취약점 0건"
1292
+ ]
1293
+ },
1294
+ {
1295
+ "order": 6,
1296
+ "stage_id": "STG-FINAL-SETUP-RELEASE",
1297
+ "owner_role": "sre-release-engineer",
1298
+ "interaction_mode": "manual-final-setup",
1299
+ "delegation": [
1300
+ "sre-release-engineer",
1301
+ "operations-owner"
1302
+ ],
1303
+ "commands": [
1304
+ "CMD-OPS-CI-CD-GATE",
1305
+ "CMD-OPS-DEPLOY",
1306
+ "CMD-DOC-HANDOFF"
1307
+ ],
1308
+ "entry_criteria": [
1309
+ "검증 완료"
1310
+ ],
1311
+ "exit_criteria": [
1312
+ "최종 세팅 완료",
1313
+ "배포 준비 완료"
1314
+ ]
1315
+ }
1316
+ ],
1317
+ "final_outputs": [
1318
+ "PRD 묶음",
1319
+ "순차 구현 결과",
1320
+ "배포 준비 패키지"
1321
+ ],
1322
+ "when_to_use": "PRD 기반 대형 기능 자동 구현"
1323
+ },
1324
+ "codex": {
1325
+ "name": "PRD 대화형 작성→순차 자동 구현",
1326
+ "summary": "PRD는 대화형으로 확정하고 구현은 최종 수동 세팅 전까지 자동 순차 실행합니다.",
1327
+ "execution_surface": [
1328
+ "local",
1329
+ "cloud"
1330
+ ],
1331
+ "stages": [
1332
+ {
1333
+ "order": 1,
1334
+ "stage_id": "STG-PRD-MASTER",
1335
+ "owner_role": "prd-orchestration-skill",
1336
+ "interaction_mode": "interactive",
1337
+ "codex_commands": [
1338
+ "/plan"
1339
+ ],
1340
+ "commands": [
1341
+ "CMD-PLAN-PRD-MASTER"
1342
+ ],
1343
+ "exit_criteria": [
1344
+ "마스터 PRD 승인"
1345
+ ]
1346
+ },
1347
+ {
1348
+ "order": 2,
1349
+ "stage_id": "STG-PRD-DETAIL",
1350
+ "owner_role": "prd-orchestration-skill",
1351
+ "interaction_mode": "interactive",
1352
+ "codex_commands": [
1353
+ "/plan"
1354
+ ],
1355
+ "commands": [
1356
+ "CMD-PLAN-PRD-DETAILS"
1357
+ ],
1358
+ "exit_criteria": [
1359
+ "세부 PRD 확정"
1360
+ ]
1361
+ },
1362
+ {
1363
+ "order": 3,
1364
+ "stage_id": "STG-BOOTSTRAP",
1365
+ "owner_role": "prd-orchestration-skill",
1366
+ "interaction_mode": "interactive",
1367
+ "codex_commands": [
1368
+ "/plan"
1369
+ ],
1370
+ "commands": [
1371
+ "CMD-PLAN-IMPLEMENTATION-BOOTSTRAP"
1372
+ ],
1373
+ "exit_criteria": [
1374
+ "구현 배치 계획 확정"
1375
+ ]
1376
+ },
1377
+ {
1378
+ "order": 4,
1379
+ "stage_id": "STG-SEQUENTIAL-AUTO",
1380
+ "owner_role": "implementation-skill",
1381
+ "interaction_mode": "autonomous-sequential",
1382
+ "codex_commands": [
1383
+ "/plan"
1384
+ ],
1385
+ "commands": [
1386
+ "CMD-DEV-SEQUENTIAL-AUTORUN",
1387
+ "CMD-DEV-BE-API",
1388
+ "CMD-DEV-FE-UI-COMPONENTIZE",
1389
+ "CMD-DEV-FE-HOOK-SEPARATE",
1390
+ "CMD-DEV-PERF-OPTIMIZE"
1391
+ ],
1392
+ "exit_criteria": [
1393
+ "최종 수동 설정 전 자동 구현 완료"
1394
+ ]
1395
+ },
1396
+ {
1397
+ "order": 5,
1398
+ "stage_id": "STG-VERIFY",
1399
+ "owner_role": "quality-security-skill",
1400
+ "interaction_mode": "autonomous-sequential",
1401
+ "codex_commands": [
1402
+ "/review"
1403
+ ],
1404
+ "commands": [
1405
+ "CMD-TEST-UNIT-INTEGRATION",
1406
+ "CMD-REVIEW-CODE",
1407
+ "CMD-SEC-THREAT-MODEL",
1408
+ "CMD-SEC-DEPENDENCY-AUDIT"
1409
+ ],
1410
+ "exit_criteria": [
1411
+ "차단 이슈 0건",
1412
+ "치명 취약점 0건"
1413
+ ]
1414
+ },
1415
+ {
1416
+ "order": 6,
1417
+ "stage_id": "STG-FINAL-SETUP",
1418
+ "owner_role": "release-ops-skill",
1419
+ "interaction_mode": "manual-final-setup",
1420
+ "codex_commands": [
1421
+ "/plan"
1422
+ ],
1423
+ "commands": [
1424
+ "CMD-OPS-CI-CD-GATE",
1425
+ "CMD-OPS-DEPLOY",
1426
+ "CMD-DOC-HANDOFF"
1427
+ ],
1428
+ "exit_criteria": [
1429
+ "최종 세팅 및 배포 준비 완료"
1430
+ ]
1431
+ }
1432
+ ],
1433
+ "final_outputs": [
1434
+ "PRD 패키지",
1435
+ "구현 결과",
1436
+ "배포 준비 패키지"
1437
+ ],
1438
+ "when_to_use": "요구사항이 큰 신규 기능을 PRD 기반으로 자동 추진"
1439
+ },
1440
+ "antigravity": {
1441
+ "name": "PRD 대화형 작성→순차 자동 구현",
1442
+ "summary": "Manager가 PRD 대화형 단계와 구현 자동 단계를 분리 오케스트레이션합니다.",
1443
+ "orchestrator": "manager-agent",
1444
+ "stages": [
1445
+ {
1446
+ "order": 1,
1447
+ "stage_id": "STG-PRD-MASTER",
1448
+ "agent": "prd-writer-agent",
1449
+ "interaction_mode": "interactive",
1450
+ "commands": [
1451
+ "CMD-PLAN-PRD-MASTER"
1452
+ ],
1453
+ "input_artifact": "ART-REQUEST-BRIEF",
1454
+ "output_artifact": "ART-PRD-MASTER",
1455
+ "exit_criteria": [
1456
+ "마스터 PRD 승인"
1457
+ ]
1458
+ },
1459
+ {
1460
+ "order": 2,
1461
+ "stage_id": "STG-PRD-DETAIL",
1462
+ "agent": "prd-writer-agent",
1463
+ "interaction_mode": "interactive",
1464
+ "commands": [
1465
+ "CMD-PLAN-PRD-DETAILS"
1466
+ ],
1467
+ "input_artifact": "ART-PRD-MASTER",
1468
+ "output_artifact": "ART-PRD-DETAILS",
1469
+ "exit_criteria": [
1470
+ "세부 PRD 확정"
1471
+ ]
1472
+ },
1473
+ {
1474
+ "order": 3,
1475
+ "stage_id": "STG-BOOTSTRAP",
1476
+ "agent": "manager-agent",
1477
+ "interaction_mode": "interactive",
1478
+ "commands": [
1479
+ "CMD-PLAN-IMPLEMENTATION-BOOTSTRAP"
1480
+ ],
1481
+ "input_artifact": "ART-PRD-DETAILS",
1482
+ "output_artifact": "ART-IMPLEMENTATION-BOOTSTRAP",
1483
+ "exit_criteria": [
1484
+ "구현 배치 계획 확정"
1485
+ ]
1486
+ },
1487
+ {
1488
+ "order": 4,
1489
+ "stage_id": "STG-SEQUENTIAL-AUTO",
1490
+ "agent": "implementation-agent",
1491
+ "interaction_mode": "autonomous-sequential",
1492
+ "commands": [
1493
+ "CMD-DEV-SEQUENTIAL-AUTORUN",
1494
+ "CMD-DEV-BE-API",
1495
+ "CMD-DEV-FE-UI-COMPONENTIZE",
1496
+ "CMD-DEV-FE-HOOK-SEPARATE",
1497
+ "CMD-DEV-PERF-OPTIMIZE"
1498
+ ],
1499
+ "input_artifact": "ART-IMPLEMENTATION-BOOTSTRAP",
1500
+ "output_artifact": "ART-IMPLEMENTATION-PACK",
1501
+ "exit_criteria": [
1502
+ "최종 수동 설정 전 자동 구현 완료"
1503
+ ]
1504
+ },
1505
+ {
1506
+ "order": 5,
1507
+ "stage_id": "STG-VERIFY",
1508
+ "agent": "review-security-agent",
1509
+ "interaction_mode": "autonomous-sequential",
1510
+ "commands": [
1511
+ "CMD-TEST-UNIT-INTEGRATION",
1512
+ "CMD-REVIEW-CODE",
1513
+ "CMD-SEC-THREAT-MODEL",
1514
+ "CMD-SEC-DEPENDENCY-AUDIT"
1515
+ ],
1516
+ "input_artifact": "ART-IMPLEMENTATION-PACK",
1517
+ "output_artifact": "ART-QUALITY-SECURITY-REPORT",
1518
+ "exit_criteria": [
1519
+ "차단 이슈 0건",
1520
+ "치명 취약점 0건"
1521
+ ]
1522
+ },
1523
+ {
1524
+ "order": 6,
1525
+ "stage_id": "STG-FINAL-SETUP",
1526
+ "agent": "release-ops-agent",
1527
+ "interaction_mode": "manual-final-setup",
1528
+ "commands": [
1529
+ "CMD-OPS-CI-CD-GATE",
1530
+ "CMD-OPS-DEPLOY",
1531
+ "CMD-DOC-HANDOFF"
1532
+ ],
1533
+ "input_artifact": "ART-QUALITY-SECURITY-REPORT",
1534
+ "output_artifact": "ART-RELEASE-READY",
1535
+ "exit_criteria": [
1536
+ "최종 세팅 및 배포 준비 완료"
1537
+ ]
1538
+ }
1539
+ ],
1540
+ "final_outputs": [
1541
+ "ART-PRD-MASTER",
1542
+ "ART-PRD-DETAILS",
1543
+ "ART-RELEASE-READY"
1544
+ ],
1545
+ "when_to_use": "PRD 기반 구현 자동화"
1546
+ }
1547
+ }
1548
+ }
1549
+ ]
1550
+ }