From ai-adoption-playbook
Re-runs fluency assessments for founders, compares scorecards to previous quarter, identifies changes, updates blockers, and drafts board updates after one adoption cycle.
npx claudepluginhub adimango/ai-adoption-playbookThis skill uses the workspace's default tool permissions.
Re-runs the fluency assessment, compares to the previous scorecard, identifies what moved and what didn't, and produces the next board update. This is the ongoing cadence skill — run it every quarter to keep adoption on track and the board informed.
Assesses team AI fluency via context questions, optional data import or 9-question quiz, generating scorecard across psychological barriers, integration failures, and ownership gaps for AI adoption leaders.
Scores completed OKR sets at cycle close with KR-level grading by type (committed, aspirational, learning, etc.), evidence quality assessment, learning synthesis, and next-cycle recommendations. Enforces rules against retroactive changes and gaming.
Generates dev cycle feedback reports: calculates assertiveness scores, analyzes prompt quality, aggregates metrics, root cause analysis on failures, outputs to docs/feedbacks/cycle-{date}/.
Share bugs, ideas, or general feedback.
Re-runs the fluency assessment, compares to the previous scorecard, identifies what moved and what didn't, and produces the next board update. This is the ongoing cadence skill — run it every quarter to keep adoption on track and the board informed.
Core principle: Measure the delta, not just the current state. The board wants to see trajectory, not a snapshot.
digraph review {
"Retrieve previous artifacts" [shape=box];
"Re-run fluency-assessment" [shape=box];
"Compare scorecards" [shape=box];
"Identify what moved, what didn't" [shape=box];
"Update blocker report" [shape=box];
"Produce comparison report" [shape=box];
"Draft board update" [shape=box];
"Route to next action" [shape=doublecircle];
"Retrieve previous artifacts" -> "Re-run fluency-assessment";
"Re-run fluency-assessment" -> "Compare scorecards";
"Compare scorecards" -> "Identify what moved, what didn't";
"Identify what moved, what didn't" -> "Update blocker report";
"Update blocker report" -> "Produce comparison report";
"Produce comparison report" -> "Draft board update";
"Draft board update" -> "Route to next action";
}
Ask the founder for their previous scorecard, blocker report, and 90-day plan results. Summarize what you're comparing against:
"Let's see how things have moved since last quarter. I'll re-run the fluency assessment, compare it to your previous scores, and we'll draft your next board update. First — do you have your previous scorecard handy?"
Run fluency-assessment as normal, but with two additions:
Produce a side-by-side comparison:
| Pillar | Previous | Current | Change |
|---|---|---|---|
| Psychological Barriers | X/5 | X/5 | +X / -X / = |
| Integration Failures | X/5 | X/5 | +X / -X / = |
| Ownership Gaps | X/5 | X/5 | +X / -X / = |
| Overall | X/5 | X/5 | +X / -X / = |
For each pillar, explain the change (or lack of change) in one sentence:
Review the previous blocker report:
Use the Output format below.
Use board-ai-update template to draft the quarterly update. The "What Happened" section must reference the delta — "Psychological barrier score improved from 2/5 to 3/5 after we..." not just "Our psychological barrier score is 3/5."
Symptom: "Scores stayed the same — that's stable!" Consequence: Flat scores after a quarter of effort mean the effort didn't work. The board will notice. Fix: Flat = something didn't work. Diagnose why. Was the action taken? Was it the wrong action? Was there no action?
Symptom: Only reviewing previous blockers without looking for new ones. Consequence: Adoption surfaces new problems as it progresses. Scaling creates friction that didn't exist at pilot scale. Fix: Always ask "What new challenges have come up since last quarter?" New blockers are expected — missing them is not.
Symptom: "You're at 3/5, you should be at 5/5." Consequence: Demoralizing. Ignores real progress. Fix: Compare to the previous scorecard. "You went from 2/5 to 3/5 — here's what moved it, here's what to do next to get to 4."
Symptom: Scores improved but the founder doesn't mention that pushing adoption created new friction — code quality concerns, team morale dips, or engineers feeling surveilled. Consequence: The cure causes a new disease. Next quarter's blockers are side effects of this quarter's push. Fix: Always ask: "Did pushing adoption create any new tension — with quality, morale, or team autonomy?" If yes, log it as a new blocker. A score that went up by forcing behavior isn't real progress.
Produce the quarterly review in this exact format:
## Quarterly AI Adoption Review
**Company:** [name] | **Period:** [Q and year] | **Date:** [date]
**Previous review:** [date or "initial assessment"]
### Score Comparison
| Pillar | Previous | Current | Change | What Happened |
|--------|:--------:|:-------:|:------:|---------------|
| Psychological Barriers | X/5 | X/5 | [+/-/=] | [One sentence] |
| Integration Failures | X/5 | X/5 | [+/-/=] | [One sentence] |
| Ownership Gaps | X/5 | X/5 | [+/-/=] | [One sentence] |
| **Overall** | **X/5** | **X/5** | **[+/-/=]** | |
| Team composition | [X] people | [Y] people | [+/-X] | [If changed: e.g., "3 roles eliminated, 1 AI-focused role created. Score changes partly reflect who left, not just behavior change." If stable: "No change." If restructuring status transitioned (e.g., in-progress → completed): note the transition.] |
### Blocker Status
| Blocker | Previous Status | Current Status | Action Taken |
|---------|:--------------:|:--------------:|-------------|
| [Blocker 1] | [severity] | Resolved / Persistent / Escalated | [What was done] |
| [Blocker 2] | [severity] | Resolved / Persistent / Escalated | [What was done] |
| [New blocker] | New | [severity] | [Identified this quarter] |
### What Worked
[2-3 bullets: specific actions that produced measurable results]
### What Didn't Work
[2-3 bullets: actions that were taken but didn't move scores, or actions that weren't taken]
### Next Quarter Focus
[The single highest-leverage action for next quarter, with named owner and target metric]
### Board Update Draft
[Use board-ai-update template — include the delta narrative]
[If team composition changed: add this line to the board update:]
Note: team composition changed this quarter. Adoption metrics reflect both behavior change and structural change.
| Situation | Recommended next skill |
|---|---|
| New blockers emerged | blocker-diagnosis on the new blockers |
| Need a new use case for next quarter | first-use-case-picker |
| Need to rebuild the plan | 90-day-plan-builder |
| Need to rehearse for the board | board-narrative-coach |
| Default | Founder is prepared — review complete |
fluency-assessment — re-run as part of the quarterly reviewblocker-diagnosis — previous blocker report is compared againstadoption-scorecard — provides current adoption data for the comparisonboard-ai-update — template for the board update sectionfull-adoption-cycle — first-time process; quarterly-review is the ongoing cadence