npx claudepluginhub melodic-software/claude-code-plugins --plugin tacThis skill is limited to using the following tools:
Generate configuration and templates for deploying a team of specialized agents.
Creates agent-almanac team composition files defining purpose, members, coordination patterns, task decomposition, and registry integration. Use for multi-agent workflows, complex reviews, or recurring collaborations.
Deploys coordinated teams of bopen-tools specialist agents to parallelize large tasks across domains using Claude Code's experimental agent team system.
Provides sizing heuristics, preset team configs (review, debug, feature, fullstack), subagent type selection, and display modes for Claude Code multi-agent teams.
Share bugs, ideas, or general feedback.
Generate configuration and templates for deploying a team of specialized agents.
$ARGUMENTS - Team composition description (e.g., "2 scouts, 1 builder, 1 reviewer")
Parse team composition from arguments:
Generate agent configurations for each team member:
Design coordination pattern:
Output team deployment spec:
## Team Deployment Specification
**Team Composition:** [summary]
### Agent Configurations
#### Agent: scout_1
**Template:** scout-fast
**Model:** opus
**Tools:** [Read, Glob, Grep]
**Purpose:** [specific purpose]
**System Prompt:**
```json
[customized prompt]
[configuration...]
[configuration...]
[configuration...]
Execution Flow:
Phase 1 (Parallel):
scout_1 --> findings_1
scout_2 --> findings_2
Phase 2 (Sequential):
Aggregate findings
builder_1 --> implementation
Phase 3 (Sequential):
reviewer_1 --> verification
Data Flow:
Metrics to Track:
Alerts:
Required Components:
Deployment Notes: [any special considerations]
## Example
/deploy-team 3 scouts for API analysis, 2 builders for implementation, 1 reviewer
## Team Templates
Common team compositions:
| Team | Composition | Use Case |
| --- | --- | --- |
| Quick fix | 1 scout, 1 builder | Simple changes |
| Standard | 2 scouts, 1 builder, 1 reviewer | Normal features |
| Complex | 3+ scouts, 2 builders, 1 reviewer | Large changes |
| Research | 5 scouts | Exploration only |
## SDK Requirement
> **Important:** This command generates *specifications* for team deployment. Actual agent creation and management requires Claude Agent SDK with custom MCP tools.
## Cross-References
- @single-interface-pattern.md - Team management
- @agent-lifecycle-crud.md - Templates
- @orchestrator-design skill - Design workflow
- @agent-lifecycle-management skill - CRUD patterns