Skip to content

Minimum Stock Floor Alert

Monitor — instantiates Stock-First Control Restoration

Watches the control-mediating stock and fires when it nears a defined floor, so the reserve is never drawn down into the range where the flow lever stops working.

Minimum Stock Floor Alert is a monitor that watches the level of the underlying stock — the reserve, buffer, or substrate the flow lever acts through — and raises a warning when that level approaches a preset floor. Its defining move is that it triggers on the stock itself, ahead of any loss of control, rather than waiting for the lever's output to collapse. Because the whole failure this archetype guards against is a stock quietly sliding below the range where the lever still bites, catching the slide early — while there is still reserve and still time to act — is the point. The alert does not decide what to do; it converts a slow, invisible drawdown into a discrete, early signal and hands off.

Example

A managed fishery treats spawning-stock biomass as the reserve its harvest lever acts through: cut the quota a little and, in the normal range, the stock rebuilds. But below a biomass limit reference point, recruitment is impaired and the usual quota adjustments barely move the population — the stock is outside the range where the lever works.[1] The alert watches an annual biomass estimate against a floor set above that limit — say a trip level around 1.1× the limit reference point. When the estimate crosses it, the alert fires: not "collapse has happened," but "the reserve is nearing the zone where our quota lever stops helping."

That early flag is what buys a pre-emptive response — a precautionary closure or a hard quota cut to hold biomass above the floor — instead of the reflex of shaving the quota once catch-per-effort has already cratered, by which point the stock is already in the dead zone. The alert's output is a single fact with a timestamp: the reserve is at the floor. Everything else is someone else's job.

How it works

The floor is placed with margin above the true disabled boundary, so that crossing it leaves room to react before control is actually lost — the alert is deliberately a leading, level-based signal, not a lagging, response-based one. It requires the stock to be observable at a cadence fast enough that the level cannot cross the floor unseen between reads, and it routes to whoever holds authority to halt the draw. A hysteresis band sets a higher "all clear" level so the alert does not chatter on and off around the threshold.

Tuning parameters

  • Floor placement — how much margin to leave above the dead zone. Higher gives more reaction time but forgoes usable reserve and raises false alarms; lower keeps more of the reserve in play but shortens the runway.
  • Sampling cadence / proxy freshness — how often and how directly the stock is measured. A slow or noisy proxy forces a higher, more conservative floor to compensate.
  • Hysteresis band — the gap between the trip level and the stand-down level; wider avoids flapping but delays the all-clear.
  • Escalation routing — whether firing lights a dashboard, pages an owner, or trips an automatic hold — how much authority rides on the signal.

When it helps, and when it misleads

Its strength is turning a gradual, easily-ignored depletion into an early, discrete warning while reserve and time remain — cheaply, and before the lever visibly fails. It is only ever as good as the stock measurement behind it: a lagging or biased proxy lets the level cross unseen, and a floor set too low gives no runway. The classic misuse is treating the alert as if firing were the fix, or — worse — quietly lowering the floor to keep operating through it, which is exactly how a reserve gets drawn into the dead zone one exception at a time. The discipline is to derive the floor from the stock's real responsive limit (via the diagnostic map, not a guess) and to wire the alert to a pre-authorized handoff, never to a snooze button.

How it implements the components

Minimum Stock Floor Alert realizes the detection side of the machinery — the parts a monitor can fill:

  • stock_state_observability — it makes the stock's level continuously visible, the precondition without which no floor is enforceable.
  • stock_floor_guardrail — it encodes and defends the floor, firing as the level approaches it.

It does not model where the responsive window and the dead zone actually lie (responsive_window_model, disabled_control_boundaryStock-Flow Diagnostic Map), nor plan the refill once the floor is breached (stock_repair_planReplenishment or Refill Protocol); a monitor watches and warns — it neither diagnoses nor repairs.

Notes

An alert with no pre-authorized response is theatre: the floor only protects the reserve if crossing it is wired to real authority to halt the draw and to a repair handoff. Placing the alert without also placing that authority is the common way this mechanism gets installed and then ignored.

References

[1] A limit reference point marks the stock level below which the usual management lever no longer reliably rebuilds the population — the boundary this floor is set to stay clear of. Setting the alert above it, with margin, is the precautionary use.