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-skillsInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubAI 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
- Sense stakeholder sentiment and readiness.
- Map interventions to ADKAR or Kotter stages.
- Personalize training and nudges by role.
- Generate targeted communications and FAQs.
- Measure adoption and engagement lift.
- 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
- Classify stakeholder sentiment and compare to survey results.
- Build a readiness model and validate against actual adoption outcomes.
- 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
pyspark-etl-best-practices-cursorrules-prompt-file
40.6kCursor rules for PySpark ETL development with code style, joins, window functions, map operations, and Iceberg patterns.
semiotic-react-dataviz-cursorrules-prompt-file
40.6kCursor rules for Semiotic data visualization library with 30+ chart types, MCP server, and AI-assisted chart generation.
claude-howto
41.1kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
AstrBot
39.5kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Security Score
Audited on Invalid Date
