Gatekeeper decision (execute / speculative / system2)
jev_decideRoutes a decision through a confidence gatekeeper: high-confidence choices execute directly at zero LLM cost, mid-range triggers speculative sub-decisions, and low confidence escalates to System 2.
Instructions
Route one decision through the 'BELKİ' gatekeeper: confidence above the tuned threshold executes directly ($0 LLM), mid range triggers speculative sub-decisions, low confidence escalates to System 2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Verbatim context (memory/regression notes) for the evaluation. | |
| options | Yes | Candidate options. | |
| persist | No | Persist the decision into .jev-skill-memory.json (default true). | |
| question | Yes | The decision question. |