plugins/meta/skills/mental-model-library/SKILL.md
Use when a problem spans multiple disciplines or when single-domain thinking has produced stale analysis—applies Munger's latticework of mental models across physics, biology, and psychology.
npx skillsauth add joellewis/skill-library mental-model-libraryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
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.
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];
"Synthesize: Find Intersections" [shape=box];
"Decision/Insight" [shape=doublecircle];
"Problem Identified" -> "Invert: Define Failure";
"Invert: Define Failure" -> "Filter: Identify Core Discipline";
"Filter: Identify Core Discipline" -> "Apply: Select 2-3 Models";
"Apply: Select 2-3 Models" -> "Gate: Bias Check";
"Gate: Bias Check" -> "Synthesize: Find Intersections" [label="clean"];
"Gate: Bias Check" -> "Filter: Identify Core Discipline" [label="bias found"];
"Synthesize: Find Intersections" -> "Decision/Insight";
}
Instead of asking "How do I succeed?", ask "How could this fail spectacularly?" Define the conditions for failure and work backward to avoid them (Source: Munger).
Apply models from at least three different disciplines to the problem:
Look for points where multiple biases or models act in the same direction. When 3+ models align, the outcome will be non-linear and massive (Source: Munger).
Audit your conclusion against the 25 Psychological Tendencies (e.g., Social Proof, Reciprocation, Availability Bias) to ensure you aren't fooling yourself (Source: Munger).
| Discipline | Model | Principle (Source: Parrish/Munger/Bevelin) | |---|---|---| | Thinking | Inversion | Turn the problem upside down to see what to avoid. | | Thinking | First Principles | Strip a system down to its fundamental truths and build up. | | Physics | Entropy | Disorder increases naturally; order requires energy. | | Physics | Leverage | Small inputs at the right point produce massive outputs. | | Biology | Evolution | Individuals and organizations that don't adapt go extinct. | | Biology | Incentives | "Show me the incentive, and I'll show you the outcome." | | Systems | Feedback Loops | Outputs that circle back to inputs (vicious or virtuous). | | Psychology | Social Proof | We look to others to determine correct behavior. | | Psychology | Loss Aversion | The pain of losing is 2x stronger than the joy of winning. |
| Thought | Reality | |---------|---------| | "I don't have time to go through 100 models." | You only need the 5-10 "big ideas" to catch 90% of errors. | | "This is a business problem, I don't need Physics." | Economic systems are subject to the same laws of scale and limits. | | "I already know why this is happening." | Your "knowledge" is often a story masking a cognitive bias. | | "Mental models are just fancy names for common sense." | Common sense is not common; models make it systematic and repeatable. |
databases
Use when a deliverable needs structured stakeholder sign-off before finalization—runs the pre-read, feedback-type alignment, and conflict-resolution protocol.
development
Use when you need to map who has power, who will be affected, and what motivates each party — produces a stakeholder map as an analytical artifact. This skill identifies and categorizes stakeholders; it does not persuade or influence them (use influence-architect for that).
testing
Use when beginning analytical or strategic tasks, facing undefined problems, or facing analysis paralysis—requires explicit problem definition before proceeding.
testing
Use when translating a product vision into engineering requirements—enforces the Working Backwards PR/FAQ method, requiring a customer-facing press release before any technical spec.