Arguments: <brief description or industry> [--languages <lang1,lang2>] [--tlds <.com,.app,.io>]. Wherever <arguments> appears below, substitute the text the user typed after the skill name.
Brand Naming
Invocation
Invoke the brand-naming skill and follow its full workflow.
Arguments
<brief>: Industry, target, values, and any constraints for the naming project
--languages: Languages to check for cultural conflicts (default: en,it,es,fr,de,pt)
--tlds: TLDs to check for domain availability (default: .com,.app,.io,.co)
Examples
/brand-naming Meal prep app for vegan athletes. Values: energy, nature, performance. Target: 20-35, international.
/brand-naming SaaS project management tool for remote teams --languages en,es,pt
/brand-naming Italian artisan coffee brand, premium positioning --tlds .com,.it,.coffee
What it does
- Analyzes the brief and asks clarifying questions if needed
- Generates 12-15 curated candidates across 4 Strategic Directions: Etymological Hijacking, Scientific Decontextualization, Metaphorical Shift, Phonetic Real-Word
- Filters linguistically and culturally (pronunciation, negative meanings, phonosymbolism)
- Checks domain availability and social media handles
- Analyzes market saturation: existing apps, websites, active businesses with same name (Google, Play Store, App Store, Crunchbase)
- Pre-screens trademarks via EUIPO/USPTO/WIPO web searches
- Scores top 5 on weighted criteria (memorability, distinctiveness, market saturation, SEO, legal risk, etc.)
- Presents top 3 with full breakdown: scoring table, name story, saturation report, domain status, tagline suggestion
1---2name: brand-naming-53description: Runs the whole workflow from a brief, with optional language and TLD constraints. TRIGGER WHEN: the user asks for brand, startup, product, or company names. DO NOT TRIGGER WHEN: renaming source code identifiers (use clean-code), or picking SEO keywords (use /digital-marketing:seo-audit).4---56> Arguments: `<brief description or industry> [--languages <lang1,lang2>] [--tlds <.com,.app,.io>]`. Wherever `<arguments>` appears below, substitute the text the user typed after the skill name.78<!-- Generated by the Daodan compiler for codex. Edit the kernel, never this file. -->910# Brand Naming1112## Invocation1314Invoke the `brand-naming` skill and follow its full workflow.1516## Arguments1718- `<brief>`: Industry, target, values, and any constraints for the naming project19- `--languages`: Languages to check for cultural conflicts (default: en,it,es,fr,de,pt)20- `--tlds`: TLDs to check for domain availability (default: .com,.app,.io,.co)2122## Examples2324```25/brand-naming Meal prep app for vegan athletes. Values: energy, nature, performance. Target: 20-35, international.26/brand-naming SaaS project management tool for remote teams --languages en,es,pt27/brand-naming Italian artisan coffee brand, premium positioning --tlds .com,.it,.coffee28```2930## What it does31321. Analyzes the brief and asks clarifying questions if needed332. Generates 12-15 curated candidates across 4 Strategic Directions: Etymological Hijacking, Scientific Decontextualization, Metaphorical Shift, Phonetic Real-Word343. Filters linguistically and culturally (pronunciation, negative meanings, phonosymbolism)354. Checks domain availability and social media handles365. Analyzes market saturation: existing apps, websites, active businesses with same name (Google, Play Store, App Store, Crunchbase)376. Pre-screens trademarks via EUIPO/USPTO/WIPO web searches387. Scores top 5 on weighted criteria (memorability, distinctiveness, market saturation, SEO, legal risk, etc.)398. Presents top 3 with full breakdown: scoring table, name story, saturation report, domain status, tagline suggestion