ai_qc/backend/profiles/wsj_static.json
nickviljoen 5a57a8a064 Add Dow Jones client with 3 sub-brand QC profiles (17 new checks)
New client with embedded brand guidelines for Dow Jones Corporate,
MarketWatch, and Wall Street Journal sub-brands. Guidelines sourced
from live.standards.site scrapes and baked into check prompts.

- dow_jones_static: 5 checks (logo, color, typography, square motif, photography)
- marketwatch_static: 6 checks (logo, color, typography, image treatment, layout, art direction)
- wsj_static: 6 checks (logo, color tiers, typography, imagery, capitalization, layout)
- System now has 7 clients, 12 profiles, 65 QC checks

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 18:33:14 +02:00

42 lines
1.7 KiB
JSON

{
"name": "WSJ Static",
"description": "Wall Street Journal brand guidelines QC profile for static marketing assets. Evaluates logo compliance, Heritage/Jewel/Pop color usage, typography hierarchy, imagery expression, capitalization rules, and layout composition.",
"checks": {
"wsj_logo_compliance": {
"enabled": true,
"weight": 1.67,
"llm": "Gemini",
"description": "Verifies WSJ logo format (Horizontal, Bug, Stacked), placement, sizing, black/white rendering, and clear space"
},
"wsj_color_usage": {
"enabled": true,
"weight": 1.67,
"llm": "Gemini",
"description": "Checks Heritage (black/white), Jewel (deep rich), or Pop (vivid) color system usage, tier consistency, and accessible combinations"
},
"wsj_typography_hierarchy": {
"enabled": true,
"weight": 1.67,
"llm": "Gemini",
"description": "Validates compressed serif headlines, sans-serif body, 40%+ size contrast between levels, headlines ending with period, no ligatures"
},
"wsj_imagery_expression": {
"enabled": true,
"weight": 1.67,
"llm": "Gemini",
"description": "Evaluates photography against Grounded/Expansive/Bold expressions and Layered/Authentic/Identifiable principles"
},
"wsj_capitalization_punctuation": {
"enabled": true,
"weight": 1.66,
"llm": "Gemini",
"description": "Checks Title Case vs Sentence case rules, headline periods, ALL CAPS eyebrows/CTAs, and text formatting consistency"
},
"wsj_layout_composition": {
"enabled": true,
"weight": 1.66,
"llm": "Gemini",
"description": "Assesses visual hierarchy, element alignment, margins, whitespace, and premium authoritative positioning"
}
}
}