Install
openclaw skills install @raguets/make-the-callPart of the Overpowered skill suite. Turn sufficient evidence into a clear decision when multiple viable options remain. Use when trade-offs matter and the agent must decide, recommend a cheap discriminating test, or explicitly defer because unresolved uncertainty makes commitment unsafe.
openclaw skills install @raguets/make-the-callClose a real choice with exactly one disposition: DECIDE, TEST, or DEFER. Do not hide behind “it depends.”
This skill owns decision closure. It consumes evidence prepared by other skills; it does not recreate retrieval, reconciliation, precedent analysis, structured-data analysis, or assumption auditing.
know-enough, relevant history to find-precedent, structured evidence to ask-the-data, conflicts to reconcile, and hidden premises to assumption-audit.DECIDE when evidence discriminates enough to commit.TEST when a cheap bounded experiment can resolve the decisive uncertainty. State the hypothesis, measure, option-favoring threshold/results, and time/cost boundary.DEFER when material uncertainty cannot be resolved cheaply now and guessing has unacceptable downside. State exactly what will make the decision ready.Decision
<one sentence>
Disposition
DECIDE | TEST | DEFER
Why
- <decisive criterion + evidence>
Trade-offs accepted
- ...
Uncertainty
- <remaining uncertainty, sensitivity, and whether it could flip the result>
Reversibility
<high / medium / low + consequence>
Next action
<commit, run the bounded test, or obtain the specific missing input>
Keep the response proportional; omit non-material sections for a trivial choice.
Typical minimal chains include know-enough → make-the-call, ask-the-data → make-the-call, or reconcile → make-the-call. Add assumption-audit only when hidden premises could change the result.
Stop when one disposition is selected, its decisive evidence and sensitivity are explicit, and the next action is bounded and executable.