nexo_cortex_check
Validate reasoning before significant actions. Determines if you can act, should propose, or need to ask first based on goal and context.
Instructions
Cognitive pre-action check. Validates reasoning and determines if you can act, should propose, or need to ask first. Call before significant actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What you are trying to achieve (required) | |
| task_type | No | One of: answer, analyze, edit, execute, delegate | answer |
| plan | No | JSON array of planned steps (e.g. '["read file", "edit function", "test"]') | [] |
| known_facts | No | JSON array of facts you have (from user, memory, files) | [] |
| unknowns | No | JSON array of things you don't know yet but need | [] |
| constraints | No | JSON array of rules or limitations that apply | [] |
| evidence_refs | No | JSON array of evidence supporting your plan (learnings, user statements, file contents) | [] |
| verification_step | No | How you will verify the action worked |