iiRecord
Agentic AI Atlas · motor-drive-design
lib-process:electrical-engineering--motor-drive-designa5c.ai
II.
LibraryProcess JSON

lib-process:electrical-engineering--motor-drive-design

Structured · live

motor-drive-design 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--motor-drive-design",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "motor-drive-design",
    "description": "Motor Drive Design - Guide the design of motor drives including variable frequency drives (VFDs),\nservo drives, and brushless DC motor controllers. Covers power stage design, control algorithms, and system integration.",
    "libraryPath": "library/specializations/domains/science/electrical-engineering/motor-drive-design.js",
    "specialization": "electrical-engineering",
    "references": [
      "- IEC 61800 Series (Adjustable Speed Electrical Power Drive Systems)\n- IEEE 519 (Harmonic Control)\n- Motor Drive Application Notes\n- Field-Oriented Control Guidelines"
    ],
    "example": "const result = await orchestrate('specializations/domains/science/electrical-engineering/motor-drive-design', {\n  driveName: '5HP VFD for Pump Application',\n  motorType: 'induction-3phase',\n  requirements: { power: '3.7kW', voltage: '380-480VAC', speedRange: '0-1800RPM' },\n  controlMethod: 'FOC'\n});",
    "usesAgents": [
      "power-electronics-engineer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:electrical-engineering--motor-drive-design",
      "to": "skill-area:hardware-abstraction-layer",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--motor-drive-design",
      "to": "skill-area:device-drivers",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:electrical-engineering--motor-drive-design",
      "to": "skill-area:firmware-development",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:electrical-engineering--motor-drive-design",
      "to": "domain:electrical-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--motor-drive-design",
      "to": "role:embedded-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--motor-drive-design",
      "to": "role:systems-integration-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:electrical-engineering--motor-drive-design",
      "to": "workflow:architecture-decision-record",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--motor-drive-design",
      "to": "specialization:electrical-engineering",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}