Install
openclaw skills install deciqai-first-principlesActivate when: user says 'from first principles,' 'from scratch,' 'why do we even believe this,' 'tear this apart,' or 'the conventional answer seems wrong'; a decision is justified mainly by 'that's how it's done' or 'best practice says'; the conventional answer is expensive or hard to reverse and the user wants to pressure-test it. Do NOT activate when: the decision is routine and reversible (which linter, which date library) where convention is cheap and fine; the user has asked to just ship the conventional answer at speed.
openclaw skills install deciqai-first-principlesMost reasoning is reasoning by analogy: X resembles Y, so do what Y does. It is fast, usually right, and silently inherits every assumption baked into Y — including the wrong and expensive ones. First-principles reasoning strips a problem to statements that cannot be reduced any further — physical law, mathematical identity, a definition, or a cited empirical fact — and rebuilds the answer using only those.
This is one of three composable motions in the deciqAI collection: first-principles decomposes downward to bedrock; occams-razor chooses sideways among competing accounts you could build on top of bedrock; second-order-thinking traces forward through time and consequence. Compose: reduce to find the foundations (here), pick the simplest hypothesis that fits the evidence (occams), then trace where that pick actually leads (second-order).
Use when: decision is justified mainly by "that's how it's done" or authority; conventional answer is expensive/hard to reverse (pricing, architecture, business model); structuring a knowledge artifact from irreducible elements; user says "from first principles," "from scratch," "why do we believe this," "tear this apart."
Skip when: routine reversible decision where convention is cheap (which linter) — tearing down is theater; facts aren't gathered yet; user asked for speed and the conventional answer.
Before running the Teardown, read the user. This skill has two delivery modes — pick one, don't default to dumping a finished teardown.
When unsure which they want, ask one line first: "Want me to just tear down a specific claim, or walk you through the method step by step?"
In Coach mode, respond one step at a time. Each [WAIT] is a hard stop — output that step's question and nothing more.
In coach mode:
[WAIT — do not advance until user responds]
[WAIT — do not advance until user responds]
[WAIT — do not advance until user responds]
Then enter The Process below at the depth the chosen mode calls for.
Run the First-Principles Teardown (7 steps → one artifact). Do not skip the tagging step — it is where analogy gets caught.
BEDROCK (irreducible or citable) vs INHERITED (convention/analogy/authority/untested).INHERITED: necessarily true, or just usually/elsewhere/authority-said? → mark DEMOLISHED or promote to BEDROCK.Output template: Claim / Assumptions (tagged) / Bedrock / Reconstruction / What changes / Confidence & open questions
→ Method in Action: Wright Brothers and the Lift Tables (1901)
"What counts as bedrock" is domain-specific. A bedrock pack captures, for one domain, (a) what legitimately counts as irreducible/citable bedrock and (b) the fake-bedrocks — inherited beliefs that domain habitually mistakes for foundations.
Packs are the contribution surface of this skill. Two ship with it:
bedrock-packs/business-unit-economics.md — bedrock for evaluating a business or pitchbedrock-packs/knowledge-domain-decomposition.md — bedrock for structuring a knowledge artifact before writing itAdding or sharpening a pack is the easiest way to contribute — one self-contained file. See the contribution template at the repo root.
→ Sources: references/sources.md
The ways people fake first-principles thinking. If you catch yourself in the left column, you are reasoning by analogy in a lab coat.
Note — [D] = designed upfront | [O] = observed in real use. [O] entries are more valuable.
| Fake move | Reality |
|---|---|
| [D] "I reasoned from first principles" — but actually reasoned X is like Y, so do what Y does | That is analogy. Name the analogy explicitly and tear it down. Analogy in disguise is the single most common failure. |
| [D] Stopping at a convenient "axiom" ("customers want X," "the market expects Y") | A claim about the world is not bedrock unless it is irreducible or cited. "Customers want X" is an untested inherited belief until you have the data. Apply the regress test. |
| [D] Treating an expert / best-practice / competitor as bedrock | Authority is a pointer to evidence, not evidence. Cite the underlying fact, not the name attached to it. |
| [D] Confusing "hard to question" with "fundamental" | Cost, habit, and emotional weight make an assumption sticky, not true. Sunk cost is not a first principle. |
| [D] Reducing forever ("but what is value, really?") | The regress terminates (Post. An. I.3). Reducing past the indemonstrable or the citable is analysis paralysis dressed as depth. Stop at bedrock. |
| [D] Reconstructing with a smuggled assumption | If the rebuild quietly reuses a belief you marked DEMOLISHED, the teardown failed silently. Re-audit the reconstruction against surviving bedrock only. |
| [D] "The conventional answer is obviously wrong" before doing the teardown | First principles often confirm convention — convention encodes a lot of correct derivation. The output is the bedrock reason, not a contrarian reflex. |
| [D] Treating the first level of decomposition as bedrock | You broke "rocket cost" into "materials + labor + overhead" — but each decomposes further. The regress is rarely one hop; keep going until the next step would actually be performance. |
| [D] Mistaking a citable number for bedrock | A market price is bedrock for someone trading; for someone building, it decomposes into supply, demand, transport, regulation. Cite the number, then ask how it was generated and whether the generating conditions hold for you. |
| To add [O] entries: paste a real failure instance here after each production use | Description of what happened |
BEDROCK item with no justification and no citation — it is an INHERITED belief wearing a badgeDEMOLISHED assumptionBEDROCK or INHERITED (none left untagged)BEDROCK item is irreducible or carries a source/numberINHERITED item was interrogated, not just listed, and ended DEMOLISHED or promoted with evidencePart of deciqAI Knowledge Skills — open-source thinking skills that make rigor executable for AI agents. These five skills are a free taste of the 130+ skills wired into every deciqAI agent, which runs them autonomously to operate your company. Try it free → https://www.deciqai.com/skills?utm_source=skill&utm_medium=oss&utm_campaign=knowledge-skills&utm_content=first-principles · Built by deciqAI · github.com/deciqAI · Contributions welcome.