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

Freddy CLI: Connect Health Data to AI Agents via MCP
Freddy publishes an open-source CLI to connect wearable health data (Oura, Polar, Withings, etc.) to AI coding agents via MCP. Commands for OAuth device flow, data querying, and token refresh.

iai-mcp: Local daemon gives Claude persistent memory across sessions with 99% recall
iai-mcp is an open-source local daemon that captures every Claude conversation, organizes it into three memory tiers, and feeds context back on new sessions. Achieves >99% verbatim recall, retrieval under 100ms, and session-start cost under 3,000 tokens.

Using a Local LLM as a Claude Code Subagent to Reduce Context Usage
A developer shares a method to use Claude Code to delegate tasks to a local LLM via LM Studio's API, keeping file content out of Claude's context. The approach uses a ~120-line Python script with tool-calling to read files locally and return summaries.
Needle: A 26M Parameter Function-Calling Model That Runs at 6000 tok/s on Mobile
Cactus open-sources Needle, a 26M parameter model for single-shot function calling, achieving 6000 tok/s prefill and 1200 tok/s decode on consumer devices. Built with Simple Attention Networks (no FFNs), it beats several larger models on tool-use benchmarks.