iiRecord
Agentic AI Atlas · Hardware Design Review
workflow:hardware-design-reviewa5c.ai
II.
Workflow JSON

workflow:hardware-design-review

Structured · live

Hardware Design Review json

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

File · workflows/workflows/workflows-fpga.yamlCluster · workflows
Record JSON
{
  "id": "workflow:hardware-design-review",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-fpga.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Hardware Design Review",
    "workflowKind": "governance",
    "triggerType": "event-driven",
    "typicalCadence": "per-milestone",
    "complexity": "cross-team",
    "description": "Structured peer review of hardware design artifacts (schematics, HDL,\nPCB layouts) — verifying signal integrity, checking design rule\ncompliance, reviewing power budgets, and producing formal approval\nor revision requests. Excludes software code review.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:hardware-design-review",
      "to": "role:principal-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:hardware-design-review",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:hardware-design-review",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:hardware-design-review",
      "to": "skill-area:c4-modeling",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:hardware-design-review",
      "to": "domain:embedded-systems",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:hardware-design-review",
      "to": "responsibility:approve-architecture",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:hardware-design-review",
      "to": "responsibility:review-architecture-changes",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:hardware-design-review",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:hardware-design-review",
      "to": "org-unit:research-engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:fpga-development",
      "to": "workflow:hardware-design-review",
      "kind": "follows_workflow"
    }
  ]
}