iiRecord
Agentic AI Atlas · Analytics Instrumentation Audit
workflow:analytics-instrumentation-audita5c.ai
II.
Workflow JSON

workflow:analytics-instrumentation-audit

Structured · live

Analytics Instrumentation Audit json

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

File · workflows/workflows/workflows-analytics-bi.yamlCluster · workflows
Record JSON
{
  "id": "workflow:analytics-instrumentation-audit",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-analytics-bi.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Analytics Instrumentation Audit",
    "workflowKind": "governance",
    "triggerType": "scheduled",
    "typicalCadence": "quarterly",
    "complexity": "cross-team",
    "description": "Audits the correctness and completeness of analytics event instrumentation\nacross product surfaces — validating that every tracked event conforms to\nthe naming taxonomy, checking property payloads against the schema registry,\nidentifying orphaned events that no dashboard consumes, surfacing gaps where\nkey user actions lack instrumentation, and verifying consent-gating\ncompliance. Produces a coverage heatmap and remediation ticket list.\nExcludes dashboard redesign.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:analytics-instrumentation-audit",
      "to": "role:data-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:analytics-instrumentation-audit",
      "to": "role:frontend-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:analytics-instrumentation-audit",
      "to": "role:qa-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:analytics-instrumentation-audit",
      "to": "skill-area:observability-pipeline",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:analytics-instrumentation-audit",
      "to": "skill-area:data-quality",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:analytics-instrumentation-audit",
      "to": "domain:web-development",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:analytics-instrumentation-audit",
      "to": "domain:mobile",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:analytics-instrumentation-audit",
      "to": "domain:business-intelligence",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:analytics-instrumentation-audit",
      "to": "responsibility:data-quality-monitoring",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:analytics-instrumentation-audit",
      "to": "responsibility:review-architecture-changes",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:analytics-instrumentation-audit",
      "to": "org-unit:analytics-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:analytics-instrumentation-audit",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:analytics-dashboard",
      "to": "workflow:analytics-instrumentation-audit",
      "kind": "follows_workflow"
    }
  ]
}