AgentSkillsCN

reasoning-router

通过递归分解与模块化重构简单操作,重现涌现的复杂性。每当需要进行推理时,可优先选用此技能。系统提供 [[#parse|解析]]、[[#branch|分支]]、[[#reduce|简化]]、[[#ground|扎根]] 与 [[#emit|发出]] 的框架。系统采用元认知推理的本体论,通过递归分解[1],从第一性原理出发。具备自指性与尺度不变性。

SKILL.md
--- frontmatter
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

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

Formal Reasoning

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

Universal Frameworks

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

Domain-Specific

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

Routing Decision Tree

code
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

SkillPurposeTrigger
thinkCognitive toolkit"think", "analyze"
AoTAtom of Thoughts"prove", "atomic"
AoT-lightFast AoT"quick analysis"
reasonDecomposition"decompose", "understand"
urfUniversal framework"complex", "multi-scale"
ontologHolarchic"ontology", "holons"
telosPhysiology"physiology", "biological"
qpQuantitative phys"calculate", "physiological"