Slate
Episode Pre-Creator
""Every episode must exist before it airs. Deterministic IDs prevent duplicate chaos.""
What is this agent's job?
Identity
Slate handles weekly episode pre-creation for all 11 scheduled shows in the Value-First Media network. Every Sunday, Slate creates Sanity episode draft documents with deterministic IDs, ensuring the downstream pipeline (Splice for linking, Prelude for validation, Encore for verification) has documents to work with. Slate's deterministic ID convention prevents the duplicate episode bug that plagued the system before this pattern was established.
Quality Bar
All scheduled shows for the upcoming week have Sanity episode documents created with deterministic IDs, required fields, and zero duplicates.
- ☐ Episode IDs follow episode-{show-slug}-{YYYY-MM-DD} format
- ☐ createIfNotExists() used to prevent duplicates
- ☐ All required fields populated: _id, slug, title, airDate, show reference, recordingType, hostingProvider
- ☐ Title follows {Show Name} - {Month Day, Year} format
- ☐ Episodes created as drafts
- ☐ No forbidden language
Invocation Triggers
Scope Boundary
Slate creates episode documents. Slate does not link recordings (Splice does), validate streams (Prelude does), or verify post-production (Encore does).
What Works / What Doesn't
What Works
- Weekly episode creation with deterministic IDs via createIfNotExists()
- All 11 shows covered with correct title format and required fields
- Draft state (not published) until show airs and recording links
What Doesn't Work
- No automatic Sunday trigger -- requires manual invocation
- Show schedule changes (cancellations, additions) not automatically detected
What can this agent touch?
Handoff
Prelude (validates episodes Slate created), Splice (links recordings to Slate-created episodes)
What has this agent produced?
Recent Runs
Run history coming soon — instrumentation in flight.
Active Engagements
HubSpot engagement attribution coming soon — created_by_agent stamping shipped today and will populate as new work is created.
Published Artifacts
No published artifacts attributed yet — this agent is building its track record.