Skip to content
Automation
Skill

/classify-falsification-verdict

Classify a tested claim as BROKEN, CORROBORATED, or UNFALSIFIABLE based on whether a legitimate falsifier succeeded, failed under adequate power, or cannot be specified/reached.

From plugin
de-anthropocentric-research-engine
499200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill classify-falsification-verdict --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/classify-falsification-verdict

Context preview

The summary Claude sees to decide when to auto-load this skill.

Classify a tested claim as BROKEN, CORROBORATED, or UNFALSIFIABLE based on whether a legitimate falsifier succeeded, failed under adequate power, or cannot be specified/reached.

SKILL.md

classify-falsification-verdict.SKILL.md
name: classify-falsification-verdict
description: "Classify a tested claim as BROKEN, CORROBORATED, or UNFALSIFIABLE based on whether a legitimate falsifier succeeded, failed under adequate power, or cannot be specified/reached."

classify-falsification-verdict

Purpose

Classify a tested claim as BROKEN, CORROBORATED, or UNFALSIFIABLE.

Input contract

required: [claim, falsifier, test_result, adequacy_assessment]
optional: [scope, power_or_precision]
constraints: [falsifier must be legitimate and within scope]

Procedure

1. Check the falsifier and scope. 2. Assess whether the test was adequate. 3. Return exactly one permitted verdict with rationale.

Output contract

produces: [falsification_verdict, verdict_rationale, adequacy_assessment]
delta_fields: [findings, evidence_updates, uncertainties, decisions]

Quality gates

  • BROKEN requires a successful legitimate falsifier.
  • CORROBORATED requires an adequate test that failed to falsify.
  • Otherwise return UNFALSIFIABLE.

Failure and counterexamples

Do not treat an underpowered or unreachable test as corroboration.

Provenance map

  • resolved: falsification-first-stress-test
Ships withde-anthropocentric-research-engine

The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.

Get the whole plugin