/calibrate -- Score predictions vs outcomes

SkillDev tools

Score past predictions against actual outcomes. Closes the feedback loop.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the /calibrate -- Score predictions vs outcomes skill

What this skill tells your AI

The instructions your AI receives, as published by grainulation/grainulator in skills/calibrate/SKILL.md and read by ahel’s review.

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

  1. Parse the outcome: The user provides outcome data as free text or claim-specific results.

  2. Match outcomes to predictions: Use wheat_search to find the original estimate, recommendation, or risk claims that predicted something. Compare prediction to actual outcome.

  3. Create calibration claims as cal### claims with evidence tier production (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
  4. Compute accuracy scorecard:

    • Group by evidence tier: what % of stated vs web vs documented vs tested claims were accurate?
    • Group by claim type: are estimates less accurate than factual claims?
    • This validates whether the evidence tier system is predictive
  5. Run wheat_compile.

  6. 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
    

Signals

GitHub stars
86
Forks
6
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
calibrate-grainulation
Source
github.com/grainulation/grainulator