abstract-structure
Remove domain surface details to expose transferable relational/mechanistic structure at a chosen abstraction level.
Eliminate alternatives that violate any hard threshold and report the exact violation.
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill apply-veto-filter --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/apply-veto-filterContext preview
The summary Claude sees to decide when to auto-load this skill.
Eliminate alternatives that violate any hard threshold and report the exact violation.
name: apply-veto-filter description: "Eliminate alternatives that violate any hard threshold and report the exact violation."
Eliminate alternatives that violate any declared hard threshold and expose the exact veto condition for each removal.
required: [alternatives, hard_constraints, measured_values] optional: [constraint_priorities, missing_value_policy] constraints: [each alternative is tested against every hard constraint; missing measurements cannot silently pass]
1. Bind each hard constraint to its direction, threshold, unit, and evidence source. 2. Check every alternative against every constraint and record pass, fail, or unknown per cell. 3. Veto an alternative when any hard constraint fails; keep unknowns separate from passes. 4. Return survivors, vetoed alternatives, violated constraints, and unresolved checks.
produces: [survivor_set, veto_log, unresolved_checks] delta_fields: [findings, evidence_updates, uncertainties, decisions]
Do not replace a hard veto with a weighted average. If a value is missing, report unknown rather than treating it as compliant.
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.
Repo: yogsoth-ai/de-anthropocentric-research-engine
Remove domain surface details to expose transferable relational/mechanistic structure at a chosen abstraction level.
Evaluate competing arguments against stated criteria and produce a reasoned verdict with uncertainty.
Move a scientific object up/down in abstraction or narrow/broaden selected scope dimensions (population, mechanism, context, outcome, timeframe, system…
Run structured attack/defense/adjudication over a claim, candidate, criterion set, or current winner. Perspective, target, escalation depth,…
Aggregate criterion or comparison results into an ordered recommendation under an explicit rule.
Abstract relational structure from source domains, map it to the target, validate depth, and instantiate transferable mechanisms.