@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,450 +0,0 @@
1
- {
2
- "schema_version": "1.0.0",
3
- "workflow_policy": {
4
- "execution_rule": "각 단계 시작 전에 /plan으로 작업 단위를 잠그고, 단계 종료 시 /review 또는 검증 명령으로 품질을 확인한다.",
5
- "mode_rule": "로컬-워크트리-클라우드 모드를 작업 성격에 맞게 선택한다."
6
- },
7
- "workflows": [
8
- {
9
- "id": "WF-SERVICE-E2E",
10
- "name": "신규 서비스 전체 사이클 (기획→구현→검증→배포 준비)",
11
- "summary": "새 프로젝트 또는 대형 기능을 기획부터 배포 준비까지 한 번에 진행할 때 사용합니다.",
12
- "execution_surface": [
13
- "local",
14
- "cloud"
15
- ],
16
- "stages": [
17
- {
18
- "order": 1,
19
- "stage_id": "STG-PLAN",
20
- "owner_role": "product-planner-skill",
21
- "codex_commands": [
22
- "/plan"
23
- ],
24
- "commands": [
25
- "CMD-PLAN-REQ-LOCK",
26
- "CMD-PLAN-ARCH-DECISION"
27
- ],
28
- "exit_criteria": [
29
- "요구사항과 ADR 확정"
30
- ]
31
- },
32
- {
33
- "order": 2,
34
- "stage_id": "STG-BUILD",
35
- "owner_role": "implementation-skill",
36
- "codex_commands": [
37
- "/plan"
38
- ],
39
- "commands": [
40
- "CMD-DEV-BE-API",
41
- "CMD-DEV-FE-UI-COMPONENTIZE",
42
- "CMD-DEV-FE-HOOK-SEPARATE",
43
- "CMD-DEV-PERF-OPTIMIZE"
44
- ],
45
- "exit_criteria": [
46
- "핵심 기능 구현",
47
- "반복 리팩터 적용"
48
- ]
49
- },
50
- {
51
- "order": 3,
52
- "stage_id": "STG-VERIFY",
53
- "owner_role": "quality-security-skill",
54
- "codex_commands": [
55
- "/review"
56
- ],
57
- "commands": [
58
- "CMD-TEST-UNIT-INTEGRATION",
59
- "CMD-REVIEW-CODE",
60
- "CMD-SEC-THREAT-MODEL",
61
- "CMD-SEC-DEPENDENCY-AUDIT"
62
- ],
63
- "exit_criteria": [
64
- "차단 이슈 0건",
65
- "치명 취약점 0건"
66
- ]
67
- },
68
- {
69
- "order": 4,
70
- "stage_id": "STG-RELEASE",
71
- "owner_role": "release-ops-skill",
72
- "codex_commands": [
73
- "/plan"
74
- ],
75
- "commands": [
76
- "CMD-OPS-CI-CD-GATE",
77
- "CMD-OPS-DEPLOY",
78
- "CMD-DOC-HANDOFF"
79
- ],
80
- "exit_criteria": [
81
- "배포 준비 완료"
82
- ]
83
- }
84
- ],
85
- "final_outputs": [
86
- "배포 후보",
87
- "운영 문서",
88
- "검증 보고"
89
- ],
90
- "when_to_use": "신규 서비스 착수, 대형 기능 E2E 추진"
91
- },
92
- {
93
- "id": "WF-FEATURE-DELIVERY",
94
- "name": "기능 추가 표준 (범위 고정→구현→리뷰)",
95
- "summary": "기존 서비스에 일반 기능을 안전하게 추가하는 표준 흐름입니다.",
96
- "execution_surface": [
97
- "local",
98
- "worktree"
99
- ],
100
- "stages": [
101
- {
102
- "order": 1,
103
- "stage_id": "STG-SCOPE",
104
- "owner_role": "product-planner-skill",
105
- "codex_commands": [
106
- "/plan"
107
- ],
108
- "commands": [
109
- "CMD-PLAN-REQ-LOCK"
110
- ],
111
- "exit_criteria": [
112
- "범위 고정"
113
- ]
114
- },
115
- {
116
- "order": 2,
117
- "stage_id": "STG-IMPLEMENT",
118
- "owner_role": "implementation-skill",
119
- "codex_commands": [
120
- "/plan"
121
- ],
122
- "commands": [
123
- "CMD-DEV-BE-API",
124
- "CMD-DEV-FE-UI-COMPONENTIZE",
125
- "CMD-DEV-FE-HOOK-SEPARATE"
126
- ],
127
- "exit_criteria": [
128
- "기능 구현 완료"
129
- ]
130
- },
131
- {
132
- "order": 3,
133
- "stage_id": "STG-REVIEW",
134
- "owner_role": "quality-security-skill",
135
- "codex_commands": [
136
- "/review"
137
- ],
138
- "commands": [
139
- "CMD-TEST-UNIT-INTEGRATION",
140
- "CMD-REVIEW-CODE"
141
- ],
142
- "exit_criteria": [
143
- "리뷰 통과"
144
- ]
145
- }
146
- ],
147
- "final_outputs": [
148
- "병합 가능 PR"
149
- ],
150
- "when_to_use": "일반 기능 개발, 반복 개발 사이클"
151
- },
152
- {
153
- "id": "WF-SECURITY-HARDENING",
154
- "name": "보안 하드닝 (진단→보완→재검증)",
155
- "summary": "보안 진단 후 코드 보완과 재검증까지 닫는 흐름입니다.",
156
- "execution_surface": [
157
- "local",
158
- "cloud"
159
- ],
160
- "stages": [
161
- {
162
- "order": 1,
163
- "stage_id": "STG-AUDIT",
164
- "owner_role": "quality-security-skill",
165
- "codex_commands": [
166
- "/plan"
167
- ],
168
- "commands": [
169
- "CMD-SEC-THREAT-MODEL",
170
- "CMD-SEC-DEPENDENCY-AUDIT"
171
- ],
172
- "exit_criteria": [
173
- "보완 목록 확정"
174
- ]
175
- },
176
- {
177
- "order": 2,
178
- "stage_id": "STG-HARDEN",
179
- "owner_role": "implementation-skill",
180
- "codex_commands": [
181
- "/plan"
182
- ],
183
- "commands": [
184
- "CMD-DEV-BE-API",
185
- "CMD-IMPROVE-TECHDEBT"
186
- ],
187
- "exit_criteria": [
188
- "보완 코드 반영"
189
- ]
190
- },
191
- {
192
- "order": 3,
193
- "stage_id": "STG-RECHECK",
194
- "owner_role": "quality-security-skill",
195
- "codex_commands": [
196
- "/review"
197
- ],
198
- "commands": [
199
- "CMD-TEST-UNIT-INTEGRATION",
200
- "CMD-REVIEW-CODE"
201
- ],
202
- "exit_criteria": [
203
- "치명/고위험 0건"
204
- ]
205
- }
206
- ],
207
- "final_outputs": [
208
- "보안 개선 보고"
209
- ],
210
- "when_to_use": "정기 보안 점검, 취약점 이슈 대응"
211
- },
212
- {
213
- "id": "WF-RELEASE-TRANSITION",
214
- "name": "배포/운영 전환 (게이트→배포→인수인계)",
215
- "summary": "릴리즈 게이트 통과부터 운영 안정화 및 인수인계까지 진행합니다.",
216
- "execution_surface": [
217
- "local",
218
- "cloud"
219
- ],
220
- "stages": [
221
- {
222
- "order": 1,
223
- "stage_id": "STG-GATE",
224
- "owner_role": "release-ops-skill",
225
- "codex_commands": [
226
- "/plan"
227
- ],
228
- "commands": [
229
- "CMD-OPS-CI-CD-GATE"
230
- ],
231
- "exit_criteria": [
232
- "배포 게이트 통과"
233
- ]
234
- },
235
- {
236
- "order": 2,
237
- "stage_id": "STG-DEPLOY",
238
- "owner_role": "release-ops-skill",
239
- "codex_commands": [
240
- "/plan"
241
- ],
242
- "commands": [
243
- "CMD-OPS-DEPLOY",
244
- "CMD-OPS-MONITORING"
245
- ],
246
- "exit_criteria": [
247
- "배포 안정화"
248
- ]
249
- },
250
- {
251
- "order": 3,
252
- "stage_id": "STG-HANDOFF",
253
- "owner_role": "release-ops-skill",
254
- "codex_commands": [
255
- "/plan"
256
- ],
257
- "commands": [
258
- "CMD-DOC-HANDOFF"
259
- ],
260
- "exit_criteria": [
261
- "운영 인수인계 완료"
262
- ]
263
- }
264
- ],
265
- "final_outputs": [
266
- "운영 전환 완료"
267
- ],
268
- "when_to_use": "릴리즈 직전 최종 점검, 운영 전환"
269
- },
270
- {
271
- "id": "WF-INCIDENT-RESPONSE",
272
- "name": "장애 대응 루프 (분류→복구→재발 방지)",
273
- "summary": "장애 접수 후 복구와 재발 방지 조치까지 수행합니다.",
274
- "execution_surface": [
275
- "local",
276
- "cloud"
277
- ],
278
- "stages": [
279
- {
280
- "order": 1,
281
- "stage_id": "STG-TRIAGE",
282
- "owner_role": "release-ops-skill",
283
- "codex_commands": [
284
- "/plan"
285
- ],
286
- "commands": [
287
- "CMD-INCIDENT-TRIAGE",
288
- "CMD-OPS-MONITORING"
289
- ],
290
- "exit_criteria": [
291
- "복구 완료"
292
- ]
293
- },
294
- {
295
- "order": 2,
296
- "stage_id": "STG-FIX",
297
- "owner_role": "implementation-skill",
298
- "codex_commands": [
299
- "/plan"
300
- ],
301
- "commands": [
302
- "CMD-IMPROVE-TECHDEBT",
303
- "CMD-DEV-BE-API"
304
- ],
305
- "exit_criteria": [
306
- "근본 원인 수정"
307
- ]
308
- },
309
- {
310
- "order": 3,
311
- "stage_id": "STG-POST",
312
- "owner_role": "quality-security-skill",
313
- "codex_commands": [
314
- "/review"
315
- ],
316
- "commands": [
317
- "CMD-REVIEW-CODE",
318
- "CMD-SEC-THREAT-MODEL",
319
- "CMD-DOC-HANDOFF"
320
- ],
321
- "exit_criteria": [
322
- "재발 방지 조치 확정"
323
- ]
324
- }
325
- ],
326
- "final_outputs": [
327
- "RCA",
328
- "재발 방지 백로그"
329
- ],
330
- "when_to_use": "운영 장애 대응, 핫픽스 후속 조치"
331
- },
332
- {
333
- "id": "WF-PRD-TO-PRODUCTION",
334
- "name": "PRD 대화형 작성→순차 자동 구현",
335
- "summary": "PRD는 대화형으로 확정하고 구현은 최종 수동 세팅 전까지 자동 순차 실행합니다.",
336
- "execution_surface": [
337
- "local",
338
- "cloud"
339
- ],
340
- "stages": [
341
- {
342
- "order": 1,
343
- "stage_id": "STG-PRD-MASTER",
344
- "owner_role": "prd-orchestration-skill",
345
- "interaction_mode": "interactive",
346
- "codex_commands": [
347
- "/plan"
348
- ],
349
- "commands": [
350
- "CMD-PLAN-PRD-MASTER"
351
- ],
352
- "exit_criteria": [
353
- "마스터 PRD 승인"
354
- ]
355
- },
356
- {
357
- "order": 2,
358
- "stage_id": "STG-PRD-DETAIL",
359
- "owner_role": "prd-orchestration-skill",
360
- "interaction_mode": "interactive",
361
- "codex_commands": [
362
- "/plan"
363
- ],
364
- "commands": [
365
- "CMD-PLAN-PRD-DETAILS"
366
- ],
367
- "exit_criteria": [
368
- "세부 PRD 확정"
369
- ]
370
- },
371
- {
372
- "order": 3,
373
- "stage_id": "STG-BOOTSTRAP",
374
- "owner_role": "prd-orchestration-skill",
375
- "interaction_mode": "interactive",
376
- "codex_commands": [
377
- "/plan"
378
- ],
379
- "commands": [
380
- "CMD-PLAN-IMPLEMENTATION-BOOTSTRAP"
381
- ],
382
- "exit_criteria": [
383
- "구현 배치 계획 확정"
384
- ]
385
- },
386
- {
387
- "order": 4,
388
- "stage_id": "STG-SEQUENTIAL-AUTO",
389
- "owner_role": "implementation-skill",
390
- "interaction_mode": "autonomous-sequential",
391
- "codex_commands": [
392
- "/plan"
393
- ],
394
- "commands": [
395
- "CMD-DEV-SEQUENTIAL-AUTORUN",
396
- "CMD-DEV-BE-API",
397
- "CMD-DEV-FE-UI-COMPONENTIZE",
398
- "CMD-DEV-FE-HOOK-SEPARATE",
399
- "CMD-DEV-PERF-OPTIMIZE"
400
- ],
401
- "exit_criteria": [
402
- "최종 수동 설정 전 자동 구현 완료"
403
- ]
404
- },
405
- {
406
- "order": 5,
407
- "stage_id": "STG-VERIFY",
408
- "owner_role": "quality-security-skill",
409
- "interaction_mode": "autonomous-sequential",
410
- "codex_commands": [
411
- "/review"
412
- ],
413
- "commands": [
414
- "CMD-TEST-UNIT-INTEGRATION",
415
- "CMD-REVIEW-CODE",
416
- "CMD-SEC-THREAT-MODEL",
417
- "CMD-SEC-DEPENDENCY-AUDIT"
418
- ],
419
- "exit_criteria": [
420
- "차단 이슈 0건",
421
- "치명 취약점 0건"
422
- ]
423
- },
424
- {
425
- "order": 6,
426
- "stage_id": "STG-FINAL-SETUP",
427
- "owner_role": "release-ops-skill",
428
- "interaction_mode": "manual-final-setup",
429
- "codex_commands": [
430
- "/plan"
431
- ],
432
- "commands": [
433
- "CMD-OPS-CI-CD-GATE",
434
- "CMD-OPS-DEPLOY",
435
- "CMD-DOC-HANDOFF"
436
- ],
437
- "exit_criteria": [
438
- "최종 세팅 및 배포 준비 완료"
439
- ]
440
- }
441
- ],
442
- "final_outputs": [
443
- "PRD 패키지",
444
- "구현 결과",
445
- "배포 준비 패키지"
446
- ],
447
- "when_to_use": "요구사항이 큰 신규 기능을 PRD 기반으로 자동 추진"
448
- }
449
- ]
450
- }