mental-model-library

Installation
SKILL.md

Overview

A "Mental Model" is a representation of how something works—a simplified map of reality. This skill provides a "Latticework of Mental Models" from major disciplines (Physics, Biology, Psychology, Math) to prevent "Man with a Hammer" syndrome—the tendency to treat every problem as a nail because you only have one tool.

Iron Law

NO COMPLEX ANALYSIS WITHOUT CHECKING FOR APPLICABLE MENTAL MODELS

Relying on intuition alone ensures that you will fall victim to predictable cognitive biases. Systematic model application is the only defense against human misjudgment.

State Machine

digraph mental_model_flow {
    "Problem Identified" [shape=doublecircle];
    "Invert: Define Failure" [shape=box];
    "Filter: Identify Core Discipline" [shape=box];
    "Apply: Select 2-3 Models" [shape=box];
    "Gate: Bias Check" [shape=diamond];
Related skills
Installs
1
First Seen
Mar 11, 2026