What problem does it solve?
When multiple agents collaborate in a Squad repository, it is often unclear which file is authoritative, who may write to it, and which file wins when two sources conflict. This Skill provides the complete file-by-file source-of-truth hierarchy so the coordinator can resolve write conflicts and ownership questions.
Core Features & Use Cases
- File Authority Matrix: A full table classifying each Squad file as Authoritative, Derived/append-only, or Reference, with explicit read/write permissions per role.
- Conflict Precedence Rules: Clear rules such as "squad.agent.md wins over any other file" and append-only files never being retroactively edited.
- State Backend Awareness: Distinguishes static on-disk config from mutable runtime state accessed via squad_state_read/write/append tools.
- Use Case: Before writing to
.squad/decisions.md or reviewing whether an agent violated the append-only rule on .squad/orchestration-log/, load this Skill to adjudicate the correct behavior.
Quick Start
Ask the coordinator agent to load the coordinator-source-of-truth skill to determine who owns a specific Squad file and whether a planned write is permitted.