/calibrate -- Score predictions vs outcomes
SkillDev toolsScore past predictions against actual outcomes. Closes the feedback loop.
Available today. Use it from your connected AI after setup.
No other account needed.
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
-
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
Signals
- GitHub stars
- 86
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
calibrate-grainulation- Source
- github.com/grainulation/grainulator