abstract-structure
Remove domain surface details to expose transferable relational/mechanistic structure at a chosen abstraction level.
Identify Pareto-dominated and non-dominated alternatives under strict dominance.
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill check-dominance --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/check-dominanceContext preview
The summary Claude sees to decide when to auto-load this skill.
Identify Pareto-dominated and non-dominated alternatives under strict dominance.
name: check-dominance description: "Identify Pareto-dominated and non-dominated alternatives under strict dominance."
Identify Pareto-dominated and non-dominated alternatives under strict dominance.
required: [alternative_set, score_matrix, criterion_directions] optional: [missing_value_policy, equality_tolerance] constraints: [all compared scores share declared direction and scale]
1. Normalize criterion direction and validate comparable rows. 2. Compare each ordered pair: no worse on every criterion and strictly better on at least one. 3. Record each dominated alternative with its dominator and witness criterion. 4. Return the non-dominated front and unresolved comparisons.
produces: [dominance_relations, dominated_set, nondominated_front, comparison_gaps] delta_fields: [findings, evidence_updates, uncertainties]
Caller supplies alternative schema, criterion direction, tolerance, missingness policy, and whether strict or weak dominance is allowed.
Reject dominance claims when a criterion direction is unknown or a strict improvement cannot be exhibited.
| source | criterion | |---|---| | dominance-check | Dominance means no worse on all criteria and strictly better on at least one. | | dominance-check | Each dominated determination specifies the dominating alternative. |
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.