返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
a

adaptive-reasoning

Automatically assess task complexity and adjust reasoning level. Triggers on every user message to evaluate whether extended thinking (reasoning mode) would improve response quality. Use this as a pre-processing step before answering complex questions.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
9,097
下载量
8
收藏
概述
安装方式
版本历史

adaptive-reasoning

# Adaptive Reasoning Self-assess complexity before responding. Adjust reasoning level dynamically. ## Quick Assessment (run mentally on every request) Score the request 0-10 on these dimensions: | Signal | Weight | Examples | |--------|--------|----------| | **Multi-step logic** | +3 | Planning, proofs, debugging chains | | **Ambiguity** | +2 | Nuanced questions, trade-offs, "it depends" | | **Code architecture** | +2 | System design, refactoring, security review | | **Math/formal reasoning** | +2 | Calculations, algorithms, logic puzzles | | **Novel problem** | +1 | No clear pattern, requires creativity | | **High stakes** | +1 | Production changes, irreversible actions | **Subtract:** - Routine/repetitive task: -2 - Clear single answer: -2 - Simple lookup/fetch: -3 ## Decision Thresholds | Score | Action | |-------|--------| | ≤2 | Stay fast. No reasoning needed. | | 3-5 | Standard response. Light internal deliberation. | | 6-7 | Consider `/reasoning on` or pause to think explicitly. | | ≥8 | **Activate extended thinking.** Complex problem warrants it. | ## Activation (Automatic) **Do not ask. Just activate.** | Score | Action | |-------|--------| | ≤5 | Respond normally. No change. | | 6-7 | Enable reasoning silently. Add 🧠 at end of response. | | ≥8 | Enable reasoning. Add 🧠🔥 at end of response. | ### Visual Indicator Always append the reasoning icon at the **very end** of your response: - **Score 6-7:** `🧠` (thinking mode active) - **Score ≥8:** `🧠🔥` (deep thinking mode) - **Score ≤5:** No icon (fast mode) ### How to Activate Use `session_status` tool or `/reasoning on` command internally before responding: ``` /reasoning on ``` Or via tool: ```json {"action": "session_status", "reasoning": "on"} ``` After completing a complex task, optionally disable to save tokens on follow-ups: ``` /reasoning off ``` ## Examples **Low complexity (score: 1)** > "What time is it in Tokyo?" → Simple lookup. Answer immediately. No icon. **Medium complexity (score: 4)** > "Refactor this function to be more readable" → Standard response with brief explanation. No icon. **High complexity (score: 7)** > "Design a caching strategy for this API with these constraints..." → Enable reasoning. Thoughtful response ends with: 🧠 **Very high complexity (score: 9)** > "Debug why this distributed system has race conditions under load" → Enable extended thinking. Deep analysis ends with: 🧠🔥 ## Integration This skill runs as mental preprocessing. No external tools needed. For explicit control: - `/reasoning on` — Enable extended thinking - `/reasoning off` — Disable (faster responses) - `/status` — Check current reasoning state ## When NOT to Escalate - User explicitly wants quick answer ("just tell me", "quick", "tldr") - Time-sensitive requests where speed matters more than depth - Conversational/social messages (banter, greetings) - Already in reasoning mode for this session - User previously disabled reasoning in this conversation ## Auto-Downgrade After completing a complex task (score ≥6), if the next message is simple (score ≤3): - Silently disable reasoning to save tokens - Resume normal fast responses

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 adaptive-reasoning-1776340203 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 adaptive-reasoning-1776340203 技能

通过命令行安装

skillhub install adaptive-reasoning-1776340203

下载 Zip 包

⬇ 下载 adaptive-reasoning v1.0.0

文件大小: 2.28 KB | 发布时间: 2026-4-17 14:11

v1.0.0 最新 2026-4-17 14:11
- Initial release of adaptive-reasoning skill.
- Automatically assesses incoming requests for complexity and dynamically adjusts reasoning depth.
- Uses a scoring system (0–10) based on factors such as multi-step logic, ambiguity, code architecture, math, novelty, and stakes.
- Visual indicators (`🧠`, `🧠🔥`) show when advanced reasoning is active.
- Activates reasoning mode without user intervention; reverts to fast mode for simple tasks.
- Includes clear guidance on when not to escalate and when to downgrade reasoning for efficiency.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部