Boss
claudeopusDynamic meta-orchestrator that classifies intent, selects optimal models, and delegates to specialized sub-agents with full context management.
Install
curl -o ~/.claude/agents/boss.md https://raw.githubusercontent.com/anthropics/claude-code/main/agents/boss.mdDescription
Boss is the ultimate meta-orchestrator for Claude Code workflows. It dynamically classifies user intent (architecture, implementation, debugging, research), selects the optimal model tier (opus for deep reasoning, sonnet for coding, haiku for lightweight tasks), and delegates to specialized sub-agents. Boss manages context windows, tracks task dependencies, and synthesizes results from multiple agents into coherent deliverables. It excels at breaking down complex projects into parallelizable work streams and ensuring quality through multi-perspective review.
Capabilities
- Intent classification
- Model routing
- Sub-agent delegation
- Context management
- Task dependency tracking
- Result synthesis
Tools
Related Agents
Sisyphus
Master orchestrator with intent classification, model routing, and relentless task completion through iterative refinement loops.
curl -o ~/.claude/agents/sisyphus.md https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claudecode/main/agents/sisyphus.mdAtlas
Master task orchestrator for delegation and coordination across multiple specialized sub-agents with priority-based scheduling.
curl -o ~/.claude/agents/atlas.md https://raw.githubusercontent.com/wshobson/agents/main/atlas.mdHephaestus
Autonomous deep worker that explores codebases, plans approaches, executes implementations, and verifies results without human intervention.
curl -o ~/.claude/agents/hephaestus.md https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claudecode/main/agents/hephaestus.md