{"kind":"Skill","metadata":{"namespace":"community","name":"thinking-first-principles","version":"0.1.0"},"spec":{"description":"Break complex problems into fundamental truths by questioning assumptions and rebuilding from irreducible components. Use for innovation, challenging status quo, or when conventional solutions fail.","files":{"SKILL.md":"---\nname: thinking-first-principles\ndescription: Break complex problems into fundamental truths by questioning assumptions and rebuilding from irreducible components. Use for innovation, challenging status quo, or when conventional solutions fail.\n---\n\n# First Principles Reasoning\n\n## Overview\nFirst principles thinking strips away assumptions and conventions to reveal fundamental truths, then reconstructs solutions from those basics. This approach, championed by Elon Musk and rooted in Aristotle's philosophy, enables breakthrough solutions by escaping the trap of reasoning by analogy.\n\n**Core Principle:** Don't accept \"that's how it's always done.\" Reduce to fundamentals, then rebuild.\n\n## When to Use\n- Conventional approaches have failed or seem inadequate\n- You're told something is \"impossible\" or \"too expensive\"\n- Designing new systems/products from scratch\n- Challenging industry assumptions or pricing\n- Problem seems intractable using existing mental models\n- You need innovation rather than incremental improvement\n\nDecision flow:\n```\nProblem intractable? → yes → Are you reasoning from analogy? → yes → APPLY FIRST PRINCIPLES\n                                                            ↘ no → Already at fundamentals\n                  ↘ no → Standard problem-solving may suffice\n```\n\n## The Process\n\n### Step 1: Identify Current Assumptions\nList everything you \"know\" or assume about the problem:\n- What are the constraints everyone accepts?\n- What costs/limitations are considered fixed?\n- What's the conventional wisdom?\n- Why do people say it can't be done?\n\n```\nExample: \"Rocket launches cost $65M because that's what aerospace companies charge\"\nAssumptions: Must buy from existing suppliers, existing designs are optimal, \n             materials must be aerospace-grade, vertical integration is too hard\n```\n\n### Step 2: Break Down to Fundamentals\nAsk repeatedly: \"What are we absolutely certain is true?\"\n\nDecomposition questions:\n- What are the physical/mathematical constraints?\n- What are the raw inputs required?\n- What laws of physics/economics apply?\n- What would this cost if built from raw materials?\n- What is the minimum viable version?\n\n```\nExample: Rocket raw materials (aluminum, titanium, copper, carbon fiber)\n         = ~2% of typical rocket price\nFundamental truth: Materials aren't the cost driver; \n                   manufacturing/overhead/margins are\n```\n\n### Step 3: Challenge Each Assumption\nFor each assumption, ask:\n- Is this actually true, or just convention?\n- What evidence supports this?\n- Under what conditions would this be false?\n- Who benefits from this assumption persisting?\n\nUse the \"5 Whys\" to drill deeper:\n```\nWhy is it expensive? → Suppliers charge high margins\nWhy? → Limited competition\nWhy? → High barriers to entry\nWhy? → Assumption that you must use existing supply chain\nWhy? → Nobody questioned it\n```\n\n### Step 4: Rebuild from Fundamentals\nStarting ONLY from verified truths:\n- What's the simplest solution that satisfies fundamental requirements?\n- What new approaches become possible without false constraints?\n- How would you solve this if starting from scratch today?\n- What would a solution look like with 10x less resources?\n\n```\nExample: Build rockets in-house using commodity materials\n         = SpaceX reduced launch costs by 10x\n```\n\n### Step 5: Validate Against Reality\n- Does your reconstructed solution violate any physics/laws?\n- What practical constraints remain?\n- What's the minimum viable test?\n- How can you prove/disprove this quickly?\n\n## Mental Traps to Avoid\n\n| Trap | Description | Antidote |\n|------|-------------|----------|\n| Reasoning by Analogy | \"Others do it this way\" | Ask \"but is it optimal?\" |\n| Appeal to Authority | \"Experts say it's impossible\" | \"What specifically makes it impossible?\" |\n| Sunk Cost | \"We've always done it this way\" | \"What if we started fresh today?\" |\n| Complexity Bias | Assuming complex = better | \"What's the simplest version?\" |\n| False Constraints | Accepting artificial limits | \"Is this a law of physics or convention?\" |\n\n## Application Examples\n\n### Software Architecture\n```\nAssumption: \"We need a microservices architecture\"\nFirst Principles:\n- What problem are we solving? (scalability, team independence, deployment)\n- What's the minimum that achieves this?\n- A modular monolith might suffice for current scale\n```\n\n### Cost Reduction\n```\nAssumption: \"This service costs $50k/month, that's just cloud pricing\"\nFirst Principles:\n- What compute/storage do we actually need?\n- What are we paying for that we don't use?\n- Could we reduce by 80% with right-sizing?\n```\n\n### Feature Development\n```\nAssumption: \"Users need feature X (because competitor has it)\"\nFirst Principles:\n- What job is the user trying to accomplish?\n- What's the simplest way to enable that job?\n- Maybe a different approach solves it better\n```\n\n## Verification Checklist\n- [ ] Listed all assumptions about the problem\n- [ ] Identified which assumptions are physics/math vs convention\n- [ ] Challenged at least 3 \"obvious\" constraints\n- [ ] Rebuilt solution using only verified fundamentals\n- [ ] Validated that solution doesn't violate actual constraints\n- [ ] Identified minimum viable test to prove/disprove approach\n\n## Combining with Other Models\n- **Inversion**: After first principles, ask \"what would make this fail?\"\n- **Second-Order Thinking**: Consider downstream effects of your new approach\n- **Pre-Mortem**: Imagine your first-principles solution failed—why?\n\n## Key Questions\n- \"What do we know to be absolutely true?\"\n- \"Why does everyone assume this constraint exists?\"\n- \"What would we do if we had to solve this with 10% of the budget?\"\n- \"If we were starting from scratch today, would we build it this way?\"\n- \"What would a complete outsider try?\"\n"},"import":{"commit_sha":"a31e22d4445ad8fef7cd771d32af537aebb68c49","imported_at":"2026-05-22T21:14:39Z","license_text":"MIT License\n\nCopyright (c) 2025 TJ Boudreaux\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","owner":"tjboudreaux","repo":"tjboudreaux/cc-thinking-skills","source_url":"https://github.com/tjboudreaux/cc-thinking-skills/tree/a31e22d4445ad8fef7cd771d32af537aebb68c49/skills/thinking-first-principles"}},"content_hash":[227,146,42,12,131,90,54,76,76,114,163,95,53,165,244,242,36,82,127,117,167,73,65,93,135,233,224,188,111,214,78,218],"trust_level":"unsigned","yanked":false}
