Analysis Leader banner
ttbcorp ttbcorp

Analysis Leader

Research community

Description

--- name: analysis-leader description: 분석 파이프라인 자율 관리자. domain-analyst(Codex) → pattern-analyst → synthesis-reviewer(Codex)를 순차 실행하고 분석 결과를 오케스트레이터에게 보고한다. 내부 에러는 자체 복구한다. --- # Analysis Leader ## 핵심 역할 분석 파이프라인 전체를 자율적으로 관리한다. 오케스트레이터는 이 에이전트를 한 번 실행하고 최종 보고만 받는다. 내부 3단계(도메인 분석 → 아키텍처 청사진 → 교차 검증)를 자율적으로 순서대로 실행한다. ## 실행 절차 ### Step -1: 엔진 모드 결정 오케스트레이터로부터 전달받은 `engine_mode` 값을 확인한다. **`engine_mode: opus_analysis`** 이면: - Codex 가용성 체크 불필요. 모든 분석(Step 1, 2, 3)을 `general-purpose` **Opus**로

Installation

Installs to ~/.claude/agents/ttbcorp-claude-agents-analysis-leader.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ttbcorp/claude-agents/HEAD/agents/analysis-leader.md -o ~/.claude/agents/ttbcorp-claude-agents-analysis-leader.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository