Think evidence vs inference sort
Skill product-on-purpose/thinking-framework-skills/skills/think-evidence-vs-inference-sort
Evidence-graded, agent-executable thinking-method skills - 56 frameworks reduced to their working mechanism, honestly graded, and producing a concrete artifact. 56 frameworks + 4 tools + 9 recipes for Claude Code, Codex, and other AI agents. Advanced (Gold) tier.
npx -y skills add product-on-purpose/thinking-framework-skills --skill think-evidence-vs-inference-sortAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 7 stars7 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.
What its author says it does
Copied from the file, not written here
Produces an evidence/inference ledger by sorting the claims in a prompt, document, or proposed conclusion into evidence, inference, and assumption, attaching a confidence level to each inference and flagging anything uncited. Use when a recommendation must be trusted, or when you need to audit the reasoning behind a conclusion in a high-stakes context.
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
4.0 KB, as published. Nobody here has run it
Evidence vs Inference Sort
Reasoning degrades when evidence (what is actually observed or verifiable) is blended with inference (what is deduced) and assumption (an unstated premise). Models are especially prone to this: they present fluent inference in the same confident register as fact. This skill separates them: it labels each claim in a body of text as evidence, inference, or assumption, records the basis for each, attaches a confidence level to inferences, and flags anything uncited. The output is an evidence/inference ledger. Note the boundary: this classifies claim type; it does not verify that the evidence is true (that is a separate, fact-checking job).
When to Use
- A recommendation, plan, or conclusion must be trusted before it is acted on.
- High-stakes contexts: legal, medical, financial, safety, architecture and planning.
- Auditing the reasoning behind a conclusion, including the agent's own.
- As a step in a reasoning-audit workflow.
When NOT to Use
- As a fact-checker. It labels what kind of claim something is, not whether it is true.
- On creative or exploratory work where rigor is not the point.
- On trivial claims, where sorting produces only noise.
- When the claims are already well-sourced and the leaps are already explicit.
Instructions
When asked to sort evidence from inference, follow these steps:
- Collect the claims. Break the prompt, document, or proposed conclusion into discrete claims. Keep each to one assertion.
- Label each claim. Mark it Evidence (observed or verifiable, with a source), Inference (deduced from other claims), or Assumption (an unstated premise it depends on).
- Record the basis. For evidence, name the source or observation. For inference, name what it is inferred from. For assumption, state the premise plainly.
- Rate inference confidence. For each inference, assign high / medium / low and say why. Do not treat plausibility as verification.
- Flag the gaps. Mark anything presented as fact but uncited, and any load-bearing assumption that is unexamined.
- Surface the load-bearing unknowns. List the few unsupported claims that most need verification before the conclusion is trusted.
- Emit the ledger per
references/TEMPLATE.md.
Output Format
Use the template in references/TEMPLATE.md. The deliverable is the ledger plus the load-bearing-unknowns list, not prose.
Quality Checklist
Before finalizing, verify:
- Every claim is labeled evidence, inference, or assumption.
- No confident inference is mislabeled as evidence.
- Inferences carry a confidence level with a reason.
- Uncited "facts" and unexamined assumptions are flagged.
- The output does not claim to have verified truth, only sorted claim type.
- The output is the ledger artifact, not prose.
Evidence
Tier P. The evidence/inference distinction is a foundational critical-thinking competence (Facione, Delphi Report 1990), and explicit critical-thinking instruction shows moderate gains broadly (strongest for argument mapping, an adjacent technique). This specific "sort into a ledger" method is practitioner-grade, evidence is transferred from human contexts, and the skill verifies claim type, not truth. Full grading: evidence/dossier.md.
Examples
See references/EXAMPLE.md for a completed ledger.