Install
openclaw skills install @deciqai/availability-heuristicActivate when: user says 'we keep hearing about X so it must be common', 'that just happened so it's risky', 'the news is full of stories about this', 'I've seen this a lot lately so it's probable', or is making a risk/frequency estimate driven by memorable examples rather than data. Do NOT activate when: the available evidence is genuinely representative of the reference class; the decision warrants heavy precautionary weight on rare but catastrophic/irreversible risks.
openclaw skills install @deciqai/availability-heuristicThe availability heuristic: people estimate probability by how easily examples come to mind. Vivid, recent, and media-reported events are systematically overestimated; routine, statistical events are underestimated. Five triggers: recency, vividness, media coverage, personal experience, imaginability. Structural fix: reference-class forecasting — answer from base-rate data, not memory.
Composes with bayesian-reasoning, probabilistic-thinking, anchoring, survivorship-bias, framing-effect.
Not when: available evidence is a representative sample; decision warrants precautionary weight on rare catastrophic risks; no reference-class data exists.
In Coach mode, respond one step at a time. Each [WAIT] is a hard stop — output only that step's question, then stop.
[WAIT — do not advance until user responds]
[WAIT — do not advance until user responds]
[WAIT — do not advance until user responds]
Step 1 — Specify the estimate: probability/frequency being estimated · current intuitive estimate · basis (memory/news/data) · decision that depends on it.
Step 2 — Identify the reference class: population of comparable cases · size · time horizon · inclusion/exclusion criteria. (Getting this wrong is the main failure mode.)
Step 3 — Get the base rate: actual frequency in the reference class · source · confidence level.
Step 4 — Diagnose availability distortions: recency (is the recent rate representative?) · vividness (dramatic vs. routine?) · media coverage (over-reported?) · personal experience (inflated?) · imaginability (easy to picture → feels more probable?).
Step 5 — Compare: intuitive estimate vs. base rate. If ratio >2×, availability is doing significant work. Adjust toward base rate; justify any residual deviation.
Step 6 — Document: corrected probability · reasoning (base rate × adjustments) · decision implications · calibration log entry.
Availability Correction: <event>
Original estimate: <value> | Basis: | Decision:
Reference class: <population, size, time horizon>
Base rate: <frequency> | Source: | Confidence:
Distortions: recency / vividness / media / personal / imaginability
Corrected estimate: <value> | Adjustment rationale:
Decision implications: | Calibration log:
→ Method in Action: Tversky and Kahneman's 1973 Availability Studies
| Domain | Distortion | Correction |
|---|---|---|
| Personal risk | Overestimate terrorism/plane crashes; underestimate heart disease/car crashes | CDC/BLS mortality statistics |
| Investment | Recent winners feel certain to continue | Long-horizon data; mean reversion priors |
| Hiring | Memorable candidate beats better-qualified one | Structured rubric; reference-class hire data |
| Project planning | Optimism from vivid current plan vs. project-class history | Flyvbjerg reference-class forecasting |
| Medical diagnosis | Recently-seen diagnosis over-weighted | Base-rate-weighted differential diagnosis |
| Strategic planning | Recent competitor event dominates outlook | Multi-year base rates; explicit reference class |
→ Primary sources: references/sources.md
[D] = designed upfront | [O] = observed in real use. [O] entries are more valuable.
| Fake move | Reality |
|---|---|
| [D] "But that just happened!" | Recency aids recall; it doesn't increase future probability. Check the longer reference class. |
| [D] "I've seen this many times" | Easy retrieval ≠ high population frequency. |
| [D] "The news is full of stories about this" | Coverage tracks vividness, not frequency. |
| [D] "I'd remember if it were rare" | You remember dramatic-rare more than statistical-common. |
| [D] "I have personal experience" | Personal examples are a tiny, often unrepresentative sample. |
| [D] "The risk is too vivid to ignore" | Vividness ≠ probability. Compute actual probability; respond proportionally. |
| [D] "We have to prepare for the worst" | Sometimes valid. Often over-preparation for spectacular-low-probability events. |
| [D] "The base rate is irrelevant — this case is different" | Be specific about which factors actually move the estimate. |
| → Add [O] entries here after each real use — paste the actual failure pattern | What went wrong and why |
Part of deciqAI Knowledge Skills — open-source thinking skills that make rigor executable for AI agents. Built by deciqAI · https://deciqai.com · Contributions welcome — see the template at the repo root.