What problem does it solve? Implementing a large spec or multi-task feature with a single agent leads to context exhaustion, skipped lifecycle stages, and conflicting edits. This Skill turns the main session into a strict coordinator that spawns focused sub-agents, isolates their work, and drives every task through review, CI, and merge. ## Core Features & Use Cases - Coordinator-driven SDLC: The main session delegates only single-purpose jobs (coding, verification, fixes) while owning review triage, CI monitoring, and merge gates itself. - Worktree isolation: Pre-creates one git worktree per concurrent coder with a mandatory prompt preamble, preventing parallel agents from corrupting a shared working tree. - Scope Brief discipline: Captures the user's verbatim request and out-of-scope items, then injects it into every coder and reviewer prompt so findings are judged against what was actually asked. - Use Case: Given a change document with six tasks, the coordinator plans waves, spawns worktree-pinned coder agents in parallel, runs reviewer and CI waiters, resolves feedback, and merges each PR through a mandatory gate checklist. ## Quick Start Ask the agent to use the team skill to implement all tasks in your spec file as a coordinated multi-agent workflow.