Live examples
Below are real output examples from a sample brand extraction. Every BrandMythos plan produces these formats from your existing brand sources: sites, PDFs, Figma, and social content.
Sample brand
A fictional outdoor gear company. We ingested their marketing site, product pages, Instagram feed, and a 28-page brand guideline PDF. BrandMythos extracted voice DNA, visual grammar, and messaging hierarchy, then produced the exports below.
Output 1 of 5
The repo-local brand instruction file that Claude loads automatically. Voice rules, visual standards, messaging hierarchy, and anti-patterns in one document.
CLAUDE.md — Ridgeline Outdoor Co.
# Ridgeline Outdoor Co. — Brand DNA## VoiceDirect, grounded, confident. Speak like a guide who has donethe trail, not a marketer who read about it.### Tone anchors- Warm but not folksy- Technical when it matters, plain when it doesn't- First person plural ("we") for company voice- Second person ("you") for product copy### Anti-patterns- Never use "epic", "crushing it", or startup jargon- Avoid exclamation marks in body copy- Do not anthropomorphize products ("this jacket wants to...")## VisualDisplay: Bricolage Grotesque. Body: Inter.Primary: #2D5A3D (forest). Accent: #D4A04A (trail gold).Dark: #1A1A1A. Surface: #F7F5F0 (parchment).### Color rules- Primary is reserved for CTAs and active states only- Never place forest green text on trail gold backgrounds- Use parchment (#F7F5F0) as default page background## Messaging hierarchy1. Tagline: "Built for the trail. Proven on the mountain."2. Value prop: Gear tested in real conditions by real guides3. Proof point: 12 years of field testing, 400+ guides4. CTA: "Find your gear" (primary), "See the field tests" (secondary)Output 2 of 5
CSS custom properties extracted from your brand. Colors, typography, spacing, and radius values ready to drop into any frontend project.
tokens.css — Ridgeline Outdoor Co.
:root { /* Ridgeline Outdoor Co. — Design Tokens */ /* Generated by BrandMythos · v2.1 · 2026-03-28 */ /* Color — Primary */ --color-primary: #2D5A3D; --color-primary-hover: #1E3F2B; --color-primary-light: #2D5A3D1a; /* Color — Accent */ --color-accent: #D4A04A; --color-accent-hover: #B8873A; /* Color — Surfaces */ --color-background: #F7F5F0; --color-surface: #FFFFFF; --color-dark: #1A1A1A; --color-muted: #6B7280; --color-border: #D1CBC2; /* Typography */ --font-display: 'Bricolage Grotesque', sans-serif; --font-body: 'Inter', sans-serif; --font-mono: 'JetBrains Mono', monospace; /* Spacing */ --space-xs: 0.25rem; --space-sm: 0.5rem; --space-md: 1rem; --space-lg: 2rem; --space-xl: 4rem; --space-2xl: 6rem; /* Radius */ --radius-sm: 4px; --radius-md: 8px; --radius-lg: 16px; --radius-full: 9999px;}Output 3 of 5
A JSON-LD representation of your brand as structured entities. Queryable by RAG pipelines, internal search, and knowledge management tools.
brand-graph.jsonld — Ridgeline Outdoor Co.
{ "@context": "https://schema.org", "@type": "Brand", "name": "Ridgeline Outdoor Co.", "slogan": "Built for the trail. Proven on the mountain.", "foundingDate": "2014", "description": "Outdoor gear company specializing in trail-tested equipment designed and validated by professional mountain guides.", "knowsAbout": [ "Trail running gear", "Alpine climbing equipment", "Backcountry camping systems" ], "brand": { "@type": "Brand", "name": "Ridgeline", "logo": "https://ridgelineoutdoor.co/logo.svg" }, "sameAs": [ "https://instagram.com/ridgelineoutdoor", "https://linkedin.com/company/ridgeline-outdoor" ], "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.8", "reviewCount": "2340" }}Output 4 of 5
A tuned prompt for ChatGPT, Gemini, or any chat interface. Voice rules, brand facts, CTAs, and guardrails condensed to fit context windows.
system-prompt.txt — Ridgeline Outdoor Co.
You are a copywriting assistant for Ridgeline Outdoor Co.VOICE: Direct, grounded, confident. Speak like a guide who has done the trail. Warm but not folksy. Technical when it matters, plain when it doesn't. Use "we" for company voice, "you" for product copy.NEVER USE: "epic", "crushing it", startup jargon, exclamation marks in body copy, anthropomorphized products.BRAND FACTS:- Founded 2014. Based in Bozeman, Montana.- 400+ professional guides test every product.- 12 years of field testing data.- Tagline: "Built for the trail. Proven on the mountain."PRIMARY CTA: "Find your gear"SECONDARY CTA: "See the field tests"COLOR REFERENCE: Primary forest green #2D5A3D (CTAs only). Accent trail gold #D4A04A. Background parchment #F7F5F0.TYPOGRAPHY: Display headlines in Bricolage Grotesque. Body in Inter.When asked to write copy, match the voice anchors above. If the request conflicts with the brand guidelines, flag the conflict before proceeding.Output 5 of 5
Governance rules for AI agents operating within your codebase. Defines what agents can and cannot do, escalation policies, and permitted actions.
AGENTS.md — Ridgeline Outdoor Co.
# AGENTS.md — Ridgeline Outdoor Co.## PurposeThis file governs AI agent behavior within Ridgelinerepositories and workflows.## Brand voice constraints- Agents MUST follow voice rules defined in CLAUDE.md- Agents MUST NOT generate marketing copy without brand context loaded- Agents SHOULD flag when output deviates from tone anchors## Escalation policy- If an agent cannot determine the correct tone for a surface (e.g., legal vs. marketing), it MUST pause and request human review rather than guessing- Product naming changes require explicit approval## Permitted actions- Generate draft copy (subject to review)- Refactor code with brand token references- Update component styles using design token variables- Suggest alt text for product imagery## Prohibited actions- Publish copy to production without human approval- Modify brand token values- Change logo files or brand assets- Alter pricing or legal languageEnter your URL. BrandMythos will extract your brand DNA and produce these same outputs, tuned to your voice, visuals, and rules.