STUD.com
← Objectives

Design · Create · Writing & Content

Design a stage-appropriate sales compensation plan

I get a sales compensation plan whose base and variable split sums to one hundred percent, whose components each tie to a metric, and that stays simple when my company is early stage.

You receive: A JSON object { stage, baseSplitPercent, variableSplitPercent, components: [{ name, metric }], acceleratorsPresent } describing the compensation plan.

Part of Build a Sales Engine

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": [
  "companyStage"
 ],
 "checkNames": [
  "format_parses",
  "stage_valid",
  "stage_matches_intake",
  "splits_present",
  "splits_nonneg",
  "splits_sum_100",
  "components_present",
  "components_distinct",
  "accelerators_present",
  "early_simplicity"
 ],
 "constants": {},
 "deliverableLabel": "design_sales_comp_plan",
 "documentKeys": [
  "acceleratorsPresent",
  "baseSplitPercent",
  "components",
  "metric",
  "name",
  "stage",
  "variableSplitPercent"
 ],
 "enumLiterals": [
  [
   "early",
   "growth",
   "scale"
  ]
 ],
 "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.