Naming Strategy

Product and feature naming, naming conventions, and linguistic considerations.

dragoon0x 2b22b84 1.2 KB Updated

File contents

Naming Strategy

Product Naming Approaches

Type Example Pros Cons
Descriptive Microsoft Teams Clear function Generic
Invented Spotify Unique, ownable Needs marketing
Metaphor Slack Memorable Can confuse
Founder Bloomberg Personal, trustworthy Limited scalability
Acronym IBM Short Meaningless initially

Feature Naming Rules

  1. Descriptive over clever (users need to find it, not enjoy the pun)
  2. Consistent vocabulary (don't call it 'workspace' in one place and 'project' in another)
  3. Verb-first for actions ('Create project' not 'Project creation')
  4. Avoid internal jargon (what engineers call it isn't what users should see)
  5. Test with users: 'What would you expect this to do?'

Linguistic Testing

  • Does it translate well? (no accidental meanings in other languages)
  • Is it easy to pronounce? (for word-of-mouth growth)
  • Is it searchable? (unique enough to rank in Google)
  • Is the domain available? (.com or relevant TLD)
  • Is the social handle available?

dragoon0x/everything-design-taste/tree/main/skills/naming-strategy commit 2b22b84bb7

Frequently asked questions

npx skillmds@latest add dragoon0x/naming-strategy