Build · Create · Engineering
Requirements traceability matrix
A matrix linking every requirement to its tests (and back), with computed orphans and a coverage percentage that clears your bar.
You receive: A structured traceability matrix (JSON) that passes the bidirectional-link, orphan, and coverage checks.
Part of Ship MVP
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": [
"allow_orphan_requirements",
"min_coverage_pct",
"priority_enum"
],
"checkNames": [
"format_parses",
"ids_unique",
"no_dangling_links",
"links_bidirectional",
"priority_in_enum",
"orphans_correct",
"coverage_pct_correct",
"coverage_meets_min",
"no_uncovered_requirements"
],
"constants": {},
"deliverableLabel": "requirements_traceability_matrix",
"documentKeys": [
"coveragePct",
"id",
"linkedRequirements",
"linkedTests",
"orphans",
"priority",
"requirements",
"requirementsWithoutTests",
"summary",
"tests",
"testsWithoutRequirements"
],
"enumLiterals": [
[
"high",
"medium",
"low"
],
[
"yes",
"true",
"1"
]
],
"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.