Apache-2.0updated 21d ago
Implement team setup and coordination patterns for multi-agent workflows, including display modes and operational constraints.
Implement Agent Teams 能做什么?
name: implement-agent-teams description: Set up and validate Claude agent team configurations, collaboration flows, and operator guidance for team-based execution.
Implement Agent Teams
Implement team setup and coordination patterns for multi-agent workflows, including display modes and operational constraints.
Workflow
- Validate complexity: Confirm team is needed (score 9-10). Can multiple specialized sub-agents work independently?
- Define team objective: Clear goal requiring coordinated multi-agent execution
- Identify members: Specialized agents with non-overlapping responsibilities
- Set boundaries: Clear ownership and handoff contracts between agents
- Configure metadata: Team metadata and task routing conventions
- Plan coordination: Sequential vs parallel execution patterns
- Document rules: Coordination rules and display mode choices
- Evaluation strategy: How to test team-based workflows (20-50 scenarios)
- Run checks: Environment and config validation
- Verify fallbacks: Limitations and fallback behavior
Progressive Disclosure
Best Practices (Anthropic Guidelines)
- Core principles:
../../docs/ANTHROPIC_BEST_PRACTICES.md- Links to detailed references for complexity scoring, context management, and evaluation strategy
Team Design
- 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
Validation Tools
- Team config checker:
scripts/check-team-config.sh - Environment verifier:
scripts/verify-team-env.sh
Templates
- 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
Sources
安装
把 Implement Agent Teams 添加到你的客户端。选择你正在使用的那个。
npx skills add yu-iskw/claude-plugin-builderInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add yu-iskw/claude-plugin-builderAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/yu-iskw/claude-plugin-builder
cp -r plugins/claude-plugin-builder/skills/implement-agent-teams ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
评分
67 / 100
良好