Manage stakeholder expectations and engagement through targeted communication, regular updates, and relationship building. Tailor messaging for different stakeholder groups and priorities.
3f5182cEffective stakeholder communication ensures alignment, manages expectations, builds trust, and keeps projects on track by addressing concerns proactively.
Minimal working example:
# Stakeholder identification and engagement planning
class StakeholderAnalysis:
ENGAGEMENT_LEVELS = {
'Unaware': 'Provide basic information',
'Resistant': 'Address concerns, build trust',
'Neutral': 'Keep informed, demonstrate value',
'Supportive': 'Engage as advocates',
'Champion': 'Leverage for change leadership'
}
def __init__(self, project_name):
self.project_name = project_name
self.stakeholders = []
def identify_stakeholders(self):
"""Common stakeholder categories"""
return {
'Executive Sponsors': {
'interests': ['ROI', 'Strategic alignment', 'Timeline'],
'communication': 'Monthly executive summary',
'influence': 'High',
'impact': 'High'
},
'Project Team': {
// ... (see reference guides for full implementation)
Detailed implementations in the references/ directory:
| Guide | Contents | |---|---| | Stakeholder Analysis | Stakeholder Analysis | | Communication Planning | Communication Planning | | Status Communication Templates | Status Communication Templates | | Difficult Conversations | Difficult Conversations |
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/stakeholder-communication · pinned to the source commit
git clone https://github.com/aj-geddes/useful-ai-prompts.git
cd useful-ai-prompts
git checkout 3f5182cfd739fc113f4af5244a1cf342ad7f7911
mkdir -p ".claude/skills/stakeholder-communication"
cp -r "skills/stakeholder-communication" ".claude/skills/stakeholder-communication"Review the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
Scanner static-checks@0.1.0 · commit 3f5182cfd739. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.