professional-thinking-frameworks
Use when facing complex problems that need multi-perspective analysis, when stuck in one way of thinking, or when you want to approach a problem like an expert from a different field would
Works with
--- name: professional-thinking-frameworks description: Use when facing complex problems that need multi-perspective analysis, when stuck in one way of thinking, or when you want to approach a problem like an expert from a different field would license: MIT --- # Professional Thinking Frameworks ## Overview **Knowledge should be "tools" not "facts".** Different professions have developed unique thinking tools over decades. By borrowing these frameworks, you can approach any problem from multiple expert perspectives and find creative solutions that single-discipline thinking would miss. This is Charlie Munger's "Latticework of Mental Models" in practice. ## When to Use Use this skill when you encounter: - A problem that seems unsolvable with your current approach - Analysis paralysis from too many options - Need to evaluate a decision from multiple angles - Want to challenge your assumptions systematically - Facing unfamiliar territory and need structured thinking **When NOT to use:** - Simple, straightforward tasks with clear solutions - Time-critical emergencies requiring immediate action - Well-defined technical problems with known solutions ## Core Pattern: 25 Professional Thinking Frameworks ### Category 1: Strategic Thinkers | Profession | Framework | Core Insight | Apply When | |------------|-----------|--------------|------------| | **Investor** (Munger) | Latticework of Models | Combine multiple mental models | Facing complex decisions | | **Strategist** (Sun Tzu) | Competitive Analysis | Know yourself, know your enemy | Competition/conflict situations | | **Economist** | Incentive Analysis | People respond to incentives | Designing systems or policies | | **Game Theorist** | Nash Equilibrium | Anticipate others' rational moves | Multi-party negotiations | | **Venture Capitalist** | Power Law Thinking | Few winners take most returns | Portfolio/resource allocation | ### Category 2: Problem Solvers | Profession | Framework | Core Insight | Apply When | |------------|-----------|--------------|------------| | **Scientist** | Scientific Method | Hypothesis → Test → Iterate | Uncertainty about cause-effect | | **Engineer** | Margin of Safety | Build buffers for unknowns | Risk management | | **Physicist** (Musk) | First Principles | Reason from fundamentals, not analogy | Challenging assumptions | | **Mathematician** | Proof by Contradiction | Assume opposite, find absurdity | Validating conclusions | | **Detective** | Abductive Reasoning | Best explanation for evidence | Root cause analysis | ### Category 3: Creative Thinkers | Profession | Framework | Core Insight | Apply When | |------------|-----------|--------------|------------| | **Designer** (IDEO) | Design Thinking | Empathize → Define → Ideate → Prototype → Test | User-centered problems | | **Artist** | Lateral Thinking | Break patterns, make unexpected connections | Stuck in conventional thinking | | **De Bono** | Six Thinking Hats | Force perspective switches | Group brainstorming | | **Architect** | Constraint-Based Design | Limitations spark creativity | Resource constraints | | **Chef** | Flavor Pairing | Combine unexpected elements | Innovation through combination | ### Category 4: Systems Thinkers | Profession | Framework | Core Insight | Apply When | |------------|-----------|--------------|------------| | **Systems Engineer** (Senge) | Feedback Loops | Outputs influence inputs | Understanding complex behaviors | | **Ecologist** | Ecosystem Thinking | Everything is connected | Unintended consequences | | **Doctor** | Differential Diagnosis | Systematically eliminate possibilities | Multiple potential causes | | **Pilot** | Checklist Thinking | Procedures prevent errors | High-stakes operations | | **Firefighter** | Triage | Prioritize by impact and urgency | Crisis management | ### Category 5: Human-Centric Thinkers | Profession | Framework | Core Insight | Apply When | |------------|-----------|--------------|------------| | **Psychologist** | Behavioral Bias Awareness | Emotions distort rationality | Decision-making under pressure | | **Lawyer** (Socrates) | Socratic Method | Question assumptions relentlessly | Uncovering hidden beliefs | | **Historian** | Base Rate Thinking | What usually happens? | Predictions and forecasts | | **Anthropologist** | Cultural Context | Behavior makes sense in context | Cross-cultural situations | | **Therapist** | Reframing | Same facts, different meaning | Stuck perspectives | ## Quick Reference: Framework Selection Guide ``` Problem Type → Recommended Frameworks ───────────────────────────────────────────────────── Strategic decision → Investor + Game Theorist Technical challenge → Engineer + Scientist Creative block → Designer + Artist + De Bono System dysfunction → Systems Engineer + Ecologist People problem → Psychologist + Anthropologist Risk assessment → Engineer + Doctor + Pilot Innovation needed → First Principles + Chef Conflict resolution → Strategist + Lawyer ``` ## Implementation: How to Apply ### Step 1: Frame the Problem State the problem clearly in one sentence. ### Step 2: Select 3-5 Relevant Frameworks Pick frameworks from different categories for diverse perspectives. ### Step 3: Apply Each Framework For each selected framework, ask: - "How would a [profession] see this problem?" - "What questions would they ask?" - "What would they prioritize?" ### Step 4: Synthesize Insights Look for patterns across frameworks: - Where do multiple frameworks agree? (Strong signal) - Where do they conflict? (Requires deeper analysis) - What blind spots does each framework have? ### Step 5: Decide and Act Use the synthesized insights to make a more robust decision. ## Common Mistakes | Mistake | Why It Fails | Fix | |---------|--------------|-----| | Using only one framework | Single perspective = blind spots | Always use 3+ frameworks | | Analysis paralysis | Too many frameworks, no action | Time-box analysis, then decide | | Forcing frameworks | Not every problem needs every lens | Match framework to problem type | | Ignoring expertise | Frameworks don't replace domain knowledge | Combine frameworks with expertise | | Surface-level application | "What would X think?" without depth | Study frameworks deeply first | ## Real-World Impact **Charlie Munger + Warren Buffett**: Combined investor, psychologist, and historian frameworks to build Berkshire Hathaway into a $900B+ company. **Elon Musk**: Applied first principles (physicist) + design thinking (designer) + systems thinking (engineer) to reinvent rockets, cars, and energy. **IDEO**: Used design thinking to help Apple create the first commercial mouse, and helped healthcare organizations redesign patient experiences. ## Sources Framework foundations from: - [Farnam Street Mental Models](https://fs.blog/mental-models/) - [Charlie Munger's Mental Models](https://thoughtbread.medium.com/charlie-mungers-100-mental-models-master-decision-making-psychology-math-investing-46e1fbc795e3) - [Ness Labs: 30 Mental Models](https://nesslabs.com/mental-models)
More Testing skills
tdd
mattpocock/skills
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
setup-pre-commit
mattpocock/skills
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
agent-browser
vercel-labs/agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools.

