iiRecord
Agentic AI Atlas · risk-monitoring-response
lib-process:project-management--risk-monitoring-responsea5c.ai
II.
LibraryProcess JSON

lib-process:project-management--risk-monitoring-response

Structured · live

risk-monitoring-response 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:project-management--risk-monitoring-response",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "risk-monitoring-response",
    "description": "Risk Monitoring and Response Execution - Monitor identified risks, track risk triggers,\nexecute response plans, and continuously assess emerging risks throughout the project.",
    "libraryPath": "library/specializations/domains/business/project-management/risk-monitoring-response.js",
    "specialization": "project-management",
    "references": [
      "- PMI Risk Management: https://www.pmi.org/pmbok-guide-standards/foundational/pmbok\n- ISO 31000 Risk Management: https://www.iso.org/iso-31000-risk-management.html"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/project-management/risk-monitoring-response', {\n  projectName: 'System Integration',\n  riskRegister: [{ id: 'R001', title: 'Vendor delay', probability: 0.4, impact: 0.8 }],\n  responseStrategies: [{ riskId: 'R001', strategy: 'mitigate', actions: [...] }],\n  triggers: [{ riskId: 'R001', condition: 'Delivery > 5 days late' }]\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:project-management--risk-monitoring-response",
      "to": "skill-area:stakeholder-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--risk-monitoring-response",
      "to": "skill-area:roadmap-planning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--risk-monitoring-response",
      "to": "domain:project-management",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--risk-monitoring-response",
      "to": "role:project-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--risk-monitoring-response",
      "to": "role:scrum-master",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--risk-monitoring-response",
      "to": "workflow:project-kickoff",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--risk-monitoring-response",
      "to": "workflow:project-kickoff",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--risk-monitoring-response",
      "to": "specialization:project-management",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}