Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Decision Criteria Weighting

ASecurity

Runs a weighted multi-criteria analysis — making explicit what matters, how much, and how each option performs against it. Triggers: 'weighted decision matrix', 'multi-criteria analysis', 'help me choose between', 'compare these options', 'decision matrix'.

19 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentsgo

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill decision-criteria-weighting --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Decision Criteria Weighting?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Decision Criteria Weighting
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-decision-criteria-weighting/badge)](https://www.skillsdirectory.com/skills/rondoflow-decision-criteria-weighting)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: decision-criteria-weighting
description: "Runs a weighted multi-criteria analysis — making explicit what matters, how much, and how each option performs against it. Triggers: 'weighted decision matrix', 'multi-criteria analysis', 'help me choose between', 'compare these options', 'decision matrix'."
---

# Decision Criteria Weighting

Intuitive decisions fail when too many criteria are in play and their relative importance
isn't made explicit. This skill forces that explicitness. The goal is not to replace
judgment — it is to make the judgment visible enough to inspect, challenge, and defend.

---

## Your Process

**Step 1: State the Decision and List Real Options**
Name the decision. List the actual options being considered — not aspirational ones. If an
option isn't genuinely available, remove it before it contaminates the analysis.

**Framing check:** Confirm the decision and its intended outcome before continuing. State what you've identified — the specific decision being made and the options on the table — in one sentence, then use `AskUserQuestion`:
- **Question:** "I'm reading this as: [your one-sentence framing of the decision and the options being compared]. Is that right?"
- **Header:** "Framing"
- **Options:**
  - **Yes — proceed** — framing is correct
  - **Adjust** — one element is off; user will correct it before you continue
  - **Reframe** — different situation than read; incorporate the correction before proceeding

**Step 2: Identify 4-8 Criteria**
Name the criteria that define a good outcome for this specific decision. Criteria should
be independent (not measuring the same thing twice), observable (you can score against
them), and genuinely relevant (removing one would change the analysis).

**Before narrowing:** Show the complete generated set of candidate criteria to the user first. Use `AskUserQuestion`:
- **Question:** "I've identified [N] candidate criteria. Before I narrow to the most decision-relevant ones, are there any you'd flag as especially important, or any I've missed?"
- **Header:** "Prioritise"
- **Options:**
  - **Proceed with your selection** — the set looks right
  - **Flag one** — user will name a specific criterion to include
  - **Add a missing one** — user will describe it

**Step 3: Weight the Criteria**
Distribute exactly 100 points across the criteria. This forces trade-offs — you cannot
weight everything highly. If everything matters equally, the distribution reveals a
failure to think through what actually matters most.

**Step 4: Score Each Option**
Score each option on each criterion from 1 to 5. Do this before calculating totals — the
sequence matters. Scoring after you see where things are headed is reverse-engineering to
confirm a preference, which defeats the exercise.

**Step 5: Calculate Weighted Scores**
Weighted score = sum of (weight × score) for each criterion. Calculate for all options.

**Step 6: Sense-Check**
If the math agrees with your intuition, good. If it disagrees, investigate: is the
intuition catching something the criteria missed, or is the intuition rationalising a
preference? Either is possible. Don't dismiss either.

---

## Human Check-in

Before proceeding, use the `AskUserQuestion` tool. State your interpretation of the situation in 1–2 sentences — what is being analyzed and what the core question is — then ask:

- **Question:** "My read: [your 1–2 sentence interpretation]. How do you want to proceed?"
- **Header:** "Scope"
- **Options:**
  - **Full analysis** — Complete all steps, reasoning shown throughout
  - **Key findings only** — Bottom-line output, skip step-by-step detail
  - **Weights only** — Establish criteria priorities before scoring any options
  - **Reframe** — The read is off; correct it and the analysis will follow the corrected framing

Proceed based on their selection. If the user reframes, incorporate the correction before running any analysis.

## Output Format

**Decision:** [Statement]

**Criteria and weights:**

| Criterion | Weight (total = 100) |
|-----------|----------------------|
| | |

**Scored matrix:**

| Option | [Criterion 1] (×W) | [Criterion 2] (×W) | ... | Weighted Total |
|--------|-------------------|-------------------|-----|----------------|
| | | | | |
| | | | | |

**Sense-check:**
> [Does the result match intuition? If not — what is the intuition picking up that the
> matrix doesn't capture, or what is the intuition getting wrong?]

**Recommendation:**
> [Option name] — [one sentence rationale]

---

## Notes

The value of this exercise is in the weighting step, not the scoring. Most decision
disagreements are disagreements about what matters, not about how options perform.
Making weights explicit moves the conversation to the right place.

---

## What's Next

After delivering this output, use `AskUserQuestion` to offer the next move:

- **Question:** "Criteria weighted and options ranked. What's next?"
- **Header:** "Next"
- **Options:**
  - `/decision-premortem-analysis` — Stress-test the winning option before committing
  - `/decision-reversibility-analysis` — Assess how reversible the top option is
  - `/ethics-check` — Check whether the top option is ethically sound
  - **Done** — Wrap up and synthesise what we have so far

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →