UNPKG

adpa-enterprise-framework-automation

Version:

Modular, standards-compliant Node.js/TypeScript automation framework for enterprise requirements, project, and data management. Provides CLI and API for BABOK v3, PMBOK 7th Edition, and DMBOK 2.0 (in progress). Production-ready Express.js API with TypeSpe

50 lines 1.9 kB
export const ActivityResourceEstimatesTemplate = { title: 'Activity Resource Estimates', sections: [ { title: 'Introduction', content: 'Overview of activity resource estimation and its role in project planning.' }, { title: 'Resource Estimation Methodology', content: 'Methodology and approach used for estimating resource requirements.' }, { title: 'Resource Categories', content: 'Categories of resources including human resources, equipment, and materials.' }, { title: 'Resource Skill Requirements', content: 'Skill requirements and competency levels needed for each activity.' }, { title: 'Resource Availability Analysis', content: 'Analysis of resource availability and calendar constraints.' }, { title: 'Resource Estimates by Activity', content: 'Detailed resource estimates for each project activity.' }, { title: 'Resource Loading', content: 'Resource loading and utilization profiles throughout the project.' }, { title: 'Resource Alternatives', content: 'Alternative resource options and substitution possibilities.' }, { title: 'Resource Cost Estimates', content: 'Cost estimates associated with resource requirements.' }, { title: 'Resource Risk Assessment', content: 'Assessment of risks related to resource availability and capability.' }, { title: 'Resource Plan Integration', content: 'Integration of resource estimates with other project planning documents.' } ] }; //# sourceMappingURL=ActivityResourceEstimatesTemplate.js.map