danielrosehill's picture
Fix short description length for HF metadata
bd2d313
---
title: Claude Agent Picker Pattern
emoji: 🎯
colorFrom: indigo
colorTo: purple
sdk: static
pinned: false
short_description: Pattern for managing multi-agent crews in Claude Code
---
# Claude Agent "Picker" Pattern
A late-night idea for intelligently assembling multi-agent crews for Claude Code projects while managing context window constraints.
## What's This About?
This space presents a conceptual pattern for solving a common problem in AI agent orchestration: **context flooding**. When you have too many agents or MCP tools, the orchestration layer gets overwhelmed trying to parse through all the definitions.
## The Concept
The "Agent Picker" pattern proposes:
1. **Agent Farm**: A centralized library of reusable subagent configurations
2. **HTPG (Harsh Team Picker Guy)**: An intelligent pre-kickoff agent that:
- Evaluates project requirements
- Selects optimal agent crews with minimal overlap
- Manages context window limits
- Adapts agent configs for specific projects
## View the Full Documentation
Click the space above to view the complete write-up with diagrams and detailed explanations!
---
**Author**: [Daniel Rosehill](https://danielrosehill.com)
**Date**: October 31, 2025