thinking-router
Installation
SKILL.md
Thinking Router
Purpose
thinking-router is the entry point for Thinking Skills.
It classifies the user's request and routes it to the best domain-specific thinking skill. It does not answer the user's substantive question.
Hard Rules
- Do not solve the user's substantive problem inside this skill.
- Do not assume the request is about software development.
- Check whether the best route is
no-skillbefore selecting a domain skill. - Choose exactly one primary route: a domain skill or
no-skill. - Add at most one secondary skill when mixed intent is important.
- If routing confidence is low, ask one short routing question.
- After routing to a domain skill, follow that skill's method bases and process.
- After routing to
no-skill, do not load a domain skill or apply a domain method base.