asgard-ai-platform/meta-first-principles
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'.
npx skills add https://github.com/asgard-ai-platform/skills --skill meta-first-principles
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")
1. Identify the assumption: What do "everyone knows" or "everyone does"?
2. Break it down to fundamentals: What are the basic, irreducible facts?
3. Reason up from fundamentals: Given only the base facts, what's the best solution?
→ Fundamental constraint found: the COGS includes an unexamined supplier relationship, not a physical constraint.
For any "it costs too much" problem:
# 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}
Take asgard-ai-platform/meta-first-principles from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.