iiRecord
Agentic AI Atlas · system-design-review
lib-process:software-architecture--system-design-reviewa5c.ai
II.
LibraryProcess JSON

lib-process:software-architecture--system-design-review

Structured · live

system-design-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:software-architecture--system-design-review",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "system-design-review",
    "description": "Structured system design review process for evaluating software architectures against quality attributes, identifying risks, and ensuring alignment with business goals",
    "libraryPath": "library/specializations/software-architecture/system-design-review.js",
    "specialization": "software-architecture",
    "usesAgents": [
      "c4-diagram-generator",
      "markdown-processor",
      "code-complexity-analyzer",
      "threat-modeler",
      "tech-writing-linter"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:software-architecture--system-design-review",
      "to": "skill-area:backend-api-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:software-architecture--system-design-review",
      "to": "skill-area:caching-strategies",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:software-architecture--system-design-review",
      "to": "topic:microservices",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:software-architecture--system-design-review",
      "to": "topic:design-patterns",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:software-architecture--system-design-review",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:software-architecture--system-design-review",
      "to": "role:architect",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:software-architecture--system-design-review",
      "to": "role:principal-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:software-architecture--system-design-review",
      "to": "workflow:architecture-decision-record",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:software-architecture--system-design-review",
      "to": "specialization:software-architecture",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:software-architecture--system-design-review",
      "to": "lib-agent:software-architecture--threat-modeler",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}