What is a Boss agent?
A Boss agent is a special type of SlackHive agent whose sole job is to receive high-level requests and delegate them to the right specialist agents. The Boss never does the specialist work itself — it orchestrates.Creating a Boss agent
During agent creation (Step 1 — Name & Role), toggle This agent is a Boss. When the Boss toggle is enabled:- The Tools step (Step 4) is skipped — Boss agents don’t need MCP servers or skills
CLAUDE.mdis auto-generated from the team registry instead of using a custom identity file- The Boss agent connects to Slack like any other agent and receives @mentions normally
The team registry
Each Boss gets aCLAUDE.md compiled from its team registry. The registry is a Markdown document injected into the Boss’s identity that lists every specialist reporting to it.
Example registry section:
Setting reportsTo
To add a specialist to a Boss’s team, set the Reports To field on the specialist agent:- Open the specialist agent’s Overview tab
- Select one or more Boss agents in the Reports To dropdown
- Save — the Boss’s registry regenerates automatically within seconds
Multiple Boss agents
You can create as many Boss agents as needed. Common patterns:| Pattern | Example |
|---|---|
| Single Boss | One orchestrator for the entire team |
| Domain Bosses | Separate Boss per team (eng-boss, data-boss, content-boss) |
| Hierarchical | A meta-boss delegates to domain bosses, which delegate to specialists |
Delegation flow in detail
When the Boss receives a message:- Boss reads the user’s request
- Checks the team registry to identify the right specialist
- @mentions the specialist in the same thread with a clear task description
- Instructs the specialist to tag the Boss when done
- Specialist picks up the full thread context and completes the task
- Specialist tags the Boss to signal completion
- Boss reviews the result, confirms for the user, and decides if another specialist is needed or the task is done
CLAUDE.md for Boss agents
The Boss’sCLAUDE.md is fully auto-generated and managed by SlackHive. You cannot manually edit it through the CLAUDE.md editor (the editor is read-only for Boss agents).
The generated content includes:
- The Boss’s name and orchestrator role description
- Your Role section with delegation rules
- The full team roster with Slack user IDs and descriptions
- Delegation format instructions (exact phrasing to use)
- Instructions for what to do after a specialist responds