Skip to content
Automation
Skill

/assess-evidence-saturation

Estimate marginal information gain of new evidence batches relative to the current corpus and classify continuing/near-saturation/saturated.

From plugin
de-anthropocentric-research-engine
499200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill assess-evidence-saturation --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/assess-evidence-saturation

Context preview

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

Estimate marginal information gain of new evidence batches relative to the current corpus and classify continuing/near-saturation/saturated.

SKILL.md

assess-evidence-saturation.SKILL.md
name: assess-evidence-saturation
description: "Estimate marginal information gain of new evidence batches relative to the current corpus and classify continuing/near-saturation/saturated."

assess-evidence-saturation

Purpose

Compare the marginal information gain of a new evidence batch with the comparable prior batch and classify acquisition as continuing, near-saturation, or saturated.

Input contract

required: [current_corpus, prior_comparable_batch, novelty_schema]
optional: [topic_schema, quality_weights, stopping_policy]
constraints: [batches must share a declared universe and comparable novelty calculation]

Procedure

1. Declare the eligible evidence universe, novelty dimensions, and current/prior batch boundaries. 2. Compute new topic, independent-source, condition, or mechanism coverage for each comparable batch. 3. Compare marginal information gain and record the evidence supporting the comparison. 4. Classify continuing, near-saturation, or saturated and state the stopping rationale.

Output contract

produces: [declared_universe, batch_comparison, marginal_gain, saturation_state, stopping_rationale]
delta_fields: [findings, evidence_updates, uncertainties, decisions, open_questions]

Quality gates

  • Numerator, denominator, batch increment, source references, direction, and rationale are reproducible.
  • The comparison uses the same novelty schema for both batches.
  • Saturation is not declared from corpus size alone.

Failure and counterexamples

Do not compare incomparable batches, count duplicate sources as new information, or treat a low-quality batch as evidence of saturation.

Provenance map

  • `resolved: knowledge-acquisition-saturation-detection`
Read more
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
Stats
499
Stars
41
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
2h ago
Last commit
7mo ago
Created

Repo: yogsoth-ai/de-anthropocentric-research-engine