Source profileQuality 91/100Review permissions

alirezarezvani/claude-skills/c-level-advisor/skills/chief-data-officer-advisor/SKILL.md

chief-data-officer-advisor

Chief Data Officer advisory for startups: AI training data rights and consent provenance, data product strategy (warehouse vs lakehouse vs mesh, build-vs-buy), B2B customer-data-as-asset valuation and M&A readiness, data team org evolution. Use when deciding whether to train models on customer data, choosing data architecture, valuing data for fundraising or M&A, sequencing data hires, or when user mentions CDO, chief data officer, data strategy, data mesh, lakehouse, training data, data product

Source repository stars
24,975
Declared platforms
0
Static risk flags
1
Last source update
2026-08-25
Source checked
2026-08-26

Decision brief

What it does: where it fits

Strategic data leadership for startup CDOs and founders without one. Four decisions, no surveys:

Best for

  • Use when deciding whether to train models on customer data, choosing data architecture, valuing data for fundraising or M&A, sequencing data hires, or when user mentions CDO, chief data officer, data strategy, data mesh…

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/alirezarezvani/claude-skills --skill "c-level-advisor/skills/chief-data-officer-advisor"
Safe inspection promptEditorial

Inspect the Agent Skill "chief-data-officer-advisor" from https://github.com/alirezarezvani/claude-skills/blob/f2bac0a8f29b71846cc62d9d580249c2a3246030/c-level-advisor/skills/chief-data-officer-advisor/SKILL.md at commit f2bac0a8f29b71846cc62d9d580249c2a3246030. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Quick Start

    Review the “Quick Start” section in the pinned source before continuing.

    Review and apply the “Quick Start” source section.
  2. 02

    Workflow 1: AI Training Decision (1 hour)

    Goal: Decide whether a specific data source can train a specific use case.

    Goal: Decide whether a specific data source can train a specific use case.
  3. 03

    Workflow 2: Architecture Decision (1 day)

    Goal: Pick warehouse / lakehouse / mesh and the build-vs-buy split for the next 12 months.

    Goal: Pick warehouse / lakehouse / mesh and the build-vs-buy split for the next 12 months.bash python scripts/dataproductstrategypicker.py profile.json
  4. 04

    Workflow 3: Data Asset Valuation for M&A Prep (3 days)

    Goal: Value the data corpus and prepare for due diligence.

    Inventory the corpus: size, freshness, exclusivity, customer overlap, contractual restrictionsRun dataassetvaluator.pyRun the M&A diligence prep checklist in customerdataasasset.md
  5. 05

    Workflow 4: Data Team Roadmap (1 week)

    Goal: Build the next 18 months of data hires aligned to business decisions.

    List the top 5 decisions the business can’t make today due to missing data or analysisMap each decision to the role that unblocks itSequence hires (one role at a time, ramp before next)

Permission review

Static risk signals and limitations

Runs scripts

medium · line 21

The documentation asks the agent to run terminal commands or scripts.

python scripts/ai_training_data_audit.py # uses embedded sample

Runs scripts

medium · line 22

The documentation asks the agent to run terminal commands or scripts.

python scripts/ai_training_data_audit.py path/to/sources.json

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score91/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars24,975SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
alirezarezvani/claude-skills
Skill path
c-level-advisor/skills/chief-data-officer-advisor/SKILL.md
Commit
f2bac0a8f29b71846cc62d9d580249c2a3246030
License
MIT
Collected
2026-08-26
Default branch
main
View the original SKILL.md

Chief Data Officer Advisor

Strategic data leadership for startup CDOs and founders without one. Four decisions, no surveys:

  1. Can we train our model on this data? — origin × consent × use-case matrix
  2. Warehouse, lakehouse, or mesh — and what do we build vs buy? — stage-driven architecture
  3. What is our customer data worth? — strategic value + M&A multiplier + productization paths
  4. What data role do we hire next? — stage-to-role map, centralize-vs-embed trigger

This skill does not cover tactical data engineering. For schema design, observability, query optimization, RAG, or ML platform implementation, see engineering/database-designer/, engineering/observability-designer/, engineering/data-quality-auditor/, engineering/sql-database-assistant/, engineering/rag-architect/, engineering/llm-cost-optimizer/.

Keywords

CDO, chief data officer, AI training data, consent provenance, training rights, GDPR Article 6 lawful basis, GDPR Article 22, EU AI Act high-risk, ePrivacy, copyright fair use, hiQ v. LinkedIn, scraped data, synthetic data, data product, data mesh, lakehouse, medallion architecture, dbt, Snowflake, BigQuery, Databricks, Fivetran, Airbyte, reverse ETL, feature store, customer data as asset, data monetization, data productization, anonymization, k-anonymity, differential privacy, M&A data diligence, data org, analytics engineer, data engineer, data scientist, data product manager, centralize vs embed, hub and spoke

