iiRecord
Agentic AI Atlas · budget-development
lib-process:project-management--budget-developmenta5c.ai
II.
LibraryProcess JSON

lib-process:project-management--budget-development

Structured · live

budget-development 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--budget-development",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "budget-development",
    "description": "Budget Development and Cost Estimation - Develop project budget using estimation techniques\n(analogous, parametric, bottom-up), establish contingency reserves, and create cost baseline with\ncomprehensive financial planning and resource cost analysis.",
    "libraryPath": "library/specializations/domains/business/project-management/budget-development.js",
    "specialization": "project-management",
    "references": [
      "- PMI PMBOK Guide - Cost Management: https://www.pmi.org/pmbok-guide-standards/foundational/pmbok\n- Cost Estimation Best Practices: https://www.pmi.org/learning/library/cost-estimation-budgeting-project-success-6187\n- Earned Value Management: https://www.pmi.org/learning/library/earned-value-management-best-practices-6133"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/project-management/budget-development', {\n  projectName: 'Digital Transformation Initiative',\n  projectScope: { wbs: [...], deliverables: [...], timeline: '12 months' },\n  resources: [{ type: 'developer', count: 5, rate: 150 }, { type: 'PM', count: 1, rate: 175 }],\n  constraints: { totalBudget: 2000000, timeline: '12 months' },\n  historicalData: { similarProjects: [...], actualCosts: [...] }\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:project-management--budget-development",
      "to": "skill-area:stakeholder-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--budget-development",
      "to": "skill-area:roadmap-planning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--budget-development",
      "to": "domain:project-management",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--budget-development",
      "to": "role:project-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--budget-development",
      "to": "role:scrum-master",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--budget-development",
      "to": "workflow:project-kickoff",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:project-management--budget-development",
      "to": "workflow:project-kickoff",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:project-management--budget-development",
      "to": "specialization:project-management",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}