agent-launcher-orchest…
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Framework for rolling out organizational changes without chaos. Covers the ADKAR model adapted for startups, communication templates, resistance patterns, and change fatigue management. Handles process changes, org restructures, strategy pivots, and culture changes. Use when
$ npx -y skills add alirezarezvani/claude-skills --skill change-management --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/change-managementContext preview
The summary Claude sees to decide when to auto-load this skill.
Framework for rolling out organizational changes without chaos. Covers the ADKAR model adapted for startups, communication templates, resistance patterns, and change fatigue management. Handles process changes, org restructures, strategy pivots, and culture changes. Use when
name: "change-management" description: "Framework for rolling out organizational changes without chaos. Covers the ADKAR model adapted for startups, communication templates, resistance patterns, and change fatigue management. Handles process changes, org restructures, strategy pivots, and culture changes. Use when announcing a reorg, switching tools, pivoting strategy, killing a product, changing leadership, or when user mentions change management, change rollout, managing resistance, org change, reorg, or pivot communication." license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: change-management updated: 2026-03-05 frameworks: change-playbook
Most changes fail at implementation, not design. The ADKAR model tells you why and how to fix it.
change management, ADKAR, organizational change, reorg, process change, tool migration, strategy pivot, change resistance, change fatigue, change communication, stakeholder management, adoption, compliance, change rollout, transition
ADKAR is a change management model by Prosci. Original version is for enterprises. This is the startup-speed adaptation.
**What it is:** People understand WHY the change is happening — the business reason, not just the announcement.
**The mistake:** Communicating the WHAT before the WHY. "We're moving to a new CRM" before "here's why our current process is killing us."
**What people need to hear:**
**Startup shortcut:** A 5-minute video from the CEO or decision-maker explaining the "why" in plain language beats a formal change announcement document every time.
---
**What it is:** People want to make the change happen — or at least don't actively resist it.
**The mistake:** Assuming communication creates desire. Awareness ≠ desire. People can understand a change and still hate it.
**What creates desire:**
**What destroys desire:**
**Startup shortcut:** Run a short "concerns and questions" session within 48 hours of announcement. Not to reverse the decision — to address the fears and show you're listening.
---
**What it is:** People know HOW to operate in the new world — the specific skills, behaviors, and processes.
**The mistake:** Announcing the change and assuming people will figure it out.
**What people need:**
**Types of knowledge transfer:** | Method | Best for | When | |--------|---------|------| | Live training | Skill-based changes, complex tools | Before go-live | | Documentation | Process changes, reference material | Always | | Video walkthroughs | Tool migrations | Available 24/7, self-paced | | Shadowing / peer learning | Behavior changes | Weeks 2–4 after launch | | Office hours | Any change with many edge cases | First 4–6 weeks |
---
**What it is:** People have the time, tools, and support to actually do things differently.
**The mistake:** "We've trained everyone" ≠ "everyone can now do it." Training is knowledge. Ability is practice.
**What creates ability:**
**Signs of ability gap:**
---
**What it is:** The change sticks. The new behavior becomes the default.
**The mistake:** Declaring victory at go-live. Changes fail because they're never reinforced.
**What creates reinforcement:**
**Adoption vs. compliance:**
Only reinforcement creates adoption. Compliance is the result of enforcement. Aim for adoption.
---
**Timeline:** 4–8 weeks for full adoption **Hardest phase:** Ability (people know what to do but haven't built the habit) **Critical reinforcement:** Remove or deprecate the old tool/process
**Communication sequence:** 1. Week -2: Announce the why + go-live date 2. Week -1: Training sessions available 3. Week 0 (go-live): Launch + point person available 4. Week 2: Adoption check-in (who's using it? Who isn't?) 5. Week 4: Feedback collection + public wins 6. Week 8: Old system deprecated
---
**Timeline:** 3–6 months for full stabilization **Hardest phase:** Desire (people
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Phase 3 of building a Claude Managed Agent — the bounded grade→iterate loop. Define a CMA outcome (a required markdown rubric graded by an isolated grader),…
Phase 1 of building a Claude Managed Agent — interview the founder about the one job the agent should do, then produce a build sheet (CMA primitives table +…
Phase 4 of building a Claude Managed Agent — make it run without you. Turn a graded agent into a recurring scheduled deployment (POSIX-cron), an event-driven…
Phase 2 of building a Claude Managed Agent — turn a validated build sheet into exact API payloads and a resumable BYOK curl launch script, then launch…
Close out a launched Claude Managed Agent — recap every primitive the founder now owns, regenerate the single-file overview page, and suggest the next 1-2…