mcpbeat Sign in

Meta First Principles Agent Skill

Apply first principles thinking to break problems down to fundamental truths and reason up from there. Use this skill when the user is stuck in conventional thinking, needs to challenge assumptions, find breakthrough solutions, or evaluate whether something is truly impossible vs just assumed to be — even if they say 'everyone does it this way', 'is there a fundamentally better approach', 'why does it have to cost this much', or 'challenge my assumptions'.

3k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
223
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/asgard-ai-platform/skills --skill meta-first-principles

What comes with it

6 319 bytes besides the instruction
examples/sample_scenario.md

The instruction itself

9 sections, as written by the author

First Principles Thinking

Framework

IRON LAW: Assumptions Are Not Facts

Most "constraints" are assumed, not physical. "We can't do X" usually means
"We haven't seen anyone do X" or "The current method doesn't allow X."
First principles thinking distinguishes between:
- Physical laws (actual constraints: gravity, thermodynamics)
- Conventions (assumed constraints: "this is how it's done")

The Method

1. Identify the assumption: What do "everyone knows" or "everyone does"?

2. Break it down to fundamentals: What are the basic, irreducible facts?

  • Techniques: "Five Whys" (ask why 5 times), cost decomposition, physics-level analysis

3. Reason up from fundamentals: Given only the base facts, what's the best solution?

Example: Elon Musk on Battery Costs (2010s)

  • Convention: "Batteries cost $600/kWh. Electric cars will always be too expensive."
  • First principles: What are batteries made of? Cobalt, nickel, lithium, carbon, metals, polymers. What do these raw materials cost? ~$80/kWh at commodity prices.
  • Reasoning up: If we buy materials and build batteries ourselves, we can potentially reduce costs to near $80/kWh. The $520 gap is manufacturing inefficiency and supply chain markup, not physics.

Five Whys for Assumption Drilling

  • "Why is our product priced at $100?" — Because our COGS is $60 and we need 40% margin.
  • "Why is COGS $60?" — Because we use supplier X for component Y.
  • "Why do we use supplier X?" — Because we've always used them.
  • "Why haven't we looked at alternatives?" — Because the procurement team hasn't been asked to.
  • "Why not?" — There's no real reason. It's just convention.

→ Fundamental constraint found: the COGS includes an unexamined supplier relationship, not a physical constraint.

Cost Decomposition Template

For any "it costs too much" problem:

  • List every cost component
  • For each, identify: Is this cost from physics (materials, energy) or from convention (markup, inefficiency, legacy process)?
  • Question every convention-based cost

Output Format

# First Principles Analysis: {Problem}

## The Assumption
{What "everyone knows" or the conventional constraint}

## Decomposition
| Component | Cost/Fact | Physics or Convention? |
|-----------|----------|----------------------|
| {element} | {value} | Physics / Convention |

## Fundamental Truths
{What remains after stripping away assumptions}

## Reasoning Up
{Given only fundamental truths, what's the best approach?}

## Proposed Solution
{What changes if we ignore conventions and reason from fundamentals}

Gotchas

  • Don't reinvent the wheel for everything: First principles is expensive (time, effort). Use it for high-stakes problems where conventional approaches clearly fail. For routine decisions, best practices and heuristics are fine.
  • Physics constraints are real: Don't confuse first principles thinking with ignoring physical reality. You can't reason your way past thermodynamics.
  • "Convention" has value: Conventions encode collective experience. Dismissing all conventions as "assumptions" is arrogance, not first principles thinking. The point is to EXAMINE conventions, not automatically reject them.
  • Execution matters: A first-principles insight is worthless without execution capability. SpaceX didn't just THINK about cheap rockets — they BUILT a vertically integrated manufacturing operation.

References

  • For Socratic questioning method (complementary), see the hum-socratic skill

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take asgard-ai-platform/meta-first-principles from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.