Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
borghei avatar

Brand Strategist

  • 713 installs
  • 451 repo stars
  • Updated July 21, 2026
  • borghei/claude-skills

brand-strategist is a Claude Code skill that recommends brand architecture models from portfolio data for developers and product leads structuring a product portfolio or sub-brands among Branded House, House of Brands, E

About

brand-strategist is a skill from borghei/claude-skills backed by a Python brand_architecture_analyzer.py script that evaluates portfolio JSON and recommends among four architecture models: Branded House, House of Brands, Endorsed, and Hybrid. It weighs portfolio overlap, audience similarity, and strategic objectives, with CLI usage via portfolio.json and a --demo flag. Developers and product leads reach for brand-strategist when deciding whether new products share a master brand, stand alone, or use endorsed sub-brands before naming systems, marketing sites, or multi-product repos are finalized.

  • Python brand_architecture_analyzer evaluates portfolio JSON and scores architecture fit
  • Four documented models: Branded House, House of Brands, Endorsed, Hybrid with pros, cons, and examples
  • Factors: portfolio overlap, audience similarity, and strategic objectives
  • CLI supports --json output and --demo for quick agent runs
  • Includes usage: python brand_architecture_analyzer.py portfolio.json

Brand Strategist by the numbers

  • 713 all-time installs (skills.sh)
  • Ranked #500 of 1,880 Design & UI/UX skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/borghei/claude-skills --skill brand-strategist

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs713
repo stars451
Security audit3 / 3 scanners passed
Last updatedJuly 21, 2026
Repositoryborghei/claude-skills

Which brand architecture fits a product portfolio?

Install when you are structuring a product portfolio or sub-brands and need a data-driven recommendation among Branded House, House of Brands, Endorsed, or Hybrid models.

Who is it for?

Product leads structuring a multi-product portfolio who need a data-driven brand architecture recommendation before naming and go-to-market decisions.

Skip if: Developers who only need logo design, color palettes, or frontend UI work without portfolio-level brand strategy analysis.

When should I use this skill?

The user is structuring a product portfolio, evaluating sub-brands, or asking which brand architecture model fits their products.

What you get

Brand architecture recommendation report comparing Branded House, House of Brands, Endorsed, and Hybrid models with portfolio analysis rationale.

  • Brand architecture recommendation
  • Portfolio analysis report

By the numbers

  • Evaluates 4 brand architecture models
  • Includes Python CLI with portfolio.json input and --demo flag

Files

SKILL.mdMarkdownGitHub ↗

Brand Strategist

The agent operates as a senior brand strategist, delivering actionable brand positioning, identity systems, messaging frameworks, and governance structures for market differentiation.

Workflow

1. Assess brand context - Identify the brand's category, competitive landscape, and target audience. Validate that a clear business objective exists (launch, rebrand, extension, or audit). 2. Develop positioning - Apply the positioning framework to define target, category frame, key benefit, and proof points. Checkpoint: the positioning statement must pass the "only-we" test (no competitor could make the same claim). 3. Build identity system - Define visual identity (logo, color, typography), verbal identity (voice, tone, messaging), and experiential identity. Checkpoint: every element must trace back to the positioning. 4. Construct messaging architecture - Create master narrative, pillar messages, and audience-specific variants. Checkpoint: each pillar must have at least two proof points. 5. Select brand architecture model - Choose Branded House, House of Brands, Endorsed, or Hybrid. Validate alignment with corporate strategy. 6. Establish governance - Define brand guidelines structure, approval process, and measurement cadence. Checkpoint: brand health dashboard covers awareness, perception, and consideration. 7. Measure and iterate - Set up brand tracking (NPS, unaided awareness, share of voice). Review quarterly against baselines.

Brand Positioning Framework

Positioning Statement Template

For [target audience]
Who [need or opportunity]
[Brand] is the [category]
That [key benefit]
Unlike [competitors]
We [unique differentiator]

Positioning Map

                    High Price
                        |
    PREMIUM         ----+----    LUXURY
    * Quality           |        * Status
    * Performance       |        * Exclusivity
                        |
    Low Innovation -----+----- High Innovation
                        |
    VALUE           ----+----    DISRUPTOR
    * Accessibility     |        * New approach
    * Affordability     |        * Category change
                        |
                    Low Price

Competitive Positioning Matrix

AttributeUsComp AComp BComp C
Price$$$$$$$$$$
QualityHighMediumHighLow
InnovationHighLowMediumHigh
ServiceHighHighLowMedium

Brand Identity System

BRAND IDENTITY SYSTEM
+-- Visual Identity
|   +-- Logo (primary, secondary, icon)
|   +-- Color palette
|   +-- Typography
|   +-- Imagery style
|   +-- Graphic elements
+-- Verbal Identity
|   +-- Brand voice
|   +-- Tone guidelines
|   +-- Messaging framework
|   +-- Vocabulary
+-- Experiential Identity
    +-- Customer experience
    +-- Physical environments
    +-- Digital experiences

Voice Framework

ContextTone Adjustment
MarketingMore enthusiastic
SupportMore empathetic
LegalMore formal
SocialMore casual

Brand Architecture Models

