Build · Assess & Decide · Data & Research
Build Weighted Founder Idea-Selection Matrix
A structured decision matrix that rates each candidate idea against weighted virtue criteria, computes the weighted score (SUMPRODUCT of weights and scores) per idea, and ranks them, so founders pick a direction on stated criteria instead of gut feel.
You receive: A JSON object {virtues:[{name, weight}], ideas:[{name, scores:[{virtue, score}], weightedScore, rank}], topIdea, scaleSpread}.
Part of Choose Business Model
What's verified: STUD verifies the matrix is complete (every idea scored on every virtue), weights and scores are in range, the SUMPRODUCT math and ranking are correct, and the scale-spread rule is honored. It does NOT judge whether the chosen virtues are the right ones, whether the scores reflect reality, or whether the top idea is actually a good business; it verifies the decision arithmetic and structure.
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": [
"enforceScaleSpread",
"ideaNames",
"virtueNames"
],
"checkNames": [
"format_parses",
"structure_present",
"idea_coverage",
"virtue_coverage",
"weight_range",
"score_complete",
"weighted_score",
"rank",
"top_idea",
"scale_spread"
],
"constants": {},
"deliverableLabel": "weighted_idea_selection_matrix",
"documentKeys": [
"ideas",
"name",
"rank",
"scaleSpread",
"score",
"scores",
"topIdea",
"virtue",
"virtues",
"weight",
"weightedScore"
],
"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.