knowledge_decay
Evaluate confidence in learned lessons using decay scores (0–100%) based on age, recall frequency, and outcome. Identify trustworthy lessons and those needing re-validation before refactoring.
Instructions
Confidence scoring for every lesson in your Brain — because old knowledge rots. Computes a decay score (0–100%) per lesson based on age, recall frequency, and outcome. Lessons recalled recently score high. Lessons from 90 days ago never recalled score low. Returns a ranked list with visual confidence bars: "████░░░░ 40%". Use this before a big refactor to know which lessons to trust and which to re-validate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| min_age_days | No | Only include lessons older than N days (default: 0 = all) | |
| show_top | No | Number of entries to return, sorted by lowest confidence first (default: 20) |