iiRecord
Agentic AI Atlas · conceptual-design-trade-study
lib-process:mechanical-engineering--conceptual-design-trade-studya5c.ai
II.
LibraryProcess JSON

lib-process:mechanical-engineering--conceptual-design-trade-study

Structured · live

conceptual-design-trade-study 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:mechanical-engineering--conceptual-design-trade-study",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "conceptual-design-trade-study",
    "description": "Conceptual Design Trade Study - Structured evaluation of multiple design concepts through\nsystematic comparison against weighted criteria, including preliminary analysis, feasibility assessment,\nand concept selection methodology using Pugh matrices or similar decision tools.",
    "libraryPath": "library/specializations/domains/science/mechanical-engineering/conceptual-design-trade-study.js",
    "specialization": "mechanical-engineering",
    "references": [
      "- Shigley's Mechanical Engineering Design: https://www.mheducation.com/highered/product/shigley-s-mechanical-engineering-design-budynas-nisbett/M9780073398204.html\n- Pahl and Beitz Engineering Design: https://www.springer.com/gp/book/9781846283185\n- INCOSE Decision Analysis Guidance: https://www.incose.org/"
    ],
    "example": "const result = await orchestrate('specializations/domains/science/mechanical-engineering/conceptual-design-trade-study', {\n  projectName: 'Heat Exchanger Design',\n  designChallenge: 'Compact heat exchanger for aerospace application with high efficiency',\n  concepts: ['Shell-and-tube', 'Plate-fin', 'Microchannel'],\n  criteria: ['Weight', 'Efficiency', 'Cost', 'Reliability', 'Manufacturability']\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:mechanical-engineering--conceptual-design-trade-study",
      "to": "skill-area:physics-simulation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mechanical-engineering--conceptual-design-trade-study",
      "to": "skill-area:mathematical-reasoning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:mechanical-engineering--conceptual-design-trade-study",
      "to": "skill-area:motion-planning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:mechanical-engineering--conceptual-design-trade-study",
      "to": "domain:mechanical-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mechanical-engineering--conceptual-design-trade-study",
      "to": "role:systems-integration-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mechanical-engineering--conceptual-design-trade-study",
      "to": "role:research-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:mechanical-engineering--conceptual-design-trade-study",
      "to": "workflow:architecture-decision-record",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mechanical-engineering--conceptual-design-trade-study",
      "to": "specialization:mechanical-engineering",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}