ai_qc/backend/profiles/amazon_static.json
nickviljoen 24df09aa9f Add Amazon and Boots clients with Amazon ASD 2025 QC profile
Add Boots client with static_general profile and Amazon client with
6 new brand-specific QC checks based on ASD 2025 design guidelines:
amazon_required_elements, amazon_logo_country, amazon_typography,
amazon_headline_layout, amazon_margins, and amazon_box_placement.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 11:52:03 +02:00

42 lines
1.7 KiB
JSON

{
"name": "Amazon Static",
"description": "Amazon ASD 2025 design guidelines QC profile for static marketing assets. Evaluates layout elements, typography, margins, box placement, and logo correctness per country.",
"checks": {
"amazon_required_elements": {
"enabled": true,
"weight": 2.0,
"llm": "Gemini",
"description": "Verifies all required ASD layout elements are present: Headline, Box (with logo), Subhead, Date, and Legal line"
},
"amazon_logo_country": {
"enabled": true,
"weight": 2.0,
"llm": "Gemini",
"description": "Validates correct Amazon logo or URL logo per country/locale, and correct logo on box (established vs emerging markets)"
},
"amazon_typography": {
"enabled": true,
"weight": 1.5,
"llm": "Gemini",
"description": "Checks Ember Modern Standard Display font usage, leading/tracking, subhead 30-60% of headline, date 20-45% of headline, legal line specs, and fi ligature for Italian"
},
"amazon_headline_layout": {
"enabled": true,
"weight": 1.5,
"llm": "Gemini",
"description": "Verifies headline is left-aligned, largest element, fills width on taller formats, and splits correctly per master guide"
},
"amazon_margins": {
"enabled": true,
"weight": 1.5,
"llm": "Gemini",
"description": "Validates Amazon margin rules: 7% of shortest side, 10% for wide banners, special rules for very wide and small formats"
},
"amazon_box_placement": {
"enabled": true,
"weight": 1.5,
"llm": "Gemini",
"description": "Checks box sits to right side, cropping rules (right crop OK but never tape, never bottom), and box overlap constraints"
}
}
}