What problem does it solve? Datasets built carelessly cause the most expensive failures in data work: train/test leakage, sampling bias, label noise, and licensing violations surface only after models fail in production. This Skill guides the entire dataset construction stage before any analysis or training begins. ## Core Features & Use Cases - Source & License Vetting: Plans data collection from APIs, scraping, or existing corpora with provenance, license, ToS, and consent checks before anything is pulled. - Sampling & Labeling Design: Defines target populations, sampling strategies, class balance decisions, operational label schemes, and inter-annotator agreement measurement (κ/α). - Leakage-Proof Splits & Datasheets: Deduplicates before splitting, splits by time/entity/group boundaries, and produces a datasheet documenting biases, gaps, and intended use. - Use Case: You need training data for a product-review sentiment classifier. The Skill rejects a generic movie-review dataset, plans stratified sampling from your own reviews, defines a 3-class labeling scheme with agreement targets, and builds leakage-free splits with a full datasheet. ## Quick Start Ask the assistant to help you build a dataset for your task, including where to source the data, how to sample and label it, and how to split it without leakage.