team
Originally fromyeachan-heo/oh-my-claudecode
Installation
SKILL.md
Assemble a multi-agent team and implement the functionality described in $ARGUMENTS.
Usage:
/team <task description>— Spawn a full team and implement the described functionality
Instructions:
-
Read the task description from
$ARGUMENTS.- If
$ARGUMENTSis empty, ask the user to describe the functionality to implement before continuing.
- If
-
Assess the task to determine team composition:
- Does the task involve any UI or user-facing interface? → include 1–2 designers
- How complex is the implementation? → 1 developer for simple tasks, up to 3 for complex ones
- Always include at least 1 tester
-
Create the team using
TeamCreatewith a short kebab-case name derived from the task (e.g.user-auth,dashboard-filters).