check_assumption
Verify assumptions against past decisions to detect contradictions and score risk, requesting human approval when needed.
Instructions
Verify an assumption against past decisions. Checks for contradictions, scores risk, and requests human approval when needed.
ALWAYS pass project_root as the current working directory so decisions are stored per-project and not mixed across projects.
The AI MUST call this at every decision point:
When guessing instead of using confirmed info
When choosing between multiple valid options
When the choice might contradict a previous decision
Before any hard-to-reverse step
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| category | No | general | |
| assumption | Yes | ||
| risk_level | No | medium | |
| alternatives | No | ||
| project_root | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||