Skip to main content
Home/Recipes/Brand guide PDF vs. live site
AI Pipelines

24.Brand guide PDF vs. live site

DesignerQAAgency

Overview

Your brand guide says one thing. Your live site says another. Extract what actually shipped, compare it against the PDF, and get a concrete list of exactly where the brand broke down.

Brand guides and live products drift apart during sprints, handoffs, and quick fixes. The brand guide says the primary blue is #133174. Production says #1a3a8a. Nobody noticed. This workflow extracts the real token state from the live site and feeds both the extraction JSON and the original brand guide PDF into an AI agent. The agent compares them systematically, lists every divergence, and classifies each as intentional (a product-level decision) or drift (an unintended deviation). The output is a concrete remediation list, not a subjective visual review.

Extract live tokens

Terminal
dembrandt client.com --save-output
Claude Code prompt
# Drag extraction JSON and brand guide PDF into context, then:
"Compare this extraction against the brand guide PDF.
Output an ASCII table:
TOKEN | BRAND GUIDE | PRODUCTION | DELTA | CLASS
(class: intentional / drift / unknown)
Flag differences above 10% as ⚠️.
Intentional = documented exception or product-level decision.
Drift = production diverged without a clear reason.
End with a remediation list: drift items only, ordered by visual impact."
Output

Gap report: which production values diverge from the brand guide, by how much, and where.

Browse all

All recipes →

43 workflows