What problem does it solve? When generating branded deliverables (presentations, dashboards, web pages), design values like colors, typography, and spacing get duplicated across tools and drift apart, and third-party brand assets risk being used without license approval. This Skill acts as a single warehouse that returns resolved brand design values with their source and license status, so every downstream generator uses identical, authorized values. ## Core Features & Use Cases - Plugin-based brand registry: Stores brand definitions as plugins (my_company, digital-agency, notion, awesome-design-md-jp-import) with a two-tier model (owned / observed) and machine-readable acquisition metadata. - Plugin Resolver: Selects the right brand box by medium (supported_media) and context priority scores, with deterministic tie-breaking and single-level extends inheritance. - License gate: Blocks third-party asset values (color tokens, fonts, logos, templates) from output until usage_policy.license_gate_approved is true and human approval is recorded in references.md. - Validation scripts: check_brand_metadata.py verifies tier/source metadata shape; check_tokens_parity.py confirms the warehouse pptx profile matches the origin-pptx tokens across 18 fields. - Use Case: When asked to build a slide deck "in our company brand" or "Digital Agency style", query this Skill with the context and medium to receive the resolved colors, typography, spacing, their provenance, and whether the values may legally be used. ## Quick Start Ask the assistant to resolve the brand design tokens for a corporate-presentation context targeting pptx using the origin-brand skill.