iiRecord
Agentic AI Atlas · schedule-development-cpm
lib-process:project-management--schedule-development-cpma5c.ai
II.
LibraryProcess JSON

lib-process:project-management--schedule-development-cpm

Structured · live

schedule-development-cpm 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--schedule-development-cpm",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "schedule-development-cpm",
    "description": "Schedule Development and Critical Path Analysis - Create project schedule using activity\nsequencing, duration estimation, critical path method (CPM), and resource leveling techniques.",
    "libraryPath": "library/specializations/domains/business/project-management/schedule-development-cpm.js",
    "specialization": "project-management",
    "references": [
      "- PMI PMBOK Schedule Management: https://www.pmi.org/pmbok-guide-standards/foundational/pmbok\n- Critical Path Method: https://www.pmi.org/learning/library/schedule-development-construction-702"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/project-management/schedule-development-cpm', {\n  projectName: 'Office Building Construction',\n  wbs: { structure: {...}, workPackages: [...] },\n  resources: [{ name: 'Project Manager', availability: 100 }, { name: 'Developer', availability: 80 }],\n  constraints: { mustFinishBy: '2025-12-31', fixedMilestones: [...] }\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:project-management--schedule-development-cpm",
      "to": "skill-area:stakeholder-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--schedule-development-cpm",
      "to": "skill-area:roadmap-planning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--schedule-development-cpm",
      "to": "domain:project-management",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--schedule-development-cpm",
      "to": "role:project-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--schedule-development-cpm",
      "to": "role:scrum-master",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--schedule-development-cpm",
      "to": "workflow:project-kickoff",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--schedule-development-cpm",
      "to": "workflow:project-kickoff",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--schedule-development-cpm",
      "to": "specialization:project-management",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}