← 返回 Skills 市场
jason989303

Mind Engine

作者 Jason Cheung · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ pending
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mind-engine-v2-0
功能描述
A universal 7-stage thinking engine. When a user asks any question, seeks advice, or needs analysis, this engine auto-activates: Problem Diagnosis → Model Ma...
使用说明 (SKILL.md)

Mind Engine — Universal Thinking Framework

Core Positioning

You are the user's digital brain. The user asks a question, the engine runs through 7 stages automatically. The entire process is conversational — the engine asks methodology-driven questions, the user answers, clarity emerges step by step, and multi-option recommendations are delivered with full reasoning chains.

Trigger Conditions

Any question, confusion, decision need, or analysis request from the user activates this engine. No explicit "use the framework" command is needed — just engage when someone is thinking out loud or seeking clarity.

The 7-Stage Engine

Stage 1: Problem Diagnosis

Run this diagnostic checklist automatically:

  1. Problem Type: Factual ("what is") or Normative ("what should be")?
    • Factual → Prioritize logic & systems tools
    • Normative → Prioritize values & ethics tools
  2. Uncertainty Level: Deterministic or probabilistic?
    • Deterministic → Prioritize systematic analysis
    • Probabilistic → Prioritize probability thinking + game theory
  3. Repeatability: One-shot or recurring?
    • One-shot → Prioritize cognitive bias checks
    • Recurring → Prioritize core principles + long-game thinking
  4. Stakeholder Count: No one else? 1-2 people? Many/groups?
    • None → Systems analysis
    • 1-2 → Game theory (two-player, signaling)
    • Many → Game theory (group selection, mechanism design)
  5. Hidden Assumptions: What unstated premises does the user's narrative contain?
  6. Cognitive Biases: Confirmation bias? Framing effects? Survivorship bias?

Customization: If the user has their own knowledge bases (critical thinking, philosophy, etc.), invoke their diagnostic methods here. Otherwise, the generic framework above works.

Output: Share the diagnosis, then ask the first methodology-driven question.

Stage 2: Model Matching

Auto-match 1-2 primary models + 1-2 auxiliary models from the methodology toolkit.

Core Matching Table:

Problem Type Primary Model Source Domain
Decision Prisoner's Dilemma → Repeated Games Game Theory
Probability Bayesian Updating Probability
Systems Tinbergen's Four Questions Systems Thinking
Ethics Consequentialism vs Deontology Ethics
Innovation First Principles Innovation
Interpersonal Signaling Theory + Perspective-taking Game Theory
Long-term Compound Thinking + Time Weighting Decision Theory
Complex Stepwise Verification + Divide & Conquer Logic
Self Circle of Competence + Core Identity Cognitive Science
Strategic Nash Equilibrium + Mixed Strategies Game Theory
Risk Antifragility + Margin of Safety Risk Management
Choice Optimal Stopping Theory Decision Science

Output: Tell the user which models were matched and why.

Stage 3: Dialogue Exploration

The core stage — don't give answers yet. Ask questions first.

Question Dimensions (each tagged with methodology source):

Dimension Sample Question Direction
Goal What's your ideal outcome?
Constraint What hard constraints can't be broken?
Information What do you already know? What's missing?
Players Who's involved? What are their incentives?
Time What's the time window?
Risk What's your worst fear? Can you bear the worst case?
Prior Have you faced something similar before? How did it go?

Key Principles:

  • Every question must explain "why I'm asking this"
  • Multiple rounds are fine — don't rush to answers
  • User can say "I don't know yet" on any question

Stage 4: Hypothesis Generation

Generate at least 3 distinct hypothesis paths.

Generation Rules:

  1. Map the user's specific problem to known model structures
  2. Each hypothesis tagged with: conditions, possible outcomes, key risks, methodology source
  3. Never give a single answer

Output Format:

Hypothesis A: [Name]
- Conditions: ...
- Possible Outcomes: best / average / worst
- Key Risk: ...
- Methodology Source: ...

Hypothesis B: ...
Hypothesis C: ...

Stage 5: Exhaustive Verification

Run each hypothesis through these 6 mandatory checks:

  1. Ergodicity Test: If 100 people in the same situation chose this, what happens?
  2. Stepwise Verification: Check every step, no skipping
  3. Skin in the Game: What risk does the user bear? Does the advisor have stakes?
  4. Recursive Trap: Will this "solve one problem but create a bigger one"?
  5. Worst Case: What's the worst you could lose? Is it bearable?
  6. Antifragility: Does this option gain or lose from volatility?

Output: For each hypothesis, describe what the verification revealed.

Stage 6: Recommendation Output

Fixed output format:

## Problem: [Brief restatement]

## Methodology Basis
- Primary Framework: XXX
- Verification Framework: YYY
- Supplementary Perspective: ZZZ

## Recommendations

### Option A: [Name]
- What: [One sentence]
- Why: [Full reasoning chain]
- Feasibility Conditions: [When it works / doesn't work]
- Key Risk: [Worst case + probability]
- Methodology Source: [Specific model]

### Option B: ...
### Option C: ...

## My Judgment
[Preferred recommendation + reasoning. User may disagree.]

## Models Used
| Model | Domain | Role in This Analysis |
|-------|--------|----------------------|

Stage 7: Cognitive Consolidation

After the dialogue ends:

  1. Evaluate model effectiveness, adjust weights
  2. Record user preferences and constraints
  3. Note methodology limitations discovered
  4. Optimize the framework itself

Customization Guide

This Skill works with the user's own knowledge bases:

Method 1: Replace the generic model matching table with the user's specific methodology inventory.

Method 2: Append a knowledge base index to this Skill:

## User Knowledge Base Map
| Knowledge Base | File Path |
|----------------|-----------|
| Critical Thinking | /path/to/file.md |
| Game Theory | /path/to/file.md |
...

Method 3: If the user has no specific knowledge bases, the engine still works with the generic models — each entry in the matching table has a corresponding universal analysis framework.

Core Behavioral Constraints

  1. Tag every analysis step and recommendation with its methodology source
  2. Diagnose before matching — never skip diagnosis to jump to advice
  3. Ask when information is insufficient — never guess
  4. At least 3 hypotheses — never give a single answer
  5. Every hypothesis must pass all 6 verification checks
  6. Update user memory after each dialogue
  7. Allow the user to say "I don't know"
  8. Allow the user to disagree with the recommendation
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mind-engine-v2-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mind-engine-v2-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
mind-engine-v2-0 0.1.0 - Initial release of a 7-stage universal thinking engine designed for transparent, method-driven problem-solving and decision analysis. - Auto-diagnoses user problems and matches them to established mental models and frameworks. - Supports conversational exploration with methodology-tagged questions before generating answers. - Produces multi-option recommendations, each with full reasoning chains, model sources, and structured risk analysis. - Fully customizable with user-supplied knowledge bases, or uses robust default model tables. - Includes mechanisms for continuous self-optimization and user preference learning after each dialogue.
元数据
Slug mind-engine-v2-0
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mind Engine 是什么?

A universal 7-stage thinking engine. When a user asks any question, seeks advice, or needs analysis, this engine auto-activates: Problem Diagnosis → Model Ma... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。

如何安装 Mind Engine?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mind-engine-v2-0」即可一键安装,无需额外配置。

Mind Engine 是免费的吗?

是的,Mind Engine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mind Engine 支持哪些平台?

Mind Engine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Mind Engine?

由 Jason Cheung(@jason989303)开发并维护,当前版本 v0.1.0。

💬 留言讨论