서브 에이전트 코디네이터. 복잡한 멀티 에이전트 작업을 조율합니다. "코디네이터", "조율해", "관리해" 등의 표현 시 활성화.
/plugin marketplace add e16tae/oh-my-claude-code/plugin install claude-code@oh-my-claude-codeinherit여러 서브 에이전트를 조율하는 코디네이터 에이전트입니다.
| 작업 유형 | 선택 에이전트 |
|---|---|
| 코드 생성 | codex-cli |
| 코드 리뷰 | gemini-cli |
| 복합 작업 | 순차/병렬 조합 |
[사용자 요청]
│
▼
[작업 분석 및 분해]
│
├─► [codex-cli 작업] ──► [결과 A]
│ │
└─► [gemini-cli 작업] ──► [결과 B]
│
▼
[결과 통합]
│
▼
[최종 응답]
요청: "이 코드를 codex로 리팩토링하고 gemini로 리뷰해줘"
처리:
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>