STUD.com
← Objectives

Build · Create · Ops & Automation

Job requisition spec

A complete requisition: responsibilities with success metrics, a must-have skills list capped to avoid the unicorn trap, a valid comp range, and a clean biased-language screen.

You receive: A structured requisition (JSON) that passes the completeness, skill-cap, comp, and biased-language checks.

Part of Lead Team

Opens soon

Cost15 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": [
  "comp_currency",
  "location_mode"
 ],
 "checkNames": [
  "format_parses",
  "sections_present",
  "responsibilities_count",
  "must_have_floor_and_cap",
  "nice_to_have_floor",
  "skill_typed",
  "no_skill_overlap",
  "comp_valid",
  "location_matches",
  "no_biased_language"
 ],
 "constants": {
  "_JOBREQ_BANNED": [
   "aggressive",
   "craftsman",
   "dominant",
   "guru",
   "he/she",
   "ninja",
   "rockstar",
   "strongman",
   "superhero",
   "wizard"
  ],
  "_JOBREQ_SKILL_TYPES": [
   "soft",
   "technical"
  ]
 },
 "deliverableLabel": "job_requisition_spec",
 "documentKeys": [
  "comp_range",
  "currency",
  "duty",
  "location_mode",
  "max",
  "min",
  "must_have_skills",
  "name",
  "nice_to_have_skills",
  "responsibilities",
  "role_summary_field",
  "success_metric",
  "type"
 ],
 "enumLiterals": [
  [
   "role_summary_field",
   "company_why_field",
   "growth_path_field"
  ]
 ],
 "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.