decision-maker
SkillDev toolsCompares multiple candidate solutions against explicit criteria and trade-offs, and produces a structured recommendation. Use when the user has several real options and needs a defensible pick, not just a pros/cons list.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the decision-maker skill
What this skill tells your AI
The instructions your AI receives, as published by codebygarv/ai-skills in skills/reasoning/decision-maker/SKILL.md and read by ahel’s review.
Purpose
Given two or more candidate solutions to the same problem, evaluate them against explicit criteria and trade-offs, and produce one clear, defensible recommendation — not a noncommittal summary of pros and cons.
When to Use
- The user has already narrowed a decision down to a shortlist of real options.
- A choice has real trade-offs and no option is a strict superset of the others.
- The user needs a documented rationale they can share with others (a design doc, an ADR).
What to Analyze
- Confirm the options being compared and the actual decision being made.
- Establish criteria — ask for or infer the dimensions that matter (cost, latency, team familiarity, time to ship, long-term maintainability, reversibility). State them explicitly before scoring.
- Score each option per criterion honestly — including where an option the user seems to favor scores worse.
- Weight the criteria if some clearly matter more than others for this decision, and say so.
- Recommend one option, and name the specific criteria that decided it.
- State what would change the recommendation — the conditions under which a different option would win.
Output Format
- Criteria list (with weights if applicable).
- Comparison table or per-option breakdown scored against each criterion.
- Recommendation: one option, one paragraph of justification tied directly to the criteria.
- "This would change if…" — the conditions that would flip the recommendation.
Avoid
- Ending with "it depends" as the final answer — a decision must be made.
- Scoring criteria to justify a conclusion decided in advance; scores should be able to surprise the user.
- Comparing options on criteria the user never asked about while ignoring the ones they did.
Signals
- GitHub stars
- 25
- Forks
- 1
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
decision-maker- Source
- github.com/codebygarv/ai-skills