Naming 6 Gates logo

Naming 6 Gates

Community
guia-matthieu
naming-6-gates

Use when creating brand names, product names, or company names in 2026. Use when naming needs to work across languages, voice assistants, and AI recommendation engines. Use when previous name candidates failed trademark or had conflicts.

Overview

Publisherguia-matthieu
Repositoryclawfu-skills
Skill namenaming-6-gates
Stars
150
Forks
27
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by guia-matthieu on GitHub. Read the source before you install it.

Installation

Install the Naming 6 Gates AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/guia-matthieu/clawfu-skills.git /tmp/clawfu-skills
mkdir -p .claude/skills
cp -r /tmp/clawfu-skills/skills/branding/naming-6-gates .claude/skills/naming-6-gates
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Naming 6 Gates in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Naming 6 Gates on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Naming 6 Gates is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Naming 6-Gates Protocol

Overview

Brand naming in 2026 is architectural engineering, not creative brainstorming. A name must be:

  1. Machine-compatible - tokenized efficiently by LLMs, citeable by AI engines
  2. Legally defensible - clear of trademark conflicts across jurisdictions
  3. Voice-ready - pronounceable by assistants, invocable without friction
  4. Narratively loaded - capable of carrying a brand story

Core principle: Optimize for AEO (Answer Engine Optimization) first, aesthetics second.

When to Use

  • Creating a new brand, product, or company name
  • Replacing a name due to trademark conflict
  • Expanding internationally (multilingual requirements)
  • Launching a voice-activated product or skill
  • Naming for AI-first discovery (ChatGPT, Perplexity, Gemini recommendations)

When NOT to Use

  • Internal project codenames (no legal/AEO requirements)
  • Temporary campaign names
  • Personal projects with no commercial intent

The 6-Gate Naming Process

dot
digraph naming_process {
    rankdir=TB;
    node [shape=box];

    brief [label="1. BRIEF\nDefine constraints"];
    generate [label="2. GENERATE\nAI-assisted creation"];
    filter [label="3. LINGUISTIC FILTER\nMultilingual stress test"];
    legal [label="4. LEGAL FILTER\nTrademark screening"];
    aeo [label="5. AEO FILTER\nEntity strength test"];
    story [label="6. STORY FILTER\nNarrative potential"];

    brief -> generate -> filter -> legal -> aeo -> story;

    filter -> generate [label="fails" style=dashed];
    legal -> generate [label="conflicts" style=dashed];
    aeo -> generate [label="weak entity" style=dashed];
    story -> generate [label="no narrative" style=dashed];
}

Gate 1: BRIEF (Constraints Definition)

Define hard constraints BEFORE generating:

ConstraintTargetWhy
Length7-8 letters maxMobile icons, cognitive load, tokenization
Syllables1-3 syllablesVoice invocation, memorability
Character setA-Z onlyDomain availability, global keyboards
Forbidden sequencesght, ough, silent lettersPronunciation barriers

Output format:

yaml
brief:
  max_letters: 8
  max_syllables: 3
  target_markets: [FR, ES, US, UK]
  nice_classes: [9, 35, 42]
  avoid_phonemes: [ʒ, θ, ð]  # Hard for non-native speakers
  competitor_names: [Notion, Figma, Linear]  # Style reference
  forbidden_associations: [medical, financial, religious]

Gate 2: GENERATE (AI-Assisted Creation)

Use structured prompting with 5 typologies:

Typology 1: Analogical (Real-Word Transfer)

Words from unrelated domains applied to new context.

  • Examples: Apple (tech), Amazon (retail), Jaguar (auto)
  • Prompt: "Find words from [nature/mythology/geography] that evoke [core attribute]"

Typology 2: Metaphorical (Abstract Concept)

Abstract concepts made concrete.

  • Examples: Slack (workspace tension release), Notion (idea capture)
  • Prompt: "What single word captures the transformation from [pain] to [outcome]?"

Typology 3: Neologism (Invented Word)

New words with phonetic engineering.

  • Examples: Kodak, Xerox, Häagen-Dazs
  • Prompt: "Create a 2-syllable word with [plosive start] + [open vowel] + [soft ending]"

Typology 4: Portmanteau (Fusion)

