A ready-to-record script for the product walkthrough (roadmap-to-10 A6). The current no-narration public-site recording is saved at `public/media/metamuseum-product-walkthrough.webm`(../public/media/metamuseum-product-walkthrough.webm); use this script when replacing it with a narrated take. Target 60–90 seconds, screen-recorded at 1920×1080, narration optional (captions work too).
Setup before recording: sign in (so the AI path is live), have `www.metamuseum.org` and a terminal ready, and pre-load `/explore` and one artwork detail page so transitions are instant.
| # | Time | Screen | Action | Narration (caption) |
|---|---|---|---|---|
| 1 | 0:00–0:06 | Home (`/`) | Slow scroll past hero → "Live source network" band | "Meta Museum — a Linked Art workbench over 14 museum collections." |
| 2 | 0:06–0:18 | `/explore` | Scroll the grid; hover a card to show the rights badge; open one artwork detail | "Browse public artworks across 14 sources. Every image shows its rights, attribution, and source — unknown rights are flagged, never reused." |
| 3 | 0:18–0:30 | Terminal | `curl -H "Accept: application/ld+json" https://www.metamuseum.org/api/objects/<id>` → show JSON-LD | "Standards-grade: every record is canonical Linked Art JSON-LD — event-centric, rights as `Right` entities, served with the `ld+json` profile." |
| 4 | 0:30–0:52 | `/agents` (signed in) | Run an agent → generate a curatorial note; highlight the citations + rights line + "ready for review" | "Signed in, a Claude agent drafts a source-cited, rights-aware note — with citation and refusal gates, and a human-approval step before anything publishes." |
| 5 | 0:52–1:05 | `docs/linked-art/conformance-matrix.md` + GitHub badges | Show the generated provider matrix + green CI / coverage / Linked Art badges | "It's test-backed: a generated per-provider conformance matrix, a SHACL CI gate, 89% coverage, and green CI on every change." |
| 6 | 1:05–1:12 | Home / URL bar | Land on `www.metamuseum.org` | "Live in production. Built with Next.js 16, React 19, and Claude." |
Screenshot gallery (for the README / case study)
Capture these stills (1920×1080, light theme) into `docs/images/`:
- `home.png` — hero + live source band (already exists).
- `explore.png` — `/explore` grid with a visible rights badge.
- `artwork-detail.png` — one artwork detail with the facts + rights panel.
- `linked-art-json.png` — terminal showing the `ld+json` response.
- `agent-note.png` — a generated curatorial note with citations + rights (the existing `MetaMuseumAgentAnimation.gif` covers the motion version).
- `conformance-matrix.png` — the generated per-provider matrix.
Recording tips
- Use a clean browser profile (no extra extensions/bookmarks bar).
- Slow, deliberate cursor movement; pause ~1s on each key element.
- Keep the terminal font large (16–18pt) so JSON-LD is legible.
- Export ≤ 1080p, < 20 MB if embedding in the README; otherwise link to a hosted copy (Loom/YouTube unlisted).
- Add the URL `www.metamuseum.org` as an end card.