---
name: naming-system
description: >
  Linguistic foundations for naming people, places, institutions, and concepts within each
  civilization. Reference when creating proper nouns for any worldbuilding artifact to ensure
  names from the same culture share phonetic patterns and names from different cultures
  sound audibly distinct.
metadata:
  author: nirav
  version: "1.0"
compatibility: Designed for Claude Code
---

# Naming System — The Sound of Cultures

Names are how readers *feel* whether cultures are distinct before they understand why. A world where every faction's names sound the same feels like one culture wearing different costumes. A world where names carry the phonetic signature of their origin culture feels real.

This is not a constructed language (conlang). It's a naming language — a minimal system that gives each culture a sound palette: which sounds it uses, how they combine, and what patterns recur. Enough to make every name from a culture feel like it *belongs*, without building a full grammar.

## Core Concepts

### Phoneme Inventory

Each culture gets a set of sounds it favors and sounds it avoids. This is the most powerful lever — two cultures can be instantly distinguishable just by their consonant preferences.

| Parameter | What it controls | Example effect |
|-----------|-----------------|----------------|
| **Favored consonants** | Which hard sounds dominate | Culture A favors /k/, /r/, /th/ → names feel harsh, angular |
| **Favored vowels** | Which vowel sounds dominate | Culture B favors /ah/, /oo/, /eh/ → names feel open, warm |
| **Avoided sounds** | Sounds that never appear | Culture A never uses /l/ → no softness, which feels deliberate |
| **Consonant clusters** | Whether sounds pile up | /str/, /khr/ feel dense and northern; open syllables (ka-ri-no) feel flowing |

### Phonotactics

Rules for how sounds combine into syllables and words:

- **Syllable structure**: Does the culture use simple CV (consonant-vowel: ka, ri, no) or complex CCV/CVC (stra, kelt, thorn)?
- **Syllable count**: Short names (1-2 syllables) feel curt, military, efficient. Long names (3-4 syllables) feel ceremonial, old, formal.
- **Stress patterns**: First-syllable stress (KA-ri-no) feels Germanic/decisive. Final-syllable stress (ka-ri-NO) feels Romance/flowing. Even stress (ka-RI-no) feels balanced.
- **Permitted endings**: Can words end in consonants? Which ones? Japanese permits only /n/ at word-end. This single rule shapes the entire sound of a language.

### Naming Conventions

Beyond phonetics, cultures name things according to their values:

- **Patronymics**: "son of / daughter of" — implies lineage matters
- **Place-based**: "of the mountain / from the reach" — implies geography defines identity
- **Deed-based**: "the breaker / who-walks-in-shadow" — implies actions define identity
- **Institutional**: Titles replace personal names — implies the role supersedes the person
- **Secret names**: The real name is hidden; the public name is a mask — implies identity is protected or sacred

## How to Build a Culture's Sound

### Step 1: Choose 3-5 Defining Sounds

Pick consonants and vowels that will dominate this culture's names. Avoid picking sounds that overlap too much with another culture's palette.

### Step 2: Define Syllable Rules

Decide: open syllables (ka-ri) or closed (kart, thren)? Short names or long? Where does stress fall?

### Step 3: Generate 10 Test Names

Create 10 names following the rules. Read them aloud. They should:
- Sound like they come from the same language
- Sound different from other cultures' names
- Be pronounceable (the reader needs to hear them in their head)

### Step 4: Derive Place Names and Institutions

Apply the same phonetic rules to places, titles, and organizations. If person-names use open syllables, place-names should too. Consistency signals a shared linguistic heritage.

## Reference Document

Read `references/culture-sound-palettes.md` for individual culture definitions as they're created.

## Common Mistakes

1. **Every culture sounds vaguely English.** If all your names could be British surnames, your cultures aren't distinct. Push the phonetics further apart.
2. **Names are unpronounceable.** The reader needs to subvocalize the name. If they can't, they'll substitute a mental placeholder and lose immersion. Complex ≠ good. Thorn is complex but pronounceable. Xhq'zthl is not.
3. **No internal consistency.** If one character from a culture is named "Kael" and another is named "Giovannara," they don't sound like they're from the same place. The phoneme inventory should make this impossible.
4. **Meaningful names that are too obvious.** "Darkblade" for a villain. "Brighthollow" for a utopia. Meaningful names work when they're meaningful *in the culture's language*, not in English. The reader shouldn't be able to decode the meaning without context.
5. **Ignoring how names erode over time.** Old names from ancient eras should sound different from modern names in the same culture — languages shift. Formal/archaic names are longer and more structured. Common/modern names are worn smooth by daily use.

## Cross-Domain Connections

- **Writing/sentence-craft/diction**: Naming-system defines the phonetic palette; diction governs word choice in prose. When writing from a culture's perspective, the prose diction should harmonize with the culture's sound palette — not use phonemes that feel foreign to the culture's linguistic identity.