Quick Start

# Audit data sources for AI training eligibility
python scripts/ai_training_data_audit.py                              # uses embedded sample
python scripts/ai_training_data_audit.py path/to/sources.json

# Pick data architecture + build-vs-buy + sequencing
python scripts/data_product_strategy_picker.py                        # uses embedded Series A SaaS
python scripts/data_product_strategy_picker.py path/to/profile.json

# Value the customer data corpus + productization viability
python scripts/data_asset_valuator.py                                 # uses embedded B2B sample
python scripts/data_asset_valuator.py path/to/corpus.json

Key Questions (ask these first)

  • What decision does this data drive? (If none, why are we collecting it?)
  • What's the consent provenance of every source we want to train on? (TOS-only is not the same as explicit opt-in.)
  • Who are the internal data consumers, and how many distinct domains do they span? (Drives centralize-vs-embed and warehouse-vs-mesh.)
  • In an M&A scenario, is our data a moat or a liability? (Customer carve-outs in MSAs can flip the answer.)
  • Are we hiring an analytics engineer or a data scientist next? (They solve different problems; founders confuse them.)
  • Have we run an anonymization audit before any external sharing? (k-anonymity ≥ 5 is the floor, not the ceiling.)

Core Responsibilities

1. AI Training Data Rights

The 2026 question every startup is facing: can we use customer data to train our model?

The answer is rarely binary. It depends on three independent dimensions:

DimensionValues
Origin1st-party-explicit-opt-in / 1st-party-TOS-only / partner-licensed / scraped / synthetic
Data classAnonymous aggregate / behavioral / PII / 3rd-party content / regulated (PHI, PCI, kids)
Use caseIn-product personalization / fine-tune our model / train foundation model / external sharing

Each combination produces GO / MITIGATE / NO-GO. Run ai_training_data_audit.py on a JSON inventory of sources.

See references/ai_training_data_rights.md for the full matrix + GDPR Art. 6 lawful basis decision tree + EU AI Act high-risk triggers.

2. Data Product Strategy

Architecture choice (warehouse vs lakehouse vs mesh) is stage-driven, not preference-driven:

  • Warehouse only (Snowflake / BigQuery / Postgres): ≤5 data consumers, <2TB, no ML use cases
  • Lakehouse (warehouse + object storage, often Databricks or Snowflake-with-Iceberg): 5–25 data consumers, 2TB–1PB, 1–3 ML use cases
  • Data mesh: 25+ data consumers across 4+ domains, federated ownership culture in place

Build vs buy is decided per layer:

LayerBuy unlessBuild only if
Storage / warehouseNever build(You’re a data infra company)
ELT / ingestNever buildSource isn’t supported by Fivetran/Airbyte
Modeling (dbt)Always buildThis is your IP
BI / dashboardsBuy at <100 consumersEmbedded analytics for customers
Feature storeDefer until 3+ prod modelsThen build OR buy Tecton/Hopsworks
ML platformDefer until 5+ prod modelsThen buy SageMaker/Vertex/Databricks

Run data_product_strategy_picker.py for a stage-specific recommendation. See references/data_product_strategy.md for kill criteria per architecture and the build-vs-buy decision tree.

3. B2B Customer-Data-as-Asset

The shift: at Series B+, customer data is no longer just operational — it’s an asset that can be:

  • A defensibility moat (replicating requires years of customer cohort)
  • An M&A multiplier (1.2x–2x ARR uplift for strategic buyers)
  • A direct revenue stream (anonymized industry benchmarks, embedding endpoints, licensing)

But it can also be a liability:

  • 47/380 customers with MSA carve-outs makes productization legally infeasible
  • Anonymization audits often reveal re-identification risk above tolerable thresholds
  • Regulatory exposure increases linearly with productization (GDPR Art. 28 processors vs Art. 26 joint controllers)

Run data_asset_valuator.py with corpus characteristics to get strategic value score + productization paths + risk-adjusted value.

See references/customer_data_as_asset.md for the valuation framework, M&A diligence prep checklist, and contractual constraint audit pattern.

4. Data Team Org Evolution

The wrong question: "Should we hire a data scientist?" The right question: "What’s the next decision we can’t make because we lack data, and what role unblocks that?"

Stage-to-role map (B2B SaaS baseline):