Blend of two meaningful words.

  • Examples: Instagram (instant + telegram), Pinterest (pin + interest)
  • Prompt: "Blend [word1] + [word2] keeping recognition of both roots"

Typology 5: Empty Vessel

Meaningless but phonetically pleasing.

  • Examples: Rolex, Vimeo, Skype
  • Prompt: "Generate 5-letter combinations: CVCVC pattern, no existing meaning"

Generation Contract:

CONSTRAINTS:
- Max 8 letters
- Pronounceable in French, Spanish, English
- No existing trademark in Class 42
- Distinct from: [competitor list]

OUTPUT FORMAT per candidate:
- Name: [word]
- Typology: [1-5]
- Phonetic: /IPA transcription/
- Syllables: [count]
- Rationale: [1 sentence]

Gate 3: LINGUISTIC FILTER (Multilingual Stress Test)

Test each candidate across target markets:

Pronunciation Test

Run through TTS engines in 15+ languages:

  • Google TTS, Amazon Polly, Azure Speech
  • Listen for: mispronunciation, confusion, awkwardness

Cultural Connotation Check

Verify no negative meanings in:

  • Target market slang (TikTok, Douyin, RedNote trends)
  • Historical associations
  • Religious/political sensitivities
  • Homophones in local languages

Phonetic Hazards to Avoid

HazardExampleImpact
Silent letters"Knight"Voice assistant failure
Consonant clusters"Strengths"Non-native difficulty
Ambiguous vowels"Read" (reed/red)Confusion
Cross-language homophones"Gift" (poison in German)Negative association

Kill criterion: If TTS mispronounces in >2 target markets, reject.


Gate 4: LEGAL FILTER (Trademark Screening)

Phase 1: Quick Disqualification

  • Google: "[name] company" / "[name] brand" / "[name] trademark"
  • Domain check: .com, .co, .io, .fr, .eu
  • Social handles: Namechk scan all platforms

Phase 2: Formal Trademark Search

RegistryToolCheck For
FranceINPI data.inpi.frExact + phonetic similarity
EUEUIPO eSearch / TMviewSame Nice classes
USUSPTO TESSRegistered + pending
InternationalWIPO Global Brand DatabaseMadrid Protocol

Phase 3: AI-Assisted Similarity Detection

EUIPO "Early TM Screening" detects:

  • Phonetic similarity (sounds-like)
  • Visual similarity (looks-like)
  • Conceptual similarity (means-like)

Kill criterion: Any conflict in target Nice classes → reject.


Gate 5: AEO FILTER (Entity Strength Test)

A name must be recognizable as a distinct entity by AI systems.

Entity Strength Checklist

  • Unique token: Does the name tokenize as a single unit or get split?
  • No collision: Search "[name]" - does it return your intended context or noise?
  • Semantic boundaries: Can AI distinguish "[name] the company" from generic usage?

Testing AEO Strength

Prompt to test:
"What is [NAME]?"

GOOD response: "I don't have information about [NAME]" (clean slate)
BAD response: "[NAME] is a common word meaning..." (collision)
BAD response: "[NAME] could refer to several things..." (ambiguity)

Keyword Difficulty Check

Use Semrush/Ahrefs:

  • Keyword difficulty < 30 = good
  • Keyword difficulty > 60 = buried by generics

Kill criterion: If name collides with high-volume generic term, reject.


Gate 6: STORY FILTER (Narrative Potential)

A name must be "tell-able" - capable of carrying a brand story.

The 5 Narrative Pillars Test

For each candidate, verify you can build:

PillarQuestionExample Answer Required
Origin story"Why this name?"Must have a genuine, shareable reason
Belief storyWhat does the brand stand for?Values must connect to name
Product truthWhat does it actually do?Name should hint at function
TransformationWhat changes for the customer?Before/after must be nameable
CultureWhat kind of community forms?Name should enable identity

Empty Vessel vs. Loaded Name

  • Empty vessel (Kodak, Google): Brand fills meaning over time
  • Loaded name (Instagram, Airbnb): Meaning is built-in

Both work. But you must choose consciously and build accordingly.

Vocal Signature Test

Say the name aloud 10 times. Ask:

  • Does it feel good in the mouth?
  • Would customers enjoy saying it?
  • Does it have a "sticky" quality?

Kill criterion: If you can't tell a compelling origin story, reject.


Voice Assistant Constraints (2026)

