What problem does it solve? Multi-agent coding sessions often produce conflicting writes, out-of-scope edits, and unverified changes. This Skill enforces contract boundaries, a single-writer principle, and independent verification so problems are intercepted before they happen. ## Core Features & Use Cases - Contract-Gated Execution: Generates a .team-contract.md file defining allowed files, forbidden surfaces, and required invariants that gate all subsequent work. - Real Agent Teams Verification: Spawns independent verifier and risk-guard teammates with separate context windows that validate each implementation unit via structured message protocols. - Deterministic Patch Gate: Applies whitelist rules during code review to auto-classify findings as safe or gated based on contract constraints, with zero extra token cost. - Use Case: When implementing a multi-file feature touching authentication code, activate [T+] mode so a risk-guard teammate intercepts high-risk paths and a verifier confirms every invariant after each unit. ## Quick Start Ask the AI to run the work command with the [T] flag so it creates an agent team with a verifier that checks each implementation unit against the team contract.