Plan the minimum proof
prove_itDefine the minimum evidence and experiment required to prove a technical claim, uncovering unsupported assumptions and contradictions before acting.
Instructions
Define the smallest direct evidence set and experiment required to establish a technical claim without speculation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | The technical claim to examine. | |
| scope | No | Claim domain; inferred from the claim when omitted. | |
| context | No | Background context. Context is not treated as evidence by itself. | |
| evidence | No | Supplied evidence only. Ackrite does not invent or fetch evidence. | |
| sessionId | No | Optional bounded in-process session identifier; defaults to 'default'. | |
| expectedBehavior | No | Expected behavior, if relevant. | |
| observedBehavior | No | Observed behavior, if relevant. |