← Back to Skills Marketplace
clarkchenkai

Dual-Mode Reasoner

by Cubic AI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dual-mode-reasoner-clarkchenkai
Description
Dual-Mode Reasoner — Risk-Aware Reasoning Skill for Switching Between Quick and Deliberate Modes. Use it when the user needs a disciplined protocol and fixed...
README (SKILL.md)

Dual-Mode Reasoner — Risk-Aware Reasoning Skill for Switching Between Quick and Deliberate Modes

Use this skill when the task matches the protocol below.

Activation Triggers

  • mixed workloads that contain both trivial and high-stakes tasks
  • decisions with uncertain downside, irreversibility, or moral weight
  • situations where fast mode may miss important hidden assumptions
  • cases where slow mode is expensive and should be used selectively
  • requests to decide how much reasoning a task deserves

Core Protocol

Step 1: Run a quick risk scan

Check reversibility, downside asymmetry, ambiguity, governance sensitivity, and evidence quality.

Step 2: Choose the mode explicitly

Default to quick mode unless the scan triggers deliberate mode.

Step 3: If deliberate, expose assumptions

List the assumptions carrying the decision instead of hiding them in narrative confidence.

Step 4: Test counterexamples

Look for at least one serious alternative or failure case before deciding.

Step 5: End with a stop condition

Say what would be enough to act now and what would force a pause or escalation.

Output Contract

Always end with this six-part structure:

## Mode Selection
[...]

## Risk Signals
[...]

## Working Assumptions
[...]

## Counterexamples
[...]

## Decision or Recommendation
[...]

## Stop Condition
[...]

Response Style

  • Do not over-think low-risk tasks.
  • Do not under-think irreversible tasks.
  • Make the chosen mode visible to the user.
  • If deliberate mode is triggered, show assumptions and a stopping rule.

Boundaries

  • It does not assume slow mode is always better than quick mode.
  • It does not turn every decision into a philosophical seminar.
  • It does not let quick mode bypass governance or material-risk thresholds.
Usage Guidance
This skill is instruction-only and coherent for its stated purpose: it asks for no credentials, installs nothing, and only prescribes reasoning steps. Things to consider before installing: the publisher/homepage are unknown—if provenance matters to you, prefer skills from known authors; test the skill on harmless/low-risk tasks first to confirm its behavior; be aware the agent may invoke it implicitly (allow_implicit_invocation is true), so if you want explicit control, disable implicit invocation or require user confirmation before using the skill. Also remember: this skill encodes a protocol, not domain expertise — do not rely on it alone for high-stakes legal/medical/financial decisions.
Capability Analysis
Type: OpenClaw Skill Name: dual-mode-reasoner-clarkchenkai Version: 1.0.0 The dual-mode-reasoner skill is a purely logic-based reasoning framework designed to guide an AI agent's decision-making process using a 'fast vs. slow' thinking protocol. It contains no executable code, scripts, or requests for sensitive system permissions (network, file, or environment access). The instructions in SKILL.md and the reference files (deliberation-patterns.md, mode-triggers.md) are aligned with the stated purpose of risk-aware reasoning and do not contain any malicious prompt-injection attempts or data exfiltration patterns.
Capability Assessment
Purpose & Capability
Name/description (risk-aware quick vs deliberate reasoning) align with the SKILL.md contents and the included reference docs. The skill requires no binaries, env vars, or external services—appropriate for a purely procedural reasoning helper.
Instruction Scope
Runtime instructions are limited to a reasoning protocol (risk scan, mode choice, expose assumptions, counterexamples, stop condition). They do not instruct reading files, environment variables, network endpoints, or transmitting data externally.
Install Mechanism
No install spec and no code files to execute. Instruction-only skill means nothing is written to disk or downloaded at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths. There are no requests for secrets or unrelated service tokens.
Persistence & Privilege
The skill is not force-included (always: false). The agents/openai.yaml sets policy.allow_implicit_invocation: true, so the platform may implicitly invoke it when relevant; this is a normal setting for helper skills but worth noting if you want to limit implicit calls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dual-mode-reasoner-clarkchenkai
  3. After installation, invoke the skill by name or use /dual-mode-reasoner-clarkchenkai
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Dual-Mode Reasoner skill. - Provides structured risk-aware reasoning, switching between quick and deliberate modes based on task risk. - Introduces a disciplined protocol with explicit mode selection, risk scan, assumption exposure, counterexample testing, and defined stop conditions. - Ensures consistent six-part output structure for decision support. - Designed for mixed workloads, supporting both trivial and high-stakes decisions.
Metadata
Slug dual-mode-reasoner-clarkchenkai
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Dual-Mode Reasoner?

Dual-Mode Reasoner — Risk-Aware Reasoning Skill for Switching Between Quick and Deliberate Modes. Use it when the user needs a disciplined protocol and fixed... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install Dual-Mode Reasoner?

Run "/install dual-mode-reasoner-clarkchenkai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Dual-Mode Reasoner free?

Yes, Dual-Mode Reasoner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Dual-Mode Reasoner support?

Dual-Mode Reasoner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Dual-Mode Reasoner?

It is built and maintained by Cubic AI (@clarkchenkai); the current version is v1.0.0.

💬 Comments