← Back to Skills Marketplace
jason989303

Mind Engine

by Jason Cheung · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ pending
41
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mind-engine-v2-0
Description
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...
README (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
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mind-engine-v2-0
  3. After installation, invoke the skill by name or use /mind-engine-v2-0
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug mind-engine-v2-0
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.

How do I install Mind Engine?

Run "/install mind-engine-v2-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mind Engine free?

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

Which platforms does Mind Engine support?

Mind Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mind Engine?

It is built and maintained by Jason Cheung (@jason989303); the current version is v0.1.0.

💬 Comments