iiRecord
Agentic AI Atlas · Dependency Graph Audit
workflow:dependency-graph-audita5c.ai
II.
Workflow JSON

workflow:dependency-graph-audit

Structured · live

Dependency Graph Audit json

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

File · workflows/workflows/workflows-architecture-deep.yamlCluster · workflows
Record JSON
{
  "id": "workflow:dependency-graph-audit",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-architecture-deep.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Dependency Graph Audit",
    "workflowKind": "governance",
    "triggerType": "scheduled",
    "typicalCadence": "monthly",
    "complexity": "cross-team",
    "description": "Audits the inter-service and inter-package dependency graph for\narchitectural health -- visualizing dependency topology, identifying circular\ndependencies, detecting inappropriate coupling across bounded contexts,\nflagging services with excessive fan-in or fan-out, evaluating the blast\nradius of critical shared libraries, and producing actionable decoupling\nrecommendations. Excludes dependency version management and security\nvulnerability scanning.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:dependency-graph-audit",
      "to": "role:principal-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:dependency-graph-audit",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:dependency-graph-audit",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:dependency-graph-audit",
      "to": "skill-area:domain-driven-design",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:dependency-graph-audit",
      "to": "skill-area:monolith-vs-microservices",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:dependency-graph-audit",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:dependency-graph-audit",
      "to": "domain:platform-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:dependency-graph-audit",
      "to": "responsibility:review-architecture-changes",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:dependency-graph-audit",
      "to": "responsibility:approve-architecture",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:dependency-graph-audit",
      "to": "org-unit:architecture-guild",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:dependency-graph-audit",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}