Open-source Claude Code skill diagnoses AI adoption roadblocks

An open-source Claude Code skill called the AI Adoption Playbook helps diagnose where companies are stuck with AI implementation and creates actionable plans. The tool is MIT licensed and available on GitHub.
What it does
The playbook runs inside Claude Code and performs three specific functions:
- Diagnoses where AI adoption is stuck—identifying issues with tooling, culture, measurement, or combinations of these factors
- Builds a 90-day plan with named owners and concrete milestones
- Pressure-tests board narratives before presentation
Development background
The creator spent months interviewing 100+ founders and board members about AI adoption, identifying common patterns: difficulty measuring ROI cleanly, board frustration with vague "we're exploring it" statements, and successful companies having one person who owns AI adoption.
The tool is designed to address these specific pain points by providing structured analysis and planning directly within the Claude Code environment.
Availability and feedback
The playbook is available at https://github.com/adimango/ai-adoption-playbook. The creator is specifically seeking feedback on the Claude Code integration to improve its usefulness for developers working with AI coding agents.
📖 Read the full source: r/ClaudeAI
👀 See Also

KubeShark: A Kubernetes Skill for Claude Code and Codex to Catch Hallucinated YAML
KubeShark is a failure-mode-first Kubernetes skill for Claude Code and Codex that catches deprecated APIs, misconfigured probes, broken selectors, and other common AI-generated mistakes before they hit production.

Measuring Claude Code MCP Stack: Cache Friendliness vs. Byte Savings, and a 2-Line Fix for Prompt Cache
Greg Shevchenko benchmarks MCP compressors and retrieval layers on two axes: byte savings and cache friendliness. A 2-line fix (sort rg hits, sort map entries) boosts cache from ~0% to 100% with no byte-savings loss. Open-source harness included.

Claude Code v2.1.141: New Environment Variables, Hooks Enhancement, and Bug Fixes
Anthropic released Claude Code v2.1.141 with new environment variables (CLAUDE_CODE_PLUGIN_PREFER_HTTPS, ANTHROPIC_WORKSPACE_ID), terminalSequence field for hooks, agent listing by cwd, and over 20 bug fixes.

HN SOTA: Tracking Coding Model Popularity via Hacker News Comments
HN SOTA is a daily updated pipeline that scrapes Hacker News comments, uses Gemini to identify coding models from the OpenRouter list, and logs sentiment per mention into a public Google Sheet. The top 10 models by mentions over a 10-day trailing window are displayed.