What problem does it solve? Non-trivial audits and reviews often suffer from skill explosion (running every adjacent skill) or under-routing (missing a verifier for critical mechanisms). This Skill routes a task to the minimum set of skills needed to falsify its relevant assumptions, using a structured catalog, risk budgets, and overlap penalties instead of guesswork. ## Core Features & Use Cases - Deterministic routing: Scores candidate skills using trigger matches, domain match, risk floors, composition bonuses, and overlap/cost penalties defined in a central catalog. - Risk-based budgets: Enforces skill count budgets by risk level (trivial 0-1 up to critical 3-6) and orders selections by role (generator, investigator, verifier, reviewer, researcher). - Traceable decisions: Produces a structured dispatch report with selected skills, scores, evidence, near misses, and research routing decisions. - Use Case: Given a high-risk task mixing security and reliability concerns, classify the risk and domain, read the catalog, and output an ordered list of two to four justified skills plus up to three near misses. ## Quick Start Ask the agent to route the task "review the payment retry logic for concurrency and permission issues" and produce the skill dispatch report.