stakeholder-communication

Manage stakeholder expectations and engagement through targeted communication, regular updates, and relationship building. Tailor messaging for different stakeholder groups and priorities.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "stakeholder-communication" with this command: npx skills add aj-geddes/useful-ai-prompts/aj-geddes-useful-ai-prompts-stakeholder-communication

Stakeholder Communication

Table of Contents

Overview

Effective stakeholder communication ensures alignment, manages expectations, builds trust, and keeps projects on track by addressing concerns proactively.

When to Use

  • Project kickoff and initiation
  • Weekly/monthly status updates
  • Major milestone achievements
  • Changes to scope, timeline, or budget
  • Risks or issues requiring escalation
  • Stakeholder onboarding
  • Handling difficult conversations

Quick Start

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)

Reference Guides

Detailed implementations in the references/ directory:

GuideContents
Stakeholder AnalysisStakeholder Analysis
Communication PlanningCommunication Planning
Status Communication TemplatesStatus Communication Templates
Difficult ConversationsDifficult Conversations

Best Practices

✅ DO

  • Tailor messages to stakeholder interests and influence
  • Communicate proactively, not reactively
  • Be transparent about issues and risks
  • Provide regular scheduled updates
  • Document decisions and communication
  • Acknowledge stakeholder concerns
  • Follow up on action items
  • Build relationships outside crisis mode
  • Use multiple communication channels
  • Celebrate wins together

❌ DON'T

  • Overcommunicate or undercommunicate
  • Use jargon stakeholders don't understand
  • Surprise stakeholders with bad news
  • Promise what you can't deliver
  • Make excuses without solutions
  • Communicate through intermediaries for critical issues
  • Ignore feedback or concerns
  • Change communication style inconsistently
  • Share inappropriate confidential details
  • Communicate budget/timeline bad news via email

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

nodejs-express-server

No summary provided by upstream source.

Repository SourceNeeds Review
General

markdown-documentation

No summary provided by upstream source.

Repository SourceNeeds Review
General

rest-api-design

No summary provided by upstream source.

Repository SourceNeeds Review
General

architecture-diagrams

No summary provided by upstream source.

Repository SourceNeeds Review