Open-source Claude Code plugin simulates Chief Data & AI Office with 22 specialized agents

What it does
The AI CDAIO Office is an open-source Claude Code plugin that simulates a complete Chief Data & AI Office using 22 specialized AI agents. It generates actual files (PPTX, DOCX, XLSX) rather than just markdown, with a Quality Reviewer agent that validates outputs against McKinsey/BCG/Bain presentation standards.
Installation and commands
Install with: claude plugin install ai-cdo-office
Available commands include:
/cdaio:strategy- Full AI strategy document + investment case + 20-slide PPTX/cdaio:board-prep- Board meeting materials with KPI scorecard/cdaio:governance- Governance framework, RACI matrix, compliance checklist/cdaio:assess- 6-dimension maturity assessment with gap analysis/cdaio:architecture- Architecture diagrams and technology roadmap/cdaio:first-90-days- Complete CDAIO onboarding plan- ...and 14 more commands
Example output
The /cdaio:strategy command generates:
- 42-page AI strategy document
- 18-page maturity assessment
- 12-page use case portfolio (15 use cases scored)
- 10-page architecture blueprint
- 8-page investment case with ROI modeling
- 20-slide board presentation
Multi-agent architecture
The 22 agents are organized like a real CDAIO office:
- Board of Directors (oversight)
- CDAIO Orchestrator (routes work)
- Industry Advisory Panel (5 sector-specific advisors: FinServ, Healthcare, Industrial, Public Sector, Retail & Tech)
- Operations team (Chief of Staff, Comms, PM, Stakeholder Relations)
- Data Governance division (Head, Steward, Custodian, Compliance & Privacy)
- AI & Analytics division (Head, Architect, Engineer, ML Lead, Use Case Lead, Analyst)
- McKinsey Quality Reviewer (QA gate)
Agents debate, draft, review, and refine outputs rather than relying on a single LLM generating text.
Background and licensing
The plugin addresses the problem that Chief Data & AI Officers spend weeks producing strategy decks, governance frameworks, and board materials, leaving little time for actual strategy execution. According to the source, average CDAO tenure is 2.4 years, with Gartner warning 75% risk losing their seat and half unable to measure their own impact.
The project is MIT licensed and available on GitHub. The creator has been advising Chief Data & AI Officers for years and developed this tool to automate document generation tasks.
📖 Read the full source: r/ClaudeAI
👀 See Also

Why Your Claude Code UI Output Drifts and How a Structured Spec Fixes It
A developer explains that inconsistent UI output from Claude Code isn't a prompt problem — it's a format problem. Providing exact hex codes, font weights, spacing, screen states, and transitions eliminates drift. They also open-sourced an MCP server that converts screen recordings into structured specs.

Monarch v3: NES-Inspired KV Paging for 78% Faster LLM Inference
Monarch v3 implements NES-inspired memory paging for transformers, achieving 78% faster inference (17.01 to 30.42 tok/sec) on a 1.1B parameter model with nearly zero VRAM overhead. The open-source algorithm splits KV cache into hot and cold regions with compression and promotion mechanisms.

Open Source MCP Server Connects Claude to Mailchimp API
A developer built a Mailchimp MCP server using Claude Code, providing 53 tools for campaigns, audiences, reports, automations, and e-commerce with built-in safety modes and read-only configuration.

cq: A Local-First Knowledge Sharing System for AI Coding Agents
Mozilla.ai's cq is an open-source tool that lets AI coding agents share 'knowledge units' about common gotchas via a local SQLite store, with optional team sharing through a Docker API. It installs as a Claude Code plugin or OpenCode MCP server.