first-principles-decomposer

Decompose problems into fundamental truths and rebuild solutions from verified assumptions.

Updated Aug 15, 2026
One-click install
npx skills add https://github.com/qqlcx5/skills-hub --skill first-principles-decomposer-qqlcx5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: first-principles-decomposer
Source: https://github.com/qqlcx5/skills-hub/tree/main/skills/first-principles-decomposer
Command: npx skills add https://github.com/qqlcx5/skills-hub --skill first-principles-decomposer-qqlcx5

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Complex problems often get stuck behind inherited assumptions and conventional approaches. This Skill strips a problem down to its fundamental truths, challenges hidden assumptions, and rebuilds a solution from the ground up. ## Core Features & Use Cases - Assumption Surfacing: Lists every assumption embedded in the current approach and challenges why each might be wrong. - Atomic Decomposition: Repeatedly asks "why" until reaching bedrock facts, then rebuilds a solution only from verified fundamentals. - Structured Output: Produces a consistent report covering assumptions, fundamental truths, the rebuilt solution, and a comparison against the conventional approach. - Use Case: When rethinking a slow enrollment process, the Skill challenges assumptions like "all info is needed upfront" and rebuilds a two-phase flow that is dramatically faster. ## Quick Start Ask the agent to break down your problem from first principles, for example by saying "Break down our customer onboarding problem from first principles."

Frequently Asked Questions about first-principles-decomposer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply first principles thinking to a business problem?

State the problem, then list every assumption behind the current approach and challenge each one. Keep asking why until you reach irreducible facts, and rebuild a solution using only those verified truths.

What is the first principles method used by Elon Musk?

It boils a problem down to its most fundamental truths and reasons up from there, rather than reasoning by analogy. The classic example is battery cost: raw materials cost far less than market price, so the solution is better manufacturing.

When should I use first principles instead of design thinking?

Use first principles when challenging industry norms or cutting costs by questioning assumptions. Use design thinking when the priority is empathizing with users and prototyping new product concepts.

What are common assumption traps in problem solving?

Common traps include the industry standard trap, the customer-said trap, the technology-exists trap, and the competitor-does-it trap. Each mistakes legacy, stated solutions, or feature bloat for real underlying needs.

What are the limitations of first principles decomposition?

It requires effort to distinguish true bedrock facts from disguised assumptions, and it can over-engineer simple problems. It works best for complex, high-stakes decisions rather than routine tasks.