reasoning-router
Installation
SKILL.md
Reasoning Router
Meta-reasoning layer: classify problems, dispatch to the optimal thinking MCP, monitor progress, re-route on stall. Minimize total tokens to a high-confidence conclusion.
Always uses the most advanced model (currently Opus 4.6). Meta-reasoning about how to think is the highest-leverage reasoning task.
Dispatch
$ARGUMENTS |
Action |
|---|---|
| Problem or question text | Route — classify and dispatch to optimal thinking method |
compare <problem> |
Compare — run 2-3 strategies on the same problem, pick best |
status |
Status — show current thinking session state |
switch <method> |
Switch — re-route to specified method mid-session |
recap |
Recap — summarize reasoning so far across all methods used |
methods |
Methods — show available methods with when-to-use cheatsheet |
Related skills