Build a complete scoring matrix through criterion definition, weighting,
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill convergence-scoring-matrix-construction --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Convergence Scoring Matrix Construction?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-convergence-scoring-matrix-construction)More formats (shields.io, HTML) on the badges page.
---
name: convergence-scoring-matrix-construction
description: Build a complete scoring matrix through criterion definition, weighting,
scoring, normalization, and sensitivity testing.
execution: tactic
dependencies:
sops:
- alternative-scoring
- criterion-definition
- normalization
- scoring-synthesis
- weight-elicitation-sop
---
# Scoring Matrix Construction
Standard MCDA workflow of define criteria → assign weights → score → aggregate → sensitivity check, producing a complete scoring matrix and ranking results.
## Stages
1. **Criterion Definition** — Extract evaluation criteria from research goals and candidates
2. **Weight Elicitation** — Compute criteria weights using specified method
3. **Alternative Scoring** — Score candidates against each criterion
4. **Normalization** — Normalize scores to make different scales comparable
5. **Sensitivity Testing** — Perturb weights to verify result robustness
## Available SOPs
- criterion-definition — Extract evaluation criteria
- weight-elicitation-sop — Compute criteria weights
- alternative-scoring — Score alternatives
- normalization — Normalize scores
- scoring-synthesis — Aggregation and sensitivity (including perturbation analysis)
## Execution Guidance
- Stages execute sequentially; each stage's output serves as input for the next
- Stage 2 method options: AHP, Swing, BWM, MACBETH, Simos
- Stage 4 normalization method must match the subsequent aggregation method (linear normalization for WSM, vector normalization for TOPSIS)
- Sensitivity testing must perturb at least 3 weight parameters by ±10%
- If any stage's output fails quality requirements, roll back and redo that stage
## Minimum Yield
Complete scoring matrix + weight vector + ranking results
<!-- BEGIN available-tables (generated) -->
## Available SOPs
Optional, no fixed order; the final leaf is always a sop.
| SOP | When to use |
| --- | --- |
| alternative-scoring | Score each candidate alternative against all criteria to produce a score matrix. |
| criterion-definition | Extract evaluation criteria from research goals and candidate alternatives. |
| normalization | Normalize a score matrix using a specified method to make scores comparable across criteria. |
| scoring-synthesis | Synthesize score matrix, rankings, and sensitivity analysis into a final recommendation. |
| weight-elicitation-sop | Compute criteria weights using a specified elicitation method (AHP, Swing, BWM, MACBETH, or Simos). |
<!-- END available-tables (generated) -->
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!