iiRecord
Agentic AI Atlas · earned-value-management
lib-process:project-management--earned-value-managementa5c.ai
II.
LibraryProcess JSON

lib-process:project-management--earned-value-management

Structured · live

earned-value-management 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--earned-value-management",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "earned-value-management",
    "description": "Earned Value Management (EVM) - Implement earned value analysis to track schedule and cost\nperformance (SPI, CPI, EAC, VAC) and forecast project outcomes with comprehensive performance measurement\nand trend analysis.",
    "libraryPath": "library/specializations/domains/business/project-management/earned-value-management.js",
    "specialization": "project-management",
    "references": [
      "- PMI PMBOK Guide - Earned Value Management: https://www.pmi.org/pmbok-guide-standards/foundational/pmbok\n- EVM Best Practices: https://www.pmi.org/learning/library/earned-value-management-best-practices-6133\n- ANSI/EIA-748 Standard: https://www.humphreys-assoc.com/evms/ansi-evm-standard-748.html"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/project-management/earned-value-management', {\n  projectName: 'ERP Implementation',\n  costBaseline: { bac: 5000000, timePhasedPV: [...] },\n  scheduleBaseline: { totalDuration: 18, milestones: [...] },\n  actualData: { acwp: 1200000, completedWork: [...], statusDate: '2024-06-30' },\n  reportingPeriod: 'Q2 2024'\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:project-management--earned-value-management",
      "to": "skill-area:stakeholder-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--earned-value-management",
      "to": "skill-area:roadmap-planning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--earned-value-management",
      "to": "domain:project-management",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--earned-value-management",
      "to": "role:project-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--earned-value-management",
      "to": "role:scrum-master",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--earned-value-management",
      "to": "workflow:project-kickoff",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--earned-value-management",
      "to": "workflow:project-kickoff",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--earned-value-management",
      "to": "specialization:project-management",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}