AssistantInvocation RulesRejection Risks
Alexa2+ words required (unless trademarked)Single generic words
SiriMust be phonetically distinctConfusion with system commands
GoogleStrong Knowledge Graph presence neededNames too similar to famous brands
BixbyAvoid wake-word conflicts"Open", "cancel", common verbs

Test procedure:

  1. Say "[Name], do [action]" to each assistant
  2. Note recognition rate
  3. Reject if < 80% accurate invocation

Output: Naming Dossier

For the final candidate, produce:

markdown
## [NAME] - Naming Dossier

### Basic Info
- **Name:** [word]
- **Typology:** [1-5]
- **Phonetic:** /IPA/
- **Length:** X letters, Y syllables

### Linguistic Clearance
- FR pronunciation: [pass/fail + notes]
- ES pronunciation: [pass/fail + notes]
- EN pronunciation: [pass/fail + notes]
- Cultural flags: [none / list]

### Legal Clearance
- INPI (FR): [clear / conflict]
- EUIPO (EU): [clear / conflict]
- USPTO (US): [clear / conflict]
- Domains available: [list]
- Social handles: [list]

### AEO Score
- Entity uniqueness: [1-10]
- Keyword difficulty: [score]
- Tokenization: [single/split]

### Narrative Potential
- Origin story hook: [1 sentence]
- Brand values connection: [1 sentence]
- Community identity: [suggested demonym]

### Voice Readiness
- Alexa: [pass/fail]
- Siri: [pass/fail]
- Google: [pass/fail]

### Recommendation
[APPROVED / NEEDS WORK / REJECTED]
[Final reasoning]

Common Mistakes

MistakeWhy It FailsFix
Starting with brainstormingGenerates unusable namesStart with constraints (Gate 1)
Skipping TTS testVoice assistant failuresAlways test pronunciation
Ignoring Nice class overlapTrademark conflictsCheck specific classes, not just exact matches
Choosing descriptive namesWeak AEO, hard to trademarkPrefer distinctive/invented
No narrative testBrand can't tell its storyAlways verify storytelling potential

Quick Reference

The 7-8 Letter Rule: Shorter = better for mobile, voice, memory, tokenization.

Phonetic Gold Standard: CVCV pattern (consonant-vowel-consonant-vowel) works globally.

AEO Priority: If AI can't cite you as a distinct entity, you don't exist in 2026.

Empty Vessel Strategy: Meaningless names (Kodak) require more brand-building but face fewer conflicts.

Voice-First: If Alexa can't invoke it, 8.4 billion assistants can't recommend it.


What Claude Does vs What You Decide

Claude handlesYou provide
Generating candidates by typologyBrief constraints (markets, classes)
Running linguistic stress testsFinal pronunciation judgment
Checking trademark databasesLegal professional validation
Evaluating AEO/entity strengthStrategic brand direction
Producing naming dossierFinal selection and approval

Skill Boundaries

This skill excels for:

  • Brand, product, or company naming
  • Names requiring international deployment
  • Voice-assistant compatible names
  • AI-discoverable entity creation

This skill is NOT ideal for:

  • Internal codenames → No legal/AEO requirements
  • Temporary campaign names → Overhead unnecessary
  • Personal projects → Simplified process sufficient

Skill Metadata

yaml
name: naming-6-gates
category: branding
version: 2.0
author: GUIA
source_expert: 6-Gate Protocol (AEO-first naming)
difficulty: advanced
mode: centaur
tags: [naming, branding, trademark, voice-assistant, aeo, entity]
created: 2026-02-03
updated: 2026-02-03

Frequently asked questions

What does the Naming 6 Gates AI skill do?

Use when creating brand names, product names, or company names in 2026. Use when naming needs to work across languages, voice assistants, and AI recommendation engines. Use when previous name candidates failed trademark or had conflicts.

Why use Naming 6 Gates on TypingMind?

Because you install it once and use it with any model. Naming 6 Gates is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Naming 6 Gates in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/guia-matthieu/clawfu-skills/tree/main/skills/branding/naming-6-gates. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Naming 6 Gates?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Naming 6 Gates?

As many as you like. As long as a model supports skills, you can use Naming 6 Gates with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Naming 6 Gates AI skill free?

Yes. It is published on GitHub by guia-matthieu under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