StageFirst hireThenThen
Pre-seed / seedFounder-as-analyst (SQL + spreadsheets)
Series A (Series A)AnalystAnalytics engineer (dbt)
Series BData engineerSenior analyst (embedded in GTM)Data PM (if 3+ teams need data)
GrowthManager of analyticsML engineer (if model is core)Head of Data
Late-stageHead of Data → CDOSpecialized: BI, MLE, DPOFederated owners per domain (mesh)

Centralize-vs-embed trigger: when 3+ functional areas (sales, marketing, product, ops, CS) need bespoke data weekly, the central team becomes the bottleneck. Move to hub-and-spoke (central platform + embedded analysts) before that becomes a hiring crisis.

See references/data_team_org_evolution.md.

Workflows

Workflow 1: AI Training Decision (1 hour)

Goal: Decide whether a specific data source can train a specific use case.

# 1. Build sources.json with one entry per data source
# 2. Run the audit
python scripts/ai_training_data_audit.py sources.json
# 3. For each MITIGATE: assign owner + remediation
# 4. For each NO-GO: document the kill reason for the legal log
# 5. Cross-check with cs-general-counsel-advisor on top-3 mitigation items
# 6. Log via /cs:decide

Workflow 2: Architecture Decision (1 day)

Goal: Pick warehouse / lakehouse / mesh and the build-vs-buy split for the next 12 months.

python scripts/data_product_strategy_picker.py profile.json
# Cross-check with cs-cto-advisor on engineering capacity
# Cross-check with cs-cfo-advisor on 3-year TCO
# Log via /cs:decide; consider /cs:freeze 90 if signing a multi-year SaaS contract

Workflow 3: Data Asset Valuation for M&A Prep (3 days)

Goal: Value the data corpus and prepare for due diligence.

  1. Inventory the corpus: size, freshness, exclusivity, customer overlap, contractual restrictions
  2. Run data_asset_valuator.py
  3. Run the M&A diligence prep checklist in customer_data_as_asset.md
  4. Surface contractual carve-outs to cs-general-counsel-advisor for re-papering plan
  5. Decide productization path (benchmark report / embedding endpoint / direct license)
  6. Log via /cs:decide

Workflow 4: Data Team Roadmap (1 week)

Goal: Build the next 18 months of data hires aligned to business decisions.

  1. List the top 5 decisions the business can’t make today due to missing data or analysis
  2. Map each decision to the role that unblocks it
  3. Sequence hires (one role at a time, ramp before next)
  4. Cross-check with cs-chro-advisor on comp bands and leveling
  5. Identify the centralize-vs-embed trigger date

Output Standards (when invoked via cs-cdo-advisor)

**Bottom Line:** [one sentence — decision and rationale]
**The Decision:** [one of the 4 framings]
**The Evidence:** [numbers, not adjectives]
**How to Act:** [3 concrete next steps]
**Your Decision:** [the call only the founder can make]

Adjacent Skills

  • c-level-advisor/skills/cto-advisor/ — architecture capacity, scaling cliffs
  • c-level-advisor/skills/ciso-advisor/ — data security, threat modeling for productized data
  • c-level-advisor/skills/general-counsel-advisor/ — contractual constraints, DPA, training-data rights
  • c-level-advisor/skills/cfo-advisor/ — build-vs-buy TCO, M&A valuation math
  • c-level-advisor/skills/chro-advisor/ — data team hiring, leveling, comp
  • engineering/skills/database-designer/ — tactical schema design
  • engineering/skills/rag-architect/ — tactical AI/RAG implementation
  • engineering/llm-cost-optimizer/ — model cost management

References


Version: 1.0.0 Status: Production Ready Disclaimer: Decisions touching training data rights, data productization, or M&A data diligence should involve qualified counsel. This skill surfaces decisions and tradeoffs — it does not replace legal review.

Frequently asked questions

What to verify before installation and use

What does the chief-data-officer-advisor source document cover?

Strategic data leadership for startup CDOs and founders without one. Four decisions, no surveys:

How do I install chief-data-officer-advisor?

The source record exposes this install command: npx skills add https://github.com/alirezarezvani/claude-skills --skill "c-level-advisor/skills/chief-data-officer-advisor". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged exec-script in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing

Computed 10045,643

coreyhaines31/marketingskills

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

Computed 10029,095

garrytan/gbrain

bulk-ingestion

End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.

Computed 10024,975

alirezarezvani/claude-skills

app-store-optimization

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

Computed 1005,248

dotnet/skills

migrate-vstest-to-mtp

Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing