knowledge_decay
Analyze stored lessons to detect knowledge decay. Computes a 0–100% confidence score per lesson based on age, recall frequency, and outcome, then ranks low-confidence items so you can re-validate weak knowledge before a big refactor.
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 |
|---|---|---|---|
| show_top | No | Number of entries to return, sorted by lowest confidence first (default: 20) | |
| instance_id | Yes | UUID of the cache instance | |
| min_age_days | No | Only include lessons older than N days (default: 0 = all) |