Skip to content
Development
Skill

/design-model-experiment

Design a reproducible model experiment with hypotheses, controls, baselines, metrics, budgets, provenance, artifacts, and stop conditions. Use before model work whose results must support a decision.

From plugin
socket
7200 skills5 MCP
Install
$ npx -y skills add gaelic-ghost/socket --skill design-model-experiment --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/design-model-experiment

Context preview

The summary Claude sees to decide when to auto-load this skill.

Design a reproducible model experiment with hypotheses, controls, baselines, metrics, budgets, provenance, artifacts, and stop conditions. Use before model work whose results must support a decision.

SKILL.md

design-model-experiment.SKILL.md
name: design-model-experiment
description: Design a reproducible model experiment with hypotheses, controls, baselines, metrics, budgets, provenance, artifacts, and stop conditions. Use before model work whose results must support a decision.

Design Model Experiment

Outcome

Produce an experiment manifest that another operator can run, audit, and compare without reconstructing unstated choices.

Workflow

1. Write one falsifiable hypothesis and the decision it informs. 2. Define the experimental unit: model revision, adapter, prompt set, intervention, runtime, or harness. 3. Name exactly one primary controlled variable per comparison. Record every intentional difference. 4. Select a baseline and explain why it is a fair comparator. 5. Pin model, tokenizer, dataset, code, dependency, template, evaluator, and seed provenance. 6. Define primary metrics, guardrail metrics, uncertainty treatment, and failure thresholds before the run. 7. Estimate compute, storage, time, and paid cost. Set smoke-test and full-run stop conditions. 8. Define raw and derived artifacts, retention, and sensitive-data handling. 9. Copy `assets/experiment-manifest.json`, fill it, then run:

dotnet fsi scripts/validate-experiment-manifest.fsx path/to/experiment.json

10. Run the smallest experiment capable of detecting configuration or pipeline failure before spending the full budget.

Evidence Contract

Keep configuration validation, smoke-run evidence, and final experimental evidence separate. A successful process exit proves execution, not model quality. Report deviations from the manifest before interpreting results.

Resources

  • `assets/experiment-manifest.json`: managed experiment template.
  • `references/experiment-design.md`: field semantics and comparison rules.
  • `scripts/validate-experiment-manifest.fsx`: deterministic structural validation.
Read more
Ships withsocket

Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo

Get the whole plugin

Other skills on socket.