@kood/claude-code 0.5.0 → 0.5.3

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 (66) hide show
  1. package/dist/index.js +179 -33
  2. package/package.json +1 -1
  3. package/templates/.claude/agents/analyst.md +6 -14
  4. package/templates/.claude/agents/architect.md +6 -14
  5. package/templates/.claude/agents/code-reviewer.md +8 -14
  6. package/templates/.claude/agents/dependency-manager.md +8 -14
  7. package/templates/.claude/agents/deployment-validator.md +8 -14
  8. package/templates/.claude/agents/designer.md +8 -0
  9. package/templates/.claude/agents/document-writer.md +6 -14
  10. package/templates/.claude/agents/explore.md +8 -3
  11. package/templates/.claude/agents/git-operator.md +63 -17
  12. package/templates/.claude/agents/implementation-executor.md +14 -37
  13. package/templates/.claude/agents/ko-to-en-translator.md +8 -13
  14. package/templates/.claude/agents/lint-fixer.md +8 -172
  15. package/templates/.claude/agents/planner.md +6 -14
  16. package/templates/.claude/agents/refactor-advisor.md +8 -14
  17. package/templates/.claude/commands/git-all.md +3 -167
  18. package/templates/.claude/commands/git-session.md +3 -71
  19. package/templates/.claude/commands/lint-fix.md +119 -82
  20. package/templates/.claude/commands/lint-init.md +2 -54
  21. package/templates/.claude/commands/pre-deploy.md +143 -82
  22. package/templates/.claude/commands/version-update.md +171 -66
  23. package/templates/.claude/instructions/agent-patterns/agent-coordination.md +208 -0
  24. package/templates/.claude/instructions/agent-patterns/index.md +264 -0
  25. package/templates/.claude/instructions/agent-patterns/model-routing.md +167 -0
  26. package/templates/.claude/instructions/agent-patterns/parallel-execution.md +91 -0
  27. package/templates/.claude/instructions/agent-patterns/read-parallelization.md +106 -0
  28. package/templates/.claude/instructions/index.md +350 -0
  29. package/templates/.claude/instructions/multi-agent/agent-roster.md +811 -0
  30. package/templates/.claude/{PARALLEL_AGENTS.md → instructions/multi-agent/coordination-guide.md} +27 -336
  31. package/templates/.claude/instructions/{parallel-agent-execution.md → multi-agent/execution-patterns.md} +127 -438
  32. package/templates/.claude/instructions/multi-agent/index.md +282 -0
  33. package/templates/.claude/instructions/multi-agent/performance-optimization.md +456 -0
  34. package/templates/.claude/instructions/tech-stack/design-standards.md +282 -0
  35. package/templates/.claude/instructions/tech-stack/index.md +70 -0
  36. package/templates/.claude/instructions/tech-stack/prisma-patterns.md +352 -0
  37. package/templates/.claude/instructions/tech-stack/tanstack-patterns.md +275 -0
  38. package/templates/.claude/instructions/validation/forbidden-patterns.md +281 -0
  39. package/templates/.claude/instructions/validation/index.md +32 -0
  40. package/templates/.claude/instructions/validation/required-behaviors.md +331 -0
  41. package/templates/.claude/instructions/validation/verification-checklist.md +318 -0
  42. package/templates/.claude/instructions/workflow-patterns/index.md +18 -0
  43. package/templates/.claude/instructions/workflow-patterns/phase-based-workflow.md +250 -0
  44. package/templates/.claude/instructions/workflow-patterns/sequential-thinking.md +217 -0
  45. package/templates/.claude/instructions/workflow-patterns/todowrite-pattern.md +215 -0
  46. package/templates/.claude/skills/bug-fix/SKILL.md +972 -0
  47. package/templates/.claude/skills/docs-creator/AGENTS.md +4 -1
  48. package/templates/.claude/skills/docs-creator/SKILL.md +258 -0
  49. package/templates/.claude/skills/docs-refactor/AGENTS.md +4 -1
  50. package/templates/.claude/skills/docs-refactor/SKILL.md +145 -0
  51. package/templates/.claude/skills/execute/SKILL.md +15 -242
  52. package/templates/.claude/skills/figma-to-code/AGENTS.md +4 -1
  53. package/templates/.claude/skills/figma-to-code/SKILL.md +306 -0
  54. package/templates/.claude/skills/global-uiux-design/AGENTS.md +4 -1
  55. package/templates/.claude/skills/global-uiux-design/SKILL.md +455 -125
  56. package/templates/.claude/skills/korea-uiux-design/AGENTS.md +4 -1
  57. package/templates/.claude/skills/korea-uiux-design/SKILL.md +461 -116
  58. package/templates/.claude/skills/nextjs-react-best-practices/SKILL.md +177 -0
  59. package/templates/.claude/skills/plan/SKILL.md +1102 -98
  60. package/templates/.claude/skills/prd/SKILL.md +367 -66
  61. package/templates/.claude/skills/ralph/AGENTS.md +4 -1
  62. package/templates/.claude/skills/ralph/SKILL.md +83 -0
  63. package/templates/.claude/skills/refactor/SKILL.md +1214 -0
  64. package/templates/.claude/skills/tanstack-start-react-best-practices/SKILL.md +149 -0
  65. package/templates/.claude/commands/bug-fix.md +0 -510
  66. package/templates/.claude/commands/refactor.md +0 -788
