iiRecord
Agentic AI Atlas · diagnostic-implementation
lib-process:automotive-engineering--diagnostic-implementationa5c.ai
II.
LibraryProcess JSON

lib-process:automotive-engineering--diagnostic-implementation

Structured · live

diagnostic-implementation json

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

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:automotive-engineering--diagnostic-implementation",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "diagnostic-implementation",
    "description": "Diagnostic Implementation (UDS/OBD) - Implement diagnostic services per UDS (ISO 14229) and\nOBD-II standards including diagnostic trouble codes, readiness monitors, and service routines.",
    "libraryPath": "library/specializations/domains/science/automotive-engineering/diagnostic-implementation.js",
    "specialization": "automotive-engineering",
    "references": [
      "- ISO 14229 UDS Specification\n- ISO 15765 Diagnostics on CAN\n- SAE J1979 OBD-II PIDs\n- ODX (ISO 22901)"
    ],
    "example": "const result = await orchestrate('specializations/domains/science/automotive-engineering/diagnostic-implementation', {\n  projectName: 'Powertrain-Diagnostics',\n  ecuType: 'VCU',\n  diagnosticServices: ['readDTC', 'clearDTC', 'routineControl', 'downloadUpload'],\n  obdRequired: true\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:automotive-engineering--diagnostic-implementation",
      "to": "skill-area:sensor-fusion",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:automotive-engineering--diagnostic-implementation",
      "to": "skill-area:motion-planning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:automotive-engineering--diagnostic-implementation",
      "to": "skill-area:physics-simulation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:automotive-engineering--diagnostic-implementation",
      "to": "domain:automotive-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:automotive-engineering--diagnostic-implementation",
      "to": "role:systems-integration-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:automotive-engineering--diagnostic-implementation",
      "to": "role:embedded-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:automotive-engineering--diagnostic-implementation",
      "to": "workflow:bug-triage",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:automotive-engineering--diagnostic-implementation",
      "to": "specialization:automotive-engineering",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}