iiRecord
Agentic AI Atlas · Design Token Audit
workflow:design-token-audita5c.ai
II.
Workflow JSON

workflow:design-token-audit

Structured · live

Design Token Audit json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · workflows/workflows/workflows-ux-design.yamlCluster · workflows
Record JSON
{
  "id": "workflow:design-token-audit",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-ux-design.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Design Token Audit",
    "workflowKind": "governance",
    "triggerType": "scheduled",
    "typicalCadence": "quarterly",
    "complexity": "single-team",
    "description": "Audits design token definitions and usage across the codebase — detecting\norphaned tokens, inconsistent overrides, theme coverage gaps, and\naccessibility contrast violations. Produces a remediation backlog. Excludes\ntoken creation.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:design-token-audit",
      "to": "role:product-designer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:design-token-audit",
      "to": "role:implementer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:design-token-audit",
      "to": "skill-area:react-state-management",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:design-token-audit",
      "to": "domain:web-development",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:design-token-audit",
      "to": "responsibility:code-review-coverage",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:design-token-audit",
      "to": "responsibility:dx-tooling-maintenance",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:design-token-audit",
      "to": "org-unit:frontend-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:design-token-audit",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}