What problem does it solve? Deciding which model or executor should handle a given task is often guesswork. This Skill provides a structured rubric that scores any task on five readable axes (Risk, Uncertainty, Scope, Coupling, Verification) to derive a capability band (0-3) and effort volume (0-24), turning routing decisions into auditable, evidence-based recommendations. ## Core Features & Use Cases - Five-Axis Task Scoring: Rates Scope, Coupling, Risk, Uncertainty, and Verification from 0-4 using anchored criteria read directly from the task, never from agent self-assessments. - Capability and Volume Computation: Maps scores to a capability band (cheapest capable through strongest at max effort) and a volume tertile that positions the effort or reasoning knob the runtime exposes. - Plan Gate Detection: Flags design_open when architecture or design questions are genuinely unresolved, signaling that a phased plan should precede build. - Use Case: Before dispatching a worker to refactor a payment module, run the rubric to discover Risk=4, which routes the task to the strongest available model rather than the cheapest executor. ## Quick Start Ask the agent to score this task with /route-task before dispatching it to a worker model.