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

ClawDeckX: Open-Sourced macOS-Style Web Platform for OpenClaw Agent Management
ClawDeckX is an open-source web platform for installing, configuring, and monitoring OpenClaw agents. It provides visual management tools, real-time monitoring, and supports 13 languages.

Symphony workflow automation tool works with Claude Code
A developer got the Symphony spec working with Claude Code to automate ticket-to-PR workflows, using Node/TypeScript initially but noting Elixir might be better. The tool requires separate API key setup and billing beyond Claude subscriptions.

OpenClaw Context Meter Plugin Shows Telegram Token Usage Percentage
A new OpenClaw plugin displays token usage percentage after every Telegram bot response, showing values like '45k / 200k (22%)' and detecting compaction events. The plugin avoids OOM issues by hardcoding context windows instead of using execSync.

AI Sandbox Manager: LXC-Based Sandbox for Codex with GPU Passthrough and Computer Use on Headless Linux
ai-sandbox-manager is an open-source LXC-based sandbox for Codex agents on headless Linux. It provides GPU passthrough, full sudo access, persistent environments, and computer use via CUA, all while isolating the agent from the host OS.