iiRecord
Agentic AI Atlas · dfm-review
lib-process:electrical-engineering--dfm-reviewa5c.ai
II.
LibraryProcess JSON

lib-process:electrical-engineering--dfm-review

Structured · live

dfm-review 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:electrical-engineering--dfm-review",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "dfm-review",
    "description": "Design for Manufacturing Review - Guide systematic DFM/DFA review for PCB and electronic assemblies.\nCovers component selection, PCB layout rules, assembly considerations, test coverage, and cost optimization.",
    "libraryPath": "library/specializations/domains/science/electrical-engineering/dfm-review.js",
    "specialization": "electrical-engineering",
    "references": [
      "- IPC-2221 (PCB Design Standard)\n- IPC-A-610 (Acceptability of Electronic Assemblies)\n- IPC-7351 (Land Pattern Standard)\n- DFM Guidelines for Electronics"
    ],
    "example": "const result = await orchestrate('specializations/domains/science/electrical-engineering/dfm-review', {\n  projectName: 'Power Supply Module',\n  designFiles: { schematic: 'power-supply.sch', layout: 'power-supply.brd' },\n  manufacturingTarget: { volume: '10000/year', assembler: 'standard-smt' },\n  reviewScope: 'full'\n});",
    "usesAgents": [
      "pcb-layout-engineer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:electrical-engineering--dfm-review",
      "to": "skill-area:hardware-abstraction-layer",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--dfm-review",
      "to": "skill-area:device-drivers",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:electrical-engineering--dfm-review",
      "to": "skill-area:firmware-development",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:electrical-engineering--dfm-review",
      "to": "domain:electrical-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--dfm-review",
      "to": "role:embedded-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--dfm-review",
      "to": "role:systems-integration-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:electrical-engineering--dfm-review",
      "to": "workflow:code-review",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--dfm-review",
      "to": "specialization:electrical-engineering",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}