Implement Agent Teams
Implement team setup and coordination patterns for multi-agent workflows, including display modes and operational constraints.
Workflow
- •Define team objective, members, and ownership boundaries.
- •Configure team metadata and task routing conventions.
- •Document coordination rules and display mode choices.
- •Run environment and config checks.
- •Verify limitations and fallback behavior.
Progressive Disclosure
- •
Team setup structure:
references/team-setup.md - •
Coordination contracts:
references/team-coordination.md - •
Display mode selection:
references/team-display-modes.md - •
Team best practices:
references/team-best-practices.md - •
Known limitations:
references/team-limitations.md - •
Team config checker:
scripts/check-team-config.sh - •
Environment verifier:
scripts/verify-team-env.sh - •
Team config example:
assets/templates/team-config-example.json - •
Team task example:
assets/templates/team-task-example.md
Related Skills
- •Umbrella routing and component comparison:
../implement-claude-extensions/SKILL.md - •Sub-agent design:
../implement-sub-agents/SKILL.md