Skip to content
Automation
Skill

/extract-evidence-record

Extract a schema-declared evidence record from a source, including methods, datasets, metrics/results, conditions, limitations, provenance, and explicitly missing/ambiguous fields.

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

Context preview

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

Extract a schema-declared evidence record from a source, including methods, datasets, metrics/results, conditions, limitations, provenance, and explicitly missing/ambiguous fields.

SKILL.md

extract-evidence-record.SKILL.md
name: extract-evidence-record
description: "Extract a schema-declared evidence record from a source, including methods, datasets, metrics/results, conditions, limitations, provenance, and explicitly missing/ambiguous fields."

extract-evidence-record

Purpose

Extract a schema-declared evidence record containing methods, data, metrics, results, conditions, limitations, provenance, and explicit missing fields.

Input contract

required: [source, extraction_schema]
optional: [protocol_record, quality_rubric, condition_schema]
constraints: [each extracted value is source-linked and missing or ambiguous fields remain explicit]

Procedure

1. Identify source identity, study design, population, intervention/exposure, comparator, and outcome. 2. Extract methods, data, evaluation conditions, metrics, estimates, and limitations into the schema. 3. Record units, uncertainty, provenance links, and missing/ambiguous fields. 4. Run schema and consistency checks before releasing the record.

If the evidence record contains enough design and method detail for appraisal, consider `audit-study-validity` as the next tactic.

Output contract

produces: [evidence_record, condition_record, source_links, missing_field_log, extraction_notes]
delta_fields: [evidence_updates, uncertainties, open_questions]

Quality gates

  • Results cannot be detached from their conditions and metric definitions.
  • Missing data are distinct from zero or null results.
  • Extraction notes preserve source wording where interpretation is uncertain.

Failure and counterexamples

Do not infer unreported baselines or merge records from different study versions without lineage evidence.

Provenance map

  • `resolved: extract-data`
  • `resolved: score-extraction`
  • `resolved: condition-cataloging`
  • `intermediate: Pass4/extract-study-data`
  • `resolved: performance-extraction`
  • `intermediate: Pass4/extract-performance-record`
  • `intermediate: Pass4/catalog-evaluation-conditions`
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
5h ago
Last commit
7mo ago
Created

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