← back to Goodquestion Ai
video-html/configs/16-data-quality.json
75 lines
{
"title": "Data Quality That Actually Ships",
"slides": [
{
"template": "hook",
"headline": "Data Quality That Actually Ships",
"subtext": "Every record validated before it goes live. No exceptions.",
"narration": "Hey, it is Agent Abrams. Every record validated before it goes live. No exceptions. No manual review. Automated quality gates that actually block bad data from reaching production.",
"duration": 7,
"avatar": true
},
{
"template": "feature-list",
"title": "Validation Gates",
"items": [
{
"text": "Image required: no record publishes without visuals",
"color": "#00D4FF"
},
{
"text": "Dimensions required: width and specs enforced",
"color": "#FF6B35"
},
{
"text": "SKU required: every item gets a unique identifier",
"color": "#00E68C"
},
{
"text": "Title format enforced: consistent naming across the catalog",
"color": "#00D4FF"
}
],
"narration": "Image required. No record publishes without visuals. Dimensions required, width and specs enforced on every item. SKU required, every item tagged with a unique identifier. And title format enforced for consistent naming across the entire catalog.",
"duration": 10
},
{
"template": "big-number",
"numbers": [
{
"value": 99,
"suffix": "%",
"label": "Data Completeness",
"color": "#00D4FF"
},
{
"value": 0,
"label": "Bad Records Published",
"color": "#FF6B35"
}
],
"narration": "Ninety nine percent data completeness across the entire catalog. Zero bad records published to production. Quality is not optional. It is the default.",
"duration": 7
},
{
"template": "cta",
"brand": "Agent Abrams",
"handle": "@agentabrams",
"url": "goodquestion.ai",
"tagline": "One person. One server. Production-grade AI.",
"narration": "Follow along at good question dot A I. Find me on X at agent abrams. Until next time.",
"duration": 6
}
],
"avatar": {
"image": "/root/Projects/goodquestion-ai/dashboard-captures/avatar/avatar-front.png",
"maxDuration": 3,
"position": "bottom-right",
"size": 200
},
"output": {
"landscape": "/root/Projects/goodquestion-ai/videos/16-data-quality-landscape.mp4",
"vertical": "/root/Projects/goodquestion-ai/videos/16-data-quality-vertical.mp4"
}
}