Triage Calibration

SkillProductivity

Daily triage accuracy calibration — use during scheduled calibration runs to verify triage classification accuracy against few-shot examples and adjust confidence thresholds

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 Triage Calibration skill

What this skill tells your AI

The instructions your AI receives, as published by wingedguardian/genesis-agi in src/genesis/skills/triage-calibration/SKILL.md and read by ahel’s review.

Purpose

Review recent triage decisions against actual outcomes. Adjust signal weights and depth thresholds to improve classification accuracy over time.

When to Use

  • Scheduled daily (end of day or low-activity period).
  • After a significant misclassification is identified.
  • After a new signal collector is added or modified.

Workflow

  1. Collect recent triage results — Pull the last 24h of awareness ticks with their depth classifications and signal readings.
  2. Match against outcomes — For each tick, determine what actually happened:
    • Did the classified depth match the actual work required?
    • Were any signals misleadingly high or low?
  3. Compute accuracy metrics
    • Classification accuracy (correct depth / total ticks)
    • Over-triage rate (classified higher than needed)
    • Under-triage rate (classified lower than needed)
  4. Identify systematic errors — Are certain signal types consistently miscalibrated? Are certain time periods problematic?
  5. Propose adjustments — Suggest weight or threshold changes. Do NOT auto-apply in V3 (fixed weights). Log recommendations for user review.
  6. Write calibration report.

Output Format

date: <YYYY-MM-DD>
period: <start> to <end>
total_ticks: <n>
accuracy: <percentage>
over_triage_rate: <percentage>
under_triage_rate: <percentage>
systematic_errors:
  - signal: <signal name>
    bias: over | under
    magnitude: <how far off>
recommendations:
  - <proposed adjustment>

References

  • src/genesis/learning/triage/ — Triage pipeline
  • src/genesis/awareness/ — Awareness loop and depth classification
  • src/genesis/learning/signals/ — Signal collectors

Signals

GitHub stars
96
Forks
23
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
triage-calibration
Source
github.com/wingedguardian/genesis-agi