Definition
The operating principle that every individual read the operator runs — regardless of which domain it originated in — must feed the aggregate discipline of [The Read]. No read stays isolated. No read gets treated as a terminal diagnostic. Every read is one input to the integrating function.
Explanation
The principle is not obvious in practice. Operators tend to read domains in silos: the food cost report runs in one head, the cast feedback runs in another, the Guest complaints run in a third. Each silo produces its own conclusions. The conclusions do not integrate.
The failure mode: the operator has read every domain and still cannot see the operation. The reads did not feed the aggregate.
The principle installs the discipline. Every read is followed by the question: how does this feed The Read? What does this reading tell me about the operation as a whole, not just about the domain I read?
Pairs with [Everything Feeds The Read] as the two-sided form: [All Reads Feed The Read] frames the discipline as the responsibility of every individual reading. [Everything Feeds The Read] frames it as the responsibility of every event, signal, and observation the operator encounters.



