II.
LibraryProcess overview
Reference · livelib-process:project-management--budget-development
budget-development overview
Budget Development and Cost Estimation - Develop project budget using estimation techniques (analogous, parametric, bottom-up), establish contingency reserves, and create cost baseline with comprehensive financial planning and resource cost analysis.
Attributes
displayName
budget-development
description
Budget Development and Cost Estimation - Develop project budget using estimation techniques
(analogous, parametric, bottom-up), establish contingency reserves, and create cost baseline with
comprehensive 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 - Cost Estimation Best Practices: https://www.pmi.org/learning/library/cost-estimation-budgeting-project-success-6187 - 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', {
projectName: 'Digital Transformation Initiative',
projectScope: { wbs: [...], deliverables: [...], timeline: '12 months' },
resources: [{ type: 'developer', count: 5, rate: 150 }, { type: 'PM', count: 1, rate: 175 }],
constraints: { totalBudget: 2000000, timeline: '12 months' },
historicalData: { similarProjects: [...], actualCosts: [...] }
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:project-management·DomainProject Management
lib_belongs_to_specialization1
- specialization:project-management·SpecializationProject Management
lib_implements_workflow2
- workflow:project-kickoff·WorkflowProject Kickoff
- workflow:project-kickoff·WorkflowProject Kickoff
lib_involves_role2
- role:project-manager·RoleProject Manager
- role:scrum-master·RoleScrum Master
lib_requires_skill_area2
- skill-area:stakeholder-management·SkillAreaStakeholder Management
- skill-area:roadmap-planning·SkillAreaRoadmap Planning
Incoming edges
None.