What problem does it solve? Squad agent charters previously duplicated the same two hard rules in every file, creating maintenance overhead and inconsistency risk. This Skill centralizes those shared governance rules so they are defined once and loaded by every agent. ## Core Features & Use Cases - Product Isolation Rule: Prevents tests, CI workflows, and product code from depending on specific squad agent names, requiring generic or parameterized values and obviously-fake test fixtures like "test-agent-1". - Peer Quality Check: Requires agents to run the test suite for touched files and verify changes do not worsen existing CI failures before declaring work done. - Use Case: A squad of 20 AI agents shares one governance skill instead of duplicating rules in each charter, so a policy update applies everywhere by editing a single file. ## Quick Start Load the agent-conduct skill and apply its product isolation and peer quality check rules to all work in this repository.