Skip to content
Automation
Skill

/estimate-effective-evidence-count

Estimate an effective number of independent evidence/reasoning paths after discounting dependence/correlation; report nominal N, dependence structure, and N_eff.

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

Context preview

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

Estimate an effective number of independent evidence/reasoning paths after discounting dependence/correlation; report nominal N, dependence structure, and N_eff.

SKILL.md

estimate-effective-evidence-count.SKILL.md
name: estimate-effective-evidence-count
description: "Estimate an effective number of independent evidence/reasoning paths after discounting dependence/correlation; report nominal N, dependence structure, and N_eff."

estimate-effective-evidence-count

Purpose

Estimate independent evidence count after discounting dependence and correlation.

Input contract

required: [evidence_paths, dependence_structure]
optional: [correlation_estimates, nominal_count]
constraints: [dependence assumptions and uncertainty must be explicit]

Procedure

1. Count nominal paths and trace shared dependencies. 2. Assign dependence classes or correlations. 3. Estimate N_eff and sensitivity to dependence assumptions.

Output contract

produces: [nominal_count, dependence_map, effective_count, sensitivity_range]
delta_fields: [findings, evidence_updates, uncertainties, decisions]

Quality gates

  • Report N and N_eff separately; include a range when dependence is uncertain.

Failure and counterexamples

Do not inflate N_eff by counting repeated sources or shared models as independent.

Provenance map

  • resolved: independent-convergence-audit
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
497
Stars
41
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
1d ago
Last commit
7mo ago
Created

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