alternative-scoring
Score each candidate alternative against all criteria to produce a score matrix.
适合你,如果需要在多个备选方案中做量化比较
npx oh-my-skill add yogsoth-ai/de-anthropocentric-research-engine/alternative-scoringcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- yogsoth-ai/de-anthropocentric-research-engine/alternative-scoringnpx oh-my-skill verify yogsoth-ai/de-anthropocentric-research-engine/alternative-scoring怎么用
商店整理自技能原文 · 版本 59ace64 · 表述以原文为准Claude会将每个候选方案按各个标准逐一打分,生成一张完整的评分矩阵(方案×标准),每个分数都附带一句简短的理由。
当你提供一组候选方案、明确的评分标准和对应的权重时触发。
技能原文 SKILL.md
Alternative Scoring
Score candidate alternatives against each criterion to produce a complete scoring matrix (alternatives x criteria).
Execution
Subagent receives candidate list, criteria definitions, and weight vector, scores each alternative on each criterion, and outputs the scoring matrix.
Why Subagent
Scoring requires analyzing each alternative individually, involves significant workload and needs consistent scoring standards; independent execution prevents score drift.
HARD-GATE
Scoring matrix must have no empty values, each score must include a brief rationale (1 sentence), and quantitative criteria must use actual data.
<!-- BEGIN available-tables (generated) -->
Available SOPs
Optional, no fixed order; the final leaf is always a sop.
| SOP | When to use | | --- | --- | | spawn-agent | Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent. |
<!-- END available-tables (generated) -->