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.95 kB
export const StakeholderAnalysisTemplate = { title: 'Stakeholder Analysis', sections: [ { title: 'Introduction', content: 'Overview of stakeholder analysis purpose and methodology.' }, { title: 'Stakeholder Identification', content: 'Process and criteria for identifying project stakeholders.' }, { title: 'Stakeholder Classification', content: 'Classification of stakeholders by influence, interest, and impact on the project.' }, { title: 'Stakeholder Analysis Matrix', content: 'Detailed stakeholder analysis matrix with assessment criteria and ratings.' }, { title: 'Power/Interest Grid', content: 'Power/Interest grid analysis for stakeholder prioritization and engagement strategy.' }, { title: 'Stakeholder Requirements', content: 'Analysis of stakeholder requirements, expectations, and success criteria.' }, { title: 'Communication Preferences', content: 'Stakeholder communication preferences, channels, and frequency requirements.' }, { title: 'Engagement Strategies', content: 'Tailored engagement strategies for different stakeholder groups.' }, { title: 'Risk Assessment', content: 'Assessment of stakeholder-related risks and mitigation strategies.' }, { title: 'Stakeholder Management Plan', content: 'Comprehensive plan for managing stakeholder relationships and expectations.' }, { title: 'Monitoring and Review', content: 'Process for monitoring stakeholder satisfaction and reviewing engagement effectiveness.' } ] }; //# sourceMappingURL=StakeholderAnalysisTemplate.js.map