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

Need MCP Server Provides Semantic Tool Discovery for AI Agents
An MCP server called Need enables semantic search over 10,000+ tools from brew, npm, pip, and cargo. When an agent requests a task like 'compress these PNGs,' it finds pngquant, installs it, runs it, and reports back on success.

GitHub Comic Bot: Turn Commits into Daily Medieval Knight Comics
A bot that reads GitHub commits and generates 4-panel comic strips featuring a deadpan medieval knight, built with Claude Code and Gemini, running on GitHub Actions with free tier costs.

x402 API Gateway for OpenClaw Bots: One Endpoint Replaces 18 API Keys
An x402 API gateway eliminates the need for multiple API keys in OpenClaw bots by providing access to 18 services including smart LLM routing, web search, maps, travel, food, AI, and finance data through a single endpoint authenticated via USDC wallet credits.

AgentPeek: Open-source dashboard for monitoring Claude Code agent teams
AgentPeek is a local dashboard that hooks into Claude Code to provide visibility into agent teams, showing orchestration hierarchies, execution traces, token costs, and file operations. Installation requires cloning the GitHub repo and running pipx install.