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

46 lines 1.8 kB
export const CloseProjectOrPhaseTemplate = { title: 'Close Project or Phase Process', sections: [ { title: 'Process Overview', content: 'Overview of the Close Project or Phase process and its importance in project lifecycle.' }, { title: 'Process Inputs', content: 'Detailed description of all inputs required for project or phase closure.' }, { title: 'Tools and Techniques', content: 'Tools and techniques used in the project or phase closure process.' }, { title: 'Process Outputs', content: 'Outputs generated from the project or phase closure process.' }, { title: 'Administrative Closure Procedures', content: 'Administrative activities required for proper project or phase closure.' }, { title: 'Contract Closure Activities', content: 'Procedures for closing contracts and finalizing vendor relationships.' }, { title: 'Final Product/Service Transition', content: 'Process for transitioning the final product or service to operations.' }, { title: 'Lessons Learned Collection', content: 'Systematic collection and documentation of lessons learned throughout the project.' }, { title: 'Resource Release Procedures', content: 'Procedures for releasing project resources and team members.' }, { title: 'Final Reporting and Documentation', content: 'Final project reporting requirements and documentation archival procedures.' } ] }; //# sourceMappingURL=CloseProjectOrPhaseTemplate.js.map