skills$openclaw/first-principles-decomposer
artyomx333.7k

by artyomx33

first-principles-decomposer – OpenClaw Skill

first-principles-decomposer is an OpenClaw Skills integration for coding workflows. Break any problem down to fundamental truths, then rebuild solutions from atoms up. Use when user says "firstp", "first principles", "from scratch", "what are we assuming", "break this down", "atomic", "fundamental truth", "physics thinking", "Elon method", "bedrock", "ground up", "core problem", "strip away", or challenges assumptions about how things are done.

3.7k stars587 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namefirst-principles-decomposer
descriptionBreak any problem down to fundamental truths, then rebuild solutions from atoms up. Use when user says "firstp", "first principles", "from scratch", "what are we assuming", "break this down", "atomic", "fundamental truth", "physics thinking", "Elon method", "bedrock", "ground up", "core problem", "strip away", or challenges assumptions about how things are done. OpenClaw Skills integration.
ownerartyomx33
repositoryartyomx33/first-principles-decomposer
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @artyomx33/first-principles-decomposer
last updatedFeb 7, 2026

Maintainer

artyomx33

artyomx33

Maintains first-principles-decomposer in the OpenClaw Skills directory.

View GitHub profile
File Explorer
6 files
.
references
examples.md
3.4 KB
framework.md
2.2 KB
integrated-frameworks.md
3.6 KB
_meta.json
309 B
SKILL.md
2.8 KB
SKILL.md

name: first-principles-decomposer description: Break any problem down to fundamental truths, then rebuild solutions from atoms up. Use when user says "firstp", "first principles", "from scratch", "what are we assuming", "break this down", "atomic", "fundamental truth", "physics thinking", "Elon method", "bedrock", "ground up", "core problem", "strip away", or challenges assumptions about how things are done.

First Principles Decomposer

When To Use

  • Designing new products or features
  • Feeling stuck on a complex problem
  • Existing solutions seem overcomplicated
  • Need to challenge assumptions
  • Starting any new project or initiative

The Process

Phase 1: Identify Assumptions

Ask: "What am I assuming to be true that might not be?" List every assumption embedded in the current approach.

Phase 2: Break to Atoms

For each assumption, ask: "What is the most fundamental truth here?" Keep asking "why?" until you hit bedrock facts.

Phase 3: Rebuild From Truth

Starting ONLY from verified fundamentals, ask: "What's the simplest solution that addresses the core need?"

Interactive Flow

When user invokes this skill:

  1. Clarify the problem (1-2 questions max)
  2. Surface assumptions - list what's being taken for granted
  3. Decompose to fundamentals - show the atomic truths
  4. Rebuild solution - construct from ground up
  5. Compare - show how this differs from conventional approach

Output Format

PROBLEM: [stated problem]

ASSUMPTIONS IDENTIFIED:
1. [assumption] → Challenge: [why this might be wrong]
2. [assumption] → Challenge: [why this might be wrong]

FUNDAMENTAL TRUTHS:
• [bedrock fact 1]
• [bedrock fact 2]
• [bedrock fact 3]

REBUILT SOLUTION:
[New approach built only from fundamentals]

VS CONVENTIONAL:
[How this differs from the obvious approach]

Example Triggers

  • "Break down our parent communication problem from first principles"
  • "I want to rethink how we do [X] from the ground up"
  • "What are we assuming about [problem] that might be wrong?"

Integration

This skill compounds with:

  • inversion-strategist - After rebuilding from fundamentals, invert to find what would guarantee failure of the new approach
  • second-order-consequences - Project downstream effects of implementing the rebuilt solution
  • pre-mortem-analyst - Stress-test the rebuilt solution by imagining its failure
  • six-thinking-hats - Apply all six perspectives to validate each fundamental truth identified

Skill Metadata

Created: 2026-01-06 Last Updated: 2026-01-06 Author: Artem Version: 1.0


See references/framework.md for detailed methodology See references/examples.md for Artem-specific examples See references/integrated-frameworks.md for Stanford Design Thinking + MIT Systems Engineering combo

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install first-principles-decomposer?

Run openclaw add @artyomx33/first-principles-decomposer in your terminal. This installs first-principles-decomposer into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/artyomx33/first-principles-decomposer. Review commits and README documentation before installing.