/calibrate -- Score predictions vs outcomes
The user wants to check what actually happened after a sprint's recommendations were implemented.
Arguments
$ARGUMENTS
Expected format: /calibrate --outcome "what happened" or /calibrate <claim_id> "actual result"
Instructions
-
Parse the outcome: The user provides outcome data as free text or claim-specific results.
-
Match outcomes to predictions: Use
wheat_searchto find the original estimate, recommendation, or risk claims that predicted something. Compare prediction to actual outcome. -
Create calibration claims as
cal###claims with evidence tierproduction(these are real outcomes):- If prediction was accurate: factual claim noting the match
- If prediction was wrong: factual claim noting the delta (predicted X, actual Y)
- If prediction was partially right: estimate claim with the refined numbers
-
Compute accuracy scorecard:
- Group by evidence tier: what % of
statedvswebvsdocumentedvstestedclaims were accurate? - Group by claim type: are estimates less accurate than factual claims?
- This validates whether the evidence tier system is predictive
- Group by evidence tier: what % of
-
Run
wheat_compile. -
Print scorecard:
Calibration results: Predictions scored: <N> Accurate: <N> (<percent>) Partially accurate: <N> Wrong: <N> Accuracy by evidence tier: stated: <percent> web: <percent> documented: <percent> tested: <percent> Next steps: /brief -- recompile with calibrated data /research <topic> -- investigate where predictions went wrong