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