brand_audit_drift
Audit multiple content items to detect brand drift by scoring against identity guidelines, computing statistics, and identifying recurring patterns in a detailed report.
Instructions
Batch audit multiple content items to detect systematic brand drift. Scores each item against brand identity, computes corpus-level statistics (mean, median, stddev), and identifies recurring patterns across items (e.g., same off-palette color in 4/5 items). Writes a detailed drift report to .brand/drift-report.md. Use when reviewing a content corpus, auditing a website, or checking whether brand identity is being applied consistently across multiple pieces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | JSON array of content items to audit. Each item: {"content": "text or HTML or file path", "label": "descriptive name"}. Max 20 items. Example: '[{"content": "public/page.html", "label": "Homepage"}, {"content": "<p>Draft copy</p>", "label": "Email draft"}]' | |
| threshold | No | Minimum acceptable score (0-100). Items below this are flagged as drifted. Default: 70. |