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.85 kB
JavaScript
export const WorkBreakdownStructureTemplate = {
title: 'Work Breakdown Structure (WBS)',
sections: [
{
title: 'Introduction',
content: 'Overview of the Work Breakdown Structure and its purpose in project management.'
},
{
title: 'WBS Development Methodology',
content: 'Methodology and approach used for developing the work breakdown structure.'
},
{
title: 'WBS Levels and Hierarchy',
content: 'Description of WBS levels, hierarchy, and decomposition approach.'
},
{
title: 'WBS Dictionary Reference',
content: 'Reference to the WBS dictionary for detailed work package descriptions.'
},
{
title: 'Major Deliverables',
content: 'High-level deliverables and major project components.'
},
{
title: 'Work Packages',
content: 'Detailed work packages at the lowest level of the WBS.'
},
{
title: 'WBS Coding Structure',
content: 'Coding structure and numbering system used for WBS elements.'
},
{
title: 'Responsibility Assignment',
content: 'Assignment of responsibilities for WBS elements and work packages.'
},
{
title: 'WBS Validation',
content: 'Process for validating completeness and accuracy of the WBS.'
},
{
title: 'WBS Maintenance',
content: 'Procedures for maintaining and updating the WBS throughout the project.'
},
{
title: 'WBS Integration',
content: 'Integration of WBS with other project management processes and tools.'
}
]
};
//# sourceMappingURL=WorkBreakdownStructureTemplate.js.map