SkillAgentSearch skills...

ai-for-change-management

Reusable Windsurf rules and Cursor agent skill files for cross-project AI-assisted development

Install / Use

npx skills add Ryukijano/agent-skills

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

57/100

Supported Platforms

Universal

AI for Change Management

Description

Use AI to leading organizational change, tracking adoption, personalize enablement, or tailoring communications to stakeholder segments.

When to use

You are leading organizational change, tracking adoption, personalizing enablement, or tailoring communications to stakeholder segments.

Usage

  • Sense stakeholder sentiment and readiness.
  • Map interventions to ADKAR or Kotter stages.
  • Personalize training and nudges by role.
  • Generate targeted communications and FAQs.

Steps

  1. Sense stakeholder sentiment and readiness.
  2. Map interventions to ADKAR or Kotter stages.
  3. Personalize training and nudges by role.
  4. Generate targeted communications and FAQs.
  5. Measure adoption and engagement lift.
  6. Deploy in client engagements, capture requirements from discovery calls, and measure time-to-insight and decision quality (Task-GenAI Fit-style).

Code pattern

from sklearn.ensemble import RandomForestClassifier

# Predict employee readiness for a change initiative
X = df[["tenure", "prior_change_exposure", "sentiment_score", "manager_support"]]
y = df["ready"]
clf = RandomForestClassifier(class_weight="balanced", random_state=42).fit(X, y)

Tuning notes

  • Anchor AI output in change-management frameworks like ADKAR or Kotter.
  • Protect employee privacy and avoid surveillance perceptions.
  • Validate sentiment models with qualitative feedback and focus groups.
  • Pair AI-generated content with human oversight for tone and trust.

Verification

  1. Classify stakeholder sentiment and compare to survey results.
  2. Build a readiness model and validate against actual adoption outcomes.
  3. Test personalized communication and measure engagement lift.

References

  • https://arxiv.org/abs/2510.19997
  • https://arxiv.org/abs/2411.08693
  • https://doi.org/10.1177/00218863231168974
  • https://www.inderscience.com/info/inarticle.php?artid=132074

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low