change-management-and-training

change-management-and-training is a skill for Claude Code, Codex from BanibrataChatterjee/AwesomeSalesforceSkills. It costs 72 tokens per session (2,767 once invoked), scanned A, original, Apache-2.0.

A guide to helping people adopt a Salesforce rollout or major update. It covers assessing who is affected, preparing training, and communicating the change.

In plain words
What is it for?
Use it to create change-impact assessments, role-based training plans, release announcements, and adoption measures.
Why use it?
It helps reduce confusion and delayed adoption when users receive new screens, workflows, or responsibilities.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create change-impact assessments, role-based training plans, release announcements, and adoption measures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/banibratachatterjee/awesomesalesforceskills/change-management-and-training
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add BanibrataChatterjee/AwesomeSalesforceSkills --skill change-management-and-training
Clone the repo
git clone --depth 1 https://github.com/BanibrataChatterjee/AwesomeSalesforceSkills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for change-management-and-training

README.md
[![agentmods](https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/change-management-and-training/github.svg)](https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/change-management-and-training)
Your own site
<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/change-management-and-training"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/change-management-and-training/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for change-management-and-training

Your own site · 80×15
<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/change-management-and-training"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/change-management-and-training.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,767 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.02767
Opus 5 $0.00036 $0.01384
Sonnet 5 $0.00014 $0.00553
Haiku 4.5 $0.00007 $0.00277

Measured 9d ago against content hash 5f0ba5b731f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

change-management-and-training scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check_change_management_and_training.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/admin/change-management-and-training/SKILL.md · 216 lines

How it starts

The opening of the file, as written. The whole thing — 216 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Change Management and Training

Use this skill when a Salesforce rollout, major feature release, or org-wide configuration change requires structured user adoption planning, role-based training, and stakeholder communications. This skill produces change impact assessments, training plans, and release communication artifacts — it does not implement the technical change itself.


Before Starting

Gather this context before working on anything in this domain:

  • Which user roles are affected and in what way (new screens, changed workflows, removed steps)?
  • What is the go-live date and whether the rollout is all-at-once or phased by region/role?
  • Are there existing Trailhead trails, in-app guidance walkthroughs, or training videos already available?
  • What adoption metric does leadership care about (login rate, record creation volume, pipeline data quality)?

Core Concepts

Change Impact Assessment

A change impact assessment maps each Salesforce change to the user roles it affects, the current versus future state workflow, and the severity of disruption. Salesforce projects fail adoption when the impact is assessed too late — typically after development is complete and training is an afterthought.

Run the assessment during requirements gathering, not after UAT. The output is a matrix:

Change Affected Roles Current Behavior New Behavior Training Required Communication Priority
New Opportunity stage Sales Rep, Sales Manager 6 stages 8 stages Yes — field meanings High
Page layout update Service Agent Fields scattered Grouped by task Yes — guided walkthrough Medium
New validation rule All users on Account None Required fields No — error message explains Low

User Adoption Planning

Salesforce defines adoption across three dimensions: breadth (are people logging in?), depth (are they using the features?), and quality (is the data clean and complete?). Each requires different interventions.

Read the full file on GitHub · 216 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 216 lines · 72 tokens per session scan A 5f0ba5b731f3

Subscribe to this mod's changes

change-management-and-training is a skill published in the GitHub repository BanibrataChatterjee/AwesomeSalesforceSkills (3 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 72 tokens to every session and 2,767 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

change-management-and-training

Use this skill when planning user adoption, structuring Salesforce training materials, drafting release communications, or running a change impact assessment for a Salesforce rollout or update. Triggers: user adoption plan, training materials, release announcement, change impact, go-live communication. NOT for org…

PranavNagrecha/AwesomeSalesforceSkills · 94 tokens

ai-adoption-change-management

Use this skill when planning or executing the human side of an Agentforce or Einstein AI feature rollout — user trust-building, AI-specific training, structured feedback collection via the Feedback API, and adoption measurement via Agentforce Analytics. NOT for turning the Einstein for Sales features on — use…

PranavNagrecha/AwesomeSalesforceSkills · 88 tokens

change-advisory-board-process

Design, implement, or audit a Change Advisory Board (CAB) process for Salesforce deployments: change classification (standard, normal, emergency), required approvals, deployment gate sequencing, and integration with external ITSM tooling. NOT for scoring how risky one release is - use admin/deployment-risk-assessment.…

PranavNagrecha/AwesomeSalesforceSkills · 83 tokens

employee-onboarding-designer

Designs structured employee onboarding programs that reduce time-to-productivity and improve retention. Creates day-by-day onboarding plans, training checklists, milestone assessments, and 30/60/90 day success criteria tailored to the role type.

Adri3l-R3nan/cognify-skills · 52 tokens

nanogpt

Educational GPT implementation in 300 lines. Reproduces GPT-2 (124M) on OpenWebText. Clean, hackable code for learning transformers. By Andrej Karpathy. Perfect for understanding GPT architecture from scratch. Train on Shakespeare (CPU) or OpenWebText (multi-GPU).

davila7/claude-code-templates · 65 tokens

gsd-milestone-summary

Generate a comprehensive project summary from milestone artifacts for team onboarding and review.

open-gsd/gsd-core · 20 tokens