@@ -0,0 +1,456 @@
1
+ # Multi-Agent Performance Optimization
2
+
3
+ 병렬 에이전트 실행을 통한 성능 최적화 가이드.
4
+
5
+ ---
6
+
7
+ <purpose>
8
+
9
+ **Goal:** 독립적인 작업을 동시에 처리하여 대기 시간 최소화, 처리량 극대화, 비용 절감.
10
+
11
+ **Core Principle:** 순차 실행 → 병렬 실행으로 5-15배 성능 향상.
12
+
13
+ </purpose>
14
+
15
+ ---
16
+
17
+ <optimization_checklist>
18
+
19
+ ## 최적화 체크리스트
20
+
21
+ 성능 개선을 위한 필수 확인 사항.
22
+
23
+ - [ ] **독립 작업 식별** - 병렬 실행 가능한 작업 찾기
24
+ - [ ] **유사 작업 그룹화** - 10개 이상 유사 작업 배치 처리
25
+ - [ ] **장시간 작업 백그라운드 실행** - 10분 이상 작업 비동기 처리
26
+ - [ ] **모델 선택 최적화** - 복잡도별 haiku/sonnet/opus 선택
27
+ - [ ] **컨텍스트 크기 모니터링** - 토큰 한계 도달 시 컴팩션
28
+ - [ ] **재시도 전략 수립** - 실패 시 3회 제한 및 에스컬레이션
29
+ - [ ] **상태 문서화** - 컨텍스트 복구 및 핸드오프 준비
30
+
31
+ ### 패턴별 체크
32
+
33
+ | 패턴 | 확인 항목 |
34
+ |------|---------|
35
+ | **병렬 실행** | 작업 간 의존성 없음? / 서로 다른 파일? / 결과 독립적? |
36
+ | **배치 처리** | 10개 이상 작업? / 공통 컨텍스트? / 순서 무관? |
37
+ | **백그라운드** | 10분 이상 소요? / npm install/test/build? |
38
+
39
+ </optimization_checklist>
40
+
41
+ ---
42
+
43
+ <performance_metrics>
44
+
45
+ ## 성능 지표 및 타겟
46
+
47
+ ### 핵심 지표
48
+
49
+ | 지표 | 현황 | 목표 | 측정 방법 |
50
+ |------|------|------|----------|
51
+ | **대기 시간** | 순차 N * t | 80% 감소 | 시작~완료 시간 |
52
+ | **토큰 사용** | 개별 합산 | 70-90% 절감 (배치) | API 로그 분석 |
53
+ | **병렬도** | 1 (순차) | 3-10개 | 활성 에이전트 수 |
54
+ | **성공률** | 측정 필요 | 95% 이상 | 완료/시도 비율 |
55
+ | **비용** | baseline | 30-50% 절감 | 모델별 비용 계산 |
56
+
57
+ ### 성능 계산 예시
58
+
59
+ **예제 1: 풀스택 기능 (API + UI + 테스트)**
60
+
61
+ ```
62
+ 순차 실행:
63
+ - API 구현: 60초
64
+ - UI 구현: 60초
65
+ - 테스트: 60초
66
+ 총 시간: 180초
67
+
68
+ 병렬 실행:
69
+ - 동시 진행: 60초 (가장 긴 작업)
70
+ 개선: 3배 향상 (180초 → 60초)
71
+ ```
72
+
73
+ **예제 2: 배치 리팩토링 (10개 파일)**
74
+
75
+ ```
76
+ 순차 처리:
77
+ - 파일별 Edit: 10 * 50초 = 500초
78
+ - 컨텍스트 재전송: 10회
79
+
80
+ 배치 처리:
81
+ - 단일 Task: 60초
82
+ - 컨텍스트 1회: 10개 파일 적용
83
+ 토큰 절감: 70-90%
84
+ ```
85
+
86
+ ### 모니터링 지점
87
+
88
+ | 지점 | 확인 | 목표 |
89
+ |------|------|------|
90
+ | **시작** | 병렬도 계획 | 3-10개 |
91
+ | **진행 중** | 활성 에이전트 수 | 3-10개 유지 |
92
+ | **완료** | 총 시간 vs 목표 | 80% 이상 개선 |
93
+ | **토큰** | 사용량 추이 | 배치 적용 시 70-90% 절감 |
94
+
95
+ </performance_metrics>
96
+
97
+ ---
98
+
99
+ <anti_patterns>
100
+
101
+ ## 안티패턴 (Anti-Patterns)
102
+
103
+ 성능을 해치는 잘못된 패턴 및 올바른 대안.
104
+
105
+ ### 안티패턴 테이블
106
+
107
+ | 안티패턴 | 문제점 | 영향 | 올바른 방법 |
108
+ |---------|-------|------|----------|
109
+ | **순차 실행** | 불필요한 대기 시간 발생 | 성능 80% 하락 | 독립 작업 병렬 실행 |
110
+ | **과도한 병렬** | 컨텍스트 혼란, 리소스 고갈 | 에러 증가, 비용 상승 | 3-10개 제한, 배치 사용 |
111
+ | **모델 미스매치** | 과도한 비용, 느린 응답 | 비용 2-3배 상승 | haiku(간단), sonnet(일반), opus(복잡) |
112
+ | **컨텍스트 미보존** | 병렬 실행 시 상태 손실 | 작업 중복, 에러 | 상태 문서화, 핸드오프 |
113
+ | **무한 재시도** | 리소스 낭비, 무한 루프 | 대기 시간 증가 | 3회 제한 + 에스컬레이션 |
114
+ | **배치 미사용** | 토큰 낭비 (10개+ 유사 작업) | 비용 10배 | 배치 처리로 70-90% 절감 |
115
+ | **백그라운드 미활용** | 오래 걸리는 작업 대기 | 불필요한 대기 | npm install/test는 백그라운드 |
116
+
117
+ ### 예시: 안티패턴 vs 올바른 방법
118
+
119
+ #### ❌ 안티패턴 1: 순차 실행
120
+
121
+ ```typescript
122
+ // 총 시간: 180초
123
+ Task(subagent_type="implementation-executor", prompt="기능 A")
124
+ // 대기 60초...
125
+ Task(subagent_type="implementation-executor", prompt="기능 B")
126
+ // 대기 60초...
127
+ Task(subagent_type="implementation-executor", prompt="기능 C")
128
+ // 대기 60초...
129
+ ```
130
+
131
+ #### ✅ 올바른 방법: 병렬 실행
132
+
133
+ ```typescript
134
+ // 총 시간: 60초 (3배 향상)
135
+ Task(subagent_type="implementation-executor", prompt="기능 A")
136
+ Task(subagent_type="implementation-executor", prompt="기능 B")
137
+ Task(subagent_type="implementation-executor", prompt="기능 C")
138
+ ```
139
+
140
+ ---
141
+
142
+ #### ❌ 안티패턴 2: 과도한 병렬
143
+
144
+ ```typescript
145
+ // 50개 동시 실행 → 컨텍스트 혼란, 에러 증가
146
+ for (let i = 0; i < 50; i++) {
147
+ Task(subagent_type="implementation-executor", prompt=`작업 ${i}`)
148
+ }
149
+ ```
150
+
151
+ #### ✅ 올바른 방법: 배치 제한
152
+
153
+ ```typescript
154
+ // 방법 1: 3-10개 제한
155
+ Task(subagent_type="implementation-executor", prompt="작업 1")
156
+ Task(subagent_type="implementation-executor", prompt="작업 2")
157
+ Task(subagent_type="implementation-executor", prompt="작업 3")
158
+
159
+ // 방법 2: 배치 처리 (50개)
160
+ Task(subagent_type="implementation-executor",
161
+ prompt="다음 50개 작업 일괄 처리: [작업 목록]")
162
+ ```
163
+
164
+ ---
165
+
166
+ #### ❌ 안티패턴 3: 모델 미스매치
167
+
168
+ ```typescript
169
+ // 비용 낭비: 간단한 작업에 opus 사용
170
+ Task(subagent_type="explore", model="opus", // 비용 많음
171
+ prompt="파일 구조 탐색")
172
+
173
+ Task(subagent_type="code-reviewer", model="haiku", // 품질 낮음
174
+ prompt="복잡한 아키텍처 리뷰")
175
+ ```
176
+
177
+ #### ✅ 올바른 방법: 복잡도별 선택
178
+
179
+ ```typescript
180
+ // 복잡도 낮음 → haiku
181
+ Task(subagent_type="explore", model="haiku",
182
+ prompt="파일 구조 탐색")
183
+
184
+ // 복잡도 높음 → opus
185
+ Task(subagent_type="code-reviewer", model="opus",
186
+ prompt="복잡한 아키텍처 리뷰")
187
+ ```
188
+
189
+ ---
190
+
191
+ #### ❌ 안티패턴 4: 컨텍스트 미보존
192
+
193
+ ```typescript
194
+ // 병렬 실행 시 상태 손실
195
+ Task(subagent_type="implementation-executor",
196
+ prompt="모듈 A 구현")
197
+ Task(subagent_type="implementation-executor",
198
+ prompt="모듈 B 구현")
199
+ // → B가 A 존재 모르고 중복 작업
200
+ ```
201
+
202
+ #### ✅ 올바른 방법: 상태 문서화
203
+
204
+ ```typescript
205
+ // 공유 상태 명시
206
+ Task(subagent_type="implementation-executor",
207
+ prompt=`모듈 A 구현
208
+
209
+ 공유 상태:
210
+ - 프로젝트 구조: [설명]
211
+ - 공통 인터페이스: [경로]`)
212
+
213
+ Task(subagent_type="implementation-executor",
214
+ prompt=`모듈 B 구현 (모듈 A 통합)
215
+
216
+ 공유 상태:
217
+ - 모듈 A 위치: src/modules/a.ts
218
+ - 인터페이스: [경로]`)
219
+ ```
220
+
221
+ </anti_patterns>
222
+
223
+ ---
224
+
225
+ <monitoring_strategies>
226
+
227
+ ## 모니터링 전략
228
+
229
+ 병렬 실행 및 배치 처리 효과를 실시간 추적.
230
+
231
+ ### 모니터링 지표
232
+
233
+ | 지표 | 수집 방법 | 분석 방법 | 액션 트리거 |
234
+ |------|---------|---------|----------|
235
+ | **병렬도** | 활성 에이전트 수 | 최대/평균 계산 | < 3개: 병렬 부족 / > 10개: 과도 |
236
+ | **응답 시간** | 작업 시작~종료 | 분포 분석 | > 5분: 백그라운드 고려 |
237
+ | **토큰 사용** | API 로그 | 배치vs개별 비교 | 10배 차이: 배치 적용 |
238
+ | **성공률** | 완료/시도 비율 | 에이전트별/패턴별 | < 90%: 재시도 전략 검토 |
239
+ | **에러 패턴** | 로그 파일 분석 | 빈도/유형 분류 | > 3회 반복: 에스컬레이션 |
240
+
241
+ ### 모니터링 구현
242
+
243
+ #### 1. 실시간 대시보드 (간단)
244
+
245
+ ```markdown
246
+ # 작업 모니터링
247
+
248
+ ## 현재 상태
249
+ - 활성 에이전트: 5/10
250
+ - 평균 응답 시간: 45초
251
+ - 토큰 사용: 150K/200K
252
+ - 성공률: 94%
253
+
254
+ ## 최근 작업
255
+ | 작업 | 상태 | 시간 | 토큰 |
256
+ |------|------|------|------|
257
+ | API 구현 | DONE | 60s | 25K |
258
+ | UI 구현 | IN_PROGRESS | 40s | 20K |
259
+
260
+ ## 경고
261
+ - ⚠️ 토큰 사용 75% 도달
262
+ - ✅ 병렬도 정상 범위
263
+ ```
264
+
265
+ #### 2. 로그 기반 모니터링
266
+
267
+ ```typescript
268
+ // 작업 로그 기록
269
+ Write(".claude/logs/performance.md", `
270
+ ## Performance Log - ${timestamp}
271
+
272
+ ### 배치 작업
273
+ - 파일 수: 10
274
+ - 전체 시간: 60초
275
+ - 예상 순차 시간: 500초
276
+ - 개선율: 89%
277
+ - 토큰 절감: 75%
278
+
279
+ ### 병렬 작업
280
+ - 동시 작업: 5개
281
+ - 완료 시간: 60초 (최대)
282
+ - 병렬도: 우수
283
+
284
+ ### 에러
285
+ - 재시도: 1회 (성공)
286
+ - 실패율: 0%
287
+ `)
288
+ ```
289
+
290
+ #### 3. 성능 추적 메트릭
291
+
292
+ ```typescript
293
+ // 성능 추적 구조
294
+ const performanceMetrics = {
295
+ parallel: {
296
+ activeAgents: 5,
297
+ avgResponseTime: 45,
298
+ totalTime: 180,
299
+ sequential_equivalent: 300,
300
+ improvement_percent: 40,
301
+ },
302
+ batch: {
303
+ itemsProcessed: 10,
304
+ batchTime: 60,
305
+ individual_equivalent: 500,
306
+ tokenSavings: 75, // %
307
+ },
308
+ errors: {
309
+ totalAttempts: 50,
310
+ failures: 3,
311
+ retries: 2,
312
+ successRate: 94,
313
+ }
314
+ }
315
+ ```
316
+
317
+ ### 모니터링 체크포인트
318
+
319
+ #### 작업 시작 전
320
+
321
+ ```text
322
+ 1. 작업 분석
323
+ ✓ 독립성 확인
324
+ ✓ 의존성 맵핑
325
+ ✓ 예상 시간 계산
326
+
327
+ 2. 리소스 계획
328
+ ✓ 모델 선택 (haiku/sonnet/opus)
329
+ ✓ 병렬도 목표 설정
330
+ ✓ 토큰 예산 확인
331
+ ```
332
+
333
+ #### 작업 진행 중
334
+
335
+ ```text
336
+ 1. 실시간 모니터링
337
+ ✓ TaskList(): 진행 상태 확인
338
+ ✓ 활성 에이전트 수: 3-10개 범위
339
+ ✓ 응답 시간: 이상 감지
340
+
341
+ 2. 적응형 조정
342
+ ✓ 병렬도 부족 → 추가 태스크
343
+ ✓ 과도한 병렬 → 배치 통합
344
+ ✓ 에러 증가 → 모델 업그레이드
345
+ ```
346
+
347
+ #### 작업 완료 후
348
+
349
+ ```text
350
+ 1. 성능 분석
351
+ ✓ 총 시간 vs 목표
352
+ ✓ 토큰 사용 vs 예산
353
+ ✓ 성공률 분석
354
+
355
+ 2. 개선 계획
356
+ ✓ 더 나은 패턴 찾기
357
+ ✓ 교훈 문서화
358
+ ✓ 다음 작업 최적화
359
+ ```
360
+
361
+ ### 모니터링 도구
362
+
363
+ | 도구 | 용도 | 구현 |
364
+ |------|------|------|
365
+ | **TaskList()** | 실시간 작업 상태 | 정기적 호출 |
366
+ | **로그 파일** | 성능 히스토리 | `.claude/logs/` |
367
+ | **git log** | 커밋 추이 | 속도 트렌드 |
368
+ | **API 대시보드** | 토큰 사용 추적 | 외부 모니터링 |
369
+
370
+ </monitoring_strategies>
371
+
372
+ ---
373
+
374
+ <references>
375
+
376
+ ## 참고 자료
377
+
378
+ ### Anthropic Official
379
+
380
+ 1. [Effective context engineering for AI agents](https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents) - 컨텍스트 엔지니어링 원칙
381
+
382
+ 2. [Multi-agent research system](https://www.anthropic.com/engineering/multi-agent-research-system) - 멀티 에이전트 시스템 사례
383
+
384
+ 3. [Batch processing](https://platform.claude.com/docs/en/build-with-claude/batch-processing) - 배치 처리 API 문서
385
+
386
+ ### 아키텍처 패턴
387
+
388
+ 4. [Multi-Agent Design Patterns (Azure)](https://learn.microsoft.com/en-us/azure/architecture/ai-ml/guide/ai-agent-design-patterns) - 에이전트 오케스트레이션 패턴
389
+
390
+ 5. [Multi-Agent Systems (Google ADK)](https://google.github.io/adk-docs/agents/multi-agents/) - 병렬 에이전트 구현
391
+
392
+ 6. [Multi-Agent Patterns (LangChain)](https://docs.langchain.com/oss/python/langchain/multi-agent) - 서브에이전트, 라우터 패턴
393
+
394
+ 7. [Agentic AI Patterns (AWS)](https://docs.aws.amazon.com/prescriptive-guidance/latest/agentic-ai-patterns/introduction.html) - 워크플로우 및 협조 패턴
395
+
396
+ ### 성능 최적화
397
+
398
+ 8. [Batch Query Processing (arXiv)](https://arxiv.org/html/2509.02121v1) - 배치 최적화 연구
399
+
400
+ 9. [Parallel Processing with Claude](https://codesignal.com/learn/courses/exploring-workflows-with-claude-in-typescript/lessons/parallel-processing-with-claude) - 병렬 처리 실습 자료
401
+
402
+ 10. [AI Agent Performance Optimization](https://www.talktoagent.com/blog/ways-to-optimize-ai-agent-performance) - 9가지 최적화 전략
403
+
404
+ ### 에러 처리 및 복구
405
+
406
+ 11. [Multi-Agent AI Failure Recovery](https://galileo.ai/blog/multi-agent-ai-system-failure-recovery) - 실패 복구 전략
407
+
408
+ 12. [Exception Handling for AI Agents](https://datagrid.com/blog/exception-handling-frameworks-ai-agents) - 예외 처리 프레임워크
409
+
410
+ 13. [Multi-Agent Systems Fault Tolerance](https://milvus.io/ai-quick-reference/how-do-multiagent-systems-ensure-fault-tolerance) - 결함 허용 기법
411
+
412
+ ### 고급 패턴
413
+
414
+ 14. [Fan-Out Fan-In Pattern](https://systemdesignschool.io/fundamentals/fan-out-fan-in) - 분산 처리 패턴
415
+
416
+ 15. [Context Preservation in Multi-Agent](https://developers.googleblog.com/architecting-efficient-context-aware-multi-agent-framework-for-production/) - 컨텍스트 보존 기법
417
+
418
+ </references>
419
+
420
+ ---
421
+
422
+ <summary>
423
+
424
+ ## 핵심 요약
425
+
426
+ ### 3가지 최적화 전략
427
+
428
+ | 전략 | 적용 | 효과 |
429
+ |------|------|------|
430
+ | **병렬 실행** | 독립 작업 → 단일 메시지 다중 Tool | 5-15배 속도 향상 |
431
+ | **배치 처리** | 10개+ 유사 작업 → 단일 Task | 토큰 70-90% 절감 |
432
+ | **모델 라우팅** | 복잡도별 선택 (haiku/sonnet/opus) | 비용 30-50% 절감 |
433
+
434
+ ### 성능 목표
435
+
436
+ - **대기 시간:** 순차 대비 80% 감소
437
+ - **병렬도:** 3-10개 동시 실행
438
+ - **성공률:** 95% 이상
439
+ - **토큰 절감:** 배치 시 70-90%
440
+
441
+ ### 빠른 시작
442
+
443
+ 1. 작업 분석: 독립/의존/유사 구분
444
+ 2. 패턴 선택: 병렬/순차/배치
445
+ 3. 모델 선택: 복잡도 기반
446
+ 4. 모니터링: TaskList, 로그 추적
447
+ 5. 최적화: 성능 메트릭 개선
448
+
449
+ ### 피해야 할 패턴
450
+
451
+ - ❌ 순차 실행 (대기 시간 낭비)
452
+ - ❌ 과도한 병렬 (컨텍스트 혼란)
453
+ - ❌ 모델 미스매치 (비용 낭비)
454
+ - ❌ 배치 미사용 (토큰 낭비)
455
+
456
+ </summary>