What problem does it solve? AI agents often write code or answer technical questions without following structured workflows, skipping quality gates and constraints. This Skill acts as a mandatory routing layer that classifies every request and directs it through the correct Rune skill before any action is taken. ## Core Features & Use Cases - Request Classification: Categorizes every message into CODE_CHANGE, QUESTION, DEBUG_REQUEST, REVIEW_REQUEST, or EXPLORE with FULL or LITE enforcement levels. - Four-Tier Routing Table: Maps user intents to Tier 1 entry skills (cook, team, launch, rescue, audit), Tier 2 power-user skills, Tier 3 internal utilities, and Tier 4 domain extension packs. - Adaptive Routing Overrides: Reads routing-overrides.json from .rune/metrics to apply learned routing rules and model hints based on past failures. - Use Case: When a user says "fix the login bug and add tests", the router chains rune-debug for diagnosis, rune-fix for the patch, and rune-test for coverage, emitting a routing proof line in the response. ## Quick Start Ask the agent to implement a feature or fix a bug and it will classify the request, announce the routed skill, and follow that skill's workflow before writing any code.