ADI Decision Engine
/install adi-decision-engine
ADI Decision Engine
Core promise
Turn a messy tradeoff problem into a structured, auditable multi-criteria decision and return a ranked recommendation with confidence and explanation.
When to use this skill
Use this skill when the user needs structured decision support rather than open-ended brainstorming. Typical triggers include:
- multi-criteria decision analysis
- weighted scoring or option ranking
- vendor selection or procurement
- route planning with explicit tradeoffs
- hiring shortlist ranking
- tool or platform comparison
- policy-driven or auditable agent decisions
Input modes
This skill supports exactly two input modes.
1. Structured mode
The user already has a decision request with:
optionscriteria- optional
constraints - optional
policy_name - optional evidence, confidence, or context
Use scripts/validate_request.py first if request quality is uncertain, then scripts/run_adi.py to execute it.
2. Freeform mode
The user provides a natural-language tradeoff problem.
First use scripts/normalize_problem.py to produce a request skeleton. Do not pretend the request is complete if important fields are missing. If the skeleton is not ready, ask for the missing inputs instead of inventing scores or constraints.
Output contract
If ADI runs successfully, the final answer must contain:
best_option- a short rationale for why it won
- top-ranked alternatives
- confidence summary
- constraint impact summary
- sensitivity or stability summary when available
- explicit assumptions
If the request is not complete enough to run, return a request-completion prompt rather than a fabricated ranking.
Workflow
- Determine whether the user input is structured or freeform.
- For freeform input, normalize it into a request skeleton using scripts/normalize_problem.py.
- Validate candidate requests with scripts/validate_request.py.
- Run complete requests with scripts/run_adi.py.
- Present the ADI result in clear decision-support language:
- recommendation first
- strongest tradeoff second
- caveats and sensitivity after that
Decision hygiene rules
- Never rank options without explicit criteria.
- Never silently invent hard constraints.
- If criterion direction is ambiguous, stop and clarify.
- Normalize vague goals into named criteria before scoring.
- Prefer a small, explicit criteria set over many overlapping criteria.
- Keep the policy choice visible:
balanced,risk_averse, orexploratory.
Output quality rules
- Show the top recommendation first.
- Explain why it won.
- Mention the strongest tradeoff.
- Call out eliminated or constraint-violating options.
- Include confidence caveats when evidence is weak.
- Use a compact comparison table or structured bullet list when comparing several options.
Safety and honesty rules
- No hidden math.
- No fake scores.
- No fabricated evidence.
- Do not claim ADI ran if the runtime dependency is missing.
- Do not request API keys.
- Do not require network access for the core workflow.
- Do not tell the user to trust the ranking if the request is under-specified.
Runtime requirements
python3- either an importable
adi-decisionpackage or theadiCLI onPATH
If the ADI runtime is unavailable, stop with a clear error and explain that the dependency must be installed locally.
References
- Request schema: references/request_schema.md
- Result interpretation: references/result_interpretation.md
- Policy guide: references/policy_guide.md
- Use cases: references/use_cases.md
Examples
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install adi-decision-engine - 安装完成后,直接呼叫该 Skill 的名称或使用
/adi-decision-engine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ADI Decision Engine 是什么?
Structured multi-criteria decision analysis for ranking options with weights, constraints, confidence, tradeoff reasoning, sensitivity analysis, and explaina... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 367 次。
如何安装 ADI Decision Engine?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install adi-decision-engine」即可一键安装,无需额外配置。
ADI Decision Engine 是免费的吗?
是的,ADI Decision Engine 完全免费(开源免费),可自由下载、安装和使用。
ADI Decision Engine 支持哪些平台?
ADI Decision Engine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 ADI Decision Engine?
由 Dimitris Gousopoulos(@dimgouso)开发并维护,当前版本 v0.1.0。