stakeholder-communication

aj-geddes/useful-ai-prompts · updated Apr 8, 2026

$npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill stakeholder-communication
0 commentsdiscussion
summary

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

skill.md

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:

Guide Contents
Stakeholder Analysis Stakeholder Analysis
Communication Planning Communication Planning
Status Communication Templates Status Communication Templates
Difficult Conversations Difficult 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

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.638 reviews
  • Shikha Mishra· Dec 28, 2024

    We added stakeholder-communication from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Yuki Agarwal· Dec 8, 2024

    Keeps context tight: stakeholder-communication is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Yuki Park· Dec 4, 2024

    stakeholder-communication fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Tariq White· Dec 4, 2024

    Registry listing for stakeholder-communication matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Ishan Kapoor· Nov 23, 2024

    stakeholder-communication is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Nikhil Sethi· Nov 23, 2024

    stakeholder-communication reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Rahul Santra· Nov 19, 2024

    Useful defaults in stakeholder-communication — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Yash Thakker· Nov 3, 2024

    Keeps context tight: stakeholder-communication is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Dhruvi Jain· Oct 22, 2024

    I recommend stakeholder-communication for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Layla Sanchez· Oct 14, 2024

    Solid pick for teams standardizing on skills: stakeholder-communication is focused, and the summary matches what you get after install.

showing 1-10 of 38

1 / 4