What problem does it solve? Squad agents previously duplicated the same two hard rules in every charter, creating maintenance overhead and inconsistency. This Skill centralizes those rules so they are loaded once and enforced uniformly across all agents. ## 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 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: When an agent writes a new test for a multi-agent orchestration feature, it uses parameterized agent names instead of hardcoding names like Flight or EECOM, then runs the affected test suite before finishing. ## Quick Start Apply the agent-conduct rules to review my changes and confirm no hardcoded agent names exist and all touched tests pass.