What problem does it solve?
Ensures consistent, enforceable governance across squad agents by consolidating two hard rules that prevent product coupling to agent identities and encourage test hygiene, eliminating duplication and drift across agent charters.
Core Features & Use Cases
- Product Isolation Rule: Prevents tests, CI, and product code from depending on specific agent names by requiring generic or fake fixtures for any agent identifiers.
- Peer Quality Check: Requires contributors to run affected test suites and avoid merging changes that worsen CI health, and to document learnings in history.md.
- Use Case: Standardize behavior across multiple squad charters so CI failures and hardcoded agent references are caught early and prevented from entering product code.
Quick Start
Load the agent-conduct skill and apply the Product Isolation Rule and Peer Quality Check to ensure no hardcoded agent names exist and that affected tests are run before merging.