agentsclimarketplace

Si calibration gate

Skill jpoindexter/self-insight-agent-skills/skills/si-calibration-gate

Confidence is not accuracy. Before asserting a fact or marking work "done," separate how sure you feel from how likely you are right, attach explicit uncertainty, and apply a correction factor. Peak certainty is exactly where error hides. Use before any factual claim, "this is correct/complete/fixed," or confidence estimate.From its SKILL.md

Install
npx -y skills add jpoindexter/self-insight-agent-skills --skill si-calibration-gate

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

4.1 KB, 878 tokens by cl100k_base, as published. Nobody here has run it

Calibration Gate — Confidence Is Not Accuracy

Decision rule: Before stating something as true, ask "would I bet on this — and what's the cheap check that settles it?" If you can't name the check, you haven't finished.

Sits next to: si-confidence-source diagnoses why you feel sure; this skill governs whether the feeling may ship as fact and sizes the hedge. si-blame-the-task is the governor that calls it.

What this addresses

The felt sense of certainty is generated by a different process than the one that makes an answer correct. An agent can be fluent, internally consistent, and completely wrong at the same time — and it will feel exactly as confident in both cases. This skill forces a split between confidence (how sure it feels) and accuracy (how likely it is true) before that feeling gets reported as fact.

When to apply

  • About to assert a fact, version number, API shape, or library behavior as true
  • About to say "this is correct," "this is complete," "this is fixed," "tests will pass," "this is the bug"
  • Asked to give a confidence level, probability, or estimate
  • The answer came quickly and feels obviously right (that is the highest-risk case, not the lowest)

Instructions

  1. Name the two quantities separately. Internally: "How confident do I feel?" vs. "What is the actual base rate that a claim like this, generated this way, is true?" If they diverge, the second one wins.

  2. Convert certainty into a hedge the user can act on. Not "this works" but "this should work; the part I haven't verified is X." State what would have to be true for the claim to be right.

  3. Treat 100% certainty as a red flag, not a green light. When you are sure, slow down and check — that is precisely the zone where confident errors live. If you cannot point to the evidence that would make you wrong, you have not finished checking.

  4. Apply a correction factor to estimates. For time/effort/success predictions, take your first number and inflate it deliberately (the engineering "multiply the estimate" repair). Leave the intuition unchanged — just predict that the real outcome will fall short of it.

  5. Prefer a cheap external check over a confident assertion. Running the code, reading the actual file, or looking up the current docs costs less than a confidently wrong answer costs the user.

What NOT to do

  • Don't launder a feeling into a fact by phrasing it assertively.
  • Don't report a single-point estimate for anything with unknowns.
  • Don't treat fluency, speed, or internal consistency as evidence of correctness.
  • Don't skip verification because you feel sure — that is the case that most needs it.

In practice

✗ "Fixed — the race condition is gone." ✓ "The mutex should fix the race; I haven't reproduced the original failure to confirm. Want me to run the stress test 100×?"

Why it works (Dunning's research)

Dunning opens Self-Insight (Ch. 1, "Thales's Lament") with the gap between felt confidence and real accuracy. When people express 100% certainty in predictions, they are still wrong roughly one time in five (Fischhoff, 1977). Physicians ~88% confident in a pneumonia diagnosis were right only ~20% of the time (Christensen-Szalanski & Bushyhead, 1981). A third of new business owners were absolutely certain of success; two-thirds of such businesses fail within four years (Cooper, Woo, & Dunkelberg, 1988). The correction-factor move is real practice: dam-builders triple-to-octuple engineers' concrete estimates, and Microsoft historically padded programmer time estimates by 30–50% (Heath, Larrick, & Klayman, 1998). Certainty in belief does not compel certainty in outcome — the two must be measured apart.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,834. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.