| name | apply-branding |
| description | Apply CPS or client branding to deliverables |
Apply Branding
Apply CPS and client branding to deliverables.
What This Does
- Loads CPS branding configuration
- Loads client branding (if provided)
- Applies branding to specified deliverable
- Generates branded document (DOCX/PDF)
Instructions for Claude
When this skill is invoked:
-
Load Branding Configuration
- CPS branding from
assets/cps-branding.json
- Client branding from
project.json (if specified)
-
CPS Branding Elements
- Logo:
assets/logos/cps-logo-full.png (0.77" x 0.77")
- Primary color: #1B4F72
- Fonts: Arial Black (headings), Arial (body, 11pt)
- Header: Logo | "CORE PATH STRATEGIES | CONFIDENTIAL"
- Footer: Document title | Page X of Y
-
Client Branding Elements (if applicable)
- Client logo (if provided)
- Client color scheme
- Co-branding requirements
- Confidentiality markings
-
Ask What to Brand
- Current deliverable
- Specific document
- All deliverables in folder
- Template for future use
-
Apply Branding
- Use
scripts/cps-document-generator.js
- Apply CPS branding standards
- Add client branding if applicable
- Generate DOCX/PDF with proper formatting
-
Verify Branding
Checklist:
-
Save Branded Document
- Save to same folder as source
- Append "_BRANDED" to filename
- Confirm completion
Supported Formats
- DOCX - Reports, proposals, documents
- PDF - Final deliverables
- PPTX - Presentations
- XLSX - Data, tracking (with CPS colors/formatting)
Reference
See .claude/skills/configuration/references/apply-branding.md for detailed implementation.