00-system/skills/tools/mental-models/SKILL.md
Load when user says "mental model", "think through this", "structured thinking", "help me decide", "analyze this problem", "first principles", "pre-mortem", "stakeholder mapping", "what framework should I use", or any specific model name. Provides 59 thinking frameworks for decision-making, problem decomposition, and strategic analysis.
npx skillsauth add abdullahbeam/nexus-design-abdullah mental-modelsInstall 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.
Apply structured thinking frameworks to decisions, problems, and planning.
Run the script to get all available models:
python 00-system/mental-models/scripts/select_mental_models.py --format brief
This returns JSON with all 59 models across 12 categories.
Optional filters:
# Filter by category
python 00-system/mental-models/scripts/select_mental_models.py --category cognitive --format brief
# List format (names only, grouped by category)
python 00-system/mental-models/scripts/select_mental_models.py --format list
Based on user's situation, offer 2-3 relevant models:
For decisions: Decision Matrix, Pre-Mortem, Cost-Benefit, Inversion For problems: First Principles, Root Cause (5 Whys), Fishbone For planning: Scenario Planning, Stakeholder Mapping, OKR For creativity: Design Thinking, SCAMPER, Lateral Thinking For risk: Pre-Mortem, Force Field, Red Team, Black Swan For communication: Pyramid Principle, BLUF, Steel Manning For learning: Feynman Technique, Deliberate Practice
Present options with brief descriptions (3-7 words each).
After user selects, load the individual model file:
File structure: 00-system/mental-models/models/{category}/{model-slug}.md
| Category | Path |
|----------|------|
| Cognitive | models/cognitive/first-principles.md, inversion.md, etc. |
| Collaborative | models/collaborative/six-thinking-hats.md, mece.md, etc. |
| Diagnostic | models/diagnostic/pre-mortem.md, five-whys.md, etc. |
| Strategic | models/strategic/scenario-planning.md, ooda-loop.md, etc. |
| Analytical | models/analytical/decision-matrix.md, swot-analysis.md, etc. |
| Creative | models/creative/design-thinking.md, scamper.md, etc. |
| Operational | models/operational/kanban-thinking.md, okr-framework.md, etc. |
| Validation | models/validation/hypothesis-testing.md, red-team-analysis.md, etc. |
| Time & Resource | models/time-resource/eisenhower-matrix.md, opportunity-cost.md, etc. |
| Communication | models/communication/pyramid-principle.md, bluf.md, etc. |
| Learning | models/learning/feynman-technique.md, deliberate-practice.md, etc. |
| Probability & Risk | models/probability-risk/expected-value.md, black-swan-awareness.md, etc. |
Example:
User picks: "First Principles + Pre-Mortem"
AI loads:
→ Read: 00-system/mental-models/models/cognitive/first-principles.md
→ Read: 00-system/mental-models/models/diagnostic/pre-mortem.md
Use the question templates from the loaded model file to guide the user through structured thinking.
Each model file contains:
Keep it collaborative - this is a conversation, not an interrogation.
12 Categories (59 Models):
development
Generate comprehensive philosophy and standards documents for any domain (UX design, landing pages, email outbound, API design, etc.). Load when user says "create philosophy doc", "generate standards for [domain]", "build best practices guide", or "create benchmarking document". Conducts deep research, synthesizes findings, and produces structured philosophy documents with principles, frameworks, anti-patterns, checklists, case studies, and metrics.
development
Validate Nexus-v3 system integrity and fix common issues automatically. Load when user mentions "validate system", "check system", or "fix problems". Runs comprehensive checks on folder structure, metadata files, and framework consistency with auto-repair capabilities.
development
Load when user says "validate docs", "check documentation consistency", "docs vs implementation", or "find documentation mismatches". Systematically compares implementation code against documentation to identify and fix inconsistencies.
testing
Validate workspace-map.md accuracy against actual 04-workspace/ structure (3 levels deep). Load when user says "validate workspace map", "update workspace map", "check workspace map", or from close-session. Ensures deep structure validation with comprehensive documentation.