Install
openclaw skills install adi-decision-engineStructured multi-criteria decision analysis for ranking options with weights, constraints, confidence, tradeoff reasoning, sensitivity analysis, and explainable recommendations. Use when the user asks for decision support, MCDA, weighted scoring, prioritization, vendor selection, route planning, hiring shortlist ranking, tool comparison, procurement decisions, or auditable agent decision logic.
openclaw skills install adi-decision-engineTurn a messy tradeoff problem into a structured, auditable multi-criteria decision and return a ranked recommendation with confidence and explanation.
Use this skill when the user needs structured decision support rather than open-ended brainstorming. Typical triggers include:
This skill supports exactly two input modes.
The user already has a decision request with:
optionscriteriaconstraintspolicy_nameUse scripts/validate_request.py first if request quality is uncertain, then scripts/run_adi.py to execute it.
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.
If ADI runs successfully, the final answer must contain:
best_optionIf the request is not complete enough to run, return a request-completion prompt rather than a fabricated ranking.
balanced, risk_averse, or exploratory.python3adi-decision package or the adi CLI on PATHIf the ADI runtime is unavailable, stop with a clear error and explain that the dependency must be installed locally.