iiRecord
Agentic AI Atlas · CAD Design Review
workflow:cad-design-reviewa5c.ai
II.
Workflow JSON

workflow:cad-design-review

Structured · live

CAD Design Review json

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

File · workflows/workflows/workflows-mechanical.yamlCluster · workflows
Record JSON
{
  "id": "workflow:cad-design-review",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-mechanical.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "CAD Design Review",
    "workflowKind": "governance",
    "triggerType": "event-driven",
    "typicalCadence": "per-revision",
    "complexity": "single-team",
    "description": "Reviews CAD models for design intent, manufacturability, and\nstandards compliance -- checking GD&T callouts against functional\nrequirements, validating draft angles and undercuts for moldability,\nverifying interference/clash detection results, confirming material\nselections match operating conditions, and ensuring revision control\nand metadata conform to PDM/PLM workflows. Excludes CAD model\ncreation.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:cad-design-review",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:cad-design-review",
      "to": "role:principal-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:cad-design-review",
      "to": "role:test-writer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:cad-design-review",
      "to": "skill-area:computational-geometry",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:cad-design-review",
      "to": "skill-area:code-review-practice",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:cad-design-review",
      "to": "domain:mechanical-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:cad-design-review",
      "to": "domain:materials-science",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:cad-design-review",
      "to": "responsibility:review-architecture-changes",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:cad-design-review",
      "to": "responsibility:code-review-coverage",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:cad-design-review",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:cad-design-review",
      "to": "org-unit:quality-engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}