agent-launcher-orchest…
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
/cs:cdo-review <plan> — Decision-driven Chief Data Officer interrogation of any plan that touches training data, data architecture, data productization, or data team hiring. Use when validating training-data rights before model work, choosing warehouse vs lakehouse vs mesh, or
$ npx -y skills add alirezarezvani/claude-skills --skill cdo-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cdo-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
/cs:cdo-review <plan> — Decision-driven Chief Data Officer interrogation of any plan that touches training data, data architecture, data productization, or data team hiring. Use when validating training-data rights before model work, choosing warehouse vs lakehouse vs mesh, or
name: "cdo-review" description: "/cs:cdo-review <plan> — Decision-driven Chief Data Officer interrogation of any plan that touches training data, data architecture, data productization, or data team hiring. Use when validating training-data rights before model work, choosing warehouse vs lakehouse vs mesh, or valuing data assets for productization or M&A."
**Command:** `/cs:cdo-review <plan>`
The decision-driven CDO pressure-tests any plan that touches data strategy. Six questions before any commitment to a data architecture, AI training run, data productization, or data team hire.
**If no decision is unblocked, why are we collecting / training on / productizing it?**
**For each data source: origin, consent flow, data class, intended use.**
**Drives the centralize-vs-embed and warehouse-vs-mesh decisions.**
**If an acquirer asks about this data corpus tomorrow, are we ready?**
**Tests how much you depend on a specific data source.**
**Wrong hire (data scientist) when right answer (analytics engineer) is a 12-month productivity loss.**
# 1. AI training audit (if any ML / AI use case) python ../../../c-level-advisor/skills/chief-data-officer-advisor/scripts/ai_training_data_audit.py sources.json # 2. Architecture decision (if changing the stack) python ../../../c-level-advisor/skills/chief-data-officer-advisor/scripts/data_product_strategy_picker.py profile.json # 3. Data asset valuation (if productizing or pre-M&A) python ../../../c-level-advisor/skills/chief-data-officer-advisor/scripts/data_asset_valuator.py corpus.json
# CDO Review: <plan> **Date:** YYYY-MM-DD ## The Decision Being Made [one sentence — which of the four CDO decisions: training | architecture | asset | hire] ## Training Audit (if applicable) - NO-GO sources: N - MITIGATE sources: N - GO sources: N - Top remediation: <one line> ## Architecture (if applicable) - Recommended: WAREHOUSE / LAKEHOUSE / MESH - Build-vs-buy summary: <one line> - Kill criteria: <when to revisit> ## Asset Value (if applicable) - Strategic value: X/10 | Moat: STRONG / MEDIUM / WEAK - M&A multiplier: X.Xx – X.Xx ARR - Recommended productization path: <name> ## Org (if applicable) - Next hire: <role> - Why this, not that: <one line> - Prerequisite hires in place: yes/no ## Verdict 🟢 SHIP | 🟡 SHARPEN | 🔴 BLOCK ## Next Steps [3 concrete actions]
---
**Version:** 1.0.0
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Phase 3 of building a Claude Managed Agent — the bounded grade→iterate loop. Define a CMA outcome (a required markdown rubric graded by an isolated grader),…
Phase 1 of building a Claude Managed Agent — interview the founder about the one job the agent should do, then produce a build sheet (CMA primitives table +…
Phase 4 of building a Claude Managed Agent — make it run without you. Turn a graded agent into a recurring scheduled deployment (POSIX-cron), an event-driven…
Phase 2 of building a Claude Managed Agent — turn a validated build sheet into exact API payloads and a resumable BYOK curl launch script, then launch…
Close out a launched Claude Managed Agent — recap every primitive the founder now owns, regenerate the single-file overview page, and suggest the next 1-2…