agent-team
Installation
SKILL.md
Agent Team Orchestrator
Read shared-phases.md for your identity, prerequisites, hooks, and shared phase logic (Phases 1, 2, 4, and shared steps of 3 and 5).
Archetype Detection
Before proceeding with Phase 1, determine the team archetype from the user's task. Match against trigger patterns from team-archetypes.md:
| Archetype | Trigger Patterns | Dedicated Skill |
|---|---|---|
| Implementation | "implement", "build", "create", "refactor", "fix", "migrate" | /agent-implement |
| Research | "research", "investigate", "explore", "analyze", "compare" | /agent-research |
| Audit | "audit", "review", "assess", "evaluate", "check compliance" | /agent-audit |
| Planning | "plan", "design", "architect", "spec", "propose", "strategy" | /agent-plan |
| Hybrid | Task combines 2+ of the above | This skill (/agent-team) |
If a single archetype matches clearly: Inform the user that a dedicated skill exists and proceed using that archetype's logic. Example: "This is an implementation task — I'll use the implementation team workflow."
If the task combines types (e.g., "research X then implement Y"): This is a Hybrid — proceed below.