What problem does it solve? When an AI orchestrator routes a request to the wrong skill, that mistake is usually forgotten and repeated. This Skill captures each routing correction, tracks how often the same mistake occurs, and promotes recurring patterns into permanent routing rules. ## Core Features & Use Cases - Correction Logging: Parses the original input, wrong skill, correct skill, and reason, then appends or increments entries in a Raw Correction Log table. - Semantic Pattern Matching: Treats similar inputs like "process inbox" and "triage my inbox" as the same pattern and generalizes them over time. - Threshold-Based Promotion: Automatically promotes a correction to the Active Learnings section once it occurs 3 or more times, creating a human-readable routing rule. - Use Case: The brain orchestrator routes "handle my inbox" to the wrong skill. Nathan corrects it, and this Skill logs the correction; after the third occurrence, a permanent rule routes inbox requests to the right skill. ## Quick Start Ask the brain orchestrator to record a routing correction by providing the original input, the skill it was wrongly routed to, the correct skill, and the reason for the correction.