Agent skill

decision-analysis

Decision modeling using decision tables, weighted scoring matrices, and decision trees. Structures complex decisions with clear criteria, alternatives evaluation, and outcome prediction.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill decision-analysis-prorise-cool-claude-code-multi-ag-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Allowed tools: ReadGlobGrepTaskSkill
Path: skills/analysis/decision-analysis-prorise-cool-claude-code-multi-ag-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Decision Analysis Model and analyze complex decisions using structured techniques: decision tables, weighted scoring matrices, and decision trees. Creates clear, defensible decision frameworks with traceable rationale. ## What is Decision Analysis? **Decision Analysis** is a systematic approach to evaluating complex choices by breaking them down into components: objectives, alternatives, criteria, and trade-offs. It transforms subjective judgment into structured, transparent reasoning. | Technique | Best For | Output | |-----------|----------|--------| | **Decision Table** | Rule-based logic, many conditions | Action based on condition combinations | | **Weighted Scoring Matrix** | Multi-criteria comparison | Ranked alternatives with scores | | **Decision Tree** | Sequential decisions, uncertainty | Optimal path with probabilities | | **Pugh Matrix** | Concept selection, design choices | Best concept vs baseline | ## Technique 1: Decision Tables ### What is a Decision Table? A **decision table** captures complex conditional logic in a compact grid format. It lists all combinations of conditions and their corresponding actions. | Component | Description | Example | |-----------|--

What's inside
Steps it walks through
  1. What is Decision Analysis?
  2. Technique 1: Decision Tables
  3. What is a Decision Table?
  4. Decision Table Workflow
  5. Decision Table Template
  6. Technique 2: Weighted Scoring Matrix
  7. What is a Weighted Scoring Matrix?
  8. Weighted Scoring Workflow
  9. Pugh Matrix (Concept Selection)
  10. Technique 3: Decision Trees
  11. What is a Decision Tree?
  12. Decision Tree Workflow
  13. Decision Tree Mermaid Diagram
  14. DMN-Lite: Decision Model Notation
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the decision-analysis skill do?

Decision modeling using decision tables, weighted scoring matrices, and decision trees. Structures complex decisions with clear criteria, alternatives evaluation, and outcome prediction.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill decision-analysis-prorise-cool-claude-code-multi-ag-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going