Tool: reasoning_intent_router
Purpose
Translate normal-language Thinking Mode requests into a concrete ReasonKit Think execution plan.
Input
intent: free-form text, e.g. "step by step first, then explore options, verify claims, export audit"
Output
user_modeinternal_methodmode_rationalesafety_notesestimated_costmode_contractinferred_modesprompt_plantool_planresource_plansuggested_tool_calls(with argument templates)notes
Behavior
- Detects
Auto,Quick,Explore,Map,Sketch,Test, support-layer, and legacy CoT/ToT/GoT wording. - Returns deduplicated recommended order and call templates.
- Always includes
reasoning://thinking-modesin the resource plan so clients can inspect the full mode contract.
Mode Vocabulary
Auto: recommendrun_thinking_mode;reasoning_autopilotremains a compatibility Auto flow.Quick: concise linear audit.Explore: branch, score, prune.Map: graph dependencies, merge, distill.Sketch: outline-first Skeleton-of-Thought workflow.Test: claim verification, policy gates, route decision. This is not runtime test execution.