ai_qc/backend/profiles/dow_jones_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

36 lines
1.5 KiB
JSON

{
"name": "Dow Jones Static",
"description": "Dow Jones corporate brand guidelines QC profile for static marketing assets. Evaluates logo compliance, color palette, typography hierarchy, square motif usage, and photography style.",
"checks": {
"dj_logo_compliance": {
"enabled": true,
"weight": 2.0,
"llm": "Gemini",
"description": "Verifies Dow Jones logo in black/white only, retired monogram absent, clear space maintained, no distortion or effects"
},
"dj_color_palette": {
"enabled": true,
"weight": 2.0,
"llm": "Gemini",
"description": "Checks Dark Indigo and Catalyst Blue as primaries, Bright Blue/Green accents used sparingly, WCAG AA contrast, no gradients or warm tones"
},
"dj_typography_hierarchy": {
"enabled": true,
"weight": 2.0,
"llm": "Gemini",
"description": "Validates geometric sans-serif typeface (Public Sans), clear multi-level hierarchy, ALL CAPS display headlines, wide tracking on eyebrows/CTAs"
},
"dj_square_motif": {
"enabled": true,
"weight": 2.0,
"llm": "Gemini",
"description": "Evaluates square grid motif usage if present (consistent scale, appropriate coverage, brand colours). Scores neutrally when no motif is used"
},
"dj_photography_style": {
"enabled": true,
"weight": 2.0,
"llm": "Gemini",
"description": "Checks photography for cool desaturated tones, authentic feel, no illustrations, no generic stock, spacious framing"
}
}
}