From aj-geddes-useful-ai-prompts-4
Manages stakeholder expectations and engagement through targeted communication, regular updates, and relationship building. Useful for project kickoffs, status updates, and handling difficult conversations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aj-geddes-useful-ai-prompts-4:stakeholder-communicationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Effective 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 |
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin aj-geddes-useful-ai-prompts-4Writes status updates, executive summaries, and project communications tailored to stakeholder roles and seniority levels. Helps structure messaging, manage up, and communicate delays or bad news.
Maps project stakeholders' needs, concerns, influence, and engagement approach. For kickoff, PM transitions, or misalignment.
Manages investor updates, board communications, partner and vendor relationships. Builds trust through consistent, thoughtful messaging that treats stakeholders as partners.