ModelStructureExample
Branded HouseMaster Brand > ProductsGoogle (Maps, Drive, Cloud)
House of BrandsParent > Independent BrandsP&G (Tide, Pampers, Gillette)
EndorsedSub-brand by Master BrandMarriott (Courtyard by Marriott)
HybridMix of aboveAmazon (Prime, AWS, Whole Foods)

Example: Brand Positioning for a SaaS Startup

# Brand Strategy: FlowMetrics

## Positioning Statement
For data-driven product managers
Who need real-time user behavior insights without engineering support
FlowMetrics is the self-serve analytics platform
That delivers actionable funnels in under 5 minutes
Unlike Amplitude and Mixpanel
We require zero SQL and zero instrumentation code

## Brand Values
1. Clarity: Complex data, simple answers
2. Speed: Insights in minutes, not days
3. Autonomy: No engineering dependency

## Brand Voice
- Confident but not arrogant
- Technical but accessible
- Direct and concise

## Proof Points
- 90-second median time-to-first-insight
- 4.8/5 satisfaction from non-technical PMs
- 50% reduction in analytics engineering tickets

Brand Health Measurement

Awareness: unaided awareness, aided awareness, top-of-mind awareness Perception: brand attribute association, NPS, brand sentiment Consideration: purchase intent, preference vs. competitors, recommendation likelihood

Brand Health Dashboard - Q1 2026
  Awareness: 68% (+5%)    NPS: 45 (+8)    Consideration: 72% (+3%)
  Brand Attributes (% association)
  Innovative: 78%    Trustworthy: 82%    Quality: 75%
  Share of Voice: 32% (+2%)    Sentiment: 85% positive

Scripts

# Brand audit analyzer
python scripts/brand_audit.py --surveys survey_data.csv

# Competitive positioning mapper
python scripts/positioning_map.py --competitors comp_data.csv

# Brand voice analyzer
python scripts/voice_analyzer.py --content content.txt

# Brand guidelines generator
python scripts/guidelines_gen.py --config brand_config.yaml

Reference Materials

  • references/positioning.md - Positioning frameworks
  • references/identity.md - Identity system guide
  • references/architecture.md - Brand architecture models
  • references/governance.md - Governance best practices

---

Troubleshooting

SymptomLikely CauseResolution
Positioning statement passes internally but customers do not repeat itPositioning built on company perspective, not customer languageRerun April Dunford methodology with 10+ customer interviews; use verbatim customer phrases
Brand architecture confusion after acquisitionNo decision framework for integrating acquired brandsEvaluate using brand_architecture_analyzer.py; score audience overlap and category fit to choose model
NPS declining despite product improvementsBrand perception lagging behind product realityRun brand health dashboard; invest in rebranding or brand awareness campaign targeting perception gap
Multiple sub-brands competing for same audienceHouse of Brands model applied when Branded House was appropriateConsolidate overlapping brands; use brand architecture analyzer to validate optimal model
Competitive positioning feels genericDifferentiators are category requirements, not unique advantagesApply "only-we" test: if a competitor could make the same claim, it is not a differentiator

---

Success Criteria

  • Positioning statement passes the "only-we" test — no competitor could make the same claim
  • 7+ out of 10 customers describe brand value unprompted in interviews
  • Brand health index scores 65+/100 across awareness, perception, consideration, and loyalty
  • Brand architecture model validated by lowest churn and fastest close among A-fit segments
  • Share of voice increases 5+ percentage points within two quarters of brand strategy execution
  • Competitive positioning map shows clear white space between brand and nearest competitor

---

Scope & Limitations

In Scope: Brand positioning frameworks (April Dunford), brand identity system design, brand architecture model selection (Branded House, House of Brands, Endorsed, Hybrid), competitive positioning analysis, brand health measurement, brand governance structures.

Out of Scope: Visual design execution (see brand-guidelines skill), marketing copy creation (see copywriting skill), campaign execution (see marketing-ops skill), product strategy decisions, legal trademark registration.

Limitations: Brand strategy effectiveness depends on consistent execution across the organization. Positioning validation requires real customer interviews — internal-only positioning is unreliable. Brand architecture recommendations are based on audience overlap and category analysis; they do not account for all political or financial factors in brand portfolio decisions.

---

Scripts

ScriptPurposeUsage
scripts/brand_health_dashboard.pyCalculate brand health metrics across awareness, perception, consideration, loyaltypython scripts/brand_health_dashboard.py survey_data.json --json
scripts/positioning_map_generator.pyGenerate competitive positioning maps with white space analysispython scripts/positioning_map_generator.py competitors.json --demo
scripts/brand_architecture_analyzer.pyEvaluate and recommend brand architecture models for a portfoliopython scripts/brand_architecture_analyzer.py portfolio.json --json

Related skills

FAQ

Which brand architecture models does brand-strategist compare?

brand-strategist compares four models: Branded House (monolithic), House of Brands, Endorsed, and Hybrid. The bundled Python analyzer scores portfolio overlap, audience similarity, and strategic objectives to recommend one approach.

How do you run the brand-strategist analyzer?

brand-strategist uses brand_architecture_analyzer.py with a portfolio.json input, optional --json output, or --demo for a sample run. The script returns a recommended architecture with rationale based on portfolio data.

Is Brand Strategist safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Design & UI/UXbrandingux

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.