iiRecord
Agentic AI Atlas · hardware-validation
lib-process:electrical-engineering--hardware-validationa5c.ai
II.
LibraryProcess JSON

lib-process:electrical-engineering--hardware-validation

Structured · live

hardware-validation 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--hardware-validation",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "hardware-validation",
    "description": "Hardware Validation and Debug - Guide systematic hardware bring-up, validation, and debugging.\nCovers power-on sequencing, functional verification, performance characterization, and root cause analysis.",
    "libraryPath": "library/specializations/domains/science/electrical-engineering/hardware-validation.js",
    "specialization": "electrical-engineering",
    "references": [
      "- IPC-A-610 (Acceptability of Electronic Assemblies)\n- MIL-STD-883 (Test Methods for Microelectronics)\n- IEEE 1149.1 (JTAG Boundary Scan)\n- Hardware Debug Best Practices"
    ],
    "example": "const result = await orchestrate('specializations/domains/science/electrical-engineering/hardware-validation', {\n  projectName: 'Motor Controller PCB Rev B',\n  hardwareType: 'mixed-signal-pcb',\n  testPlan: { coverage: 'full', priority: 'safety-first' },\n  debugLevel: 'comprehensive'\n});",
    "usesAgents": [
      "hardware-test-engineer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:electrical-engineering--hardware-validation",
      "to": "skill-area:hardware-abstraction-layer",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--hardware-validation",
      "to": "skill-area:device-drivers",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:electrical-engineering--hardware-validation",
      "to": "skill-area:firmware-development",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:electrical-engineering--hardware-validation",
      "to": "domain:electrical-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--hardware-validation",
      "to": "role:embedded-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--hardware-validation",
      "to": "role:systems-integration-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:electrical-engineering--hardware-validation",
      "to": "workflow:hardware-software-integration",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--hardware-validation",
      "to": "specialization:electrical-engineering",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}