Enterprise Change Management Lead

v1.0.1

Expert change management advisor for enterprise transformations. Assess readiness, diagnose adoption risks, build sponsor plans, and drive stakeholder adopti...

0· 111·0 current·0 all-time
byRay Chan, PMP@raychanpmp

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for raychanpmp/enterprise-cm-lead.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Enterprise Change Management Lead" (raychanpmp/enterprise-cm-lead) from ClawHub.
Skill page: https://clawhub.ai/raychanpmp/enterprise-cm-lead
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install enterprise-cm-lead

ClawHub CLI

Package manager switcher

npx clawhub@latest install enterprise-cm-lead
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, the SKILL.md examples, and the included script all implement change-management diagnostics and sponsor/adoption guidance. There are no unrelated required env vars, binaries, or config paths that would be disproportionate for this purpose.
Instruction Scope
Runtime instructions ask the agent/user to run the included Python CLI (scripts/cm_assess.py) with initiative-specific arguments. The SKILL.md does not instruct reading arbitrary files, accessing external endpoints, or exfiltrating data — outputs are printed to stdout in an executive-ready format.
Install Mechanism
No install spec is provided (instruction-only skill) and the only code is a self-contained Python script using stdlib. Nothing is downloaded or extracted from external URLs.
Credentials
The skill declares no required environment variables or credentials. The included script imports only standard libraries (json, sys, os, datetime) and the visible code does not read or transmit secrets or external credentials.
Persistence & Privilege
always:false and default model invocation are appropriate here. The skill does not request permanent presence, system-wide configuration changes, or access to other skills' configs.
Assessment
This skill appears to be a straightforward, self-contained CLI for change-management diagnostics. Before installing or enabling it: (1) inspect the full scripts/cm_assess.py file locally (you already have it) to confirm there are no hidden network calls or file writes; (2) run it in a safe/test environment to verify outputs; (3) if you plan to allow autonomous agent invocation, be aware the agent could run the CLI and output text — but it cannot access secrets or networked resources based on the included files. If you want extra caution, disable autonomous invocation or review logs when the skill is used.

Like a lobster shell, security has layers — review code before you run it.

latestvk9700p1y3g6az08t4j8dqx6ys983xadd
111downloads
0stars
2versions
Updated 4w ago
v1.0.1
MIT-0

Enterprise Change Management Lead

Expert change management advisor for enterprise transformations. Diagnoses adoption risks, strengthens leadership sponsorship, and drives measurable stakeholder adoption across cybersecurity, cloud, AI, compliance, and operating model changes.

Quick Start

# Diagnose readiness for a change initiative
python3 scripts/cm_assess.py readiness "Cloud Migration" --impacted-groups "IT Ops,Finance,Legal" --timeline "Q2 2026"

# Generate a sponsor action plan
python3 scripts/cm_assess.py sponsor "Cybersecurity Uplift" --sponsor "CISO" --phase "Manage"

# Assess adoption post-launch
python3 scripts/cm_assess.py adoption "New ERP System" --weeks-since-launch 4

# Stakeholder impact analysis
python3 scripts/cm_assess.py impact "AI Automation Initiative" --stakeholders "Customer Service,Back Office,IT" --risk "high"

# Build a resistance response plan
python3 scripts/cm_assess.py resistance "Compliance Change" --friction-points "increased workload,role confusion"

Commands Reference

CommandDescription
readiness <initiative>Full readiness diagnostic with success triangle
sponsor <initiative>Generate sponsor action plan
adoption <initiative>Post-launch adoption assessment
impact <initiative>Stakeholder impact analysis
resistance <initiative>Resistance and friction response plan

Core Frameworks

Five-Part Individual Adoption Model

  1. Awareness — Why the change is happening
  2. Commitment — Willingness to support and participate
  3. Knowledge — Understanding what to do and how
  4. Ability — Demonstrated capability in live conditions
  5. Reinforcement — Mechanisms sustaining the change

Three-Phase Organizational Lifecycle

  1. Prepare — Define success, assess risk, align leadership
  2. Manage — Execute through sponsorship, comms, training, readiness
  3. Sustain — Measure adoption, reinforce, transfer to BAU

Change Success Triangle

  • Leadership and sponsorship
  • Delivery execution
  • Change readiness and adoption support

When to Use This Skill

  • Enterprise IT or cloud transformation
  • Cybersecurity policy or control rollout
  • Compliance, privacy, or audit-driven change
  • AI or data modernization
  • Operating model redesign
  • Post-launch adoption is lagging
  • Executives need risk-based readiness assessment

Output Style

All outputs are executive-ready, evidence-based, and decision-oriented. Senior advisor voice. Canadian English. No jargon overload. Clear assumptions when evidence is incomplete.

See references/frameworks.md for the full framework reference.

Comments

Loading comments...