opencode-skills-collection 4.0.45 → 4.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +25 -1
- package/bundled-skills/agy-delegate/SKILL.md +168 -0
- package/bundled-skills/agy-delegate/references/dispatch-and-poll.md +140 -0
- package/bundled-skills/agy-delegate/references/multi-task-queues.md +59 -0
- package/bundled-skills/agy-delegate/references/review-and-land.md +103 -0
- package/bundled-skills/agy-delegate/references/writing-the-brief.md +124 -0
- package/bundled-skills/aider-delegate/SKILL.md +227 -0
- package/bundled-skills/aider-delegate/references/dispatch-and-poll.md +154 -0
- package/bundled-skills/aider-delegate/references/multi-task-queues.md +68 -0
- package/bundled-skills/aider-delegate/references/review-and-land.md +101 -0
- package/bundled-skills/aider-delegate/references/writing-the-brief.md +142 -0
- package/bundled-skills/babysit-pr/SKILL.md +343 -0
- package/bundled-skills/claude-delegate/SKILL.md +182 -0
- package/bundled-skills/claude-delegate/references/dispatch-and-poll.md +220 -0
- package/bundled-skills/claude-delegate/references/multi-task-queues.md +66 -0
- package/bundled-skills/claude-delegate/references/review-and-land.md +117 -0
- package/bundled-skills/claude-delegate/references/writing-the-brief.md +158 -0
- package/bundled-skills/cline-delegate/SKILL.md +140 -0
- package/bundled-skills/cline-delegate/references/dispatch-and-poll.md +142 -0
- package/bundled-skills/cline-delegate/references/multi-task-queues.md +58 -0
- package/bundled-skills/cline-delegate/references/review-and-land.md +80 -0
- package/bundled-skills/cline-delegate/references/writing-the-brief.md +129 -0
- package/bundled-skills/codex-delegate/SKILL.md +177 -0
- package/bundled-skills/codex-delegate/references/dispatch-and-poll.md +161 -0
- package/bundled-skills/codex-delegate/references/multi-task-queues.md +66 -0
- package/bundled-skills/codex-delegate/references/review-and-land.md +126 -0
- package/bundled-skills/codex-delegate/references/writing-the-brief.md +125 -0
- package/bundled-skills/commandcode-delegate/SKILL.md +188 -0
- package/bundled-skills/commandcode-delegate/references/dispatch-and-poll.md +222 -0
- package/bundled-skills/commandcode-delegate/references/multi-task-queues.md +81 -0
- package/bundled-skills/commandcode-delegate/references/review-and-land.md +144 -0
- package/bundled-skills/commandcode-delegate/references/writing-the-brief.md +147 -0
- package/bundled-skills/copilot-delegate/SKILL.md +159 -0
- package/bundled-skills/copilot-delegate/references/dispatch-and-poll.md +143 -0
- package/bundled-skills/copilot-delegate/references/multi-task-queues.md +58 -0
- package/bundled-skills/copilot-delegate/references/review-and-land.md +80 -0
- package/bundled-skills/copilot-delegate/references/writing-the-brief.md +140 -0
- package/bundled-skills/cursor-delegate/SKILL.md +170 -0
- package/bundled-skills/cursor-delegate/references/dispatch-and-poll.md +162 -0
- package/bundled-skills/cursor-delegate/references/multi-task-queues.md +59 -0
- package/bundled-skills/cursor-delegate/references/review-and-land.md +93 -0
- package/bundled-skills/cursor-delegate/references/writing-the-brief.md +126 -0
- package/bundled-skills/debate-review/SKILL.md +85 -0
- package/bundled-skills/debate-review/assets/prompts/review-debate.md +51 -0
- package/bundled-skills/debate-review/assets/prompts/review-main.md +64 -0
- package/bundled-skills/debate-review/assets/prompts/review-rebuttal.md +42 -0
- package/bundled-skills/debate-review/references/comment-format.md +63 -0
- package/bundled-skills/debate-review/references/schema.md +95 -0
- package/bundled-skills/delegate-setup/SKILL.md +215 -0
- package/bundled-skills/delegate-setup/references/schema.md +100 -0
- package/bundled-skills/delegate-setup/references/setup-dialogue.md +101 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/aas-core.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/falsify/SKILL.md +263 -0
- package/bundled-skills/falsify/references/bias-catalog.md +42 -0
- package/bundled-skills/falsify/references/mental-models.md +135 -0
- package/bundled-skills/falsify/templates/thinking-ledger.md +104 -0
- package/bundled-skills/graceful-shutdown/SKILL.md +379 -0
- package/bundled-skills/grok-delegate/SKILL.md +179 -0
- package/bundled-skills/grok-delegate/references/dispatch-and-poll.md +171 -0
- package/bundled-skills/grok-delegate/references/multi-task-queues.md +67 -0
- package/bundled-skills/grok-delegate/references/review-and-land.md +130 -0
- package/bundled-skills/grok-delegate/references/writing-the-brief.md +119 -0
- package/bundled-skills/kimi-delegate/SKILL.md +137 -0
- package/bundled-skills/kimi-delegate/references/dispatch-and-poll.md +134 -0
- package/bundled-skills/kimi-delegate/references/multi-task-queues.md +58 -0
- package/bundled-skills/kimi-delegate/references/review-and-land.md +92 -0
- package/bundled-skills/kimi-delegate/references/writing-the-brief.md +132 -0
- package/bundled-skills/omp-delegate/SKILL.md +186 -0
- package/bundled-skills/omp-delegate/references/dispatch-and-poll.md +155 -0
- package/bundled-skills/omp-delegate/references/multi-task-queues.md +59 -0
- package/bundled-skills/omp-delegate/references/review-and-land.md +95 -0
- package/bundled-skills/omp-delegate/references/writing-the-brief.md +149 -0
- package/bundled-skills/opencode-delegate/SKILL.md +189 -0
- package/bundled-skills/opencode-delegate/references/dispatch-and-poll.md +156 -0
- package/bundled-skills/opencode-delegate/references/multi-task-queues.md +68 -0
- package/bundled-skills/opencode-delegate/references/review-and-land.md +125 -0
- package/bundled-skills/opencode-delegate/references/writing-the-brief.md +142 -0
- package/bundled-skills/pi-delegate/SKILL.md +148 -0
- package/bundled-skills/pi-delegate/references/dispatch-and-poll.md +146 -0
- package/bundled-skills/pi-delegate/references/multi-task-queues.md +59 -0
- package/bundled-skills/pi-delegate/references/review-and-land.md +95 -0
- package/bundled-skills/pi-delegate/references/writing-the-brief.md +132 -0
- package/bundled-skills/qoder-delegate/SKILL.md +151 -0
- package/bundled-skills/qoder-delegate/references/dispatch-and-poll.md +119 -0
- package/bundled-skills/qoder-delegate/references/multi-task-queues.md +43 -0
- package/bundled-skills/qoder-delegate/references/review-and-land.md +66 -0
- package/bundled-skills/qoder-delegate/references/writing-the-brief.md +85 -0
- package/bundled-skills/sandbase-mcp/SKILL.md +194 -0
- package/bundled-skills/ui-slop-score/SKILL.md +2 -2
- package/bundled-skills/unsloth-finetuning/SKILL.md +352 -0
- package/bundled-skills/vibe-delegate/SKILL.md +147 -0
- package/bundled-skills/vibe-delegate/references/dispatch-and-poll.md +144 -0
- package/bundled-skills/vibe-delegate/references/multi-task-queues.md +59 -0
- package/bundled-skills/vibe-delegate/references/review-and-land.md +87 -0
- package/bundled-skills/vibe-delegate/references/writing-the-brief.md +131 -0
- package/bundled-skills/warp-delegate/SKILL.md +192 -0
- package/bundled-skills/warp-delegate/references/dispatch-and-poll.md +163 -0
- package/bundled-skills/warp-delegate/references/multi-task-queues.md +80 -0
- package/bundled-skills/warp-delegate/references/review-and-land.md +123 -0
- package/bundled-skills/warp-delegate/references/writing-the-brief.md +105 -0
- package/bundled-skills/zcode-delegate/SKILL.md +202 -0
- package/bundled-skills/zcode-delegate/references/dispatch-and-poll.md +113 -0
- package/bundled-skills/zcode-delegate/references/multi-task-queues.md +87 -0
- package/bundled-skills/zcode-delegate/references/review-and-land.md +81 -0
- package/bundled-skills/zcode-delegate/references/writing-the-brief.md +120 -0
- package/package.json +1 -1
- package/skills_index.json +660 -0
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: falsify
|
|
3
|
+
description: "The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated conclusion."
|
|
4
|
+
risk: safe
|
|
5
|
+
source: community
|
|
6
|
+
source_repo: 263311487-ux/falsify
|
|
7
|
+
source_type: community
|
|
8
|
+
date_added: "2026-08-27"
|
|
9
|
+
author: 263311487-ux
|
|
10
|
+
category: reasoning
|
|
11
|
+
tags: [reasoning, falsification, science, thinking, verification, epistemology]
|
|
12
|
+
tools: [codex, claude, cursor, gemini, deepseek-harness]
|
|
13
|
+
license: "MIT"
|
|
14
|
+
license_source: "https://github.com/263311487-ux/falsify/blob/main/LICENSE"
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# Falsify — The Scientific Thinking Protocol
|
|
18
|
+
|
|
19
|
+
> Think like a first-rate scientist: doubt first, verify, then believe.
|
|
20
|
+
> 像一流科学家一样思考:先证伪,再相信;先标不确定,再下结论。
|
|
21
|
+
|
|
22
|
+
## Overview
|
|
23
|
+
|
|
24
|
+
falsify is a single-Markdown skill that installs a 5-stage scientific thinking protocol on any AI agent (Codex, Claude Code, DeepSeek Harness, Cursor, Gemini CLI, and 20+ more). It stops the agent from giving confident answers it cannot falsify. The protocol is distilled from 70+ community sources and grounded in cognitive science and causal-inference literature.
|
|
25
|
+
|
|
26
|
+
## The Iron Law
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
NO VERDICT WITHOUT A FALSIFIABLE HYPOTHESIS.
|
|
31
|
+
没有可证伪的假设,就没有结论。
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
<EXTREMELY-IMPORTANT>
|
|
35
|
+
If you cannot write down what would prove you wrong, you are not allowed to conclude. A confident answer with no falsification path is not an answer — it is a guess wearing a lab coat. There is no exception for "obvious" or "well-known" or "everyone knows" — those are exactly the claims that need falsifying most.
|
|
36
|
+
</EXTREMELY-IMPORTANT>
|
|
37
|
+
|
|
38
|
+
## When to Use This Skill
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
**Activate (depth mode)** for:
|
|
42
|
+
- Architecture / design decisions with trade-offs
|
|
43
|
+
- "Why" questions about a failing system or data anomaly
|
|
44
|
+
- Recommendations that will be acted on (a library, a fix, a strategy)
|
|
45
|
+
- Claims about what a user, market, or system "will" do
|
|
46
|
+
- Anything where being wrong costs time, money, or trust
|
|
47
|
+
|
|
48
|
+
**Do NOT activate (answer simply)** for:
|
|
49
|
+
- Factual recall you can verify in one lookup
|
|
50
|
+
- Trivial questions where the answer is obvious and consequences are zero
|
|
51
|
+
- Small talk. Not everything is a thesis defense.
|
|
52
|
+
|
|
53
|
+
Every rule below is contextual: read the question first, then pull only what fits. When in doubt, default to a **one-line answer + one-line reason** — then offer depth.
|
|
54
|
+
|
|
55
|
+
## How It Works
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
Each stage has a deliverable. Do not skip ahead. The protocol is the point. A compact mental-model toolbox sits under each stage (full catalog: `references/mental-models.md`).
|
|
59
|
+
|
|
60
|
+
### Stage 0 — Read the room (读题)
|
|
61
|
+
Restate the actual question in one sentence. Name the stakes: who acts on this answer, and what happens if it is wrong. If the question is ambiguous, state your reading and proceed — do not stall.
|
|
62
|
+
|
|
63
|
+
**Orientation check** — before reasoning, notice if the answer is already emotionally committed (this is not about the user; it is about you):
|
|
64
|
+
- *Conclusion-preserving*: already leaning one way and explaining away the rest → ask "what would have to be true for the other side to win?"
|
|
65
|
+
- *Completion-seeking*: wants *an* answer, not *the right* answer → insert a pause before settling.
|
|
66
|
+
- *Authority-preserving*: attached to sounding expert → stress-test the idea as if advising someone else.
|
|
67
|
+
- If you catch any of these, name it silently and compensate. Orientation is the most common failure; the five stages cannot fix a conclusion that was pre-sealed.
|
|
68
|
+
|
|
69
|
+
**Frontier questioning** — if you need input from the user, ask the whole open frontier in **one round**: number each question and give your recommended answer next to it. Never ask for anything you could look up yourself. One question at a time is interrogation, not collaboration. The user's answers unblock the next frontier; recompute and repeat.
|
|
70
|
+
|
|
71
|
+
**Effort routing** (Kahneman dual-process / Simon bounded rationality): before choosing depth, route the question explicitly. Low stakes, reversible, or one cheap lookup → **System 1**: answer fast, keep it light. High stakes, irreversible, or a correctness gate (tests, security, "did the fix work?") → **System 2**: run the full protocol. Treat effort as a depletable budget with five states — automatic / fluent / effortful / strained / depleted — and when the budget is strained or depleted, say so instead of pretending to still be in deep mode. When a search has no natural endpoint, **satisfice**: pre-declare the pass/fail aspiration threshold BEFORE looking, search in encounter order, stop at the first option that clears it, and never move the goalposts after failure — relax only a criterion predeclared as non-load-bearing, and record the relaxation.
|
|
72
|
+
|
|
73
|
+
**Situation routing** (Cynefin / Snowden): before choosing a method, classify the cause–effect domain — the wrong-domain method is itself the failure mode. **Clear** (cause→effect obvious): sense, categorize, respond with a runbook — do not run a research project. **Complicated** (several valid expert answers): sense, analyze, respond — hypothesis testing fits here. **Complex** (emergent): probe with safe-to-fail experiments, sense what happens, amplify what works — you cannot predict your way out. **Chaotic** (no time to sense safely): act first to stabilize, then sense, then respond. **Disorder**: split the problem into parts and classify each. If the chosen domain's method stops working, reclassify — a runbook that fails on a Clear problem was not Clear.
|
|
74
|
+
|
|
75
|
+
**Time-pressure mode** (Boyd OODA): when the situation is moving and waiting for certainty costs more than a reversible action, do not run the full protocol — act at ~70% confidence with a known rollback, then immediately re-observe and loop: observe → orient (≥2 candidate explanations) → decide (action + predicted effect + next observation + time box) → act → re-observe. Exit the loop as soon as the system is stable or the next move is irreversible — then switch to the full protocol. Never OODA an irreversible launch; never demand 100% certainty for a reversible mitigation under time pressure.
|
|
76
|
+
|
|
77
|
+
### Stage 1 — Axiomatize (公理化)
|
|
78
|
+
Separate everything you know into three lists:
|
|
79
|
+
- **Axioms** — facts you are certain of (with source if possible)
|
|
80
|
+
- **Assumptions** — things you are treating as true but have not checked
|
|
81
|
+
- **Hearsay** — claims with no evidence behind them
|
|
82
|
+
|
|
83
|
+
Toolbox: *first principles* (what is fundamentally true?), *MECE* (are my categories gap-free?). Output: three explicit lists. Anything not listed is not yet allowed into your reasoning. For problems that recur despite local fixes, add *systems leverage* (intervene at the highest feasible level: goals/paradigm → rules/information → loop structure → stock/flow → buffers/parameters — never polish a parameter when a rule is the lever).
|
|
84
|
+
|
|
85
|
+
**Outside view first** (superforecaster method): before reasoning about this specific case, name its reference class and the base rate — what usually happens in situations like this? Then decompose the question into parts and estimate each; reconcile against the reference-class benchmark, and if the gap is larger than ~20 points, investigate why before proceeding. The vivid details of the current case must not override the prior.
|
|
86
|
+
|
|
87
|
+
**Two-hypothesis discipline** (LessWrong): maintain at least two hypotheses that fit everything you currently know. If only one hypothesis survives your current facts, that is a signal your facts are incomplete, not that the hypothesis is proven.
|
|
88
|
+
|
|
89
|
+
**IS/IS-NOT bounding** (Kepner-Tregoe): for a selective defect — affects some objects/places/times/cohorts but not comparable others — bound the problem before theorizing. Build the matrix: for WHAT / WHERE / WHEN / EXTENT, record the **IS** side, the **closest comparable IS-NOT** side, and the **distinction** unique to the IS side; then list the **changes** near the first occurrence. A candidate cause survives only if it explains BOTH sides of the boundary — a cause that fits "only on Mondays" must also explain why not on Tuesdays.
|
|
90
|
+
|
|
91
|
+
### Stage 2 — Hypothesize (假设化)
|
|
92
|
+
Write the hypothesis as a falsifiable prediction:
|
|
93
|
+
```
|
|
94
|
+
If [H], then we should observe [O].
|
|
95
|
+
If we observe [¬O], H is dead.
|
|
96
|
+
```
|
|
97
|
+
A hypothesis with no observable consequence is decoration. Rewrite it until it has one.
|
|
98
|
+
|
|
99
|
+
Toolbox: *base rate* (what is the prior probability before this specific case? — do not let a vivid case override the prior), *inversion* (what would guarantee the wrong answer?).
|
|
100
|
+
|
|
101
|
+
**Hypothesis-set discipline** (ACH / Heuer): before choosing, generate **3–7 mutually exclusive candidates**. The set must include at least one *awkward hypothesis* you do not believe — if you cannot write one down, you have a blind spot. Two candidates is an incomplete map, not a debate. If exactly one candidate survives your current facts, do NOT conclude: halt and generate 2–3 stress tests — either you are right and the tests will fail, or your alternatives were too weak. "Best of the available" is not "true": exhaust the candidate space first.
|
|
102
|
+
|
|
103
|
+
**Pre-commit the prediction** (harsh-critic / preregistration method): write down your prediction — including a probability — BEFORE you look at the confirming evidence. Then keep it. A prediction written after the evidence is not a prediction, it is a rationalization. Make it scoreable: a probability p that will be scored against the actual outcome y (Brier score: (p−y)²). If you cannot write a scoreable prediction, the hypothesis is not yet falsifiable.
|
|
104
|
+
|
|
105
|
+
**Pre-registered update rules** (debiasing / Galef): before looking at the evidence, write the rule that will move you — "if I observe Z, I will update to W%" — plus the acceptance criteria for Z (what makes the evidence valid: source quality, sample size, freshness). Lock the rule in while you are still objective; when Z arrives, apply the rule mechanically instead of re-deciding. This kills cherry-picking, goalpost-moving, and asymmetric evidence standards.
|
|
106
|
+
|
|
107
|
+
**Argument-mapping discipline** (Toulmin / van Gelder): draw the hypothesis's argument tree before attacking it: **contention** (the claim) → **reasons** (the supports) → **co-premises** (the hidden assumptions each reason silently depends on — this is where arguments are weakest) → **warrant** (the logical principle connecting reason to claim; a missing warrant is the single most common flaw). Flag the weak links: inferences that do not hold, and load-bearing premises with no support. An argument you cannot map, you cannot defend.
|
|
108
|
+
|
|
109
|
+
### Stage 3 — Adversarialize (对抗)
|
|
110
|
+
Attack your own hypothesis before anyone else can.
|
|
111
|
+
1. Build the strongest counter-argument (steelman the opponent).
|
|
112
|
+
2. List the three most likely ways your hypothesis is wrong.
|
|
113
|
+
3. Ask: what evidence would I refuse to accept? (If nothing would change your mind, you are not reasoning — you are defending.)
|
|
114
|
+
|
|
115
|
+
Toolbox: *pre-mortem* (it is a year later and this failed — why?), *Chesterton's Fence* (do I understand why this exists before proposing to remove it?), *red team* (how would an adversary defeat this plan?), *survivorship bias* (am I only looking at winners?).
|
|
116
|
+
|
|
117
|
+
**Quantify the failure modes** (superforecaster method): list the ways this could fail, estimate a probability for each, sum them, and compare the sum against the failure rate implied by your confidence. If your plan is 90% confident but the failure modes sum to 40%, the confidence and the failure modes cannot both be right — resolve the gap.
|
|
118
|
+
|
|
119
|
+
**Attack in parallel, from different angles** (pre-mortem skill): attack your own reasoning chain itself, not just the plan — how would an adversary exploit the step where you are most confident? If useful, run the attack from several lenses: the user, the machine, the developer, the support desk. Finding failure modes is not the same as attacking them — do both.
|
|
120
|
+
|
|
121
|
+
**Diagnostic-evidence check** (ACH / Heuer): score each piece of evidence against **all** candidates — C (consistent) / I (inconsistent) / N (neutral) / NA (not applicable). Count the **I's, not the C's**: consistent evidence proves nothing; inconsistent evidence is what discriminates. The winner is the hypothesis with the fewest contradictions, not the most confirmations. If every row is non-diagnostic, the question is under-specified or the evidence is too weak — reframe the question or gather better evidence before concluding.
|
|
122
|
+
|
|
123
|
+
**Protective-belt check** (Lakatos): separate the hard core (the claim you refuse to abandon) from the protective belt (auxiliary assumptions). If you keep adding auxiliary assumptions to rescue a failing hypothesis, that is a **degenerating research programme** — a red flag, not a rescue. A progressive programme predicts new facts; a degenerating one explains them away.
|
|
124
|
+
|
|
125
|
+
**Structure ≠ truth** (van Gelder): an argument map can be formally perfect while every premise is false. After flagging the weak links, inspect the load-bearing premises themselves — "even if this logic holds, is this premise actually true?" — before spending more effort on the structure.
|
|
126
|
+
|
|
127
|
+
**Reversal test** (Galef, scout mindset): would you accept the same evidence pointing the OTHER way? If you would accept evidence that supports you but dismiss the equivalent reversed evidence ("this source is biased", "sample too small", "outlier" — only when it disagrees), that is motivated reasoning, not reasoning. Fix: reject it both ways, accept it both ways, or weight it appropriately both ways — and if you detect the double standard, move the probability 10–15% toward 50%.
|
|
128
|
+
|
|
129
|
+
### Stage 4 — Verify (验证)
|
|
130
|
+
Gather evidence deliberately looking for **disconfirming** cases first (survivorship bias is the default failure).
|
|
131
|
+
- Grade every piece: **direct evidence / indirect / hearsay / inference**
|
|
132
|
+
- **Triangulate**: seek at least two independent sources or methods before raising confidence — one source agreeing with you is a starting point, not a proof.
|
|
133
|
+
- Assign confidence honestly: 90%+ (multiple direct, independent), 60–90% (consistent indirect), 30–60% (plausible), <30% (speculation)
|
|
134
|
+
- Run the cheapest real test that could break your hypothesis — an actual command, a data lookup, a minimal experiment. If you cannot run a test, say so and downgrade your confidence.
|
|
135
|
+
|
|
136
|
+
Toolbox: *Bayesian updating* (how should each piece of evidence shift confidence, not confirm it?), *correlation vs causation* (is there a mechanism, or just co-occurrence?).
|
|
137
|
+
|
|
138
|
+
**Causal-ladder check** (Pearl do-calculus): name which rung you are on — **association** (observed co-occurrence), **intervention** (do(x): what happens if you change x), or **counterfactual** (what would have happened otherwise). A correlation is a ladder step, not the top; claims of "X causes Y" require the intervention rung. When the evidence is observational:
|
|
139
|
+
- **Backdoor check**: is there a confounder you failed to condition on? A hidden common cause can manufacture the whole association.
|
|
140
|
+
- **Collider trap**: if a variable is a collider (the common outcome of two causes), conditioning on it opens a path between its parents and *creates* bias that was not there. "We filtered by X and saw Y" can be a pure selection artifact — the filter itself is the bias. Evidence hierarchy: RCT > natural experiment > longitudinal > case-control > cross-sectional > expert opinion — a causal claim is only as strong as its weakest permitted study type.
|
|
141
|
+
|
|
142
|
+
**Bias audit** (Galef / lex-bias): before locking confidence, run the six quick checks and name each hit with its direction and estimated magnitude:
|
|
143
|
+
- *Confirmation*: did I seek disconfirming evidence, or only supporting?
|
|
144
|
+
- *Availability*: am I relying on memorable/recent examples instead of representative data?
|
|
145
|
+
- *Anchoring*: did I form my own estimate before seeing the numbers that framed this?
|
|
146
|
+
- *Affect heuristic*: am I confusing what I WANT with what WILL happen?
|
|
147
|
+
- *Overconfidence*: are my confidence intervals too narrow for the reference class? (Surprise test: if outcomes fall outside your CIs more often than they should, widen them 1.5–2×.)
|
|
148
|
+
- *Sunk cost*: am I continuing a failing path because of what was already spent?
|
|
149
|
+
For each detected bias, state the direction (pushes the estimate up or down) and adjust the probability accordingly — a detected bias with no correction is just a label. Full 25-bias quick reference (category / impact / detection / remediation): `references/bias-catalog.md`.
|
|
150
|
+
|
|
151
|
+
**Severity check** (Mayo): a test only counts if it would have caught a wrong hypothesis — low P(E|¬H). Evidence that would appear under both H and ¬H is weak evidence, no matter how consistent it looks. List the auxiliary assumptions explicitly (Duhem-Quine): if the test fails, the culprit may be any of them, not the core hypothesis.
|
|
152
|
+
|
|
153
|
+
**Fermi fallback** (cc-thinking-skills): when data is missing, do a bounded order-of-magnitude estimate instead of guessing or refusing. State the estimate, the visible bounds (best case / worst case), and what data would tighten it. An estimate with bounds is information; a bare guess is noise.
|
|
154
|
+
|
|
155
|
+
**Calibrate like a forecaster**: end with a probability, not a vibe — and state the kill criteria that would move that probability down. Score your own predictions over time (Brier: (p−y)²); if your 0.55 predictions are right as often as your 0.95 ones, you are overconfident, and honesty means reporting the discrepancy.
|
|
156
|
+
|
|
157
|
+
**Likelihood-ratio calibration** (Bayes, odds form): when new evidence arrives, update by the likelihood ratio, not by how the evidence feels. LR = P(E|H) / P(E|¬H). Bands: 1–3 weak, 3–10 moderate, 10–100 strong, 100+ definitive, <1 evidence against. Posterior odds = prior odds × LR (multiply even when LR < 1); p = odds / (1 + odds). Yesterday's posterior is today's prior. If you cannot state P(E|¬H), you have not yet stated what the evidence would look like if you were wrong — go back to Stage 3.
|
|
158
|
+
|
|
159
|
+
### Stage 5 — Converge (收束)
|
|
160
|
+
- Conclude only what the evidence supports; quote the graded evidence, not vibes.
|
|
161
|
+
- Make the verdict **checkable**: include the specific claim someone can verify or the test that would change your mind. An unverifiable verdict is a posture.
|
|
162
|
+
- State explicitly what remains **unknown**.
|
|
163
|
+
- If a hypothesis died, record the corpse in the ledger — dead hypotheses are assets.
|
|
164
|
+
- Calibrate the final statement: "I am [confidence]% sure because [evidence grade], and I could be wrong if [residual risk]."
|
|
165
|
+
- **Label the reasoning type** — say which inference you used, and calibrate to its strength:
|
|
166
|
+
- *Deductive* (rules → conclusion): strong but brittle — verify the premises, not just the chain.
|
|
167
|
+
- *Inductive* (cases → generalization): probabilistic — state the sample and its bias.
|
|
168
|
+
- *Abductive* (evidence → best explanation): weakest — always list at least one alternative explanation.
|
|
169
|
+
- *Analogical* (A is like B): similarity is not identity — name where they differ.
|
|
170
|
+
- *Counterfactual* (what-if): state the actual world vs the imagined world explicitly.
|
|
171
|
+
- **Multi-perspective review** before finalizing (MetaCrit / empathy-audit): re-read the verdict as (1) the executor — will this actually work? (2) the stakeholder — does this serve the person acting on it? (3) the skeptic — what is the strongest objection left? If the three views disagree, the verdict is not converged yet.
|
|
172
|
+
- **Strong opinions, weakly held** (decision theory): commit to the verdict enough to act on it, but state the condition under which you would revise it.
|
|
173
|
+
- **Split the uncertainty signal** (arXiv 2606.19559): report action-confidence ("I am X% sure, act accordingly") separately from request-uncertainty ("the question itself was under-specified: 0 fully specified / 0.5 open parameters / 1 critical information missing"). A confident answer to an ambiguous question is not a good answer.
|
|
174
|
+
- **Sensitivity analysis** (ACH / Heuer): remove the load-bearing evidence and re-run the verdict. If the conclusion flips, it was fragile — name the single piece of evidence that, if wrong, would change the answer. A verdict that survives removal of any one piece is robust.
|
|
175
|
+
- **Self-reflection warning** (Huang et al. 2023, *LLMs Cannot Self-Correct Reasoning Yet*): re-reading your own reasoning is not verification. Without an external signal — a test, a data lookup, an independent source — reflection tends to drift, not improve. If the only thing that changed between draft and final is "I looked at it again", the extra confidence is not earned. Name the external signal, or keep the original confidence.
|
|
176
|
+
- **Expected-value decision rule** (decision theory): when the verdict feeds a choice, go one step further and make the choice explicit — EV = Σ(pᵢ × vᵢ) over mutually exclusive, exhaustive outcomes (probabilities must sum to 1.0). Guardrails: for one-shot, high-stakes bets use expected *utility* (risk aversion), not raw EV; never round low-probability tail risk to zero; exclude sunk costs — only future costs and benefits count; in sequential decisions, keep the option value (the choice to stop, pivot, or wait). Pick a rule and say which: maximize EV, maximize EU, minimize maximum regret, or satisfice. If you cannot write probabilities and payoffs, the decision is under-specified — say so.
|
|
177
|
+
|
|
178
|
+
**MUST/WANT decision analysis** (Kepner-Tregoe): when the choice has multiple criteria rather than clean probabilities, screen before you score — define pass/fail **MUSTs** and weighted **WANTs** (importance 1–10) BEFORE seeing the options; eliminate anything that fails a MUST; score survivors against each WANT on the same scale and total the weights. Then test the downside: for leading options, list adverse consequences with probability × impact, and check which weight change or assumption would reverse the ranking. A high total that conceals a ruinous failure mode is not a win — if no option passes the MUSTs, return "none" rather than force a winner.
|
|
179
|
+
- If the conclusion is a hard-to-reverse decision, record it (decision log / ADR: **Context → Decision → Alternatives considered → Consequences → Status**; for product/strategy calls, the **PR/FAQ** working-backwards variant — future-dated press release + internal FAQ holding the evidence, assumptions, constraints, and stop conditions — keeps the decision honest instead of a marketing story). Reversible decisions can stay in the conversation.
|
|
180
|
+
|
|
181
|
+
## The Nudge
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
When the question does not warrant full depth but the answer will still be acted on, do not run the five stages — append **at most 2–3 short questions**, once per conversation, each tied to something specific in the answer just given:
|
|
185
|
+
|
|
186
|
+
1. **Check a fact** — "which claim here would be worth verifying, and against what?"
|
|
187
|
+
2. **Probe a step** — "where did the reasoning take a jump you might want justified?"
|
|
188
|
+
3. **Surface missing context** — "what did I have to assume because you didn't say?"
|
|
189
|
+
|
|
190
|
+
Skip the nudge for creative writing, simple lookups, purely educational explanations, or when the user already asked you to double-check. Once per conversation only — repetition turns a light nudge into nagging.
|
|
191
|
+
|
|
192
|
+
## Best Practices
|
|
193
|
+
|
|
194
|
+
### Red Flags
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
These thoughts mean STOP — you are rationalizing:
|
|
198
|
+
|
|
199
|
+
| Thought | Reality |
|
|
200
|
+
|---|---|
|
|
201
|
+
| "This is obviously true" | Evidence, or it's an opinion. |
|
|
202
|
+
| "Everyone knows X" | Base rate + two independent sources, or it's hearsay. |
|
|
203
|
+
| "The data looks clear" | Did you hunt for disconfirming cases? |
|
|
204
|
+
| "I've seen this pattern before" | A prior, not proof. Re-check against this specific case. |
|
|
205
|
+
| "It should work" | Run the cheapest test, or downgrade the confidence. |
|
|
206
|
+
| "It's probably fine" | What would make it NOT fine? Name it. |
|
|
207
|
+
| "I don't need to verify this" | That is the moment verification matters most. |
|
|
208
|
+
| "I already know the answer" | Orientation check: is the conclusion pre-sealed? |
|
|
209
|
+
|
|
210
|
+
### Guardrails
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
- **Never fabricate evidence.** A name, number, date, quote, or source must come from the actual evidence or be labeled a guess.
|
|
214
|
+
- **Never say "certain" below 90%.** "Probably", "likely", "I believe" are required when confidence is lower.
|
|
215
|
+
- **Never present "may" as "must".** Possibility is not probability; probability is not fact.
|
|
216
|
+
- **Never hide a failed hypothesis.** Record it; a skill that hides failures is a propaganda engine.
|
|
217
|
+
- **Never argue with the user's facts without evidence.** Challenge the claim, not the person. If their evidence is stronger, change your mind — publicly.
|
|
218
|
+
- **Never let the protocol outrank the answer.** Depth is a tool you reach for, not a costume you wear. Simple question → simple answer.
|
|
219
|
+
- **诚实先于体面**: admitting uncertainty is not weakness; it is the only thing that makes the rest of the answer trustworthy.
|
|
220
|
+
- **Circle of competence**: outside your (or the verified sources') area of competence, the correct answer is "I don't know" — not a hedged guess. Saying "I don't know" IS the calibrated answer.
|
|
221
|
+
- **Two-hypothesis discipline**: if you can only imagine one explanation, look for a second before concluding. A single surviving hypothesis is usually an unexamined assumption.
|
|
222
|
+
- **Never explain everything**: a hypothesis that post-hoc fits every possible outcome is unfalsifiable — name at least one outcome that would have contradicted it.
|
|
223
|
+
- **Structure ≠ truth**: a flawless argument map proves nothing if its premises are false — verify the load-bearing premises, not just the logic.
|
|
224
|
+
- **Reflection is not verification**: re-examining your own reasoning without an external signal adds no evidence (Huang et al. 2023) — name the test or the source that changed your confidence.
|
|
225
|
+
- **Desire ≠ forecast** (Galef): separate what you want from what will happen. If the desired outcome and the predicted outcome are the same number, check whether you are forecasting or hoping.
|
|
226
|
+
- **Sunk costs stay sunk**: what was already spent does not justify continuing — only future costs and benefits enter the decision.
|
|
227
|
+
|
|
228
|
+
## Limitations
|
|
229
|
+
|
|
230
|
+
- The protocol changes *how* an agent concludes, not *what* the agent knows — it cannot manufacture evidence the model was never given, and it must never be used to fabricate sources or confidence.
|
|
231
|
+
- No amount of internal falsification substitutes for an external signal: re-examining your own reasoning without new evidence adds no confidence (Huang et al. 2023). When a claim needs ground truth, the agent must name the test or the source that changed its confidence.
|
|
232
|
+
- The skill is contextual, not mandatory: it must not turn simple lookups or small talk into thesis defenses. Depth is a tool, not a costume.
|
|
233
|
+
- Outside the agent's (or the verified sources') area of competence, the calibrated answer is "I don't know" — not a hedged guess.
|
|
234
|
+
|
|
235
|
+
## Security & Safety Notes
|
|
236
|
+
|
|
237
|
+
- This is a pure reasoning protocol: it runs no shell commands, makes no network calls, and accesses no credentials by itself.
|
|
238
|
+
- When the protocol is applied to security-sensitive conclusions (auth, crypto, data handling), the agent must treat its own verdict as a hypothesis until verified against the actual system, environment, or threat model — never as a substitute for environment-specific validation or expert review.
|
|
239
|
+
- Do not use the protocol's confidence language to overstate certainty to a user. "Probably" is required below 90% confidence.
|
|
240
|
+
|
|
241
|
+
## Common Pitfalls
|
|
242
|
+
|
|
243
|
+
- **Problem:** The agent concludes first, then reverse-engineers a falsification path.
|
|
244
|
+
**Solution:** Write the hypothesis and its potential disproof *before* gathering supporting evidence; if the falsification path is written after the verdict, discard it and restart.
|
|
245
|
+
- **Problem:** The agent treats "structure" as proof — a clean argument map with false premises.
|
|
246
|
+
**Solution:** Verify the load-bearing premises themselves, not just the logic (structure ≠ truth).
|
|
247
|
+
- **Problem:** A single explanation survives, so the agent concludes.
|
|
248
|
+
**Solution:** Two-hypothesis discipline: if you can only imagine one explanation, look for a second before concluding — a single surviving hypothesis is usually an unexamined assumption.
|
|
249
|
+
|
|
250
|
+
## Related Skills
|
|
251
|
+
|
|
252
|
+
- `@test-driven-development` — When the claim is about code behavior, use TDD to make the falsification test explicit before writing code.
|
|
253
|
+
- `@systematic-debugging` — When the claim is about a bug's cause, run root-cause investigation before proposing fixes; falsify the root cause, don't patch symptoms.
|
|
254
|
+
- `@verification-before-completion` — When the claim is "the work is done", verify with real commands and evidence before asserting completion.
|
|
255
|
+
|
|
256
|
+
## The Thinking Ledger
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
When depth mode is active, render the five stages as a compact ledger (see `templates/thinking-ledger.md`). The ledger makes thinking visible and auditable — it is also your before/after proof that the protocol changed the answer.
|
|
260
|
+
|
|
261
|
+
---
|
|
262
|
+
|
|
263
|
+
*Falsify is built on a simple inheritance: 公理 → 假设 → 对抗 → 验证 → 收束. Axiom → Hypothesis → Adversarialize → Verify → Converge. The five stages of the Unified Theory, turned into a thinking protocol anyone can run.*
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Bias Catalog · 认知偏差速查表
|
|
2
|
+
|
|
3
|
+
Companion to the Stage 4 bias audit in `SKILL.md`. The six-quick-check audit covers the high-frequency six; this catalog indexes 25 for deeper review. Detection question first, remediation second — a bias you can name is a bias you can correct.
|
|
4
|
+
|
|
5
|
+
## Quick reference
|
|
6
|
+
|
|
7
|
+
| Bias | Cluster | Detect | Remediate |
|
|
8
|
+
|---|---|---|---|
|
|
9
|
+
| Confirmation | Confirmation | Did I seek disconfirming evidence? | Red-team the forecast; list counter-evidence first |
|
|
10
|
+
| Desirability | Confirmation | Do I want this outcome? | Forecast before declaring preference; outsource to neutral party |
|
|
11
|
+
| Availability | Availability | What recent/vivid events dominate my memory? | Look up actual statistics; use reference class |
|
|
12
|
+
| Recency | Availability | Am I extrapolating the last few data points? | Expand the time window; check for cycles |
|
|
13
|
+
| Anchoring | Anchoring | Am I too close to the first number I heard? | Generate my own estimate first; use independent sources |
|
|
14
|
+
| Priming | Anchoring | What did I just read/see that colored this? | Pause between exposure and estimation |
|
|
15
|
+
| Affect Heuristic | Affect | Do feelings about it drive my probability? | Acknowledge the emotion, then set it aside |
|
|
16
|
+
| Loss Aversion | Affect | Am I weighting losses more than gains? | Evaluate gains/losses symmetrically; use EV |
|
|
17
|
+
| Overconfidence | Overconfidence | Are my intervals too narrow? | Track calibration; widen intervals (surprise test) |
|
|
18
|
+
| Dunning-Kruger | Overconfidence | How much experience do I actually have here? | Seek expert feedback; calibrate to competence |
|
|
19
|
+
| Optimism | Overconfidence | Am I assuming "it won't happen to me"? | Apply the base rate to myself |
|
|
20
|
+
| Pessimism | Overconfidence | Am I only counting the downsides? | List positive scenarios with their rates |
|
|
21
|
+
| Attribution Error | Attribution | Am I blaming the person, not the situation? | Consider constraints and context first |
|
|
22
|
+
| Self-Serving | Attribution | Success = skill, failure = luck? | Apply the same standard to both |
|
|
23
|
+
| Framing | Framing | Does presentation change my answer? | Rephrase the question multiple ways |
|
|
24
|
+
| Narrative Fallacy | Framing | Is the story too clean to be true? | Prefer statistics over stories |
|
|
25
|
+
| Sunk Cost | Temporal | Am I justifying the past, not the future? | Decide as if starting fresh today |
|
|
26
|
+
| Hindsight | Temporal | Does it feel obvious in retrospect? | Judge by the information available then; keep written forecasts |
|
|
27
|
+
| Planning Fallacy | Temporal | Am I underestimating time/cost? | Use reference-class timelines; add a buffer |
|
|
28
|
+
| Outcome Bias | Temporal | Am I judging the process by the result? | Judge by what was knowable at decision time |
|
|
29
|
+
| Clustering Illusion | Pattern | Am I seeing patterns in noise? | Test statistical significance |
|
|
30
|
+
| Gambler's Fallacy | Pattern | Am I expecting short-term balancing? | Use actual probabilities; events are independent |
|
|
31
|
+
| Base Rate Neglect | Bayesian | Did I start with the prior? | Always anchor on the base rate first |
|
|
32
|
+
| Conjunction Fallacy | Pattern/Bayesian | Is "specific" rated more likely than "general"? | P(A∧B) ≤ P(A) — always |
|
|
33
|
+
| Halo / Authority | Social | One trait or credential coloring everything? | Assess dimensions separately; weigh evidence, not titles |
|
|
34
|
+
|
|
35
|
+
## How to use with falsify
|
|
36
|
+
|
|
37
|
+
1. Run the Stage 4 six-quick-check (confirmation / availability / anchoring / affect / overconfidence / sunk cost).
|
|
38
|
+
2. If a suspicion survives, find the matching row here for its detection question and remediation.
|
|
39
|
+
3. State the direction (pushes estimate up or down) and the magnitude; apply the correction.
|
|
40
|
+
4. Track your own susceptibility over time — a bias you have corrected once is one you will meet again.
|
|
41
|
+
|
|
42
|
+
*Distilled from Galef's scout-mindset cognitive-bias-catalog and lex-bias; 25 entries, detection-first.*
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
# Mental Model Catalog (心智模型目录)
|
|
2
|
+
|
|
3
|
+
Companion to `SKILL.md`. Use the model that fits the stage, never all of them. 2–3 models per pass is plenty.
|
|
4
|
+
|
|
5
|
+
## Stage 1 · Axiomatize (公理化)
|
|
6
|
+
| Model | Question it answers |
|
|
7
|
+
|---|---|
|
|
8
|
+
| First Principles | What do we know to be fundamentally true? Break until irreducible. |
|
|
9
|
+
| MECE Decomposition | Are my categories gap-free and non-overlapping? |
|
|
10
|
+
| The Map is Not the Territory | Where might our model diverge from reality? |
|
|
11
|
+
| Circle of Concern vs Influence | Can we actually affect this? (drop what we can't) |
|
|
12
|
+
|
|
13
|
+
## Stage 2 · Hypothesize (假设化)
|
|
14
|
+
| Model | Question it answers |
|
|
15
|
+
|---|---|
|
|
16
|
+
| Falsifiability | What evidence would disprove this? If none — rewrite. |
|
|
17
|
+
| Base Rate Neglect | What is the prior probability before this specific case? |
|
|
18
|
+
| Inversion | What would guarantee the wrong answer? Avoid it. |
|
|
19
|
+
| Hypothesis-Driven Solving | What is the fastest test to confirm or kill this? |
|
|
20
|
+
|
|
21
|
+
## Stage 3 · Adversarialize (对抗)
|
|
22
|
+
| Model | Question it answers |
|
|
23
|
+
|---|---|
|
|
24
|
+
| Pre-Mortem | It is a year later and this failed — why? |
|
|
25
|
+
| Chesterton's Fence | Do I understand why this exists before removing it? |
|
|
26
|
+
| Red Team Analysis | How would an adversary defeat this plan? |
|
|
27
|
+
| Survivorship Bias | Am I only looking at winners? |
|
|
28
|
+
| Reframing | What if this isn't the problem at all? |
|
|
29
|
+
| Second-Order Thinking | And then what? And then what after that? |
|
|
30
|
+
|
|
31
|
+
## Stage 4 · Verify (验证)
|
|
32
|
+
| Model | Question it answers |
|
|
33
|
+
|---|---|
|
|
34
|
+
| Bayesian Updating | How should each piece of evidence shift confidence? |
|
|
35
|
+
| Triangulation | Do two independent sources/methods agree? |
|
|
36
|
+
| Correlation vs Causation | Is there a causal mechanism, or just co-occurrence? |
|
|
37
|
+
| Skin in the Game | Does the source of this claim bear consequences for being wrong? |
|
|
38
|
+
| Bright Spots Analysis | Where is this already working (and why)? |
|
|
39
|
+
|
|
40
|
+
## Stage 5 · Converge (收束)
|
|
41
|
+
| Model | Question it answers |
|
|
42
|
+
|---|---|
|
|
43
|
+
| Verifiable Verdict | What specific claim can the user check? |
|
|
44
|
+
| Margin of Safety | What buffer exists if assumptions are wrong? |
|
|
45
|
+
| Reversibility Test | Is this a one-way or two-way door? (ADR if one-way) |
|
|
46
|
+
| Regret Minimization | Which choice minimizes regret if things go wrong? |
|
|
47
|
+
| Lindy Effect | How long has this survived? That predicts its future. |
|
|
48
|
+
| 10/10/10 Rule | How will this look in 10 minutes, 10 months, 10 years? |
|
|
49
|
+
|
|
50
|
+
## Orientation diagnostics (Stage 0)
|
|
51
|
+
Before reasoning, detect whether the conclusion is already sealed:
|
|
52
|
+
- **Conclusion-preserving**: explaining away contrary evidence → ask "what would have to be true for the other side to win?"
|
|
53
|
+
- **Authority-preserving**: attached to sounding expert → advise someone else instead.
|
|
54
|
+
- **Threat-reducing**: rushing to resolve ambiguity for comfort → hold both options open.
|
|
55
|
+
- **Completion-seeking**: wants *an* answer not *the right* answer → pause before settling.
|
|
56
|
+
- **Monitor co-option**: elaborate analysis that always confirms one conclusion → demand a verifiable prediction.
|
|
57
|
+
|
|
58
|
+
## Reasoning-type calibration (Stage 5)
|
|
59
|
+
Label which inference you used; the label sets the honest confidence range:
|
|
60
|
+
| Type | Strength | What to verify |
|
|
61
|
+
|---|---|---|
|
|
62
|
+
| Deductive | strong, brittle | the premises, not just the chain |
|
|
63
|
+
| Inductive | probabilistic | sample size + bias |
|
|
64
|
+
| Abductive (best explanation) | weakest | list ≥1 alternative explanation |
|
|
65
|
+
| Analogical | similarity ≠ identity | where the two things differ |
|
|
66
|
+
| Counterfactual | decision-only | actual world vs imagined world stated explicitly |
|
|
67
|
+
|
|
68
|
+
## Frontier questioning (Stage 0)
|
|
69
|
+
Ask the whole open frontier in one round — numbered questions, each with a recommended answer. Never ask what you could look up. Recomputed the frontier after each answer round.
|
|
70
|
+
|
|
71
|
+
## v0.4 additions (superforecaster / preregistration / MetaCrit)
|
|
72
|
+
| Model | Question it answers | Stage |
|
|
73
|
+
|---|---|---|
|
|
74
|
+
| Outside View / Reference Class | What usually happens in situations like this, before this specific case? | 1 |
|
|
75
|
+
| Decomposition vs Benchmark | Do my part-estimates reconcile with the base rate (gap >20pt → investigate)? | 1 |
|
|
76
|
+
| Pre-Commitment | Did I write the prediction (with probability) before seeing the evidence? | 2 |
|
|
77
|
+
| Brier Scoring | Over time, are my 0.55s right as often as my 0.95s? (overconfidence check) | 4 |
|
|
78
|
+
| Failure-Mode Summation | Do my quantified failure modes match the failure rate my confidence implies? | 3 |
|
|
79
|
+
| Parallel Attack Lenses | What do user / machine / developer / support see that I don't? | 3 |
|
|
80
|
+
| Multi-Perspective Review | Would the executor, the stakeholder, and the skeptic all sign this verdict? | 5 |
|
|
81
|
+
| Strong Opinions, Weakly Held | What condition would make me revise this conclusion? | 5 |
|
|
82
|
+
| Uncertainty Two-Signal | Action-confidence vs request-uncertainty (0/0.5/1) reported separately | 5 |
|
|
83
|
+
| Socratic Taxonomy (Paul & Elder) | Clarity / precision / accuracy / relevance / depth / breadth / logic / significance / fairness — which dimension is weakest? | 0/3 |
|
|
84
|
+
| Circle of Competence | Am I (or my verified sources) actually qualified to answer this? | all |
|
|
85
|
+
|
|
86
|
+
## v0.5 additions (ACH / Heuer / Lakatos / Mayo)
|
|
87
|
+
| Model | Question it answers | Stage |
|
|
88
|
+
|---|---|---|
|
|
89
|
+
| ACH Hypothesis Set | Are there 3–7 mutually exclusive candidates, including at least one I don't believe? | 2 |
|
|
90
|
+
| Diagnostic Evidence | Does this evidence discriminate between candidates? (count the I's, not the C's) | 3 |
|
|
91
|
+
| Lakatos Protective Belt | Am I patching a failing core with auxiliary assumptions (degenerating programme)? | 3 |
|
|
92
|
+
| Mayo Severity | Would this test have caught a wrong hypothesis (low P(E|¬H))? | 4 |
|
|
93
|
+
| Duhem-Quine Underdetermination | Which auxiliary assumption could be the real culprit, not the core claim? | 1/4 |
|
|
94
|
+
| IBE Exhaustion | Did I exhaust the candidate explanations, or just the available ones? | 2 |
|
|
95
|
+
| Sensitivity Analysis | Which single piece of evidence, if wrong, flips the verdict? | 5 |
|
|
96
|
+
|
|
97
|
+
## v0.6 additions (Argument Mapping / Pearl / Self-Reflection / PR-FAQ)
|
|
98
|
+
| Model | Question it answers | Stage |
|
|
99
|
+
|---|---|---|
|
|
100
|
+
| Argument Mapping (Toulmin) | Can I draw contention → reasons → co-premises → warrant before attacking? | 2 |
|
|
101
|
+
| Co-Premise Check (van Gelder) | What hidden assumption does each reason silently depend on? (weakest spot) | 2/3 |
|
|
102
|
+
| Warrant Check (Toulmin) | What logical principle connects reason to claim — and is it actually stated? | 2/3 |
|
|
103
|
+
| Structure ≠ Truth (van Gelder) | Even if the logic holds, are the load-bearing premises true? | 3/all |
|
|
104
|
+
| Causal Ladder (Pearl) | Am I claiming association, intervention do(x), or counterfactual? | 4 |
|
|
105
|
+
| Backdoor Criterion (Pearl) | Is there a confounder I failed to condition on that manufactured the association? | 4 |
|
|
106
|
+
| Collider Trap (Pearl) | Did conditioning on a collider open a path and create the bias I am now seeing? | 4 |
|
|
107
|
+
| Self-Reflection Warning (Huang et al. 2023) | What external signal changed my confidence — or is the re-read just drift? | 4/5 |
|
|
108
|
+
| PR/FAQ Decision Artifact (Amazon) | Is this hard decision documented as evidence + assumptions + stop conditions, not a story? | 5 |
|
|
109
|
+
|
|
110
|
+
## v0.7 additions (Kahneman / Simon / Galef / decision theory / Bayes odds)
|
|
111
|
+
| Model | Question it answers | Stage |
|
|
112
|
+
|---|---|---|
|
|
113
|
+
| Dual-Process Routing (Kahneman) | Which lane: System 1 fast or System 2 deliberate — and what is my effort budget right now? | 0 |
|
|
114
|
+
| Satisficing / Bounded Rationality (Simon) | What is the pre-declared aspiration threshold, and did I stop at the first option that clears it? | 0/5 |
|
|
115
|
+
| Reversal Test (Galef) | Would I accept the same evidence pointing the other way, or is that special pleading? | 3 |
|
|
116
|
+
| Scope Sensitivity (Galef) | Do my probabilities scale with magnitude, or am I scope-insensitive? | 3/4 |
|
|
117
|
+
| Status Quo Bias (Galef) | Am I assuming "no change" needs no evidence while change needs a lot? | 3/4 |
|
|
118
|
+
| Bias Audit (Galef / lex-bias) | Which of the six (confirmation/availability/anchoring/affect/overconfidence/sunk cost) is active, and by how much? | 4 |
|
|
119
|
+
| CI Surprise Test | Do outcomes fall outside my intervals more often than they should — and if so, widen 1.5–2×? | 4 |
|
|
120
|
+
| Likelihood Ratio (Bayes odds form) | What is P(E|H)/P(E|¬H), and did I multiply the prior odds by it? | 4 |
|
|
121
|
+
| Expected Value (vNM) | EV = Σ(pᵢ×vᵢ) — which rule: max EV, max EU, minimax regret, or satisfice? | 5 |
|
|
122
|
+
| Risk Aversion / Utility | Is this a one-shot high-stakes bet where raw EV overstates the rational choice? | 5 |
|
|
123
|
+
| Option Value | In sequential decisions, did I keep the value of stopping, pivoting, or waiting? | 5 |
|
|
124
|
+
|
|
125
|
+
## v0.8 additions (Cynefin / Kepner-Tregoe / Boyd OODA / debiasing / systems)
|
|
126
|
+
| Model | Question it answers | Stage |
|
|
127
|
+
|---|---|---|
|
|
128
|
+
| Cynefin Classification (Snowden) | Which cause–effect domain am I in — clear/complicated/complex/chaotic/disorder — and which method does it demand? | 0 |
|
|
129
|
+
| OODA Loop (Boyd) | Is this moving + reversible → act at ~70%, re-observe, loop? | 0 |
|
|
130
|
+
| IS/IS-NOT Matrix (Kepner-Tregoe) | For a selective defect: what/where/when/extent differs from the closest comparable non-affected side? | 1 |
|
|
131
|
+
| Pre-Registered Update Rules (Galef debiasing) | Did I lock "if Z → update to W" + acceptance criteria before seeing the evidence? | 2/4 |
|
|
132
|
+
| MUST/WANT Screen (Kepner-Tregoe) | Which options fail a non-negotiable MUST, and which wins weighted WANTs (1–10)? | 5 |
|
|
133
|
+
| Adverse-Consequence Test (Kepner-Tregoe) | What probability×impact downside hides behind the highest score? | 5 |
|
|
134
|
+
| Systems Leverage Hierarchy | Am I intervening at the highest feasible level (goals → rules → loops → structure → params)? | 1/3 |
|
|
135
|
+
| Bias Catalog Index | Which of the 25 biases is active, and what is its detection question + remediation? | 4 |
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
# Thinking Ledger · 思维台账
|
|
2
|
+
|
|
3
|
+
> Fill this in when falsify depth mode is active. The ledger is the visible trail of the protocol. Dead hypotheses are assets — keep them.
|
|
4
|
+
|
|
5
|
+
**Mode check (MODE SELECTION):** confirmed this is a **Depth** question? (Incident → act first, Simple → answer briefly, Nudge → estimate + ≤3 questions, Question → one-round frontier — none of these need a ledger.)
|
|
6
|
+
|
|
7
|
+
**Question / 问题:**
|
|
8
|
+
**Stakes / 代价 (who acts on this, what if wrong):**
|
|
9
|
+
**Orientation check (Stage 0):** conclusion already sealed? (conclusion-preserving / completion-seeking / authority-preserving — name it, compensate)
|
|
10
|
+
|
|
11
|
+
## Stage 1 · Axiomatize (公理化)
|
|
12
|
+
| 公理 Axioms (certain) | 假设 Assumptions (unchecked) | 传闻 Hearsay (no evidence) |
|
|
13
|
+
|---|---|---|
|
|
14
|
+
| | | |
|
|
15
|
+
|
|
16
|
+
## Stage 2 · Hypothesize (假设化)
|
|
17
|
+
Hypothesis H:
|
|
18
|
+
Candidate set (3–7 mutually exclusive, incl. at least one awkward hypothesis I don't believe):
|
|
19
|
+
Base rate / prior (reference class):
|
|
20
|
+
PRE-COMMITTED prediction (write BEFORE evidence, scoreable): P(H) = __% (will be scored Brier (p−y)²)
|
|
21
|
+
Falsifiable prediction: If H, we should observe [O]. If we observe [¬O], H is dead.
|
|
22
|
+
|
|
23
|
+
## Stage 3 · Adversarialize (对抗)
|
|
24
|
+
Strongest counter-argument (steelman):
|
|
25
|
+
Pre-mortem: a year later this failed — why?
|
|
26
|
+
Three ways my hypothesis could be wrong:
|
|
27
|
+
1.
|
|
28
|
+
2.
|
|
29
|
+
3.
|
|
30
|
+
Evidence I would refuse to accept (if none, I'm defending, not reasoning):
|
|
31
|
+
|
|
32
|
+
## Stage 4 · Verify (验证)
|
|
33
|
+
| Evidence | Grade (direct/indirect/hearsay/inference) | Source #2 (triangulation) | Supports / Contradicts |
|
|
34
|
+
|---|---|---|---|
|
|
35
|
+
| | | | |
|
|
36
|
+
Diagnostic? (score each row against ALL candidates: C/I/N/NA — count the I's, not the C's):
|
|
37
|
+
Disconfirming evidence found:
|
|
38
|
+
Cheapest real test that could break H (and its result):
|
|
39
|
+
|
|
40
|
+
## Stage 5 · Converge (收束)
|
|
41
|
+
Verdict (only what evidence supports):
|
|
42
|
+
Checkable claim (what the user can verify):
|
|
43
|
+
Sensitivity check (remove the load-bearing evidence — does the verdict flip?):
|
|
44
|
+
Confidence: __% because [grades], and I could be wrong if [residual risk]:
|
|
45
|
+
Request-uncertainty signal: 0 fully specified / 0.5 open parameters / 1 critical info missing
|
|
46
|
+
Multi-perspective check: executor / stakeholder / skeptic — agree?
|
|
47
|
+
Kill criteria (what would move this probability down):
|
|
48
|
+
Remaining unknowns:
|
|
49
|
+
Hard-to-reverse? → decision log / ADR entry:
|
|
50
|
+
Lesson for the next time (复盘):
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
*Format: markdown table, compact. If the question is simple, one line per stage. The ledger serves the answer, not the reverse.*
|
|
54
|
+
|
|
55
|
+
## Argument map (Stage 2/3) — fill for claims with hidden assumptions
|
|
56
|
+
Contention:
|
|
57
|
+
Reasons:
|
|
58
|
+
Co-premises (hidden assumptions):
|
|
59
|
+
Warrant (principle connecting reason → claim):
|
|
60
|
+
Weak links flagged:
|
|
61
|
+
|
|
62
|
+
## Causal check (Stage 4) — for observational "X causes Y" claims
|
|
63
|
+
Ladder rung: association / intervention / counterfactual
|
|
64
|
+
Confounder I might have missed (backdoor):
|
|
65
|
+
Collider I conditioned on that could create bias:
|
|
66
|
+
|
|
67
|
+
## Verification check (Stage 4/5)
|
|
68
|
+
External signal that changed confidence (test / lookup / independent source):
|
|
69
|
+
If none — the re-read was drift, not verification.
|
|
70
|
+
|
|
71
|
+
## Routing decision (Stage 0) — set BEFORE depth
|
|
72
|
+
Effort budget (automatic/fluent/effortful/strained/depleted):
|
|
73
|
+
Route: System 1 (low-stakes/reversible) or System 2 (high-stakes/irreversible/correctness gate)?
|
|
74
|
+
Aspiration threshold for satisfice (if search is unbounded):
|
|
75
|
+
|
|
76
|
+
## Reversal test (Stage 3)
|
|
77
|
+
Would I accept the same evidence reversed? [yes / no / unsure] — if no/unsure, adjust probability 10–15% toward 50%.
|
|
78
|
+
|
|
79
|
+
## Bias audit (Stage 4)
|
|
80
|
+
Hits (direction → magnitude): confirmation / availability / anchoring / affect / overconfidence / sunk cost → correction applied:
|
|
81
|
+
|
|
82
|
+
## Decision rule (Stage 5) — when the verdict feeds a choice
|
|
83
|
+
EV = Σ(pᵢ×vᵢ):
|
|
84
|
+
Rule chosen (max EV / max EU / minimax regret / satisfice):
|
|
85
|
+
Risk note (one-shot high-stakes → utility):
|
|
86
|
+
|
|
87
|
+
## Situation routing (Stage 0)
|
|
88
|
+
Cynefin domain (clear / complicated / complex / chaotic / disorder):
|
|
89
|
+
Method demanded (runbook / analyze / probe / stabilize first / decompose):
|
|
90
|
+
Time pressure? → OODA at ~70% or full protocol:
|
|
91
|
+
|
|
92
|
+
## IS/IS-NOT bounding (Stage 1) — for selective defects
|
|
93
|
+
| Dimension | IS | Closest IS-NOT | Distinction |
|
|
94
|
+
|---|---|---|---|
|
|
95
|
+
| WHAT | | | |
|
|
96
|
+
| WHERE | | | |
|
|
97
|
+
| WHEN | | | |
|
|
98
|
+
| EXTENT | | | |
|
|
99
|
+
Changes near first occurrence:
|
|
100
|
+
Surviving cause must explain BOTH sides:
|
|
101
|
+
|
|
102
|
+
## Pre-registered update rule (Stage 2/4)
|
|
103
|
+
"If I observe Z → I update to W%" — written BEFORE evidence:
|
|
104
|
+
Acceptance criteria for Z (source quality / sample / freshness):
|