name-clearance ยท diff

git:20260607.5834787 to git:20260607.37a9b70

7 added, 1 removed. Audit A to A.

---
name: name-clearance
description: Clear a product/brand name BEFORE buying a domain or branding anything. Runs same-industry collision, trademark signal, domain availability, and distinctiveness checks. Returns RED/YELLOW/GREEN verdicts with evidence. Use whenever a new product is being named, a domain is about to be bought, or a user proposes a name.
---
# name-clearance
> **Why this exists (the Patently lesson).** A product was named "Patently" and the
> domain `patently.legal` was bought โ€” *then* we found `patently.com`: an 8-year-old,
> 1,500-user AI **patent** platform run by patent litigators. Identical name, identical
> field. The domain was available; the **name** was a landmine. A free domain proves
> nothing. **Clear the name, not the domain.**
## When you activate
- A new product is being named (ideate โ†’ scaffold).
- **Before** any domain purchase โ€” this is a hard gate in the go-live flow.
- A user proposes a brand name ("let's call it X").
- A rename is being considered.
## What you produce
For each candidate, a verdict with evidence:
- ๐ŸŸข **GREEN** โ€” no same-field collision, distinctive/arbitrary mark, domain obtainable. Safe to advance to a formal attorney knockout.
- ๐ŸŸก **YELLOW** โ€” clear in-field but flags exist (crowded prefix, famous-brand crowding/SEO, common word, brand in an adjacent industry). Usable with caution + formal TM search.
- ๐Ÿ”ด **RED** โ€” same/adjacent-industry collision, registered/strong common-law mark, or descriptive-and-taken. Kill it.
Plus a one-line **recommendation** and, for finalists, the explicit reminder: **a paid attorney trademark knockout (USPTO + jurisdiction) before committing a cent.**
## Core principle โ€” distinctiveness first
Trademark strength runs: **fanciful > arbitrary > suggestive > descriptive > generic.**
Suggestive/descriptive names (Patently for patents, "IP Radar" for IP) are a **double trap** โ€”
legally weak *and* almost always already taken in-field. **Bias hard toward coined or
arbitrary names.** In a crowded category (legal-tech, fintech, dev-tools) real dictionary
- words are essentially all taken; a coined word is often the only reliably-clearable option.
+ words are *mostly* taken; a coined word is often the only reliably-clearable option.
+
+ **But never *assume* a word is taken โ€” check it.** A registered `.com` is NOT a dead name;
+ many strong brands don't own their `.com`. What kills a name is a **same-industry collision**
+ or a live trademark, not a parked domain. Keep dictionary words in play through the check;
+ let the evidence (not a guess) eliminate them. (This skill is **phase 4** of the
+ `name-product` pipeline โ€” the clearance engine it calls.)
## Protocol
Run cheap โ†’ expensive, fail fast. Stop at the first RED.
1. **Distinctiveness triage.** Place the name on the spectrum. If it's descriptive/suggestive
*of the product's own category*, flag it immediately โ€” it will be both weak and likely taken.
2. **Same-industry collision (highest weight).** Web-search the name against the product's field:
- `"<name>" <industry> company` / `"<name>" software startup` / `"<name>" <category-term>`
- Any company or product using the same or a confusingly similar name in the **same or an
adjacent industry** โ†’ ๐Ÿ”ด. (Adjacent counts: a trademark agency for an IP tool, film-IP-clearance
for IP-clearance, fintech-decisioning for a risk tool.)
3. **Trademark signal.** Search the registries โ€” USPTO TESS (https://tmsearch.uspto.gov),
EUIPO eSearch, and the product's home jurisdiction โ€” in the relevant Nice classes:
**9 (software), 42 (SaaS/tech), 45 (legal services)**, plus any category-specific class.
A live registration *or* strong common-law use (years of use, scale) โ†’ ๐Ÿ”ด.
4. **Famous-crowding / SEO.** Is the root already owned in public consciousness by a famous
brand, blog, or figure (e.g. "Patently-O" for patent content)? If the product will be
invisible in search behind incumbents โ†’ ๐ŸŸก (downgrade), even absent a legal conflict.
5. **Domain availability.** Run the helper across acceptable TLDs:
```
bun ${HAMZAISH_ROOT:-$HOME/Claude/Hamzaish}/factory/skills/name-clearance/check-domains.ts <name> com ai legal app io co
```
`.com` is ideal; `.ai`/`.app`/`.legal`/`.io` are acceptable. The WHOIS verdict is a signal โ€”
confirm finalists at a registrar.
6. **Linguistic / social sanity.** Unfortunate meanings in other languages, hard to spell/say,
handle availability (X / GitHub / LinkedIn).
7. **Verdict & recommendation.** Summarize each candidate as ๐ŸŸข/๐ŸŸก/๐Ÿ”ด with the evidence (links).
Recommend the strongest GREEN. For any finalist, state plainly: **get a paid attorney
knockout before committing** โ€” this skill de-risks, it is not legal advice.
## Output format
A compact table: `Name | Verdict | Same-field collision | Domain | Note`, then a one-paragraph
recommendation. Cite the URLs that drove each verdict.
## Notes
- Run on a *batch* of candidates, not one โ€” most will fail; generate 8โ€“12 to find 1โ€“2 GREENs.
- Re-run the whole protocol after any rename; don't trust a half-check.
- This skill is a **required pre-step before the domain-buy stage** of
`factory/playbooks/ai-native-2026/go-live-provisioning.md`.