bundles/branding/skills/brand-architect/SKILL.md
Use this skill when users need to develop brand strategy, choose a company name, define brand positioning, create brand voice, or build brand identity from day one. Activates for "what should I name it," "brand strategy," "positioning," or identity questions.
npx skillsauth add shipshitdev/library brand-architectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Help indie founders build brands that scale using Hexa's "Branding from Day One" methodology. Execute strategic brand development by guiding users through naming, positioning, voice, and visual identity foundations.
Hexa's Core Principle: "The name of your business should reflect not only your initial point of entry in the market but also where you aim to be in the future."
┌─────────────────────────────────────────┐
│ BRAND IDENTITY │
│ (Logo, Colors, Typography) │
├─────────────────────────────────────────┤
│ BRAND VOICE │
│ (Tone, Language, Personality) │
├─────────────────────────────────────────┤
│ BRAND POSITIONING │
│ (Who, What, Why Different) │
├─────────────────────────────────────────┤
│ BRAND NAME │
│ (The Foundation) │
└─────────────────────────────────────────┘
Build from bottom up: Name → Positioning → Voice → Identity.
| Strategy | Description | Examples | Best For | |----------|-------------|----------|----------| | Descriptive | Clear category | Salesforce | B2B, SaaS | | Evocative | Emotional resonance | Nike, Apple | Aspirational | | Invented | New words | Spotify, Xerox | Tech, premium | | Compound | Join words | Facebook, YouTube | Clear value prop | | Portmanteau | Blend two words | Pinterest, Instagram | Apps, social | | Misspelling | Creative respelling | Lyft, Flickr | Startups, apps | | Suffix Pattern | Brand suffixes | Shopify, Grammarly | SaaS, tools | | Founder | Personal name | Bloomberg | Personal brand |
Popular Suffixes: -ify, -ly, -io, -hub, -ment, -able
Popular Prefixes: get-, try-, go-, my-, super-
Minimum viability score: 35/50
For [target customer]
who [problem/need],
[Product Name] is a [category]
that [primary benefit].
Unlike [primary alternative],
we [key differentiator].
| Dimension | Spectrum | |-----------|----------| | Formal ↔ Casual | [Position] | | Serious ↔ Playful | [Position] | | Expert ↔ Approachable | [Position] |
copywriter - Brand-consistent copystartup-icp-definer - Define audiencemicro-landing-builder - Brand-aligned pagesFor complete naming evaluation matrices, positioning maps, voice definition frameworks, visual identity guidelines, color psychology reference, and output templates, see: references/full-guide.md
development
Create an isolated git worktree from the correct base branch and check it out into a clean, gitignored directory. Use when the user asks to make a worktree, spin up a parallel/isolated workspace, work on something without disturbing the current checkout, branch off the current work, or run multiple agents on the same repo at once. Picks the base branch smartly — the current feature branch when you are on one, otherwise the develop integration branch — so worktrees continue your in-progress work by default instead of forking from the wrong place.
development
Verify a release was fully promoted through develop, staging, and master/main, then prune merged local and remote branches and stale git worktrees. Squash-merge aware — uses GitHub PR merge state as the merge oracle, not commit ancestry. Use when the user asks to clean up branches after a deploy, prune worktrees, remove merged branches, tidy up after promoting develop to staging to master, or confirm nothing stale was left behind before pruning.
development
Structured "done coding, now what?" workflow: verify tests pass, detect the repository environment (normal repo vs worktree, named branch vs detached HEAD), present exactly the right merge / PR / keep / discard options, and execute the chosen path including safe worktree cleanup. Use when implementation is complete and the branch needs to be integrated, published, or abandoned.
tools
Capture a client or stakeholder feature request, turn it into a planner-ready PRD epic with scoped sub-issues, check for duplicate work, and place approved issues on a GitHub Projects kanban. Use when a user invokes feature intake, asks to turn a rough client requirement into GitHub issues, or wants an idea written as a PRD and pushed to a board.