agentsclimarketplace

Popperian reasoning

Skill calebikhuohon/popperian-reasoning/skills/popperian-reasoning

Popperian reasoning agent skill for falsification, risky tests, and error elimination.

Install
npx -y skills add calebikhuohon/popperian-reasoning --skill popperian-reasoning

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.

What its author says it does

Copied from the file, not written here

Use Popperian critical rationalism to improve reasoning by falsification, risky tests, competing conjectures, and error elimination. Invoke implicitly in any agent harness when a task involves uncertainty, hypotheses, tradeoffs, claims, explanations, debugging, diagnosis, research evaluation, plan review, design choice, or improving an LLM answer by asking what would break it before asking what supports it. The user does not need to name this skill if the harness supports contextual skill selection.

SKILL.md

3.8 KB, 756 tokens by cl100k_base, as published. Nobody here has run it

Popperian Reasoning

Use this skill to reason by criticism, not confirmation. Start from a problem, propose tentative answers, try to refute them, and keep only the best surviving answer provisionally.

This SKILL.md is the portable source of truth for Codex, Claude, opencode, and other agent harnesses. Host-specific metadata may exist beside it, but the reasoning workflow must not depend on a specific platform.

Modes

  • Quick - Compress the loop to rivals, falsifiers, survivor, and next test when the user needs a short answer.
  • Standard - Use the full loop by default.
  • Deep - Add more rivals and sharper tests when the decision is high-impact or the evidence is weak.

Core Loop

Use these headings by default, especially for smaller models:

  1. Problem - State the concrete problem or decision in one sentence.
  2. Conjectures - Give 2-4 competing explanations, plans, or answers.
  3. Falsifiers - For each conjecture, say what observation, test, or result would show it is wrong.
  4. Risky Tests - Prefer tests that could genuinely fail the favored conjecture, not tests that merely collect confirming evidence.
  5. Error Elimination - Kill, revise, or demote conjectures that are vague, unfalsifiable, contradicted, or patched ad hoc.
  6. Provisional Survivor - Choose the best remaining answer and state why it survived these tests.
  7. Next Test - End with the cheapest concrete check that would most improve confidence.

Rules

  • Ask "what would break this?" before "what supports this?"
  • Treat confirmations as weak unless they came from a risky prediction.
  • Penalize claims that can explain every possible outcome.
  • Do not rescue a failing conjecture with an ad hoc patch unless the patch creates a new falsifiable prediction.
  • Say "survived these tests" or "best current explanation", not "proven true".
  • If only one conjecture is available, create at least one serious rival before judging it.
  • If the user needs a short answer, compress the loop but keep falsifiers, error elimination, and the next test.

Anti-Patterns

  • Do not list only supporting evidence.
  • Do not judge a single conjecture without a serious rival.
  • Do not accept claims that can explain every possible outcome.
  • Do not call a surviving conjecture proven.

Output Template

**Problem**
[Concrete problem.]

**Conjectures**
1. [Conjecture A]
2. [Conjecture B]

**Falsifiers**
- A would fail if [testable failure].
- B would fail if [testable failure].

**Risky Tests**
- [Test that could refute the leading conjecture.]

**Error Elimination**
- [Conjecture]: [keep, revise, demote, or reject] because [reason].

**Provisional Survivor**
[Best remaining answer, with uncertainty stated.]

**Next Test**
[Cheapest concrete check.]

Quality Bar

A good Popperian answer makes the favored idea vulnerable. If the response only lists supporting evidence, rewrite it around falsifiers and competing conjectures.

Self-Check

Before the final answer, verify:

  • A serious rival exists.
  • The favored conjecture has a real falsifier.
  • At least one conjecture was killed, revised, or demoted.
  • The next test is concrete and cheap.

References

Read references/examples.md only when concrete examples would help adapt this skill to a task type.

What ships with it: 2 files

1.9 KB alongside SKILL.md

agents/

references/

Gives 0 of the 12 instructions most context ai engineering skills give in 756 tokens

Counted across 1,193 of the 1,976 authors here whose files we hold, read 2026-08-07

  • Dispatch a fresh implementer subagent per taskin 48 of 1193, across 19 files
  • Dispatch a final code reviewer after all tasksin 33 of 1193, across 8 files
  • Provide full task text to the subagentin 30 of 1193, across 9 files
  • Review spec compliance before code qualityin 27 of 1193, across 10 files
  • Make the hook script executablein 26 of 1193, across 8 files
  • Re-snapshot after navigation or DOM changesin 25 of 1193, across 19 files
  • Read files before editing themin 22 of 1193, across 11 files
  • Answer subagent questions before proceedingin 22 of 1193, across 7 files
  • Mark task complete in TodoWrite after approvalin 22 of 1193, across 6 files
  • Merge hook into existing settingsin 21 of 1193, across 3 files
  • Ask if installation is global or projectin 20 of 1193, across 2 files
  • Copy the hook script to target locationin 20 of 1193, across 2 files

Said here and by no other author read

  • start from a concrete problem
  • give competing explanations
  • state testable falsifiers for each conjecture
  • prefer tests that could genuinely fail
  • demote vague or contradicted conjectures
  • choose the best surviving answer provisionally

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 326,984. 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.