{
  "slug": "sample-experiment-rc-lowpass",
  "title": "Sample Experiment: RC Low-Pass Filter Response",
  "type": "app",
  "version": "1.0.0",
  "description": "Working sample of Adom's experiment publication format: JSONL data, sidecar metadata, provenance, and an AI reproduction skill. Prepared for NSF PCL FAIR-data due diligence.",
  "tags": [
    "experiment",
    "sample",
    "fair-data",
    "rc-filter"
  ],
  "dependencies": {},
  "discovery_triggers": [
    "sample experiment page",
    "adom experiment format",
    "fair data example",
    "rc lowpass sample experiment",
    "nsf data sharing example"
  ],
  "discovery_pitch": "Reference example of Adom's experiment publication format (data + metadata + provenance + reproduction skill).",
  "sample_prompts": [
    {
      "label": "Format example",
      "prompt": "show me a sample Adom experiment page with data and provenance"
    }
  ],
  "metadata": {
    "activate": {
      "kind": "bridge",
      "skill": "sample-experiment-rc-lowpass",
      "requires": [],
      "verbPrefixes": []
    }
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "type": "billboard",
    "headline": "Sample Experiment: RC Low-Pass Filter Response",
    "subhead": "How every Adom experiment ships: JSONL data, sidecar metadata, provenance, and the AI skill that reproduces it.",
    "screenshot": "docs/hero.png"
  },
  "license": "CC-BY-4.0",
  "confirmed_user_skills": [
    "reproduce-rc-characterization"
  ],
  "org": "adom",
  "author": {
    "name": "John Lauer",
    "email": "[email protected]"
  },
  "visibility": {
    "public": true
  }
}