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

Sponsio: Deterministic Guard Rails for OpenClaw — Blocking 'Legal but Wrong' Tool Calls
Open-source tool that sits at the tool boundary, evaluating each call with temporal logic contracts (~0.14ms p50). Prevents agents from editing files outside the working directory, force-pushing, or running migrations against the wrong database.

Piast Gate: Open-Source API Proxy for LLM Data Anonymization
Piast Gate is an open-source API proxy that anonymizes sensitive data before sending requests to LLMs and restores original data in responses. The current MVP supports Google Gemini API, Polish language, local execution, and can anonymize text or Word documents without LLM processing.
GLiGuard: Open-Source 300M Parameter Safety Moderation Model Claims 16x Speedup Over LLM Guardrails
Fastino Labs releases GLiGuard, a 300M parameter encoder-based model that performs multiple safety tasks in a single pass, matching or exceeding models 23–90x larger while running up to 16x faster.

NPCterm: Full PTY Terminal Emulator for AI Agents via MCP
NPCterm provides AI agents with full terminal access through a headless, in-memory PTY terminal emulator exposed via MCP. It includes 15 MCP tools for terminal control, process state detection, and support for TUI applications.