ranking-synthesis
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/ranking-synthesisGenerates final ranking with confidence intervals and consistency status
- Solves the problem of presenting a verified, ranked list of candidates
- Depends on converged ratings and consistency report inputs
- Computes confidence intervals and checks for ranking consistency
- Returns a structured ranking artifact with metadata and quality indicators
SKILL.md
.github/skills/ranking-synthesisView on GitHub ↗
--- name: ranking-synthesis description: Produce the final ranking artifact from converged ratings and consistency report. execution: subagent prompt: ./prompt.md input: ratings(object), consistency_report(object) used-by: pairwise-ranking --- # Ranking Synthesis Produces the final, presentation-ready ranking from converged ratings and consistency verification. Combines quantitative scores with confidence intervals, method metadata, and quality indicators into the deliverable artifact. ## Execution Runs as a subagent. Receives final ratings and consistency report, returns the formatted ranking artifact. ## Why Subagent Synthesis requires formatting decisions, confidence interval computation, and quality narrative generation that benefit from focused attention without orchestration overhead. ## HARD-GATE Output MUST rank ALL candidates. Output MUST include confidence intervals. Output MUST reference the consistency status. No candidate may be omitted from the final ranking.