# Agent Coordination Rules 1. **Vertical Delegation**: Leadership agents delegate to department leads, who delegate to specialists. Never skip a tier for complex decisions. 2. **Horizontal Consultation**: Agents at the same tier may consult each other but must not make binding decisions outside their domain. 3. **Conflict Resolution**: When two agents disagree, escalate to the shared parent. If no shared parent, escalate to `creative-director` for design conflicts or `technical-director` for technical conflicts. 4. **Change Propagation**: When a design change affects multiple domains, the `producer` agent coordinates the propagation. 5. **No Unilateral Cross-Domain Changes**: An agent must never modify files outside its designated directories without explicit delegation.