aggregate-ranking
SkillDev toolsLets your agent combine scored criteria into a ranked recommendation using a rule you define.
Available today. Use it from your connected AI after setup.
No other account needed.
Add ahel to your AI once: Claude, ChatGPT, Cursor, Claude Code or Codex. Then ask it to use this.
Then ask your AI: use the aggregate-ranking skill
About this skill
Aggregate criterion or comparison results into an ordered recommendation under an explicit rule.
What this skill tells your AI
The instructions your AI receives, as published by yogsoth-ai/de-anthropocentric-research-engine in skills/aggregate-ranking/SKILL.md and read by ahel’s review.
Purpose
Aggregate criterion or comparison results into an ordered recommendation under an explicit rule.
Input contract
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]
Procedure
- Align candidate identifiers, criterion directions, units, and validity flags.
- Apply the supplied aggregation rule without changing weights or directions.
- Propagate missingness and uncertainty; apply the declared tie-break only after aggregation.
- Return ordered candidates with component contributions and recommendation status.
Output contract
produces: [ordered_recommendation, aggregate_scores, contribution_table, unresolved_comparisons]
delta_fields: [findings, evidence_updates, decisions, uncertainties]
Quality gates
- Every ranked candidate has a traceable value for each required criterion or an explicit unresolved marker.
- Aggregation reproduces the supplied rule and preserves criterion direction.
- Ties and sensitivity to tie-breaks are reported.
Parameterization
Caller supplies candidate schema, criterion scales/directions, weights or aggregation formula, tie-break rule, and missing/uncertainty policy.
Failure and counterexamples
Reject mixed units without normalization; reject a recommendation when a hard criterion is unresolved.
Provenance map
- resolved: priority-synthesis
- resolved: scoring-synthesis
Preserved source criteria ledger
| 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. |
Signals
- GitHub stars
- 501
- Forks
- 41
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Key
aggregate-ranking- Source
- github.com/yogsoth-ai/de-anthropocentric-research-engine