plugins marketplace
← All plugins

brand-strategy-framework

v1.7.0

A 7-part brand strategy framework for building comprehensive brand foundations - the same methodology top agencies use with Fortune 500 clients.

Claude Code1 skill

by Rowan BrooksMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/business-tools/brand-strategy-framework/ inside the repository.

Layout

plugins/business-tools/brand-strategy-framework/
├── .claude-plugin/plugin.json
└── skills/brand-strategy/SKILL.md

Skills1

brand-strategyskills/brand-strategy/SKILL.md

A 7-part brand strategy framework for building comprehensive brand foundations. Trigger with phrases like "create brand strategy", "build brand brief", "define brand positioning", "brand messaging", "audience architecture", "brand truth", or "go-to-market brand plan". Use when working with brand strategy.

Manifests1

plugins/business-tools/brand-strategy-framework/.claude-plugin/plugin.json
{
  "name": "brand-strategy-framework",
  "version": "1.7.0",
  "description": "A 7-part brand strategy framework for building comprehensive brand foundations - the same methodology top agencies use with Fortune 500 clients.",
  "author": {
    "name": "Rowan Brooks",
    "url": "https://github.com/rowanbrooks100"
  },
  "license": "MIT",
  "homepage": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
  "keywords": [
    "brand-strategy",
    "marketing",
    "branding",
    "positioning",
    "messaging",
    "brand-guidelines"
  ]
}