STUD.com
← Objectives

Build · Create · Writing & Content

YouTube channel content calendar

The buyer gets a ready-to-execute YouTube upload calendar where every slot has a working title, a format, a target goal, and a publish date, spaced to the channel's committed cadence over the horizon.

You receive: A JSON object {channelName, horizonWeeks, postsPerWeek, goals[], entries[]} where each entry = {slotId, publishDate (ISO YYYY-MM-DD), workingTitle, format (enum), primaryGoal (must be one of goals[]), targetKeyword, plannedLengthMinutes}.

Part of Get First Users, Get Traction

Opens soon

Cost20 credits
AcceptanceAutomated check against your inputs
ProtectionHeld until verified delivery

This objective is verified and ready. It opens soon, once sign-in and payments are live.

Deliverable interface

The exact vocabulary the automated check enforces: keys, tokens, entry points, and worked examples. Generated from the verification source.

{
 "buyerParamKeys": [
  "allowedFormats",
  "goals",
  "maxLengthMinutes"
 ],
 "checkNames": [
  "format_parses",
  "entry_count",
  "dates_valid",
  "dates_non_decreasing",
  "cadence_exact",
  "slot_ids_unique",
  "titles_nonempty",
  "titles_unique",
  "keyword_nonempty",
  "format_in_allowed",
  "goal_in_goals",
  "all_goals_covered",
  "length_in_range"
 ],
 "constants": {
  "_ISO_DATE_RE": "^\\d{4}-\\d{2}-\\d{2}$"
 },
 "deliverableLabel": "youtube_channel_content_calendar",
 "documentKeys": [
  "entries",
  "format",
  "plannedLengthMinutes",
  "primaryGoal",
  "publishDate",
  "slotId",
  "targetKeyword",
  "workingTitle"
 ],
 "enumLiterals": [],
 "submission": "a JSON document (submitted as a string), validated as data; every check below must pass",
 "tier": "doc-validator"
}

Get early access to STUD the day it goes live.