Readiness Signal Scan¶
Metric or dashboard — instantiates Receptivity-Window Intervention Design
Continuously reads the substrate's readiness indicators and estimates which window phase it is in — approaching, open, or closing — without deciding to act.
The Readiness Signal Scan is the standing instrument that watches the receiving substrate and reports where it sits in its receptivity cycle. Its defining idea is that it estimates phase, not permission: it assembles the readiness indicators, tracks them over time, and outputs a current-phase read — pre-window, opening, open, or closing — but it deliberately stops short of authorizing anyone to act. It answers "what state is the substrate in right now?" and hands that answer to a separate decision step. A scan that starts issuing go-orders has quietly become a different mechanism; keeping it a pure estimator is what lets the same phase read feed a cautious decision on one day and an aggressive one on another.
Example¶
A reforestation crew is replanting a degraded hillside. They cannot plant whenever volunteers are available — seedlings only take when soil moisture and soil temperature sit in a narrow band after the first sustained rains, and planting a week early wastes the stock. The Readiness Signal Scan is a small array of buried soil-moisture and soil-temperature probes feeding a shared dashboard, supplemented by a weekly field note on weed competition and a rolling rain-gauge trend. The dashboard never says "plant." It says: substrate approaching the establishment window — moisture rising, soil temperature still a few degrees under the germination floor, projected to open in roughly ten days. The field lead owns the board and calls the phase each morning at standup.
When the probes cross into the band and the trend holds for three consecutive days, the phase read flips to open — and that read is what the crew's separate go decision consumes. The outcome is that planting is driven by the substrate's measured state rather than by the calendar or by who showed up that weekend.
How it works¶
The distinctive machinery is a small state estimator with a named human attached to it. An indicator basket mixes leading signals (that forecast the opening) with lagging ones (that confirm it), each chosen because it tracks substrate response rather than actor convenience. A monitoring loop samples those indicators on a cadence, smooths the noise, and updates a lightweight phase model — pre / opening / open / closing. A designated sentinel owns the read and is accountable for calling the phase out loud. The whole apparatus is tuned to answer one question well and refuse the next one: where in the window are we?, never should we go?
Tuning parameters¶
- Sampling cadence — how often indicators are read. Faster catches short windows but adds noise and watch-fatigue.
- Indicator breadth — a single proxy versus a wide basket. Broader is more robust but dilutes the signal and costs more to maintain.
- Smoothing / lag — how much the loop damps momentary spikes. More smoothing avoids false flips but reports the opening late.
- Phase-boundary sensitivity — how strong a signal trips a phase change. Loose boundaries flag openings that fizzle; tight ones miss brief ones.
- Sentinel escalation rule — what phase read the watcher must broadcast, and to whom, so the estimate reaches the decision-maker in time.
When it helps, and when it misleads¶
Its strength is that it replaces "we feel ready" with a defined, continuously watched phase read, and it catches windows that open off-calendar — the establishment rain that comes early, the attention spike after an event. It generalizes the logic of a growing degree day index[n1] from agriculture to any substrate: accumulate the right signal and you can time an opening you could not schedule.
Its central failure mode is the overfitted or mismeasured indicator: a dashboard can look precise while tracking the wrong thing, dressing actor convenience up as substrate signal. The classic misuse is letting the scan drift into deciding — treating an open light as automatic authorization to act, which collapses the separation the whole design depends on. The guarding discipline is to keep the phase read and the go decision in different hands, and to revise the indicator basket whenever the retrospective audit shows the scan was fooled.
How it implements the components¶
target_substrate_state— it names the receiving substrate and continuously estimates its state, the timing reference the whole archetype hangs on.readiness_indicator_set— it assembles and maintains the basket of signals tied to substrate response.window_monitoring_loop— the sampling-and-smoothing cadence that tracks those indicators over time and updates the phase model.sentinel_role— a named watcher owns the read and is accountable for calling the phase.
It does NOT set the go rule or confirm that capacity is staged (opening_threshold_condition, prepositioned_action_capacity) — that is Opening Trigger Protocol; it does NOT match intervention intensity to the phase (interior_fit_band) — that is Window-Fit Checklist; and it does NOT decide when to stop (closing_boundary_condition) — that is Stop-or-Switch Rule. The scan reports the phase; other mechanisms act on it.
Related¶
- Instantiates: Receptivity-Window Intervention Design — it is the sensing layer that supplies every other mechanism its read of the substrate.
- Sibling mechanisms: Opening Trigger Protocol · Window-Fit Checklist · Pre-Window Priming Protocol · Stop-or-Switch Rule · Post-Window Consolidation Review · False-Window Audit · Rapid Response Playbook
Editorial Notes¶
Form Classification¶
Form family: Monitoring, Sensing & Alerting
Rationale: Readiness Signal Scan operates as ongoing observation, sensing, or alerting that detects and surfaces state without itself executing the response because it continuously reads the substrate's readiness indicators and estimates which window phase it is in — approaching, open, or closing — without deciding to act.
Independent corroboration: The frozen evidence defines Readiness Signal Scan as 'Continuously reads the substrate's readiness indicators and estimates which window phase it is in — approaching, open, or closing — without deciding to act', so its operative form is Monitoring, Sensing & Alerting.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Systems Thinking & Cybernetics
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: Continuous sensing and phase/state estimation without yet taking action is a monitoring-and-control form; data analytics and behavioral readiness cues provide application-specific signals.
Related originating lineages:
- Data Science & Analytics — Analytics materially supplies multivariate indicator estimation and phase classification.
- Psychology — The psychology lineage materially shaped Readiness Signal Scan through memory, judgment, emotion, and behavior.
Review resolution: The blind reviewers disagreed on primary lineage. Light authoritative research resolves the defining form in favor of systems_cybernetics: Continuous sensing and phase/state estimation without yet taking action is a monitoring-and-control form; data analytics and behavioral readiness cues provide application-specific signals. The rejected primary is retained only when it materially shaped the mechanism, and present-day breadth is recorded separately as domain_reach=multi_domain.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Researched adjudication after independent review; medium confidence.
Sources consulted:
Notes¶
[n1] Growing degree days (GDD) — an accumulated-temperature index agronomists use to time planting, pest emergence, and harvest windows from substrate condition rather than the calendar. The scan generalizes GDD's move: build a measured index of the receiving system's state so an opening you cannot schedule becomes one you can see coming. ↩