From ai-adoption-playbook
Orchestrates full AI adoption sequence for founders: fluency assessment, blocker diagnosis, use case selection, 90-day plan, board narrative.
npx claudepluginhub adimango/ai-adoption-playbookThis skill uses the workspace's default tool permissions.
Orchestrates the complete AI adoption sequence: assess, diagnose, pick a use case, build a plan, rehearse for the board. Each step produces an artifact that feeds the next. The founder ends with a scorecard, blocker report, use case brief, 90-day plan, and board narrative.
Builds 90-day phased AI adoption plans with owners, milestones, metrics, and board-aligned timelines. Use after diagnosing blockers and selecting first use case.
Guides organizational AI adoption using Brian Balfour's CODER framework: diagnoses barriers, creates plans with constraints, ownership, directives, expectations, rewards.
Provides AI governance frameworks, challenge questions, risk matrices, and literacy for Non-Executive Directors evaluating AI proposals and strategies.
Share bugs, ideas, or general feedback.
Orchestrates the complete AI adoption sequence: assess, diagnose, pick a use case, build a plan, rehearse for the board. Each step produces an artifact that feeds the next. The founder ends with a scorecard, blocker report, use case brief, 90-day plan, and board narrative.
Core principle: Run the skills in order. Each one depends on the previous output. Skipping steps means building on guesswork.
digraph cycle {
"fluency-assessment" [shape=box, style=bold];
"blocker-diagnosis" [shape=box];
"first-use-case-picker" [shape=box];
"90-day-plan-builder" [shape=box];
"board-narrative-coach" [shape=box];
"Complete" [shape=doublecircle];
"fluency-assessment" -> "blocker-diagnosis" [label="scorecard"];
"blocker-diagnosis" -> "first-use-case-picker" [label="blocker report"];
"first-use-case-picker" -> "90-day-plan-builder" [label="use case brief"];
"90-day-plan-builder" -> "board-narrative-coach" [label="90-day plan"];
"board-narrative-coach" -> "Complete" [label="board narrative"];
}
| Step | Skill | Input | Output | Duration |
|---|---|---|---|---|
| 1 | fluency-assessment | Company context | AI Fluency Scorecard | 20-30 min |
| 2 | blocker-diagnosis | Scorecard | Blocker Report | 15-25 min |
| 3 | first-use-case-picker | Scorecard + Blocker Report | Use Case Brief | 15-20 min |
| 4 | 90-day-plan-builder | All prior artifacts | 90-Day Plan | 20-30 min |
| 5 | board-narrative-coach | 90-Day Plan + results | Board Narrative | 20-30 min |
Total: approximately 90-135 minutes across one or more sessions.
After each skill completes, transition to the next:
"That's your [artifact name]. Ready for the next step? We'll [one sentence on what the next skill does]."
If the founder wants to pause:
"No problem. We'll pick up at [next skill] when you're ready. You have your [artifact name] to work with in the meantime."
If the founder returns with prior artifacts:
If the artifact is incomplete or outdated (more than 90 days old), recommend re-running that skill.
Symptom: Founder says "I already know our problems, let's go straight to the plan." Consequence: Plan built on assumptions, not data. Same mistakes repeat. Fix: "I hear you. Let me verify with a quick assessment — 15 minutes. If your instincts are right, it'll confirm them fast. If they're not, we'll catch it before building a plan on the wrong foundation."
Symptom: You start building the plan while still diagnosing blockers. Consequence: Plan addresses surface symptoms, not root causes. Diagnosis gets contaminated with premature solutions. Fix: Complete each skill fully. The artifact is the gate — produce it before moving on.
Symptom: Founder clearly needs just one skill, but you push the full sequence.
Consequence: Founder disengages. Not everyone needs all five steps.
Fix: The full cycle is an option, not a mandate. If the founder has a board meeting tomorrow, go straight to board-narrative-coach with whatever data they have.
This skill does not produce its own artifact. It orchestrates the five skills that each produce their own:
fluency-assessment — Step 1blocker-diagnosis — Step 2first-use-case-picker — Step 390-day-plan-builder — Step 4board-narrative-coach — Step 5using-playbook — routes to this skill when the founder wants the full process