Ai Cdo Office — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Ai Cdo Office (Plugin) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
Every scanned point with the score it earned and what moved between them.
Score fell 4 points between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
Your virtual Chief Data & AI Office -- 22 specialized Claude agents that mirror a real CDAIO organization, with a simulated Board of Directors and Industry Advisory Panel providing shareholder-value oversight.
Not prompt templates. Not chatbot wrappers. A complete CDAIO team that produces boardroom-ready deliverables indistinguishable from top-tier consulting output.
The average CDO tenure is 2.4 years. You have 14 primary responsibilities (Gartner 2024), a board that wants ROI proof, and a CEO who just asked for "an AI strategy by Friday."
You don't need another AI tool. You need a team.
The AI CDAIO Office gives you one -- a virtual office staffed by Claude agents who have the same roles, expertise, and collaboration patterns as a real CDAIO organization.
Background reading: How AI Will Reshape the Enterprise Data Function by 2028 -- the research and thesis behind this project.
graph TD
Board["Board of Directors<br/><i>Shareholder Gate</i>"]
CDAIO["CDAIO<br/><i>The Orchestrator</i>"]
CoS["Chief of Staff<br/>& Operations"]
HGov["Head of<br/>Data Governance"]
HAI["Head of AI<br/>& Analytics"]
Exec["Exec Comms"]
PM["Program Mgr"]
Steward["Data Steward"]
Custodian["Data Custodian"]
Compliance["Compliance Officer"]
Eng["Data Engineer"]
AIML["AI/ML Lead"]
UC["Use Case Lead"]
Analyst["Data Analyst"]
SR["Stakeholder Relations"]
QR["Quality Reviewer"]
FS["Financial Services<br/>Advisor"]
HC["Healthcare<br/>Advisor"]
RT["Retail & Tech<br/>Advisor"]
IND["Industrial<br/>Advisor"]
PS["Public Sector<br/>Advisor"]
Board -->|reviews| CDAIO
CDAIO --> CoS
CDAIO --> HGov
CDAIO --> HAI
CoS --> Exec
CoS --> PM
CoS --> SR
HGov --> Steward
HGov --> Custodian
HGov --> Compliance
HAI --> Eng
HAI --> AIML
HAI --> UC
HAI --> Analyst
CDAIO -.->|QA gate| QR
CDAIO -.->|domain review| FS
CDAIO -.->|domain review| HC
CDAIO -.->|domain review| RT
CDAIO -.->|domain review| IND
CDAIO -.->|domain review| PS| Role | What They Do |
|---|---|
| Board of Directors | Shareholder-value review, strategic alignment, risk assessment |
| Financial Services & Insurance Advisor | Domain accuracy review for banking, insurance |
| Healthcare & Life Sciences Advisor | Domain accuracy review for healthcare, pharma |
| Retail & Technology Advisor | Domain accuracy review for retail, tech |
| Industrial Advisor | Domain accuracy review for manufacturing, energy |
| Public Sector & Telecom Advisor | Domain accuracy review for government, telecom |
| CDO / CDAIO | Orchestrates the office, routes requests, sets strategy |
| Chief of Staff | Operations rhythm, meetings, status reports |
| Head of Data Governance | Policies, standards, stewardship program |
| Head of AI & Analytics | AI strategy, maturity, investment cases |
| Data Governance Steward | Data quality, definitions, ownership |
| Data Custodian | Technical data management, security |
| Compliance Officer | Regulatory compliance, GDPR/CCPA/EU AI Act |
| Data & AI Architect | Target-state architecture blueprints, technology roadmaps |
| Data Engineer | Pipelines, platforms, operational architecture |
| AI/ML Lead | Models, MLOps, responsible AI |
| Data Analyst | KPIs, dashboards, benchmarking |
| Use Case Lead | AI use case scouting and prioritization |
| Exec Comms Lead | Board decks, executive briefings |
| Program Manager | RACI, org design, change management |
| Stakeholder Relations | Audience-tailored communications |
| Quality Reviewer | MBB-standard QA, deck diagnostics |
# Add the marketplace and install
claude plugin marketplace add abensrhir/ai-cdo-office
claude plugin install ai-cdo-officeAll 20 /cdaio: slash commands, 22 agents, and 10 playbooks are now available in every Claude Code session.
Install with project scope so teammates get the plugin automatically:
claude plugin install ai-cdo-office@abensrhir-ai-cdo-office --scope projectThis adds the plugin to .claude/settings.json in your repo. When teammates open the project in Claude Code, they'll be prompted to install.
The AI CDAIO Office is also available as a Cowork plugin. In the Claude Cowork tab, search for ai-cdo-office in the plugin directory and enable it for your workspace.
claude plugin list # Should show ai-cdo-officeThen open Claude Code and type /cdaio: -- you'll see all available workflows in the autocomplete.
Agents produce boardroom-ready PPTX, DOCX, and XLSX files using Claude Code's native code execution. Install the dependencies:
npm install # Installs pptxgenjs (PPTX) and docx (DOCX)
pip install openpyxl pyyaml # For XLSX generationNo additional configuration needed -- agents read the design system and blueprint files, then write production code directly.
Type /cdaio: in any Claude Code session to see all available workflows. Or just describe what you need -- the CDAIO agent routes your request to the right team member(s).
Playbooks (multi-agent orchestration):
/cdaio:strategy -- "Build me an AI strategy"/cdaio:governance -- "We need a data governance framework"/cdaio:board-prep -- "I have a board meeting in two weeks"/cdaio:first-90-days -- "I just got promoted to CDAIO"/cdaio:quarterly -- "Set up our quarterly reporting"Programs (multi-step with specialized agents):
/cdaio:ai-governance -- Responsible AI & model governance program/cdaio:org-design -- Data organization redesign/cdaio:data-quality -- Data quality improvement program/cdaio:cost-optimization -- Data/AI cost optimization sprint/cdaio:vendor-eval -- Vendor & technology evaluationDeliverables (single-agent focused):
/cdaio:assess -- AI/Data maturity assessment/cdaio:policy -- Data governance policy/cdaio:deck -- Board deck or executive presentation/cdaio:architecture -- Target-state architecture blueprint/cdaio:use-cases -- AI use case identification and scoring/cdaio:benchmark -- Industry benchmarking scorecard/cdaio:compliance -- Regulatory compliance review/cdaio:raci -- RACI matrix for any initiativeUtilities:
/cdaio:review -- Quality review any deliverable/cdaio:init -- Set up project folder (context/ + deliverables/)All commands accept inline context: /cdaio:strategy healthcare company, $2B revenue, 5000 employees
Set up your project with one command:
/cdaio:initThis creates the project structure:
your-project/
├── context/
│ ├── client-context.md ← fill in your organization details
│ └── (supporting docs: PPTX, PDF, DOCX, XLSX)
├── deliverables/
│ └── (agents create subfolders per deliverable)
└── .gitignoreOr set up manually:
mkdir -p context deliverables
cp "$(claude plugin list --json | jq -r '.[] | select(.name=="ai-cdo-office") | .installPath')/context/client-context.template.md" context/client-context.mdAll agents save output to deliverables/<command>-<date>/ automatically. Playbook runs group all outputs in a single dated folder.
Multi-agent workflows for common CDAIO scenarios:
| Playbook | Team | When to Use |
|---|---|---|
| First 90 Days | Full office | New CDAIO onboarding |
| Board Meeting Prep | CDO + Exec Comms + Analyst + QR | Quarterly board meetings |
| AI Strategy Sprint | Head of AI + ML Lead + Engineer | "We need an AI strategy" |
| Governance Framework | Head of Gov + Steward + Compliance | Building governance from scratch |
| Quarterly Operating Rhythm | Chief of Staff + reporting roles | Ongoing reporting cadence |
| AI Governance Program | AI/ML Lead + Compliance + Architect | AI regulation & model oversight |
| Data Org Redesign | Program Mgr + Head of AI + CoS | Restructuring the data team |
| Data Quality Program | Data Steward + Custodian + Engineer | Fixing data quality issues |
| Cost Optimization Sprint | Chief of Staff + Engineer + Analyst | Cutting data/AI costs |
| Vendor Evaluation | Data Engineer + Architect + Compliance | Evaluating data/AI vendors |
Each agent is a single markdown file with:
The CDAIO agent acts as orchestrator -- understanding your need and routing to the right team member(s). For complex requests spanning multiple domains, the CDAIO assembles a team and coordinates handoffs.
Most agent frameworks make you write Python glue code, manage state machines, and deploy infrastructure. We chose Claude Code as the backbone because:
The trade-off: you need Claude Code (and therefore an Anthropic API key or Claude subscription). But if you're already using Claude, this gives you a full CDAIO office with zero additional setup.
See ROADMAP.md for what's coming next.
Want to add a new team member? See CONTRIBUTING.md.
Potential additions: Data Mesh Architect, MLOps Engineer, Data Product Manager, AI Ethics Lead, Data Literacy Trainer.
MIT License. See LICENSE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.