abstract-structure
Remove domain surface details to expose transferable relational/mechanistic structure at a chosen abstraction level.
Aggregate criterion or comparison results into an ordered recommendation under an explicit rule.
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill aggregate-ranking --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/aggregate-rankingContext preview
The summary Claude sees to decide when to auto-load this skill.
Aggregate criterion or comparison results into an ordered recommendation under an explicit rule.
name: aggregate-ranking description: "Aggregate criterion or comparison results into an ordered recommendation under an explicit rule."
Aggregate criterion or comparison results into an ordered recommendation under an explicit rule.
required: [candidate_set, criterion_results, aggregation_rule] optional: [tie_break_rule, missing_value_policy, uncertainty_annotations] constraints: [criterion directions and scales must be declared; no silent imputation]
1. Align candidate identifiers, criterion directions, units, and validity flags. 2. Apply the supplied aggregation rule without changing weights or directions. 3. Propagate missingness and uncertainty; apply the declared tie-break only after aggregation. 4. Return ordered candidates with component contributions and recommendation status.
produces: [ordered_recommendation, aggregate_scores, contribution_table, unresolved_comparisons] delta_fields: [findings, evidence_updates, decisions, uncertainties]
Caller supplies candidate schema, criterion scales/directions, weights or aggregation formula, tie-break rule, and missing/uncertainty policy.
Reject mixed units without normalization; reject a recommendation when a hard criterion is unresolved.
| source | criterion | |---|---| | priority-synthesis | All scoring dimensions are present for every gap. | | priority-synthesis | Weight vector sums to 1.0 within +/-0.001. | | priority-synthesis | Priority list is sorted descending; ties use feasibility sub-score. | | priority-synthesis | Top N is N=min(3,total gaps) and includes attack-path suggestions. | | scoring-synthesis | Final recommendation includes recommended alternative, confidence, key assumptions, and risk warnings. |
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,…
Abstract relational structure from source domains, map it to the target, validate depth, and instantiate transferable mechanisms.
Characterize what blocks a research target: readiness dimensions, obstacles, bottlenecks, resource gaps, causal constraints, dependencies, conflicts,…