team-lead
Installation
SKILL.md
Team Lead — Compose & Coordinate Agent Teams
Analyze a task, pick the right team shape, spawn agents with the right skills, coordinate work.
Step 0: Detect the Stack and Project Config
Before spawning agents, check for .claude/project.local.json (local override) then .claude/project.json (build commands) and read CLAUDE.md / AGENTS.md for project conventions. Then detect the stack:
${CLAUDE_PLUGIN_ROOT}/scripts/cli init # creates .claude/project.json if missing
All spawned agents read this file — no per-agent re-detection needed.