Agent Skills: Reasoning Router

Routes formal reasoning, thinking, and analysis tasks. Triggers on reason, prove, verify, formal, atomic, logic, think, analyze-deeply, decompose, validate.

UncategorizedID: zpankz/mcp-skillset/reasoning-router

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Zpankz/mcp-skillset/tree/HEAD/reasoning-router

Skill Files

Browse the full folder contents for reasoning-router.

Download Skill

Loading file tree…

reasoning-router/SKILL.md

Skill Metadata

Name
reasoning-router
Description
Routes formal reasoning, thinking, and analysis tasks. Triggers on reason, prove, verify, formal, atomic, logic, think, analyze-deeply, decompose, validate.

Reasoning Router

Routes formal reasoning, cognitive enhancement, and deep analysis tasks.

Subcategories

Cognitive Enhancement

triggers: [think, mental-models, non-linear, literate-programming]
skills:
  - think: Cognitive enhancement toolkit
  - goals: Process goals optimization

Formal Reasoning

triggers: [prove, verify, formal, atomic, decompose]
skills:
  - AoT: Atom of Thoughts (full)
  - AoT-light: Lightweight AoT
  - reason: Recursive decomposition

Universal Frameworks

triggers: [universal, multi-scale, holarchic, complex-system]
skills:
  - urf: Universal Reasoning Framework
  - ontolog: Holarchic reasoning

Domain-Specific

triggers: [physiology, biology, medical, quantitative]
skills:
  - telos: Teleological physiology analysis
  - qp: Quantitative physiology calculations

Routing Decision Tree

reasoning request
    │
    ├── Cognitive/Thinking?
    │   ├── General? → think
    │   └── Optimization → goals
    │
    ├── Formal proof?
    │   ├── Full analysis? → AoT
    │   ├── Quick? → AoT-light
    │   └── Decomposition → reason
    │
    ├── Universal/Complex?
    │   ├── Multi-scale? → urf
    │   └── Holarchic → ontolog
    │
    └── Domain-specific?
        ├── Physiology? → telos | qp
        └── Other → think

Managed Skills

| Skill | Purpose | Trigger | |-------|---------|---------| | think | Cognitive toolkit | "think", "analyze" | | AoT | Atom of Thoughts | "prove", "atomic" | | AoT-light | Fast AoT | "quick analysis" | | reason | Decomposition | "decompose", "understand" | | urf | Universal framework | "complex", "multi-scale" | | ontolog | Holarchic | "ontology", "holons" | | telos | Physiology | "physiology", "biological" | | qp | Quantitative phys | "calculate", "physiological" |