> ## Documentation Index
> Fetch the complete documentation index at: https://meta.niceshare.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Principles · Decision Filters & Foundational Rules

> 30 principles and value orientations — the meta-rules that guide consistent judgment under pressure. Principles are your decision filters: they keep you clear-headed when emotion and complexity cloud the way.

## What are Principles?

A principle is a **foundational decision rule and value orientation** — not an operational checklist, but a meta-rule that guides consistent judgment across different situations.

Without principles, every decision requires starting from scratch. You're vulnerable to emotion, pressure, and the loudest voice in the room. With good principles, you have a reliable filter.

> Principles are your decision firewall. Good principles keep you clear-headed when everything else is chaotic.

**This category covers 30 core principles**, organized into three groups:

* **Systems Design Principles**: foundational standards for building sustainable systems
* **Decision Principles**: guides for better choices under high stakes and uncertainty
* **Ethics & Collaboration**: the foundational norms for working effectively with others

***

## Systems Design Principles

<CardGroup cols={2}>
  <Card title="KISS Principle" icon="minimize" href="/principles/kiss-principle">
    Keep It Simple — simplicity is the highest design goal
  </Card>

  <Card title="DRY Principle" icon="copy" href="/principles/dry-principle">
    Don't Repeat Yourself — every piece of knowledge has a single source of truth
  </Card>

  <Card title="YAGNI Principle" icon="ban" href="/principles/yagni-principle">
    You Aren't Gonna Need It — don't build for hypothetical future needs
  </Card>

  <Card title="Single Responsibility Principle" icon="one" href="/principles/single-responsibility">
    Every module should have one, and only one, reason to change
  </Card>

  <Card title="Separation of Concerns" icon="layer-group" href="/principles/separation-of-concerns">
    Different parts of a system should handle different, non-overlapping problems
  </Card>

  <Card title="Principle of Least Astonishment" icon="face-surprise" href="/principles/least-astonishment">
    Systems should behave in the way users expect them to
  </Card>

  <Card title="Fail-Fast Principle" icon="bolt" href="/principles/fail-fast">
    Detect and surface failures early to reduce downstream cost
  </Card>

  <Card title="Iterate and Improve" icon="arrows-rotate" href="/principles/iterate-and-improve">
    Ship small, learn fast — never aim for perfection in the first pass
  </Card>

  <Card title="MECE Principle" icon="grid-2" href="/principles/mece-principle">
    Mutually Exclusive and Collectively Exhaustive — no gaps, no overlaps in analysis
  </Card>
</CardGroup>

***

## Decision Principles

<CardGroup cols={2}>
  <Card title="Pareto Principle" icon="chart-pie" href="/principles/pareto-principle-p">
    Focus on the 20% of actions that generate 80% of the results
  </Card>

  <Card title="Skin in the Game" icon="scale-balanced" href="/principles/skin-in-the-game">
    Those who bear the consequences of decisions make better decisions
  </Card>

  <Card title="Via Negativa" icon="minus" href="/principles/via-negativa">
    Improvement often comes from removing the bad, not adding more good
  </Card>

  <Card title="Reversibility Principle" icon="rotate-left" href="/principles/reversibility-principle">
    Prefer decisions that are easy to undo over those that are not
  </Card>

  <Card title="Minimax Principle" icon="minimize" href="/principles/minimax-principle">
    Minimize the maximum possible loss
  </Card>

  <Card title="Precautionary Principle" icon="shield" href="/principles/precautionary-principle">
    When facing significant uncertainty and high stakes, act cautiously first
  </Card>

  <Card title="Principle of Least Effort" icon="feather" href="/principles/least-effort">
    Humans naturally gravitate toward the path of least energy expenditure
  </Card>

  <Card title="Eisenhower Principle" icon="table-cells" href="/principles/eisenhower-principle">
    What's important is rarely urgent; what's urgent is rarely important
  </Card>

  <Card title="Drucker's Effectiveness Principle" icon="bullseye" href="/principles/drucker-effectiveness">
    Efficiency is doing things right; effectiveness is doing the right things
  </Card>
</CardGroup>

***

## Ethics & Collaboration

<CardGroup cols={2}>
  <Card title="Principle of Charity" icon="heart" href="/principles/principle-of-charity">
    Engage with the strongest version of an opposing argument before critiquing it
  </Card>

  <Card title="Antifragility Principle" icon="shield-heart" href="/principles/antifragility-principle">
    Design systems to benefit from disorder, not merely survive it
  </Card>

  <Card title="Subsidiarity Principle" icon="arrow-down" href="/principles/subsidiarity-principle">
    Decisions should be made at the lowest effective level
  </Card>

  <Card title="Proportionality Principle" icon="scale-balanced" href="/principles/proportionality-principle">
    Responses should be proportionate to the situation
  </Card>

  <Card title="Transparency Principle" icon="eye" href="/principles/transparency-principle">
    Open and clear communication builds trust
  </Card>

  <Card title="Veil of Ignorance" icon="veil" href="/principles/veil-of-ignorance">
    Design rules without knowing your own position in the system
  </Card>

  <Card title="Reciprocity Principle" icon="handshake" href="/principles/reciprocity-principle">
    Treat others as they treat you; mirror their behavior
  </Card>

  <Card title="Parsimony Principle" icon="feather" href="/principles/parsimony-principle">
    Among competing hypotheses, prefer the one with fewest assumptions
  </Card>

  <Card title="Radical Candor" icon="comments" href="/principles/radical-candor">
    Care personally + challenge directly — the antidote to ruinous empathy
  </Card>

  <Card title="Chatham House Rule" icon="shield-halved" href="/principles/chatham-house-rule">
    Information may be shared freely; the source must remain confidential
  </Card>

  <Card title="80/20 Communication" icon="ear" href="/principles/communication-80-20">
    Listen 80% of the time; speak 20%
  </Card>
</CardGroup>
