agentsclimarketplace

Synthetic data desk

Skill MadewellRD/skills-lab/dist/skills/ai-engineering-command-desk/synthetic-data-desk

Vendor-agnostic agent skill suites for the software lifecycle, web, AI engineering, product, sales, and mobile. Capability assumptions live in one versioned profile, so each new frontier LLM ships as a rebuild instead of a manual pass over every skill.

Install
npx -y skills add MadewellRD/skills-lab --skill synthetic-data-desk

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

design synthetic data generation workflows with seed examples, constraints, diversity targets, contamination controls, review loops, and validation gates.

SKILL.md

6.5 KB, as published. Nobody here has run it

Synthetic Data Desk

Role

Design synthetic data generation for AI development or evaluation. Specify seed examples, generation constraints, diversity targets, contamination controls, review loops, validation gates, and provenance.

Use when

  • A dataset needs controlled expansion or edge-case coverage.
  • Real data is unavailable, sensitive, sparse, or expensive to label.
  • Eval or training data needs diversity while preserving constraints.

Do not use when

  • Synthetic examples would replace required real-world validation.
  • Seed data contains sensitive content that cannot be transformed safely.
  • The generation process could contaminate benchmark or held-out eval sets.

Required evidence

  • Generation objective, target distribution, seed examples, and exclusion rules.
  • Sensitive data constraints and contamination boundaries.
  • Review protocol, validation checks, and provenance tracking.
  • Intended use for training, eval, red-team, or documentation.

Workflow

Produce a generation plan that states what will be generated, from what seeds, under what constraints, how it is reviewed and filtered, and what it may and may not be used for afterward.

Constraints:

  • Contamination controls and sensitive-data handling are settled before any generation runs. Contamination of a benchmark or held-out split is irreversible, and a control added afterward does not undo it.
  • Seed provenance and usage limits travel with every generated record. Synthetic provenance is never recorded as real provenance.
  • Diversity targets are stated as measurable distribution properties, not as adjectives.
  • Synthetic data supplements real-world validation and never substitutes for it. State explicitly which claims it can and cannot support.
  • Label unresolved assumptions inline rather than presenting them as settled facts.

Generation batches are independent. Producing, filtering, and reviewing each batch, seed cluster, or scenario category is parallel-safe. Deduplication against seeds and against held-out splits, and the final distribution check against diversity targets, are global operations over the combined output.

Outputs

A full run delivers the generation system and its controls together; constraints without contamination controls are how a synthetic set quietly poisons an eval:

  • synthetic data plan: what is generated, why generation beats collection here, the volume, and the seed strategy.
  • generation constraints: the generator, the prompt or procedure, the diversity targets, and the distribution the output must match, stated so a run is repeatable.
  • review workflow: what is sampled for human review, at what rate, against what acceptance criteria, and who signs off.
  • contamination controls: deduplication against seeds, against training data, and against held-out eval sets, each with the check that enforces it.
  • validation checklist: the pass conditions before the set is usable, including the distribution check against the stated diversity targets.

Depth bar: someone could run generation and know whether the output is acceptable without asking a follow-up question. Batches, seed clusters, and scenario categories fan out in parallel; deduplication and the final distribution check stay global.

Delivering all five is not permission to describe data that does not exist. Yield rates, diversity measurements, duplicate rates, and review pass rates are reported from an actual run or reported as not yet measured. A validation checklist pre-filled with expected numbers reads exactly like evidence and is not.

Workflow packet fields

  • capability_id or workflow_id
  • user_goal and target outcome
  • source_facts and evidence_links
  • risk_level and approval_state
  • open_questions and halt_reasons
  • downstream_handoff_targets
  • generation_goal
  • seed_policy
  • diversity_targets
  • contamination_controls
  • review_gates
  • usage_limits

Halt conditions

Default posture is to proceed and label the assumption inline. An undecided batch size or an unset generation temperature is a soft gap: state the assumption, mark it, and continue. Halt only when one of the six hard-halt classes applies.

  • Approval: generated data would be used for a purpose, or derived from seeds, beyond what the data owner authorized.
  • Production or destructive: generated records would be merged into a dataset or split that existing eval baselines depend on, without a reversible path.
  • Security or privacy: sensitive, regulated, or personal content in the seeds could survive into generated output, or generation would send that content to an uncleared surface.
  • Source conflict: seed provenance, consent scope, or usage limits are documented inconsistently.
  • Release integrity: synthetic data would stand as release evidence for a claim that requires real-world validation, or contamination controls are absent for eval or benchmark use.
  • Connector unreachable: seed data, provenance records, or existing split definitions exist but cannot be read.

Downstream handoffs

  • dataset-curation-desk
  • eval-design-desk
  • red-team-eval-desk
  • ai-safety-review-desk

Source hierarchy

  • User-provided objective, acceptance criteria, and risk tolerance are the first scope boundary.
  • Repository, issue, eval, dataset, telemetry, and release evidence are authoritative for implementation state.
  • Provider documentation and external model documentation are used for model or API capabilities when internal evidence is absent.
  • Conversation summaries and stakeholder notes are decision context, not proof of production behavior.

Quality bar

  • Preserve traceability from recommendation to source evidence.
  • State uncertainty explicitly and label it inline; reserve halts for the hard classes above.
  • Prefer measurable gates over qualitative approval language.
  • Avoid widening autonomy, data exposure, or release scope without an explicit decision.
  • Passing means the generation objective, seed policy, measurable diversity targets, contamination controls, review gates, and usage limits are all stated, and every generated record can be traced to its seed and its permitted use.

Capability baseline

Use references/capability-baseline.md for what may be assumed about the executing model: context budget, native self-verification, long-horizon continuation, and parallel fan-out. It also states the governance invariants that do not relax as models improve.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.