STUD.com
← Objectives

Build · Create · Writing & Content

Build a time-budgeted four-phase pitch runsheet

A four-phase pitch runsheet whose minute allocations provably sum to the attention window, each phase populated.

You receive: A JSON object { totalMinutes, phases: [ { phaseNumber, phaseName, minutes, talkingPoints: [string,...] } x4 ] }.

Part of Pitch Investors

What's verified: STUD verifies the runsheet has exactly four correctly-named phases, integer minute budgets that sum to the cap, Phase 2 weighted largest and above its floor, and the required count of talking points per phase. STUD does NOT verify the pitch can actually be delivered in those minutes, nor that the talking points are good or true.

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": [],
 "checkNames": [
  "format_parses",
  "four_phases",
  "phases_are_objects",
  "ordering",
  "names_fixed",
  "minutes_positive_int",
  "points_min",
  "sum_exact",
  "phase2_weight"
 ],
 "constants": {},
 "deliverableLabel": "four_phase_pitch_runsheet",
 "documentKeys": [
  "minutes",
  "phaseName",
  "phaseNumber",
  "phases",
  "talkingPoints"
 ],
 "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.