Assess · Assess & Decide · Analysis & Finance
Assess Startup Lifecycle Stage Exit Readiness
The founder gets a structured readiness assessment that scores their startup against the named exit criteria for their current stage (Idea/MVP/Launch/Scale), surfacing which gates are met with evidence and which are blocking, so the stage-transition decision is reasoned rather than an act of faith.
You receive: A JSON object: { stage: enum(idea|mvp|launch|scale), assessedOn: date, gates: [ { gateId, gateName, stageStandard, status: enum(met|partial|not_met), evidenceType: enum(qualitative|quantitative|none), evidenceSummary, blockingReason } ], gatesMet: int, gatesTotal: int, overallVerdict: enum(ready_to_exit|not_ready), blockers: [gateId...] }
Part of Choose Business Model
What's verified: STUD verifies that the register is structurally complete, internally consistent (counts match statuses, verdict matches the threshold), and that every claimed gate carries the required evidence field. STUD does NOT judge whether the cited evidence is true, sufficient in the real world, or whether the startup will actually succeed after exiting the stage. The met/not-met status reflects what the performer recorded, not an independent audit of the company.
Opens soon
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": [
"requireEvidencePerMetGate",
"stage"
],
"checkNames": [
"format_parses",
"stage_match",
"gate_count",
"gate_shape",
"unique_gates",
"evidence_on_met",
"not_met_needs_reason",
"count_consistency",
"blockers_consistency",
"verdict_derivation"
],
"constants": {},
"deliverableLabel": "startup_stage_exit_readiness",
"documentKeys": [
"blockers",
"blockingReason",
"evidenceSummary",
"evidenceType",
"gateId",
"gateName",
"gates",
"gatesMet",
"gatesTotal",
"overallVerdict",
"stage",
"stageStandard",
"status"
],
"enumLiterals": [
[
"idea",
"mvp",
"launch",
"scale"
],
[
"met",
"partial",
"not_met"
],
[
"qualitative",
"quantitative",
"none"
],
[
"ready_to_exit",
"not_ready"
],
[
"yes",
"true",
"y"
]
],
"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.