What problem does it solve? Coordinating multi-agent implementation work often leads to untracked tasks, missing acceptance criteria, and code merged without proper verification. This Skill orchestrates team-based TDD execution so every task is tracked, tested, and verified against its epic's requirements before closure. ## Core Features & Use Cases - Agent Team Delegation: Deploys an AgentTeam of test-writers and implementers that scale to the number of independent tasks, with the lead coordinating rather than writing code. - Verification Contract Enforcement: Reads each epic's Acceptance Criteria and Verification Contract, then requires the specified evidence (tests, lint, build, browser checks, CLI transcripts) before any task can be closed. - Beads Task Lifecycle: Tracks work via bd ready, bd update, and bd close, with a mandatory phase gate ensuring no work tasks remain open before review. - Use Case: Pick up a set of ready tasks from an epic, spin up parallel test-writer/implementer pairs, and close each task only after tests, lint, and the implementation reviewer approve. ## Quick Start Ask the agent to pick up the ready tasks from the current epic and implement them using the Work skill with test-driven development.