Identify dominated and non-dominated alternatives in a score matrix using Pareto dominance.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill dominance-check --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dominance Check?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-dominance-check)More formats (shields.io, HTML) on the badges page.
---
name: dominance-check
description: Identify dominated and non-dominated alternatives in a score matrix using Pareto dominance.
execution: subagent
prompt: ./prompt.md
input: score_matrix (object)
used-by: multi-criteria-scoring
---
# Dominance Check
Identify dominated alternatives (where another alternative is no worse on all criteria and strictly better on at least one) and non-dominated alternatives (Pareto front) in the scoring matrix.
## Execution
Subagent receives the scoring matrix, performs pairwise dominance relationship checks, and outputs the dominance graph and classification results.
## Why Subagent
Dominance checking requires O(n^2 x m) pairwise comparisons, logic-intensive but self-contained, suitable for independent execution.
## HARD-GATE
Each "dominated" determination must specify the dominating alternative, and verify the strict definition of dominance (no worse on all criteria + strictly better on at least one).
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!