The funnel
Eight tabs, and each one is allowed to do exactly one thing.
The engine is built as a funnel with a fixed direction. Monthly advanced metrics are created in the gate and brake rollup. The inputs tab mirrors six of them into a clean table. A thresholds tab converts each raw metric into a score on a fixed scale. The score engine sums, assigns a primary driver, maps the regime, selects the sub-label and runs its own quality checks. A regime map turns composite bands into main labels, a sub-label rules tab constrains which descriptors are legal for each, an output tab renders a selected month, and definitions and playbook tabs translate the result into meaning and posture. Raw telemetry enters at the top and an operator-readable instruction set comes out at the bottom. The value of the separation is that every tab has one job and can be checked against that job alone — which only holds if no tab quietly acquires a second one.
| tab | role | operator may type? | change control |
|---|---|---|---|
| Gate/brake rollup | source telemetry | no — computed | upstream doctrine |
| Regime inputs | mirror only | testing only | revert after test |
| Thresholds | calibration | yes — cautiously | document every change |
| Score engine | computation | no | formula integrity |
| Output & playbook | presentation | no | fully derived |
Three edit postures, and the distinction between them is the audit trail. Calibration is deliberate and documented; ingestion is never touched in production; everything downstream is derived and therefore reproducible from the tabs above it.

