원클릭으로
dataset-readiness
Retail ML dataset readiness audit — completeness, PII governance, temporal leakage, cold-start, data contracts
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Retail ML dataset readiness audit — completeness, PII governance, temporal leakage, cold-start, data contracts
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Audit a Google ADK tool file against the five known gotchas (DI params, thin wrappers, _j helper, async-wrap blocking calls, httpx context manager) before they bite in production
After creating an ADR, run the cross-referencing checklist — update README Artifacts table, add Related Decisions section to source proposal, cross-link sibling ADRs to each other
Mid-task durability — dump current state and a next-step file before context fills, so the next session resumes without re-deriving where you were
Generate and verify a pre-demo checklist for an ADK/agent project — env vars, GCP auth, embedding swap, ngrok/Slack wiring, dry-run, tests, real-vs-synthetic data
Scan a project's docs (README, CLAUDE.md, ADRs, runbooks) for inconsistent project naming, scope, or framing — catches the "README says retail, CLAUDE.md still says Kroger" class of bug
Refresh a project's status — derive current state from code/tests/git, regenerate the project's status memory entry and (if requested) a status section in the README
| name | dataset-readiness |
| description | Retail ML dataset readiness audit — completeness, PII governance, temporal leakage, cold-start, data contracts |
User runs /dataset-readiness followed by a use case name, model description, or system description. Also run after any upstream data source change before retraining.
use-case-dataset-matrix.mdAssess each required dataset against these five critical dimensions. A score of 0 (missing / not assessed) on any critical dimension grades the dataset RED and blocks training.
| Dimension | Critical? | Pass Criteria |
|---|---|---|
| Completeness | Yes | Null rate ≤ threshold per data contract; no missing required fields |
| Timeliness | Yes | Data available within SLA; training window has no gaps > [X] days |
| Schema Stability | Yes | Schema matches data contract version; no unannounced breaking changes |
| PII Governance | Yes | Consent basis for ML training confirmed; pseudonymization applied; legal sign-off obtained |
| Data Contract | Yes | Signed contract exists; schema version pinned; SLAs defined; breach notification process active |
| Accuracy | No | Values fall within expected domain; outliers within acceptable bounds |
| Uniqueness | No | Dedup rate within contract threshold |
| ML Fitness | No | Label available; sufficient historical depth; cold-start strategy documented |
Flag each applicable risk explicitly as [RISK: HIGH/MED/LOW].
Date: [today] Risk Tier: [LOW / MED / HIGH] Use Case: [demand forecasting / markdown / segmentation / retail media / fraud / other] [ML_PARTNER] Signals Available: [YES / NO] Overall Posture: [GREEN / AMBER / RED]
| Dataset ID | Dataset Name | Required? | Readiness Grade | Blocking Training? | Key Gap |
|---|---|---|---|---|---|
| DS-01 | Transaction / POS | ||||
| DS-02 | Customer / Loyalty | ||||
| DS-03 | Product Catalog | ||||
| ... |
| # | Risk Category | Description | Severity | Blocks Training? | Recommended Action |
|---|---|---|---|---|---|
| 1 | Temporal leakage | ||||
| 2 | Cold-start | ||||
| 3 | PII consent gap | ||||
| 4 | No data contract | ||||
| 5 | [ML_PARTNER] misuse | ||||
| 6 | Golden dataset missing |
| Dataset | Contract Exists? | Schema Pinned? | SLA Defined? | Signed? | Action Required |
|---|---|---|---|---|---|
Before training begins, the following must be confirmed. Every unchecked item blocks training.
/supply-chain-review completed for foundation model and embedding model used in this system