@marinjursic/prc-linux-arm64 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (264) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +3 -0
  3. package/bin/LICENSE +21 -0
  4. package/bin/README.md +335 -0
  5. package/bin/THIRD_PARTY_NOTICES.md +74 -0
  6. package/bin/adapters/checkov-v3.3.8.yaml +50 -0
  7. package/bin/adapters/gitleaks-v8.30.0.yaml +63 -0
  8. package/bin/adapters/grype-v0.116.1.yaml +58 -0
  9. package/bin/adapters/syft-v1.51.0.yaml +54 -0
  10. package/bin/catalog/assertions/core-repository.yaml +625 -0
  11. package/bin/catalog/assertions/iac.yaml +24 -0
  12. package/bin/catalog/assertions/supply-chain.yaml +45 -0
  13. package/bin/catalog/control-contracts.json +1 -0
  14. package/bin/catalog/control-id-registry.json +110470 -0
  15. package/bin/catalog/objectives/core-repository.yaml +243 -0
  16. package/bin/catalog/objectives/iac.yaml +13 -0
  17. package/bin/catalog/objectives/supply-chain.yaml +13 -0
  18. package/bin/catalog/profiles/api.yaml +12 -0
  19. package/bin/catalog/profiles/core-repository.yaml +49 -0
  20. package/bin/catalog/profiles/iac.yaml +18 -0
  21. package/bin/catalog/profiles/kubernetes.yaml +15 -0
  22. package/bin/catalog/profiles/quick.yaml +27 -0
  23. package/bin/catalog/profiles/supply-chain.yaml +20 -0
  24. package/bin/docs/architecture/adapters.md +380 -0
  25. package/bin/docs/architecture/agent-providers.md +188 -0
  26. package/bin/docs/architecture/applicability.md +80 -0
  27. package/bin/docs/architecture/catalog-integrity.md +85 -0
  28. package/bin/docs/architecture/evidence-and-results.md +154 -0
  29. package/bin/docs/architecture/execution-plans.md +61 -0
  30. package/bin/docs/architecture/product-contract.md +76 -0
  31. package/bin/docs/architecture/publisher-trust.md +68 -0
  32. package/bin/docs/architecture/remediation-contract.md +113 -0
  33. package/bin/docs/architecture/trust-model.md +95 -0
  34. package/bin/docs/assets/hero.svg +37 -0
  35. package/bin/docs/assets/logo.svg +13 -0
  36. package/bin/docs/assets/production-readiness-scan-demo-poster.png +0 -0
  37. package/bin/docs/assets/production-readiness-scan-demo.gif +0 -0
  38. package/bin/docs/assets/production-readiness-scan-demo.mp4 +0 -0
  39. package/bin/docs/assets/social-card.png +0 -0
  40. package/bin/docs/assets/social-card.svg +40 -0
  41. package/bin/docs/checklists/00-readiness-principle.md +17 -0
  42. package/bin/docs/checklists/01-release-foundations.md +91 -0
  43. package/bin/docs/checklists/02-product-risk-architecture.md +136 -0
  44. package/bin/docs/checklists/03-source-build-supply-chain.md +97 -0
  45. package/bin/docs/checklists/04-environments-quality-experience.md +226 -0
  46. package/bin/docs/checklists/05-application-security.md +320 -0
  47. package/bin/docs/checklists/06-data-privacy-performance.md +166 -0
  48. package/bin/docs/checklists/07-reliability-operations.md +355 -0
  49. package/bin/docs/checklists/08-maintenance-vendors-compliance.md +112 -0
  50. package/bin/docs/checklists/09-conditional-modules.md +229 -0
  51. package/bin/docs/checklists/10-evidence-and-decision.md +111 -0
  52. package/bin/docs/engineering/00-overview.md +51 -0
  53. package/bin/docs/engineering/01-governance-and-foundations.md +919 -0
  54. package/bin/docs/engineering/02-product-and-requirements.md +186 -0
  55. package/bin/docs/engineering/03-user-experience-web-and-content.md +1352 -0
  56. package/bin/docs/engineering/04-architecture-and-design.md +387 -0
  57. package/bin/docs/engineering/05-code-quality-and-implementation.md +1103 -0
  58. package/bin/docs/engineering/06-application-services-and-apis.md +476 -0
  59. package/bin/docs/engineering/07-data-and-information-lifecycle.md +1009 -0
  60. package/bin/docs/engineering/08-security-and-cryptography.md +1215 -0
  61. package/bin/docs/engineering/09-privacy-and-data-protection.md +205 -0
  62. package/bin/docs/engineering/10-verification-and-testing.md +841 -0
  63. package/bin/docs/engineering/11-developer-experience-platform-and-delivery.md +1013 -0
  64. package/bin/docs/engineering/12-operations-sre-and-support.md +795 -0
  65. package/bin/docs/engineering/13-documentation-and-knowledge.md +349 -0
  66. package/bin/docs/engineering/14-trust-safety-and-ecosystems.md +330 -0
  67. package/bin/docs/engineering/15-ai-ml-and-ai-assisted-development.md +785 -0
  68. package/bin/docs/engineering/16-specialized-domains-and-release-assurance.md +775 -0
  69. package/bin/docs/engineering/source-manifest.md +479 -0
  70. package/bin/docs/guides/ai-assisted-review.md +61 -0
  71. package/bin/docs/guides/getting-started.md +78 -0
  72. package/bin/docs/index.md +66 -0
  73. package/bin/docs/prompts/evidence-challenge.md +26 -0
  74. package/bin/docs/prompts/full-readiness-review.md +34 -0
  75. package/bin/docs/prompts/release-diff-review.md +31 -0
  76. package/bin/docs/records/evidence-record.md +42 -0
  77. package/bin/docs/records/go-no-go-decision.md +63 -0
  78. package/bin/docs/records/release-assessment.md +124 -0
  79. package/bin/docs/records/risk-exception.md +64 -0
  80. package/bin/docs/references.md +52 -0
  81. package/bin/docs/scanner/ai-control-review.md +208 -0
  82. package/bin/docs/scanner/benchmarks.md +122 -0
  83. package/bin/docs/scanner/cli-contract.md +130 -0
  84. package/bin/docs/scanner/configuration.md +101 -0
  85. package/bin/docs/scanner/control-contracts.md +47 -0
  86. package/bin/docs/scanner/core-repository.md +62 -0
  87. package/bin/docs/scanner/diff-and-invalidation.md +79 -0
  88. package/bin/docs/scanner/doctor.md +71 -0
  89. package/bin/docs/scanner/getting-started.md +355 -0
  90. package/bin/docs/scanner/go-http-timeouts.md +96 -0
  91. package/bin/docs/scanner/infrastructure-policy.md +64 -0
  92. package/bin/docs/scanner/kubernetes-workloads.md +63 -0
  93. package/bin/docs/scanner/mcp-agent-integration.md +138 -0
  94. package/bin/docs/scanner/openapi-contracts.md +75 -0
  95. package/bin/docs/scanner/private-key-armor.md +44 -0
  96. package/bin/docs/scanner/releases.md +160 -0
  97. package/bin/docs/scanner/remediation.md +273 -0
  98. package/bin/docs/scanner/risk-exceptions.md +52 -0
  99. package/bin/docs/scanner/security-walkthrough.md +236 -0
  100. package/bin/docs/scanner/state-and-history.md +113 -0
  101. package/bin/docs/scanner/supply-chain.md +132 -0
  102. package/bin/docs/scanner/test-discovery.md +60 -0
  103. package/bin/docs/stylesheets/extra.css +183 -0
  104. package/bin/fixtures/benchmarks/core-native/suite-comprehensive.yaml +302 -0
  105. package/bin/fixtures/benchmarks/core-native/suite.yaml +59 -0
  106. package/bin/fixtures/benchmarks/core-native/targets/baseline/README.md +3 -0
  107. package/bin/fixtures/benchmarks/core-native/targets/baseline/app.go +1 -0
  108. package/bin/fixtures/benchmarks/core-native/targets/conflict-template/app.js +5 -0
  109. package/bin/fixtures/benchmarks/core-native/targets/container-risky-template/Dockerfile +2 -0
  110. package/bin/fixtures/benchmarks/core-native/targets/container-valid/Dockerfile +2 -0
  111. package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-missing/package.json +5 -0
  112. package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-present/package-lock.json +6 -0
  113. package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-present/package.json +5 -0
  114. package/bin/fixtures/benchmarks/core-native/targets/empty-manifest-template/package.json +1 -0
  115. package/bin/fixtures/benchmarks/core-native/targets/final-newline-template/app.py +1 -0
  116. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/CODEOWNERS +1 -0
  117. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/dependabot.yml +6 -0
  118. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/workflows/validate.yml +15 -0
  119. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/CODE_OF_CONDUCT.md +3 -0
  120. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/CONTRIBUTING.md +3 -0
  121. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/LICENSE +1 -0
  122. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/README.md +3 -0
  123. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/SECURITY.md +3 -0
  124. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/package-lock.json +6 -0
  125. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/package.json +7 -0
  126. package/bin/fixtures/benchmarks/core-native/targets/foundation-present/tests/example.test.js +3 -0
  127. package/bin/fixtures/benchmarks/core-native/targets/go-http-server-timeout-risky-template/go.mod +3 -0
  128. package/bin/fixtures/benchmarks/core-native/targets/go-http-server-timeout-risky-template/server.go +18 -0
  129. package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-malformed-template/client.go +3 -0
  130. package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-malformed-template/go.mod +3 -0
  131. package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-risky-template/client.go +7 -0
  132. package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-risky-template/go.mod +3 -0
  133. package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/client.go +22 -0
  134. package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/go.mod +3 -0
  135. package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/hazards_test.go +8 -0
  136. package/bin/fixtures/benchmarks/core-native/targets/kubernetes-risky-template/deployment.yaml +27 -0
  137. package/bin/fixtures/benchmarks/core-native/targets/kubernetes-valid/deployment.yaml +26 -0
  138. package/bin/fixtures/benchmarks/core-native/targets/openapi-operation-ids-risky-template/openapi.yaml +17 -0
  139. package/bin/fixtures/benchmarks/core-native/targets/openapi-operation-responses-risky-template/openapi.yaml +11 -0
  140. package/bin/fixtures/benchmarks/core-native/targets/openapi-root-malformed-template/openapi.yaml +5 -0
  141. package/bin/fixtures/benchmarks/core-native/targets/openapi-root-risky-template/openapi.yaml +5 -0
  142. package/bin/fixtures/benchmarks/core-native/targets/openapi-root-valid/openapi.yaml +17 -0
  143. package/bin/fixtures/benchmarks/core-native/targets/package-test-command/app.js +3 -0
  144. package/bin/fixtures/benchmarks/core-native/targets/package-test-command/package.json +7 -0
  145. package/bin/fixtures/benchmarks/core-native/targets/package-test-placeholder/app.js +3 -0
  146. package/bin/fixtures/benchmarks/core-native/targets/package-test-placeholder/package.json +7 -0
  147. package/bin/fixtures/benchmarks/core-native/targets/private-key-template/deploy.pem +3 -0
  148. package/bin/fixtures/benchmarks/core-native/targets/readme-missing/fixture.txt +1 -0
  149. package/bin/fixtures/benchmarks/core-native/targets/runtime-missing/package-lock.json +6 -0
  150. package/bin/fixtures/benchmarks/core-native/targets/runtime-missing/package.json +4 -0
  151. package/bin/fixtures/benchmarks/core-native/targets/terraform-locked/.terraform.lock.hcl +3 -0
  152. package/bin/fixtures/benchmarks/core-native/targets/terraform-locked/main.tf +7 -0
  153. package/bin/fixtures/benchmarks/core-native/targets/terraform-unlocked-template/.terraform.lock.hcl +3 -0
  154. package/bin/fixtures/benchmarks/core-native/targets/terraform-unlocked-template/main.tf +7 -0
  155. package/bin/fixtures/benchmarks/core-native/targets/test-declaration-valid/app.py +2 -0
  156. package/bin/fixtures/benchmarks/core-native/targets/test-declaration-valid/tests/test_app.py +5 -0
  157. package/bin/fixtures/benchmarks/core-native/targets/test-path-without-declaration/app.py +2 -0
  158. package/bin/fixtures/benchmarks/core-native/targets/test-path-without-declaration/tests/test_app.py +1 -0
  159. package/bin/fixtures/benchmarks/core-native/targets/workflow-malformed/.github/workflows/validate.yml +1 -0
  160. package/bin/fixtures/benchmarks/core-native/targets/workflow-no-jobs/.github/workflows/empty.yml +9 -0
  161. package/bin/fixtures/benchmarks/core-native/targets/workflow-risky/.github/workflows/risky.yml +10 -0
  162. package/bin/fixtures/benchmarks/core-native/targets/workflow-valid/.github/workflows/validate.yml +14 -0
  163. package/bin/packs/core-foundation.yaml +25 -0
  164. package/bin/packs/core-native.yaml +59 -0
  165. package/bin/prc +0 -0
  166. package/bin/schemas/adapter-execution-v0.1.schema.json +101 -0
  167. package/bin/schemas/adapter-execution-v0.2.schema.json +128 -0
  168. package/bin/schemas/adapter-execution.schema.json +145 -0
  169. package/bin/schemas/adapter-fixture-report.schema.json +59 -0
  170. package/bin/schemas/adapter-fixture-suite.schema.json +104 -0
  171. package/bin/schemas/adapter-manifest-v0.1.schema.json +55 -0
  172. package/bin/schemas/adapter-manifest-v0.2.schema.json +122 -0
  173. package/bin/schemas/adapter-manifest-v0.3.schema.json +172 -0
  174. package/bin/schemas/adapter-manifest.schema.json +299 -0
  175. package/bin/schemas/adapter-message.schema.json +136 -0
  176. package/bin/schemas/adapter-registry-report.schema.json +13 -0
  177. package/bin/schemas/adapter-registry.schema.json +47 -0
  178. package/bin/schemas/agent-execution-v0.1.schema.json +26 -0
  179. package/bin/schemas/agent-execution.schema.json +26 -0
  180. package/bin/schemas/agent-failure-v0.1.schema.json +102 -0
  181. package/bin/schemas/agent-failure.schema.json +102 -0
  182. package/bin/schemas/agent-output-v0.1.schema.json +36 -0
  183. package/bin/schemas/agent-output.schema.json +36 -0
  184. package/bin/schemas/agent-task-v0.1.schema.json +44 -0
  185. package/bin/schemas/agent-task.schema.json +46 -0
  186. package/bin/schemas/assertion-catalog.schema.json +69 -0
  187. package/bin/schemas/benchmark-report.schema.json +94 -0
  188. package/bin/schemas/benchmark-suite.schema.json +116 -0
  189. package/bin/schemas/catalog-bundle.schema.json +27 -0
  190. package/bin/schemas/catalog-manifest.schema.json +23 -0
  191. package/bin/schemas/checkov-iac-policy-report.schema.json +82 -0
  192. package/bin/schemas/control-contracts.schema.json +44 -0
  193. package/bin/schemas/control-review-output.schema.json +51 -0
  194. package/bin/schemas/doctor.schema.json +53 -0
  195. package/bin/schemas/evidence-v0.1.schema.json +21 -0
  196. package/bin/schemas/evidence.schema.json +21 -0
  197. package/bin/schemas/finding-v0.1.schema.json +70 -0
  198. package/bin/schemas/finding.schema.json +70 -0
  199. package/bin/schemas/fix-contract-v0.1.schema.json +35 -0
  200. package/bin/schemas/fix-contract-v0.2.schema.json +46 -0
  201. package/bin/schemas/fix-contract-v0.3.schema.json +49 -0
  202. package/bin/schemas/fix-contract.schema.json +49 -0
  203. package/bin/schemas/grype-vulnerability-report.schema.json +88 -0
  204. package/bin/schemas/history.schema.json +37 -0
  205. package/bin/schemas/invalidation.schema.json +86 -0
  206. package/bin/schemas/inventory-v0.1.schema.json +42 -0
  207. package/bin/schemas/inventory-v0.2.schema.json +95 -0
  208. package/bin/schemas/inventory-v0.3.schema.json +139 -0
  209. package/bin/schemas/inventory.schema.json +139 -0
  210. package/bin/schemas/objective-catalog.schema.json +62 -0
  211. package/bin/schemas/pack-report.schema.json +16 -0
  212. package/bin/schemas/pack.schema.json +53 -0
  213. package/bin/schemas/plan-v0.1.schema.json +31 -0
  214. package/bin/schemas/plan-v0.2.schema.json +32 -0
  215. package/bin/schemas/plan-v0.3.schema.json +44 -0
  216. package/bin/schemas/plan-v0.4.schema.json +48 -0
  217. package/bin/schemas/plan-v0.5.schema.json +49 -0
  218. package/bin/schemas/plan-v0.6.schema.json +137 -0
  219. package/bin/schemas/plan.schema.json +137 -0
  220. package/bin/schemas/profile.schema.json +42 -0
  221. package/bin/schemas/project-config.schema.json +128 -0
  222. package/bin/schemas/release-manifest-v0.1.schema.json +86 -0
  223. package/bin/schemas/release-manifest-v0.2.schema.json +146 -0
  224. package/bin/schemas/release-manifest-v0.3.schema.json +146 -0
  225. package/bin/schemas/release-manifest.schema.json +6 -0
  226. package/bin/schemas/remediation-candidate-v0.1.schema.json +51 -0
  227. package/bin/schemas/remediation-candidate-v0.2.schema.json +51 -0
  228. package/bin/schemas/remediation-candidate-v0.3.schema.json +51 -0
  229. package/bin/schemas/remediation-candidate-v0.4.schema.json +69 -0
  230. package/bin/schemas/remediation-candidate.schema.json +69 -0
  231. package/bin/schemas/remediation-run-v0.1.schema.json +69 -0
  232. package/bin/schemas/remediation-run-v0.2.schema.json +78 -0
  233. package/bin/schemas/remediation-run-v0.3.schema.json +86 -0
  234. package/bin/schemas/remediation-run-v0.4.schema.json +86 -0
  235. package/bin/schemas/remediation-run-v0.5.schema.json +131 -0
  236. package/bin/schemas/remediation-run-v0.6.schema.json +143 -0
  237. package/bin/schemas/remediation-run-v0.7.schema.json +160 -0
  238. package/bin/schemas/remediation-run-v0.8.schema.json +161 -0
  239. package/bin/schemas/remediation-run.schema.json +161 -0
  240. package/bin/schemas/risk-exception-verification.schema.json +17 -0
  241. package/bin/schemas/risk-exception.schema.json +137 -0
  242. package/bin/schemas/run-result-v0.1.schema.json +54 -0
  243. package/bin/schemas/run-result-v0.10.schema.json +64 -0
  244. package/bin/schemas/run-result-v0.11.schema.json +146 -0
  245. package/bin/schemas/run-result-v0.2.schema.json +60 -0
  246. package/bin/schemas/run-result-v0.3.schema.json +52 -0
  247. package/bin/schemas/run-result-v0.4.schema.json +52 -0
  248. package/bin/schemas/run-result-v0.5.schema.json +60 -0
  249. package/bin/schemas/run-result-v0.6.schema.json +61 -0
  250. package/bin/schemas/run-result-v0.7.schema.json +61 -0
  251. package/bin/schemas/run-result-v0.8.schema.json +61 -0
  252. package/bin/schemas/run-result-v0.9.schema.json +77 -0
  253. package/bin/schemas/run-result.schema.json +165 -0
  254. package/bin/schemas/signature-verification.schema.json +22 -0
  255. package/bin/schemas/signature.schema.json +18 -0
  256. package/bin/schemas/state-check-v0.1.schema.json +27 -0
  257. package/bin/schemas/state-check.schema.json +28 -0
  258. package/bin/schemas/trust-store.schema.json +50 -0
  259. package/bin/schemas/verification-execution-v0.1.schema.json +105 -0
  260. package/bin/schemas/verification-execution.schema.json +105 -0
  261. package/bin/schemas/version-v0.1.schema.json +27 -0
  262. package/bin/schemas/version.schema.json +27 -0
  263. package/manifest.json +9 -0
  264. package/package.json +28 -0
@@ -0,0 +1,919 @@
1
+ # Governance and foundations
2
+
3
+ _Phase 1 of 16 in the [complete engineering review](00-overview.md)._
4
+
5
+ Applicability, evidence, quality attributes, ownership, risk, ethics, suppliers, people, and continual improvement.
6
+
7
+ Assess every control as **Pass**, **Fail**, **Blocked**, or **Not Applicable**. A Pass needs current evidence for the exact product, revision, artifact, configuration, environment, and data state under review.
8
+
9
+ ## Applicability, Evidence, Exceptions, and Audit Rules
10
+
11
+ _Consolidated from `quality standards/00-core/01-applicability-evidence-and-exceptions.md`; 61 non-duplicative controls._
12
+
13
+ ### Applicability and evidence
14
+
15
+ - [ ] **USEQ-B14FDA8E** — Every control is assessed as **Pass**, **Fail**, **Blocked**, or **Not Applicable**.
16
+ - [ ] **USEQ-97B150FF** — Every Not Applicable result has a written, reviewed rationale tied to system context.
17
+ - [ ] **USEQ-64B6A3A8** — Every applicable control has one accountable owner and current, reproducible evidence.
18
+ - [ ] **USEQ-72088469** — Evidence identifies the exact product, source revision, artifact, configuration, environment, data state, and date assessed.
19
+ - [ ] **USEQ-CD2F9D5E** — Material changes invalidate affected evidence and trigger proportionate reassessment.
20
+ - [ ] **USEQ-6E42CC84** — Exceptions are time-bounded, risk-owned, monitored, documented, and automatically expire.
21
+ - [ ] **USEQ-2798897B** — A control operated by a supplier or platform remains in scope; responsibility may be shared but accountability is not outsourced.
22
+ - [ ] **USEQ-B9A1C5BC** — A serious unresolved failure in this category can block release regardless of aggregate checklist completion.
23
+
24
+ ### Universal applicability rules
25
+
26
+ - [ ] **USEQ-E8F15536** — Establish the product, service, system, organization, release, and lifecycle boundaries being assessed.
27
+ - [ ] **USEQ-5657EBD9** — List every component, repository, artifact, environment, data store, interface, user class, role, supplier, location, and operational process in scope.
28
+ - [ ] **USEQ-C8C131DB** — Identify which conditional-domain modules are triggered by capabilities, users, data, jurisdiction, contract, or risk.
29
+ - [ ] **USEQ-75497572** — Assess every checklist item; omission is not a valid status.
30
+ - [ ] **USEQ-3A8A5F50** — Use only Pass, Fail, Blocked, or Not Applicable as assessment statuses.
31
+ - [ ] **USEQ-683B6299** — Treat Blocked as a failure for final approval unless an authorized decision explicitly states otherwise.
32
+ - [ ] **USEQ-8137C823** — Require a specific rationale for every Not Applicable decision.
33
+ - [ ] **USEQ-D7F6AF3B** — Reject Not Applicable rationales based only on inconvenience, cost, ownership elsewhere, tool limitations, or lack of implementation.
34
+ - [ ] **USEQ-F0272B02** — Assign one accountable owner to every applicable control and every exception.
35
+ - [ ] **USEQ-7375F93B** — Identify the qualified reviewer and preserve reviewer independence for material controls.
36
+ - [ ] **USEQ-5FB50410** — Tie evidence to the exact source revision, artifact digest, configuration, schema, flags, environment, dependency versions, and data state.
37
+ - [ ] **USEQ-4004F77F** — Reject evidence from a different release or environment unless equivalence is demonstrated.
38
+ - [ ] **USEQ-59870003** — Define evidence validity periods according to change rate, threat change, supplier change, and control volatility.
39
+ - [ ] **USEQ-569D2912** — Invalidate evidence after any material change that can affect the conclusion.
40
+ - [ ] **USEQ-DB6244DF** — Use sampling only with a documented population, method, coverage, confidence, limitations, and risk rationale.
41
+ - [ ] **USEQ-22F43D4B** — Prefer direct evidence of operation over policy statements, plans, intentions, or screenshots without context.
42
+ - [ ] **USEQ-56521362** — Require evidence that compensating controls work under the conditions in which the primary control is absent.
43
+ - [ ] **USEQ-41204E99** — Record residual risk after controls, not only inherent risk before controls.
44
+ - [ ] **USEQ-97E5A6C1** — Prohibit averaging or scoring that allows a critical failure to be offset by unrelated passes.
45
+ - [ ] **USEQ-08DC1879** — Define release-blocking and nonblocking severity before assessment results are known.
46
+ - [ ] **USEQ-01B6090D** — Escalate conflicts between quality attributes to an authorized multidisciplinary decision owner.
47
+ - [ ] **USEQ-08130ED1** — Preserve evidence in a durable, access-controlled, searchable, and immutable or tamper-evident form proportionate to risk.
48
+ - [ ] **USEQ-3AC76487** — Protect assessment evidence from exposing secrets, personal data, vulnerabilities, or customer information.
49
+ - [ ] **USEQ-0DAF2834** — Review provider and inherited controls while preserving customer-side responsibilities.
50
+ - [ ] **USEQ-38E46EF2** — Repeat assessment after incidents, escaped defects, major findings, jurisdiction changes, supplier changes, and significant scale change.
51
+ - [ ] **USEQ-35B75024** — Maintain historical assessments with historical releases and do not overwrite past conclusions.
52
+ - [ ] **USEQ-24057956** — Use the corpus as a baseline and add domain, organization, product, and jurisdiction controls without silently deleting universal controls.
53
+
54
+ ### Minimum evidence record
55
+
56
+ - [ ] **USEQ-D135E510** — Control identifier and complete control text.
57
+ - [ ] **USEQ-ECC769B0** — Assessment status.
58
+ - [ ] **USEQ-4A3D6129** — Applicability rationale.
59
+ - [ ] **USEQ-6D3C345E** — Accountable owner.
60
+ - [ ] **USEQ-8D90ACE7** — Implementing owner or team.
61
+ - [ ] **USEQ-1015BBD0** — Qualified reviewer and approval.
62
+ - [ ] **USEQ-9FE92874** — Evidence location and access classification.
63
+ - [ ] **USEQ-5E2E1223** — Evidence date and expiry.
64
+ - [ ] **USEQ-F1DF60DF** — System, component, environment, source revision, artifact digest, configuration, schema, flags, and dependency context.
65
+ - [ ] **USEQ-F5B88725** — Test method, data, tools, versions, assumptions, and limitations.
66
+ - [ ] **USEQ-C8D18281** — Observed result and threshold.
67
+ - [ ] **USEQ-2989132F** — Linked defect, risk, exception, incident, or corrective action.
68
+ - [ ] **USEQ-89722999** — Reassessment trigger.
69
+
70
+ ### Exception and risk-acceptance rules
71
+
72
+ - [ ] **USEQ-9EEBC544** — Identify the exact unmet control and why remediation is not complete.
73
+ - [ ] **USEQ-62B384A0** — Describe affected users, systems, data, operations, and business outcomes.
74
+ - [ ] **USEQ-4F2BE7CE** — Assess likelihood, impact, exploitability, reach, detectability, recoverability, and duration.
75
+ - [ ] **USEQ-D947B87C** — Document existing and proposed compensating controls.
76
+ - [ ] **USEQ-EB9477C4** — Demonstrate compensating controls with current evidence.
77
+ - [ ] **USEQ-0D775A08** — Define monitoring and alert thresholds specific to the accepted risk.
78
+ - [ ] **USEQ-C208D665** — Assign an authorized risk owner with authority over the consequences.
79
+ - [ ] **USEQ-27A4BEB6** — Set a remediation owner, funded plan, target date, and automatic expiry.
80
+ - [ ] **USEQ-4E4FE3D7** — Define conditions that immediately revoke the exception.
81
+ - [ ] **USEQ-238A650D** — Prevent exceptions from silently renewing or becoming permanent architecture.
82
+ - [ ] **USEQ-EB30F057** — Review cumulative risk from multiple individually accepted exceptions.
83
+ - [ ] **USEQ-841F7705** — Communicate the exception to operators, support, security, privacy, product, and customers where appropriate.
84
+ - [ ] **USEQ-DAE761C7** — Close the exception only after remediation and independent verification.
85
+
86
+ ## Universal Software and Product Quality Attribute Model
87
+
88
+ _Consolidated from `quality standards/00-core/02-universal-quality-attribute-model.md`; 62 non-duplicative controls._
89
+
90
+ ### Quality planning rules
91
+
92
+ - [ ] **USEQ-DBA8DAE2** — Select and rank quality attributes according to users, context, criticality, law, contract, threat, failure cost, and product strategy.
93
+ - [ ] **USEQ-706F2C82** — Define measurable scenarios and acceptance thresholds for every material quality attribute.
94
+ - [ ] **USEQ-8CB19F4F** — State trade-offs explicitly and prevent one quality attribute from being optimized by silently harming another.
95
+ - [ ] **USEQ-8D9F2BD3** — Use both product-quality evidence and real-world quality-in-use evidence.
96
+ - [ ] **USEQ-03A9E0A8** — Measure distributions, edge populations, and degraded conditions rather than averages alone.
97
+ - [ ] **USEQ-6DD9714D** — Define quality budgets and regression limits before implementation and launch.
98
+ - [ ] **USEQ-F30FF972** — Assign ownership for each quality objective and each cross-attribute conflict.
99
+ - [ ] **USEQ-A5FC207A** — Maintain traceability from quality objectives to architecture tactics, code, tests, monitoring, and operational decisions.
100
+ - [ ] **USEQ-4D15E15B** — Review quality objectives after material change, incident, scale increase, new user population, or new regulation.
101
+ - [ ] **USEQ-0EDC049D** — Do not declare overall quality from a single metric, tool score, certification, test level, or absence of reported defects.
102
+
103
+ ### Product-quality characteristics
104
+
105
+ #### Functional suitability
106
+
107
+ - [ ] **USEQ-086B1E7E** — All required functions are present for the intended tasks and contexts.
108
+ - [ ] **USEQ-96E895D9** — Results, calculations, state transitions, permissions, and side effects are correct.
109
+ - [ ] **USEQ-4386DEDD** — Functions enable users to complete intended tasks without unnecessary or inappropriate behavior.
110
+ - [ ] **USEQ-AF45F27F** — Exceptional, degraded, recovery, cancellation, and prohibited behavior is defined and verified.
111
+
112
+ #### Performance efficiency
113
+
114
+ - [ ] **USEQ-83E0B216** — Latency, throughput, responsiveness, and completion time meet defined objectives under specified conditions.
115
+ - [ ] **USEQ-F3FC8AD5** — Compute, memory, storage, network, energy, and external-service use are proportionate to outcomes.
116
+ - [ ] **USEQ-31D05A91** — Capacity limits and safe overload behavior are known and tested.
117
+ - [ ] **USEQ-769066B0** — Performance remains acceptable across representative devices, networks, data volumes, tenants, and failure conditions.
118
+
119
+ #### Compatibility
120
+
121
+ - [ ] **USEQ-5104BA7F** — The product coexists safely with other software, workloads, users, and tenants in shared environments.
122
+ - [ ] **USEQ-09B7C249** — Information exchange preserves syntax, semantics, precision, identity, ordering, privacy, and authorization.
123
+ - [ ] **USEQ-2DF76BC4** — Supported versions, formats, clients, protocols, and environments interoperate as promised.
124
+ - [ ] **USEQ-BB1B1C78** — Incompatible changes use controlled negotiation, migration, deprecation, and retirement.
125
+
126
+ #### Interaction capability
127
+
128
+ - [ ] **USEQ-311C0D5C** — Users can recognize whether the product is appropriate to their goal.
129
+ - [ ] **USEQ-2AAD63D5** — Users can learn and operate the product effectively with reasonable effort.
130
+ - [ ] **USEQ-DB083136** — The product prevents, identifies, explains, and supports recovery from user error.
131
+ - [ ] **USEQ-E539A311** — The experience is inclusive across relevant abilities, language, literacy, device, input, and context.
132
+ - [ ] **USEQ-1865C898** — Help, feedback, status, and self-description make the system understandable.
133
+ - [ ] **USEQ-4BD5F349** — Engagement patterns preserve autonomy and do not manipulate users.
134
+
135
+ #### Reliability
136
+
137
+ - [ ] **USEQ-C3A94BE9** — The product performs required functions without unacceptable faults under specified conditions.
138
+ - [ ] **USEQ-427C1469** — The service is available according to user-centric objectives.
139
+ - [ ] **USEQ-02155A34** — Faults are contained and do not cascade unnecessarily.
140
+ - [ ] **USEQ-1156B06C** — State and service can recover within approved time, point, integrity, and continuity objectives.
141
+ - [ ] **USEQ-6DAFFC83** — Reliability remains valid during deployment, dependency failure, overload, maintenance, and disaster scenarios.
142
+
143
+ #### Security
144
+
145
+ - [ ] **USEQ-69A431A2** — Information and operations are confidential to unauthorized parties.
146
+ - [ ] **USEQ-ED5F3FB0** — Data, code, configuration, identities, and actions retain integrity.
147
+ - [ ] **USEQ-971B3218** — Material actions are attributable and appropriately auditable.
148
+ - [ ] **USEQ-88D972E4** — Identities, services, devices, artifacts, and messages are authenticated at required assurance.
149
+ - [ ] **USEQ-E3BBAE93** — The product resists attack, abuse, control bypass, compromise, and unauthorized recovery.
150
+ - [ ] **USEQ-CC0B63FE** — Security remains effective across development, supply chain, deployment, operation, and retirement.
151
+
152
+ #### Maintainability
153
+
154
+ - [ ] **USEQ-72137EBC** — The system is modular enough to localize understanding, change, testing, and failure.
155
+ - [ ] **USEQ-72AA3B4E** — Useful assets can be reused without unsafe coupling or semantic mismatch.
156
+ - [ ] **USEQ-636F1705** — Defects, behavior, dependencies, state, and performance can be analyzed efficiently.
157
+ - [ ] **USEQ-D5503076** — Changes can be implemented, reviewed, verified, deployed, and reversed safely.
158
+ - [ ] **USEQ-2A27E944** — Ownership, documentation, tests, tooling, and environments support future maintainers.
159
+
160
+ #### Flexibility
161
+
162
+ - [ ] **USEQ-0BDD9349** — The product can adapt to required environments, users, workloads, and configuration without uncontrolled redesign.
163
+ - [ ] **USEQ-B0202719** — The product scales to required demand while preserving quality and safe overload behavior.
164
+ - [ ] **USEQ-2329A8C0** — Installation, deployment, configuration, upgrade, and migration are reliable and supportable.
165
+ - [ ] **USEQ-3F04BFB9** — Critical components and providers can be replaced where continuity or strategy requires it.
166
+ - [ ] **USEQ-98F2CE0F** — The product is testable through controllable inputs, observable outputs, isolation, and reproducibility.
167
+
168
+ #### Safety
169
+
170
+ - [ ] **USEQ-C5CB4E01** — Operational constraints prevent the system from entering unacceptable hazardous states.
171
+ - [ ] **USEQ-543A1786** — Foreseeable hazards and affected people, property, business, software, and environment are identified.
172
+ - [ ] **USEQ-0737D264** — The product fails safe or limits harm when required assumptions or dependencies fail.
173
+ - [ ] **USEQ-1042DCD3** — Users and operators receive timely, perceptible, actionable warnings.
174
+ - [ ] **USEQ-8F9C2013** — Integration with other systems does not invalidate safety controls.
175
+ - [ ] **USEQ-709154B4** — Residual safety risk is independently reviewed and accepted only by authorized leadership.
176
+
177
+ ### Quality in use
178
+
179
+ - [ ] **USEQ-B878B774** — Representative users achieve intended goals accurately and completely.
180
+ - [ ] **USEQ-0E7B4A58** — Users achieve goals with acceptable time, effort, cognitive load, cost, and resource use.
181
+ - [ ] **USEQ-6997B2CE** — Users experience acceptable trust, comfort, usefulness, and satisfaction without manipulation.
182
+ - [ ] **USEQ-15BC2C00** — Use avoids unacceptable economic, health, safety, privacy, security, social, and environmental risk.
183
+ - [ ] **USEQ-09CD9184** — Quality remains acceptable across the full range of intended and foreseeable contexts.
184
+ - [ ] **USEQ-3980950F** — The product supports users when context changes through interruption, disability, stress, low connectivity, device limitation, or emergency.
185
+ - [ ] **USEQ-3FCB5EB3** — Real-world outcomes are monitored and used to revise product-quality assumptions.
186
+
187
+ ## Standards and Frameworks Crosswalk
188
+
189
+ _Consolidated from `quality standards/00-core/03-standards-and-frameworks-crosswalk.md`; 8 non-duplicative controls._
190
+
191
+ ### How to use this crosswalk
192
+
193
+ - [ ] **USEQ-E2576411** — Treat this as a broad baseline catalog, not a claim that every listed reference applies to every product.
194
+ - [ ] **USEQ-429A53EC** — Create an applicability register based on system type, users, data, jurisdictions, sector, contracts, safety impact, suppliers, and deployment model.
195
+ - [ ] **USEQ-42342CFA** — Verify the current published edition directly with the issuing body before audit, procurement, certification, or compliance claims.
196
+ - [ ] **USEQ-16C2ACD8** — Distinguish published standards from drafts, committee drafts, proposed revisions, guidance, and awareness lists.
197
+ - [ ] **USEQ-AC5D537E** — Obtain and use the authoritative text when conformance is required; this corpus does not reproduce copyrighted requirements.
198
+ - [ ] **USEQ-1F1280E6** — Add sector-specific standards for medical, automotive, aviation, rail, industrial, financial, government, telecommunications, energy, education, and other regulated domains.
199
+ - [ ] **USEQ-46BFC86D** — Record which clauses or outcomes map to local controls, owners, evidence, and exceptions.
200
+ - [ ] **USEQ-9E85DA5A** — Review the register at least annually and after new jurisdictions, products, data, incidents, contracts, or standards revisions.
201
+
202
+ ## Universal Definition of Done
203
+
204
+ _Consolidated from `quality standards/00-core/04-universal-definition-of-done.md`; 35 non-duplicative controls._
205
+
206
+ ### A work item is not done until every applicable condition passes
207
+
208
+ #### Product and requirements
209
+
210
+ - [ ] **USEQ-5BE34669** — The user, business, regulatory, risk, or platform outcome is explicit.
211
+ - [ ] **USEQ-CD293CE7** — Scope, non-scope, assumptions, constraints, dependencies, and acceptance criteria are approved.
212
+ - [ ] **USEQ-C7ED66D6** — Functional and quality requirements are testable and traceable.
213
+ - [ ] **USEQ-FAB421AD** — Relevant user research and stakeholder validation are complete.
214
+ - [ ] **USEQ-4F358A61** — Privacy, security, accessibility, reliability, data, support, and lifecycle requirements are included.
215
+
216
+ #### Design and architecture
217
+
218
+ - [ ] **USEQ-8016290C** — The design satisfies requirements with justified trade-offs and no unnecessary complexity.
219
+ - [ ] **USEQ-F40624A5** — System, data, identity, trust, state, failure, operational, and migration implications are understood.
220
+ - [ ] **USEQ-FE5FCB37** — Material decisions and alternatives are recorded.
221
+ - [ ] **USEQ-41DCA413** — Threat, abuse, privacy, accessibility, and failure analysis is complete.
222
+ - [ ] **USEQ-4E5214F8** — Compatibility, rollout, rollback or roll-forward, and retirement are designed.
223
+
224
+ #### Implementation
225
+
226
+ - [ ] **USEQ-46552445** — Code is correct, readable, cohesive, appropriately simple, and follows approved standards.
227
+ - [ ] **USEQ-9FE5701E** — SOLID, DRY, KISS, YAGNI, reuse, and abstraction principles are applied contextually rather than mechanically.
228
+ - [ ] **USEQ-F83FD40A** — Input, output, identity, authorization, errors, concurrency, resources, configuration, and secrets are handled safely.
229
+ - [ ] **USEQ-2282B35E** — Dependencies are necessary, approved, supported, licensed, pinned, inventoried, and monitored.
230
+ - [ ] **USEQ-00E007D5** — Dead code, debug paths, temporary privileges, stale flags, and obsolete compatibility are removed or explicitly lifecycle-managed.
231
+
232
+ #### Verification
233
+
234
+ - [ ] **USEQ-4F6B6D16** — Unit, component, integration, contract, system, acceptance, regression, and exploratory testing are complete as applicable.
235
+ - [ ] **USEQ-7173A5C6** — Positive, negative, boundary, race, retry, failure, recovery, migration, and misuse cases are covered.
236
+ - [ ] **USEQ-C2EE6972** — Security, privacy, accessibility, performance, reliability, compatibility, and data quality objectives have evidence.
237
+ - [ ] **USEQ-F266538C** — Tests can fail for the defects they claim to detect and are not silently flaky or skipped.
238
+ - [ ] **USEQ-21B6514F** — The exact releasable artifact and production-representative configuration are verified.
239
+
240
+ #### Delivery and operations
241
+
242
+ - [ ] **USEQ-AB3A2C88** — Build provenance, artifact digest, SBOM, signature or attestation, and approvals are available as required.
243
+ - [ ] **USEQ-5FF05D93** — Configuration, migrations, feature flags, infrastructure, dependencies, and deployment order are versioned and reviewed.
244
+ - [ ] **USEQ-A8AA064C** — Monitoring, logs, metrics, traces, alerts, dashboards, SLOs, runbooks, capacity, and support are ready.
245
+ - [ ] **USEQ-1D2662B7** — Rollback, roll-forward, restoration, reconciliation, and incident response are tested.
246
+ - [ ] **USEQ-78BFB1B9** — Ownership, on-call, escalation, supplier support, and customer communication are ready.
247
+
248
+ #### Documentation and lifecycle
249
+
250
+ - [ ] **USEQ-75AAF559** — User, support, developer, API, data, architecture, test, security, privacy, and operational documentation is current as applicable.
251
+ - [ ] **USEQ-F62D0973** — Known limitations, residual risks, exceptions, and deferred work are explicit.
252
+ - [ ] **USEQ-12852D61** — Release notes, migration, deprecation, and support information are prepared.
253
+ - [ ] **USEQ-395CFEA4** — Temporary controls have owners and expiry dates.
254
+ - [ ] **USEQ-1ADFF5EF** — Evidence and decisions are retained and linked to the exact change.
255
+
256
+ #### Final acceptance
257
+
258
+ - [ ] **USEQ-3B007012** — All release blockers are resolved.
259
+ - [ ] **USEQ-8864F7C9** — No known residual risk exceeds authorized tolerance.
260
+ - [ ] **USEQ-AE200A41** — Required independent reviews and sign-offs are complete.
261
+ - [ ] **USEQ-6F9C0838** — The change can be detected, contained, disabled, recovered, and communicated if it fails.
262
+ - [ ] **USEQ-FB98DCA5** — Post-deployment validation and observation criteria are defined.
263
+
264
+ ## Master No-Go Gates
265
+
266
+ _Consolidated from `quality standards/00-core/05-master-no-go-gates.md`; 25 non-duplicative controls._
267
+
268
+ ### Absolute release and approval blockers
269
+
270
+ - [ ] **USEQ-6E292740** — A critical user, operator, administrator, recovery, cancellation, or deletion journey lacks successful end-to-end evidence.
271
+ - [ ] **USEQ-B366F417** — A material requirement or quality objective is undefined, unverified, or contradicted by observed behavior.
272
+ - [ ] **USEQ-770D5CDF** — Authentication, authorization, privileged access, account recovery, or tenant isolation lacks independent verification.
273
+ - [ ] **USEQ-AD254104** — Known critical or actively exploited exposure remains without demonstrated mitigation and authorized exception.
274
+ - [ ] **USEQ-C24545ED** — A secret, signing key, credential, token, personal record, or sensitive artifact was exposed and not revoked, rotated, contained, and investigated.
275
+ - [ ] **USEQ-0EB787DF** — A destructive, irreversible, or high-volume data change was not rehearsed and cannot be verified or recovered safely.
276
+ - [ ] **USEQ-B85F89C0** — Backup restoration, disaster recovery, rollback, or safe roll-forward cannot meet approved objectives.
277
+ - [ ] **USEQ-39949FBC** — Expected peak, burst, largest-tenant, abuse, or dependency-failure behavior is unknown.
278
+ - [ ] **USEQ-8124B601** — Critical user journeys cannot meet approved availability, latency, correctness, durability, freshness, accessibility, security, privacy, or safety objectives.
279
+ - [ ] **USEQ-26BF004F** — Monitoring cannot detect critical journey failure, material data corruption, control bypass, or loss of telemetry.
280
+ - [ ] **USEQ-AE082DBE** — No qualified and authorized responder is available for launch and early operation.
281
+ - [ ] **USEQ-5958B1BD** — Incident, escalation, customer communication, supplier escalation, or breach procedures required by risk do not exist.
282
+ - [ ] **USEQ-1F972B41** — A mandatory legal, regulatory, contractual, accessibility, privacy, payment, safety, or procurement obligation is unmet.
283
+ - [ ] **USEQ-9D2FAC3F** — The production artifact cannot be traced to reviewed source, declared dependencies, trusted build, tests, provenance, and approval.
284
+ - [ ] **USEQ-9B701F53** — An unsupported or end-of-life critical component lacks a tested compensating control and funded replacement plan.
285
+ - [ ] **USEQ-502289C2** — Known cross-user or cross-tenant disclosure, data corruption, duplicate charging, irreversible financial effect, or unsafe act remains possible without a tested control.
286
+ - [ ] **USEQ-C4B996D3** — A single person, credential, device, region, provider, undocumented procedure, or unavailable control plane is the only recovery path contrary to approved objectives.
287
+ - [ ] **USEQ-7AA7DE0D** — Evidence predates material untested change or refers to another artifact or configuration.
288
+ - [ ] **USEQ-08296C2C** — A blocker was relabeled, suppressed, waived, or marked Not Applicable without authorized evidence-based risk acceptance.
289
+ - [ ] **USEQ-5BCE4800** — The team cannot state concrete hold, stop, rollback, roll-forward, incident, and communication thresholds before deployment.
290
+ - [ ] **USEQ-6D298FCF** — A serious anomaly, test failure, data mismatch, or security signal remains unexplained.
291
+ - [ ] **USEQ-2094042A** — The only rationale for proceeding is deadline, revenue, sunk cost, executive pressure, or confidence without evidence.
292
+ - [ ] **USEQ-A2B2E114** — The product uses manipulative, discriminatory, inaccessible, unsafe, or unlawful behavior that has not been removed or explicitly and lawfully constrained.
293
+ - [ ] **USEQ-E72E7A13** — The system cannot preserve essential records, data integrity, or user rights through failure, migration, recovery, and retirement.
294
+ - [ ] **USEQ-4401E253** — The organization cannot identify the accountable owner of the product, service, data, security, privacy, operations, and residual risk.
295
+
296
+ ## Final Evidence Package
297
+
298
+ _Consolidated from `quality standards/00-core/06-final-evidence-package.md`; 21 non-duplicative controls._
299
+
300
+ ### Universal controls
301
+
302
+ - [ ] **USEQ-D4A97289** — Release identifier, source commits, tags, artifact digests, configuration versions, migration versions, and feature-flag states.
303
+ - [ ] **USEQ-0015A567** — Final scope, asset inventory, architecture diagrams, deployment diagrams, and data-flow diagrams.
304
+ - [ ] **USEQ-E15E9EEE** — Data inventory, classification, retention schedule, and privacy records.
305
+ - [ ] **USEQ-73265165** — Threat model, abuse-case assessment, risk register, and accepted exceptions.
306
+ - [ ] **USEQ-0820243E** — Applicable legal, privacy, accessibility, security, regulatory, and contractual requirements.
307
+ - [ ] **USEQ-1777943C** — Requirements-to-test and control-to-evidence traceability.
308
+ - [ ] **USEQ-153FAFE7** — Functional, integration, contract, system, regression, and user-acceptance test results.
309
+ - [ ] **USEQ-BB6A3F92** — Browser, device, localization, usability, and accessibility results.
310
+ - [ ] **USEQ-E01943D2** — Performance, load, stress, spike, endurance, and capacity results.
311
+ - [ ] **USEQ-5ECCFB7E** — Resilience, dependency-failure, failover, rollback, roll-forward, and recovery results.
312
+ - [ ] **USEQ-AE5734B3** — Security scan, code review, threat-validation, and penetration-test results.
313
+ - [ ] **USEQ-B39689E7** — SBOM, license report, build provenance, artifact signatures, and attestation evidence.
314
+ - [ ] **USEQ-0C482ED0** — Infrastructure, network, DNS, certificate, secrets, and production-configuration review.
315
+ - [ ] **USEQ-C3A340EE** — Backup, restoration, disaster-recovery, and continuity evidence.
316
+ - [ ] **USEQ-4A35B528** — Incident-response, on-call, alerting, runbook, and communications drill evidence.
317
+ - [ ] **USEQ-F475A3F9** — Monitoring, dashboard, synthetic-check, logging, audit, and telemetry review.
318
+ - [ ] **USEQ-0DBF3D1F** — Third-party risk, contract, subprocessor, and continuity review.
319
+ - [ ] **USEQ-41AB3A61** — Open defect, risk, and exception registers.
320
+ - [ ] **USEQ-8C3A67DF** — Every exception's owner, impact, compensating control, monitoring, remediation plan, and expiry.
321
+ - [ ] **USEQ-68373154** — Deployment, rollback or roll-forward, and post-deployment validation plans.
322
+ - [ ] **USEQ-291D1CF9** — Required approvals, sign-offs, and final decision rationale.
323
+
324
+ ## Corpus Maintenance and Versioning
325
+
326
+ _Consolidated from `quality standards/00-core/08-corpus-maintenance-and-versioning.md`; 20 non-duplicative controls._
327
+
328
+ ### Maintenance controls
329
+
330
+ - [ ] **USEQ-96C0CF6A** — Assign a corpus owner and qualified maintainers across product, engineering, UX, security, privacy, data, quality, delivery, operations, and legal domains.
331
+ - [ ] **USEQ-8A990F83** — Review the corpus at least annually and after major standards revisions.
332
+ - [ ] **USEQ-8B838859** — Review it after every material incident, audit finding, penetration-test finding, accessibility failure, privacy harm, safety event, or near miss.
333
+ - [ ] **USEQ-E5AB0C75** — Review it when entering a new jurisdiction, sector, user population, deployment model, or contractual regime.
334
+ - [ ] **USEQ-56E10E2D** — Review it after adding new sensitive data, identity, payment, AI, device, physical-control, or high-impact functionality.
335
+ - [ ] **USEQ-692CA8B7** — Track authoritative standards and mark published, amended, withdrawn, superseded, and draft status accurately.
336
+ - [ ] **USEQ-0A48A6ED** — Do not replace current published baselines with drafts unless a documented transition decision requires early adoption.
337
+ - [ ] **USEQ-1CD7806F** — Preserve historical corpus versions and the exact version used for each release or audit.
338
+ - [ ] **USEQ-6074CE61** — Record every added, changed, moved, or retired control with rationale and owner.
339
+ - [ ] **USEQ-9F4E9139** — Do not silently weaken controls during consolidation or reorganization.
340
+ - [ ] **USEQ-87104C15** — Use incidents, defects, user research, support demand, threat intelligence, supplier change, and operational evidence to add or refine controls.
341
+ - [ ] **USEQ-96ACBB49** — Review duplicate and overlapping controls while preserving standalone usability of category files.
342
+ - [ ] **USEQ-3726C504** — Validate all Markdown links, headings, checklist syntax, front matter, encoding, and relative paths automatically.
343
+ - [ ] **USEQ-24066ACE** — Validate that every category file contains purpose, applicability, universal controls, evidence expectations, and interpretation boundaries.
344
+ - [ ] **USEQ-ACB1E213** — Search for accidental secrets, personal data, internal URLs, and proprietary information before publication.
345
+ - [ ] **USEQ-D3AEAB87** — Review framework, vendor, language, and platform references and keep universal files technology-neutral.
346
+ - [ ] **USEQ-61E97483** — Place genuinely technology-specific controls only in clearly conditional modules.
347
+ - [ ] **USEQ-C6F40249** — Measure corpus use, control ambiguity, Not Applicable patterns, exception recurrence, and escaped defects.
348
+ - [ ] **USEQ-8CB08DFC** — Retire obsolete controls only after confirming the risk or requirement no longer exists.
349
+ - [ ] **USEQ-27EF115F** — Publish release notes and a migration guide for material corpus changes.
350
+
351
+ ## Governance, Ownership, and Risk
352
+
353
+ _Consolidated from `quality standards/01-governance/01-governance-ownership-and-risk.md`; 19 non-duplicative controls._
354
+
355
+ ### Ownership
356
+
357
+ - [ ] **USEQ-8C84BDA1** — Every production service has named business and engineering owners.
358
+ - [ ] **USEQ-C8627A8D** — Every third-party integration, dashboard, alert, runbook, scheduled job, and background process has an owner.
359
+ - [ ] **USEQ-2F823834** — Ownership remains valid during leave, holidays, and personnel changes.
360
+ - [ ] **USEQ-8272E813** — Escalation paths include primary, secondary, management, security, privacy/legal, and provider contacts.
361
+ - [ ] **USEQ-170D2EA2** — Offboarding and role changes remove or adjust access promptly.
362
+ - [ ] **USEQ-17D2A81C** — Ownership records are periodically reviewed.
363
+
364
+ ### Risk assessment
365
+
366
+ - [ ] **USEQ-6B39A8A1** — Classify confidentiality, integrity, availability, privacy, financial, fraud, safety, regulatory, contractual, reputation, and customer-trust impact.
367
+ - [ ] **USEQ-21A06C7A** — Identify external attackers, abusive users, insiders, compromised accounts, bots, automated agents, social engineering, and accidental failure sources.
368
+ - [ ] **USEQ-ACE196FE** — Identify foreseeable misuse and abuse, not only intended use.
369
+ - [ ] **USEQ-4B9CB799** — Give every risk an owner, likelihood, impact, treatment, evidence, and review date.
370
+ - [ ] **USEQ-0B8D7893** — Record accepted residual risks and the authorized people who accept them.
371
+ - [ ] **USEQ-786705B4** — Verify that launch scope remains within the organization's approved risk appetite.
372
+ - [ ] **USEQ-9843CD0A** — Ensure exceptions expire and compensating controls are tested.
373
+
374
+ ### Control framework
375
+
376
+ - [ ] **USEQ-AFB0927D** — Map security controls to a recognized verification standard.
377
+ - [ ] **USEQ-02B7631F** — Map privacy controls to legal and organizational requirements.
378
+ - [ ] **USEQ-0C8F7443** — Map accessibility controls to the selected conformance target.
379
+ - [ ] **USEQ-D29A0C99** — Identify and resolve conflicts between product, legal, security, privacy, accessibility, and technical requirements.
380
+ - [ ] **USEQ-2C632814** — Document resolutions, tradeoffs, and approvals.
381
+ - [ ] **USEQ-DDBA1140** — Periodically confirm the selected control level still matches application risk.
382
+
383
+ ## Third-Party and Supplier Readiness
384
+
385
+ _Consolidated from `quality standards/01-governance/02-third-party-and-supplier-readiness.md`; 15 non-duplicative controls._
386
+
387
+ ### Universal controls
388
+
389
+ - [ ] **USEQ-4246F390** — Record each provider's purpose, owner, data access, permissions, regions, subprocessors, and criticality.
390
+ - [ ] **USEQ-AAED2E02** — Security, privacy, resilience, accessibility, and compliance due diligence is proportionate to risk.
391
+ - [ ] **USEQ-9C004476** — Contracts cover service levels, security, permitted data use, incident notification, deletion, portability, audit, and termination.
392
+ - [ ] **USEQ-0D759FDC** — Provider credentials and permissions follow least privilege.
393
+ - [ ] **USEQ-FC267359** — Integration secrets are rotatable and revocable.
394
+ - [ ] **USEQ-D669D379** — Provider quotas, rate limits, concurrency limits, regional limits, and support commitments are understood.
395
+ - [ ] **USEQ-DE1C021A** — Provider availability and recovery commitments align with product objectives.
396
+ - [ ] **USEQ-5DA6E2FF** — Provider webhooks and callbacks are authenticated and replay-protected.
397
+ - [ ] **USEQ-FBBA350E** — Breaking-change and incident notifications reach an accountable owner.
398
+ - [ ] **USEQ-8FC152BB** — Provider outages, delays, malformed responses, throttling, and partial failures are tested.
399
+ - [ ] **USEQ-FC8F0D82** — Provider data-use and contract changes are monitored.
400
+ - [ ] **USEQ-DB18DC98** — A replacement, exit, continuity, and data-export plan exists for critical providers.
401
+ - [ ] **USEQ-01D417C3** — The application can identify records and users affected by a provider incident.
402
+ - [ ] **USEQ-615B275E** — Provider status and escalation contacts are included in runbooks.
403
+ - [ ] **USEQ-B009F0F4** — No provider can silently expand data collection or processing beyond approved behavior.
404
+
405
+ ## Legal, Regulatory, and Contractual Applicability
406
+
407
+ _Consolidated from `quality standards/01-governance/03-legal-regulatory-and-contractual-applicability.md`; 27 non-duplicative controls._
408
+
409
+ ### Universal controls
410
+
411
+ - [ ] **USEQ-8211B7E2** — Identify applicable privacy, data-protection, cybersecurity, breach-notification, and data-localization laws.
412
+ - [ ] **USEQ-029FDBE7** — Identify accessibility laws, public-sector rules, procurement requirements, and sector-specific accessibility duties.
413
+ - [ ] **USEQ-6B2941CB** — Identify consumer-protection, unfair-practice, pricing, subscription, renewal, cancellation, refund, and complaint requirements.
414
+ - [ ] **USEQ-532689B4** — Identify marketing, advertising, email, SMS, telemarketing, tracking, and consent requirements.
415
+ - [ ] **USEQ-1364FDC7** — Identify payment, banking, financial-service, insurance, securities, tax, invoicing, currency, and marketplace requirements.
416
+ - [ ] **USEQ-846F99B4** — Identify healthcare, education, employment, housing, government, critical-infrastructure, and other sector requirements.
417
+ - [ ] **USEQ-3C9DE828** — Identify children's privacy, age-assurance, age-appropriate-design, and child-safety requirements.
418
+ - [ ] **USEQ-2FF57224** — Identify identity-verification, anti-fraud, anti-money-laundering, sanctions, export-control, and restricted-country obligations.
419
+ - [ ] **USEQ-F29992F2** — Identify record-retention, legal-hold, evidence-preservation, and lawful-request obligations.
420
+ - [ ] **USEQ-F499A92F** — Identify international-transfer and data-residency requirements.
421
+ - [ ] **USEQ-BC302091** — Identify content, intellectual-property, copyright, moderation, intermediary, and platform obligations.
422
+ - [ ] **USEQ-BD48566C** — Identify algorithmic-decision, automated-decision, AI, transparency, explanation, human-review, and appeal requirements.
423
+ - [ ] **USEQ-45790745** — Identify contractual and customer-specific security, privacy, availability, audit, and notification requirements.
424
+ - [ ] **USEQ-A6E04178** — Terms of service match actual behavior.
425
+ - [ ] **USEQ-685C66D7** — Privacy and cookie notices match actual data and tracking behavior.
426
+ - [ ] **USEQ-9FBCC7DE** — Acceptable-use, content, moderation, and safety policies are enforceable and communicated.
427
+ - [ ] **USEQ-EC4D34E4** — Trademarks, media, data sets, fonts, models, and other content have appropriate rights.
428
+ - [ ] **USEQ-CAA051A6** — Security, compliance, privacy, sustainability, accessibility, and performance claims are accurate and supportable.
429
+ - [ ] **USEQ-4C0378A1** — Required contact, company, pricing, cancellation, complaint, and regulatory information is displayed.
430
+ - [ ] **USEQ-96B1F594** — Renewal, review, filing, audit, and reporting deadlines are tracked.
431
+
432
+ ### Frequently triggered regulatory modules
433
+
434
+ - [ ] **USEQ-903DD079** — **Payments:** determine actual payment-security scope and apply the current applicable payment-card or financial-security standard.
435
+ - [ ] **USEQ-7690E19B** — **Health information:** determine whether health-information laws or contracts apply and implement required administrative, physical, and technical safeguards.
436
+ - [ ] **USEQ-4CF7E38B** — **Children:** determine whether the product is directed to children or knows it has child users and apply parental-consent, minimization, advertising, design, safety, and deletion requirements.
437
+ - [ ] **USEQ-63BBB657** — **Accessibility:** determine whether regional accessibility laws, public-sector rules, procurement requirements, or sector requirements apply.
438
+ - [ ] **USEQ-64DF55C0** — **Financial services:** determine licensing, disclosures, suitability, anti-fraud, recordkeeping, customer-protection, and transaction-monitoring obligations.
439
+ - [ ] **USEQ-C3784FD4** — **Employment, housing, education, credit, insurance, and essential services:** determine whether nondiscrimination, fairness, explanation, appeal, recordkeeping, and human-review obligations apply.
440
+ - [ ] **USEQ-224DF94F** — **Government and critical infrastructure:** determine whether additional security, hosting, accessibility, records, resilience, and supply-chain obligations apply.
441
+
442
+ ## Quality Management and Continual Improvement
443
+
444
+ _Consolidated from `quality standards/01-governance/04-quality-management-and-continual-improvement.md`; 55 non-duplicative controls._
445
+
446
+ ### Governance and lifecycle controls
447
+
448
+ - [ ] **USEQ-0897EF0F** — Define the category scope, intended outcomes, boundaries, stakeholders, users, and affected systems.
449
+ - [ ] **USEQ-F828BDE3** — Assign one accountable owner and identify all contributing and reviewing roles.
450
+ - [ ] **USEQ-7FE46690** — Inventory the artifacts, interfaces, data, dependencies, suppliers, environments, and lifecycle stages in scope.
451
+ - [ ] **USEQ-716AACBA** — Translate quality goals into explicit, testable requirements and acceptance criteria.
452
+ - [ ] **USEQ-F79AAA15** — Identify legal, contractual, security, privacy, accessibility, safety, reliability, and business constraints.
453
+ - [ ] **USEQ-6365A464** — Identify foreseeable misuse, failure modes, edge conditions, and conflicting stakeholder needs.
454
+ - [ ] **USEQ-770D6E54** — Record material assumptions and validate them with evidence before relying on them.
455
+ - [ ] **USEQ-0D80749F** — Record material design decisions, alternatives, trade-offs, consequences, and reversal conditions.
456
+ - [ ] **USEQ-06344248** — Prefer the least complex solution that satisfies current evidenced requirements and preserves necessary evolution paths.
457
+ - [ ] **USEQ-C7901DA7** — Maintain traceability from goals and risks through decisions, implementation, verification, deployment, and operational evidence.
458
+ - [ ] **USEQ-E075330B** — Apply independent review proportionate to impact and prevent authors from self-approving material controls.
459
+ - [ ] **USEQ-C7D1EC67** — Automate repeatable checks where automation is reliable, and retain human evaluation where judgment or user context is required.
460
+ - [ ] **USEQ-3B2B2AC9** — Test normal, negative, boundary, concurrency, failure, recovery, upgrade, rollback, and misuse behavior as applicable.
461
+ - [ ] **USEQ-9F30EF3C** — Use production-representative data shape, scale, topology, configuration, and dependency behavior for material verification.
462
+ - [ ] **USEQ-6D6113E1** — Measure outcomes and quality attributes rather than relying only on activity, output, or vanity metrics.
463
+ - [ ] **USEQ-C37654F3** — Make failures observable, diagnosable, containable, recoverable, and learnable.
464
+ - [ ] **USEQ-EC2F36AC** — Document operating procedures, limitations, ownership, support paths, and lifecycle expectations.
465
+ - [ ] **USEQ-C60E9C67** — Define deprecation, migration, retention, archival, and retirement behavior before those paths become urgent.
466
+ - [ ] **USEQ-69216AAA** — Review the controls after material change, incident, audit finding, user harm, supplier change, or new evidence.
467
+ - [ ] **USEQ-08BC8F27** — Convert recurring defects, support demand, security findings, and operational toil into permanent systemic improvements.
468
+
469
+ ### Category-specific universal rules
470
+
471
+ - [ ] **USEQ-23D52699** — Establish a quality policy aligned with customer outcomes, safety, security, privacy, accessibility, reliability, and business objectives.
472
+ - [ ] **USEQ-740272E6** — Define measurable quality objectives at organization, portfolio, product, service, and release levels.
473
+ - [ ] **USEQ-DA6F3EA5** — Ensure quality objectives do not conflict with incentives that reward speed or output at the expense of outcomes.
474
+ - [ ] **USEQ-B73EE86B** — Define process owners, process inputs, expected outcomes, controls, records, and improvement mechanisms.
475
+ - [ ] **USEQ-715E3556** — Tailor processes explicitly to context without silently removing required outcomes.
476
+ - [ ] **USEQ-E77901AD** — Use prevention and early feedback before relying on downstream inspection.
477
+ - [ ] **USEQ-9A8916C2** — Integrate quality planning into discovery, requirements, architecture, implementation, verification, release, operation, and retirement.
478
+ - [ ] **USEQ-73C6FD52** — Use independent assurance for high-impact claims and controls.
479
+ - [ ] **USEQ-496084CD** — Analyze escapes, rework, incidents, complaints, support demand, and near misses as quality-system signals.
480
+ - [ ] **USEQ-5BC79E55** — Distinguish common-cause systemic problems from isolated special-cause events.
481
+ - [ ] **USEQ-B5A8BFB6** — Prioritize corrective action according to user harm, risk, recurrence, and systemic reach.
482
+ - [ ] **USEQ-CF27C8CE** — Verify corrective actions for effectiveness rather than closing them when work is merely completed.
483
+ - [ ] **USEQ-6B1C466A** — Prevent local optimizations from degrading end-to-end product or service quality.
484
+ - [ ] **USEQ-587925A5** — Maintain control of nonconforming work products and prevent accidental release or reuse.
485
+ - [ ] **USEQ-4246E9DC** — Use calibrated tools, test assets, data sets, and environments where measurement validity depends on them.
486
+ - [ ] **USEQ-2AFCA02A** — Review supplier quality and inherited controls as part of the same quality system.
487
+ - [ ] **USEQ-277CEB44** — Conduct periodic management review using evidence, trends, unresolved risk, customer feedback, and improvement results.
488
+ - [ ] **USEQ-225D52E9** — Preserve organizational learning so recurring failures do not reset with personnel or team changes.
489
+
490
+ ### Required evidence
491
+
492
+ - [ ] **USEQ-928743A4** — Retain an approved scope and applicability record.
493
+ - [ ] **USEQ-2CD5DD6D** — Retain requirements and acceptance criteria linked to risks and intended outcomes.
494
+ - [ ] **USEQ-0BC431C9** — Retain decision records and review approvals for material choices.
495
+ - [ ] **USEQ-45C1DDB5** — Retain automated and manual verification results tied to the exact assessed revision.
496
+ - [ ] **USEQ-48BBA3DE** — Retain representative examples of successful, failed, boundary, and recovery behavior.
497
+ - [ ] **USEQ-E1B67CDC** — Retain current metrics, thresholds, trends, and the rationale for each threshold.
498
+ - [ ] **USEQ-321D7565** — Retain an open-defect and residual-risk register with owners and target dates.
499
+ - [ ] **USEQ-3358CD08** — Retain evidence that temporary exceptions and compensating controls are monitored and expire.
500
+ - [ ] **USEQ-397DD8D0** — Retain operational evidence showing the control continues to work after deployment.
501
+ - [ ] **USEQ-FB14A009** — Retain lessons and corrective actions from incidents, escapes, regressions, and near misses.
502
+
503
+ ### Category no-go conditions
504
+
505
+ - [ ] **USEQ-A1AD3791** — Do not approve the category when a critical requirement lacks objective evidence.
506
+ - [ ] **USEQ-8A113D59** — Do not use checklist completion percentages to offset a material unresolved risk.
507
+ - [ ] **USEQ-9CC0C0B9** — Do not accept a control merely because a tool, supplier, framework, or platform claims to provide it.
508
+ - [ ] **USEQ-7D0D9C8E** — Do not mark a control Not Applicable solely because it is difficult, expensive, owned elsewhere, or not yet implemented.
509
+ - [ ] **USEQ-6993212D** — Do not proceed when the team cannot detect, contain, recover from, or communicate a foreseeable high-impact failure.
510
+ - [ ] **USEQ-961EF318** — Quality objectives are undefined, contradictory, or impossible to measure.
511
+ - [ ] **USEQ-F33B64FF** — Known systemic defects recur without an effective corrective-action program.
512
+
513
+ ## Engineering Governance and Decision Rights
514
+
515
+ _Consolidated from `quality standards/01-governance/05-engineering-governance-and-decision-rights.md`; 15 non-duplicative controls._
516
+
517
+ ### Category-specific universal rules
518
+
519
+ - [ ] **USEQ-41CEC06B** — Define which decisions are centralized, delegated, advisory, or prohibited.
520
+ - [ ] **USEQ-35C12A25** — Assign decision rights to roles with sufficient competence, authority, independence, and context.
521
+ - [ ] **USEQ-A56E3EB0** — Separate decision authority from personal status, seniority, or tool ownership.
522
+ - [ ] **USEQ-2048A133** — Define mandatory engineering guardrails and the risk basis for each guardrail.
523
+ - [ ] **USEQ-EA86F0CC** — Publish escalation paths for conflicts between product, engineering, security, privacy, reliability, accessibility, legal, and commercial goals.
524
+ - [ ] **USEQ-573E2FC1** — Require material decisions to state the problem, context, options, evidence, trade-offs, decision, owner, date, and review trigger.
525
+ - [ ] **USEQ-4D7CD9DF** — Make reversible decisions quickly while applying more rigor to irreversible or high-cost decisions.
526
+ - [ ] **USEQ-41A69859** — Require affected stakeholders to be consulted before decisions that transfer risk or operational burden to them.
527
+ - [ ] **USEQ-31ADB2B3** — Prevent architecture boards and review bodies from becoming unaccountable bottlenecks.
528
+ - [ ] **USEQ-1C45E26D** — Ensure exceptions identify the exact control waived, duration, compensating controls, owner, and exit plan.
529
+ - [ ] **USEQ-4E007EF6** — Review decision outcomes and retire decisions whose assumptions no longer hold.
530
+ - [ ] **USEQ-4384C947** — Make governance artifacts discoverable and understandable to the people expected to follow them.
531
+ - [ ] **USEQ-5657213E** — Ensure emergency decision paths preserve auditability and receive retrospective review.
532
+ - [ ] **USEQ-FED54377** — Define how teams challenge unsafe decisions without retaliation.
533
+ - [ ] **USEQ-77A6DDD9** — Measure governance by decision quality, risk outcomes, and flow—not meeting volume or document count.
534
+
535
+ ## Project, Program, and Portfolio Management
536
+
537
+ _Consolidated from `quality standards/01-governance/06-project-program-and-portfolio-management.md`; 15 non-duplicative controls._
538
+
539
+ ### Category-specific universal rules
540
+
541
+ - [ ] **USEQ-0B4B4DFD** — Connect every initiative to an explicit user, business, compliance, risk-reduction, or platform outcome.
542
+ - [ ] **USEQ-AA4F038D** — Define scope, non-scope, assumptions, constraints, dependencies, milestones, acceptance criteria, and completion conditions.
543
+ - [ ] **USEQ-9F8B6548** — Use outcome-based funding and review rather than treating initial estimates as immutable commitments.
544
+ - [ ] **USEQ-DF8B2B5D** — Maintain an integrated dependency map across products, teams, suppliers, data, infrastructure, and regulatory work.
545
+ - [ ] **USEQ-0BE4C2D3** — Identify the critical path and critical chain without hiding uncertainty behind single-point estimates.
546
+ - [ ] **USEQ-F2229F87** — Represent uncertainty with ranges, scenarios, confidence, and explicit assumptions.
547
+ - [ ] **USEQ-9BAB8E9B** — Reserve capacity for defects, security, reliability, maintenance, learning, and unplanned work.
548
+ - [ ] **USEQ-511069A8** — Prevent portfolio overcommitment from making every initiative simultaneously urgent.
549
+ - [ ] **USEQ-049681CB** — Define benefit owners and measure whether expected benefits are realized after delivery.
550
+ - [ ] **USEQ-EA0E51DC** — Stop or reshape initiatives when evidence invalidates the original case.
551
+ - [ ] **USEQ-B7629D08** — Coordinate cross-team interface, migration, release, and operational readiness obligations.
552
+ - [ ] **USEQ-BFDEE280** — Use transparent change control for material scope, schedule, cost, quality, or risk changes.
553
+ - [ ] **USEQ-2E9C12E9** — Treat unresolved staffing or skill gaps as delivery risks, not individual performance problems.
554
+ - [ ] **USEQ-9BF0B2DD** — Ensure project closure includes handover, operational acceptance, documentation, residual risk, and lessons learned.
555
+ - [ ] **USEQ-55341909** — Avoid rewarding deadline compliance when it produces hidden quality, security, or sustainability debt.
556
+
557
+ ## Engineering Measurement and Metrics
558
+
559
+ _Consolidated from `quality standards/01-governance/07-engineering-measurement-and-metrics.md`; 15 non-duplicative controls._
560
+
561
+ ### Category-specific universal rules
562
+
563
+ - [ ] **USEQ-DB947847** — Begin with a decision or information need before selecting a metric.
564
+ - [ ] **USEQ-DF84913E** — Define each metric's construct, population, unit, method, source, frequency, owner, limitations, and intended decisions.
565
+ - [ ] **USEQ-F1BEE0D8** — Validate that a metric measures the intended property rather than an easy proxy.
566
+ - [ ] **USEQ-BFBA2F5B** — Use balanced measures spanning outcomes, flow, quality, reliability, security, sustainability, and human factors.
567
+ - [ ] **USEQ-1163E0B6** — Use distributions and percentiles where averages hide important variation.
568
+ - [ ] **USEQ-2662F4B7** — Segment data when aggregate results can conceal harmed users, devices, regions, tenants, or cohorts.
569
+ - [ ] **USEQ-163BE262** — Define confidence, uncertainty, sampling, missing-data, and measurement-error treatment.
570
+ - [ ] **USEQ-7598EA63** — Protect measurement systems against manipulation, gaming, selection bias, and survivorship bias.
571
+ - [ ] **USEQ-5AAC4687** — Avoid using team-level system metrics as simplistic individual performance scores.
572
+ - [ ] **USEQ-13A8CCE3** — Review metric behavior after process or tooling changes that alter collection semantics.
573
+ - [ ] **USEQ-22853BEF** — Establish baselines and distinguish natural variation from meaningful change.
574
+ - [ ] **USEQ-9282AB20** — Predefine success, guardrail, stop, and rollback thresholds for experiments and launches.
575
+ - [ ] **USEQ-82522805** — Preserve raw evidence and transformation lineage sufficient to reproduce reported values.
576
+ - [ ] **USEQ-1C341AE4** — Retire metrics that no longer inform decisions or create harmful incentives.
577
+ - [ ] **USEQ-3DAEC856** — Pair quantitative evidence with qualitative user and operator evidence where context matters.
578
+
579
+ ## People, Competence, Culture, and Sustainable Work
580
+
581
+ _Consolidated from `quality standards/01-governance/08-people-competence-culture-and-sustainable-work.md`; 15 non-duplicative controls._
582
+
583
+ ### Category-specific universal rules
584
+
585
+ - [ ] **USEQ-CC59B784** — Define competency expectations for each material engineering, product, design, security, privacy, data, quality, and operations role.
586
+ - [ ] **USEQ-1BE6DBB2** — Assess competency using demonstrated outcomes and supervised practice rather than attendance alone.
587
+ - [ ] **USEQ-77B89A84** — Provide training before assigning high-impact responsibilities.
588
+ - [ ] **USEQ-7114A125** — Ensure reviewers have relevant expertise and sufficient time to review.
589
+ - [ ] **USEQ-805EACEA** — Use pairing, mentoring, rotation, and documentation to reduce single-person dependencies.
590
+ - [ ] **USEQ-6062519D** — Maintain succession and backup coverage for critical systems and responsibilities.
591
+ - [ ] **USEQ-D28F8B74** — Create psychologically safe channels for raising defects, risk, uncertainty, and ethical concerns.
592
+ - [ ] **USEQ-C1D6C65C** — Prohibit retaliation for stopping unsafe work or reporting material risk in good faith.
593
+ - [ ] **USEQ-AE14AF0D** — Avoid chronic overtime, interrupted leave, and unsustainable on-call as routine capacity strategies.
594
+ - [ ] **USEQ-866D6154** — Treat excessive toil and cognitive load as system defects to reduce.
595
+ - [ ] **USEQ-4DB71087** — Design team boundaries and ownership to minimize coordination cost while preserving end-to-end accountability.
596
+ - [ ] **USEQ-5F523DA1** — Ensure incentives reward quality, collaboration, learning, and customer outcomes rather than heroics and local output.
597
+ - [ ] **USEQ-456D1187** — Include accessibility, privacy, security, reliability, and incident skills in role-appropriate learning paths.
598
+ - [ ] **USEQ-7584EFCD** — Review access promptly when people join, change roles, take leave, or depart.
599
+ - [ ] **USEQ-FBBC8C19** — Capture critical tacit knowledge before reorganizations, outsourcing, or retirement.
600
+
601
+ ## Ethics and Responsible Technology
602
+
603
+ _Consolidated from `quality standards/01-governance/09-ethics-and-responsible-technology.md`; 15 non-duplicative controls._
604
+
605
+ ### Category-specific universal rules
606
+
607
+ - [ ] **USEQ-5A014C1A** — Identify people and communities who can be affected, including non-users and vulnerable groups.
608
+ - [ ] **USEQ-338D038D** — Assess intended benefits, foreseeable harms, misuse, power imbalances, and unequal distribution of risk.
609
+ - [ ] **USEQ-1216601A** — Avoid collecting, inferring, or exposing sensitive information without a necessary and justified purpose.
610
+ - [ ] **USEQ-00419A24** — Avoid manipulative, coercive, deceptive, addictive, or exploitative interaction patterns.
611
+ - [ ] **USEQ-63731FF6** — Provide meaningful transparency about consequential automated or policy-driven outcomes.
612
+ - [ ] **USEQ-8D2D4788** — Provide human review, appeal, correction, and redress where decisions can materially affect people.
613
+ - [ ] **USEQ-C9E9ADAC** — Test for systematically different quality or harm across relevant groups and contexts.
614
+ - [ ] **USEQ-219A351E** — Do not use protected or sensitive attributes as proxies without lawful, ethical, and evidenced justification.
615
+ - [ ] **USEQ-3C567287** — Limit surveillance, monitoring, scoring, and behavioral influence to proportionate purposes.
616
+ - [ ] **USEQ-0F61741E** — Protect user autonomy through reversible choices, clear defaults, and genuine refusal paths.
617
+ - [ ] **USEQ-4A92C813** — Define unacceptable uses and enforce them technically and contractually where practical.
618
+ - [ ] **USEQ-55927854** — Establish independent escalation for conflicts between commercial objectives and human welfare.
619
+ - [ ] **USEQ-7858A9FB** — Include environmental and labor impacts in major technology and supplier decisions.
620
+ - [ ] **USEQ-A7CFBEC2** — Reassess impact as usage, scale, context, data, models, and downstream integrations change.
621
+ - [ ] **USEQ-46335AA9** — Stop or constrain a capability when harms cannot be reduced below approved tolerance.
622
+
623
+ ## Final Gap Closure — Governance, Acquisition, Automated Decisions, and Rights
624
+
625
+ _Consolidated from `final consolidated corpus/01-governance-product-requirements-risk-ethics-lifecycle.md#Final Gap Closure — Governance, Acquisition, Automated Decisions, and Rights`; 215 non-duplicative controls._
626
+
627
+ ### Compliance and obligations management
628
+
629
+ - [ ] **USEQ-0A917506** — Maintain one authoritative register of applicable laws, regulations, contracts, standards, licenses, policies, certifications, customer commitments, and internal obligations.
630
+ - [ ] **USEQ-FC410330** — Record the jurisdiction, authority, scope, effective date, owner, interpretation, evidence, review date, and change source for every obligation.
631
+ - [ ] **USEQ-228A7EAC** — Translate each applicable obligation into testable product, process, operational, documentation, and evidence requirements.
632
+ - [ ] **USEQ-0A0A5D07** — Distinguish mandatory obligations from voluntary commitments, guidance, aspirations, and marketing claims.
633
+ - [ ] **USEQ-5826CC12** — Resolve conflicts among legal, contractual, ethical, security, privacy, accessibility, safety, and product requirements through documented authorized decisions.
634
+ - [ ] **USEQ-0A75AF7B** — Monitor official sources for amendments, enforcement guidance, court decisions, regulator interpretations, and transition deadlines that can change applicability.
635
+ - [ ] **USEQ-4BD7C569** — Reassess obligations before entering a new market, serving a new user population, processing a new data type, changing a supplier, or materially changing functionality.
636
+ - [ ] **USEQ-899D534D** — Ensure compliance owners have sufficient authority, independence, competence, resources, and access to decision-makers.
637
+ - [ ] **USEQ-E5464005** — Prevent commercial or delivery pressure from suppressing a material compliance concern.
638
+ - [ ] **USEQ-E49A534A** — Require qualified review when an obligation is ambiguous, high impact, or outside the team's competence.
639
+ - [ ] **USEQ-33C53EA1** — Link obligations to requirements, risks, controls, tests, operating procedures, records, owners, and release decisions.
640
+ - [ ] **USEQ-56A86581** — Verify that controls operate in the actual production context rather than only existing in policy documents.
641
+ - [ ] **USEQ-68C68A3D** — Maintain evidence of compliance decisions and the factual basis used at the time.
642
+ - [ ] **USEQ-61C0266E** — Track nonconformities, corrective actions, due dates, owners, effectiveness checks, and recurrence.
643
+ - [ ] **USEQ-61985D0A** — Escalate repeated or systemic nonconformity beyond the team that created it.
644
+ - [ ] **USEQ-4F97A2C6** — Define which nonconformities block release, require customer notification, or trigger incident response.
645
+ - [ ] **USEQ-2E9F63DE** — Review whether accepted exceptions remain legally and contractually permissible.
646
+ - [ ] **USEQ-E34BC22A** — Ensure temporary waivers expire automatically and cannot become permanent through inattention.
647
+ - [ ] **USEQ-A98DF5A6** — Verify that customer-specific commitments are reflected in tenant, region, configuration, support, and reporting behavior.
648
+ - [ ] **USEQ-39F64583** — Prevent unsupported certifications, seals, compliance labels, security claims, privacy claims, accessibility claims, and quality claims.
649
+ - [ ] **USEQ-8BAFBF7E** — State the exact product, service, location, version, period, and control scope covered by every assurance claim.
650
+ - [ ] **USEQ-DE933B4A** — Track certification and audit surveillance dates, evidence windows, exclusions, dependencies, and renewal actions.
651
+ - [ ] **USEQ-D673A4A5** — Ensure changes cannot move the product outside a certified or contracted scope without review.
652
+ - [ ] **USEQ-EDCF9DA1** — Maintain a controlled process for regulator, auditor, customer, and lawful-authority requests.
653
+ - [ ] **USEQ-214C3BC6** — Protect privilege, confidentiality, personal data, trade secrets, and investigation integrity when responding to requests.
654
+ - [ ] **USEQ-1ECFF549** — Record why an obligation was judged Not Applicable and have the judgment reviewed by an authorized person.
655
+ - [ ] **USEQ-EBBC0B9E** — Reopen applicability judgments when facts, interpretations, product scope, or law change.
656
+ - [ ] **USEQ-D2C209FC** — Measure control effectiveness and outcome quality rather than counting policies, training sessions, or completed forms alone.
657
+ - [ ] **USEQ-5AFB222A** — Test compliance processes through sampling, walkthroughs, incident simulations, and independent review.
658
+ - [ ] **USEQ-D4694365** — Provide a confidential path for reporting suspected noncompliance and protect reporters from retaliation.
659
+ - [ ] **USEQ-EB301D83** — Preserve required records for the applicable period and dispose of them defensibly when the obligation ends.
660
+ - [ ] **USEQ-F60CED4C** — Ensure compliance evidence remains understandable and retrievable after personnel, vendor, or technology changes.
661
+ - [ ] **USEQ-EF95F68C** — Include compliance impacts in architecture decisions, backlog prioritization, procurement, release planning, and retirement.
662
+ - [ ] **USEQ-517D13D7** — Treat supplier-operated obligations as shared responsibilities and verify the supplier's evidence rather than assuming transfer of accountability.
663
+ - [ ] **USEQ-648076DD** — Review the compliance management system after material incidents, enforcement actions, audit findings, or recurring customer complaints.
664
+
665
+ ### Acquisition, supply, outsourcing, and exit governance
666
+
667
+ - [ ] **USEQ-C097977F** — Define the business capability, outcomes, constraints, risks, data, interfaces, service levels, and acceptance criteria before selecting a supplier or product.
668
+ - [ ] **USEQ-E8FAD9D8** — Compare build, buy, reuse, partner, and retire options using lifecycle value, risk, reversibility, opportunity cost, and organizational capability.
669
+ - [ ] **USEQ-AD81EAAC** — Include migration, integration, operation, support, security, privacy, accessibility, continuity, and exit costs in acquisition decisions.
670
+ - [ ] **USEQ-53949496** — Assess whether the supplier's financial, operational, security, quality, legal, and staffing capacity is proportionate to criticality.
671
+ - [ ] **USEQ-37920856** — Identify fourth parties and other subcontractors that can materially affect the service or data.
672
+ - [ ] **USEQ-32E592BA** — Evaluate concentration risk where multiple critical capabilities depend on one provider, region, control plane, identity system, or corporate group.
673
+ - [ ] **USEQ-34730C2F** — Define contractual ownership and permitted use of source code, binaries, configuration, data, metadata, telemetry, models, prompts, documentation, and derived outputs.
674
+ - [ ] **USEQ-76A225D3** — Define which party is responsible for defects, vulnerabilities, incidents, accessibility barriers, data errors, legal requests, and customer support.
675
+ - [ ] **USEQ-15770275** — Include measurable service levels and service-level remedies that reflect real user and business impact.
676
+ - [ ] **USEQ-330DBEE1** — Specify security, privacy, accessibility, quality, continuity, records, audit, and incident-notification obligations in enforceable terms.
677
+ - [ ] **USEQ-9DE72FA9** — Require timely notice of material changes to ownership, subprocessors, locations, technology, security posture, data use, support, or end-of-life plans.
678
+ - [ ] **USEQ-CBCD7DAA** — Preserve rights to obtain sufficient evidence, audit reports, test results, architecture information, and incident details.
679
+ - [ ] **USEQ-49502674** — Ensure confidentiality terms do not prevent necessary security disclosure, regulatory reporting, or customer notification.
680
+ - [ ] **USEQ-7A7A29CE** — Define vulnerability disclosure, remediation targets, emergency coordination, and customer advisory responsibilities.
681
+ - [ ] **USEQ-3C3DC5B8** — Define data return, export format, completeness, integrity, metadata, provenance, and deletion obligations at termination.
682
+ - [ ] **USEQ-033D8FA9** — Require deletion evidence for data, credentials, backups, replicas, caches, support copies, and subprocessors where applicable.
683
+ - [ ] **USEQ-7A559BF6** — Define portability for identities, permissions, configuration, workflows, schemas, integrations, keys, logs, and historical records.
684
+ - [ ] **USEQ-CA6C9422** — Avoid contractual or technical lock-in that makes safe exit economically or operationally infeasible without explicit acceptance.
685
+ - [ ] **USEQ-7BC25239** — Identify proprietary extensions and document the consequence of losing them during migration.
686
+ - [ ] **USEQ-B97EFA06** — Require open, documented, or independently implementable interfaces when interoperability and exitability are material.
687
+ - [ ] **USEQ-123B91B1** — Define source escrow, continuity licensing, documentation access, or equivalent safeguards when supplier failure would be unacceptable.
688
+ - [ ] **USEQ-6C97F8ED** — Verify that escrowed or transferred material is complete, current, buildable, deployable, maintainable, and legally usable.
689
+ - [ ] **USEQ-AEBAE6E8** — Define transition assistance, knowledge transfer, overlap periods, support continuity, and key-person availability.
690
+ - [ ] **USEQ-237A0006** — Test exports, backups, migration tooling, and alternate-provider integration before an emergency forces their use.
691
+ - [ ] **USEQ-83E0FB27** — Maintain an exit plan for each critical supplier from the start of the relationship.
692
+ - [ ] **USEQ-6AB53D5A** — Assign an exit owner and estimate time, cost, dependencies, data movement, customer impact, and residual obligations.
693
+ - [ ] **USEQ-E6A9CCF0** — Identify supplier-provided controls that would disappear during exit and replace them before cutover.
694
+ - [ ] **USEQ-C8B933AD** — Prevent test or evaluation access from becoming unreviewed production dependency.
695
+ - [ ] **USEQ-57E8F571** — Require formal acceptance against agreed criteria before treating acquired software or services as production ready.
696
+ - [ ] **USEQ-C11220A0** — Separate supplier demonstration from independent verification using representative workloads and failure conditions.
697
+ - [ ] **USEQ-B1DA6120** — Verify licensing quantities, use rights, geographic restrictions, support rights, and renewal conditions before deployment.
698
+ - [ ] **USEQ-02A1C0FF** — Track notice periods, price changes, minimum commitments, automatic renewals, and termination windows.
699
+ - [ ] **USEQ-B6B75132** — Prevent procurement incentives from rewarding low initial price while hiding long-term risk or switching cost.
700
+ - [ ] **USEQ-F0EB40C4** — Define governance for supplier-requested emergency changes and exceptions.
701
+ - [ ] **USEQ-265DA109** — Review supplier performance using outcomes, incidents, risk trends, roadmap delivery, support quality, and corrective-action effectiveness.
702
+ - [ ] **USEQ-14A323CB** — Escalate chronic supplier underperformance and maintain objective replacement triggers.
703
+ - [ ] **USEQ-CA5F0120** — Ensure supplier personnel access uses individual identities, least privilege, time limits, logging, and prompt revocation.
704
+ - [ ] **USEQ-C744DA1F** — Remove supplier access, integrations, credentials, certificates, routes, accounts, and data when the relationship ends.
705
+ - [ ] **USEQ-DD784EF2** — Preserve contractual and technical evidence needed for disputes, audits, investigations, and transition.
706
+ - [ ] **USEQ-B4C136B8** — Reassess critical suppliers after acquisition, merger, restructuring, leadership change, breach, sanctions exposure, or material service degradation.
707
+ - [ ] **USEQ-66028C4E** — Document the residual risks accepted when a supplier cannot satisfy a required control.
708
+ - [ ] **USEQ-DD621797** — Ensure the risk owner accepting a supplier exception is independent of the commercial incentive to proceed.
709
+
710
+ ### Organizational change, adoption, and benefits realization
711
+
712
+ - [ ] **USEQ-7D97FA29** — Identify every group whose work, rights, incentives, responsibilities, workload, or outcomes will change.
713
+ - [ ] **USEQ-F4BFF6A0** — Involve affected users, operators, support teams, administrators, and downstream partners early enough to influence design.
714
+ - [ ] **USEQ-7A6C75E2** — Document the current process, target process, transition states, retained exceptions, and retirement conditions.
715
+ - [ ] **USEQ-BD17C161** — Distinguish technical deployment from successful adoption and verified benefit realization.
716
+ - [ ] **USEQ-F637AD14** — Define adoption outcomes, behavioral indicators, user outcomes, business outcomes, safety indicators, and failure criteria before launch.
717
+ - [ ] **USEQ-B8EE5089** — Establish baseline measurements before changing the system or process.
718
+ - [ ] **USEQ-C4685A7E** — Validate that the change addresses the actual problem rather than merely introducing new technology.
719
+ - [ ] **USEQ-183A85DE** — Identify incentives that can cause gaming, unsafe shortcuts, shadow systems, duplicate work, or data-quality degradation.
720
+ - [ ] **USEQ-9C2558C8** — Assess workload transfer to users, support, operations, security, compliance, and external partners.
721
+ - [ ] **USEQ-4D532A00** — Ensure automation does not silently shift difficult work or risk to less powerful users.
722
+ - [ ] **USEQ-AECB2ABF** — Provide role-specific training, practice, support, and reference material before affected people are expected to perform new tasks.
723
+ - [ ] **USEQ-F60A847F** — Verify competence through observed performance or assessment rather than attendance alone.
724
+ - [ ] **USEQ-7908A553** — Provide accessible training and alternatives for different languages, abilities, schedules, locations, and levels of experience.
725
+ - [ ] **USEQ-871E097A** — Pilot changes with representative users, data, volume, constraints, and exception cases.
726
+ - [ ] **USEQ-6CD7A9F9** — Define safe coexistence between old and new processes during transition.
727
+ - [ ] **USEQ-05F6D1E7** — Prevent duplicate records, conflicting authorities, and inconsistent decisions while both processes operate.
728
+ - [ ] **USEQ-88FC79BA** — Define which system is authoritative at every transition stage.
729
+ - [ ] **USEQ-22C353B1** — Provide a supported path for correcting migration, adoption, and training errors.
730
+ - [ ] **USEQ-7A86F837** — Monitor adoption by user segment to detect exclusion, differential failure, or hidden burden.
731
+ - [ ] **USEQ-7AE11356** — Collect qualitative feedback as well as usage metrics.
732
+ - [ ] **USEQ-4FC73955** — Protect users from retaliation for reporting that a change is unsafe, unusable, inaccessible, or ineffective.
733
+ - [ ] **USEQ-F2A1587B** — Maintain a visible decision path for pausing, modifying, narrowing, or reversing the change.
734
+ - [ ] **USEQ-7B44BE46** — Avoid interpreting forced use as evidence of satisfaction or success.
735
+ - [ ] **USEQ-2184CE2C** — Confirm that users understand changed responsibilities, limits, escalation routes, and consequences.
736
+ - [ ] **USEQ-36B73F2A** — Ensure support capacity matches expected questions, incidents, and transition failures.
737
+ - [ ] **USEQ-DED02C8E** — Update policies, contracts, job aids, controls, dashboards, reports, and audit procedures with the change.
738
+ - [ ] **USEQ-C4FE996D** — Remove obsolete instructions and clearly label temporary transition guidance.
739
+ - [ ] **USEQ-6CD51BC3** — Measure intended benefits after stabilization and compare them with cost, harm, risk, and displaced work.
740
+ - [ ] **USEQ-5ECB509F** — Investigate benefits that appear only through metric definition changes, excluded populations, or unmeasured downstream costs.
741
+ - [ ] **USEQ-0C2A39BB** — Retire old systems and processes only after legal, operational, data, support, and recovery obligations are satisfied.
742
+ - [ ] **USEQ-13D789B8** — Preserve access to historical records needed to understand decisions made under the old process.
743
+ - [ ] **USEQ-5DEBD48E** — Capture lessons and update future change assumptions, estimates, training, and rollout methods.
744
+ - [ ] **USEQ-F54385C8** — Assign an accountable owner for benefits realization beyond the deployment date.
745
+ - [ ] **USEQ-6A646372** — Close the change only after adoption, outcome, support, control, and retirement criteria are met.
746
+
747
+ ### Deterministic automated decisions, rules engines, scoring, and workflow logic
748
+
749
+ - [ ] **USEQ-2A4D03EE** — Inventory every automated rule, score, eligibility decision, prioritization, routing decision, threshold, and enforcement action that materially affects people or organizations.
750
+ - [ ] **USEQ-DE0C89CA** — Record the decision purpose, owner, legal basis, ethical rationale, affected populations, inputs, outputs, consequences, and appeal path.
751
+ - [ ] **USEQ-B989239A** — Classify decisions by potential harm, reversibility, scale, sensitivity, and degree of human reliance.
752
+ - [ ] **USEQ-BA4A6745** — Require stronger review, evidence, monitoring, and human oversight as decision impact increases.
753
+ - [ ] **USEQ-FA2A720B** — Define the authoritative source and version for every rule and decision table.
754
+ - [ ] **USEQ-0518839E** — Prevent undocumented business rules from existing only in code, spreadsheets, individual memory, or vendor configuration.
755
+ - [ ] **USEQ-A9E124F3** — Translate policy language into unambiguous executable logic with reviewed examples and counterexamples.
756
+ - [ ] **USEQ-7EA42112** — Record ambiguities, discretionary areas, conflicts, exceptions, and precedence among rules.
757
+ - [ ] **USEQ-CC7A27FE** — Make rule effective dates, expiry dates, jurisdiction, product scope, and population scope explicit.
758
+ - [ ] **USEQ-5BF321CF** — Ensure historical decisions can be reconstructed using the rules, data, configuration, and time context in force at the time.
759
+ - [ ] **USEQ-D0AF7A75** — Validate every input for accuracy, completeness, timeliness, provenance, semantic meaning, and permitted use.
760
+ - [ ] **USEQ-CE3B9271** — Define behavior for missing, disputed, stale, inconsistent, or low-confidence input.
761
+ - [ ] **USEQ-7881AC46** — Prevent proxies from defeating legal, ethical, fairness, or purpose limitations.
762
+ - [ ] **USEQ-A1EF5F3D** — Test rules across representative demographic, geographic, linguistic, accessibility, and socioeconomic groups where outcomes can differ.
763
+ - [ ] **USEQ-15661B6F** — Test boundary values and combinations near thresholds for disproportionate or unstable effects.
764
+ - [ ] **USEQ-69F2B791** — Detect feedback loops in which earlier automated outcomes shape future inputs and reinforce error or disadvantage.
765
+ - [ ] **USEQ-05AA60BA** — Evaluate whether a threshold creates cliff effects that should be replaced by review, graduated handling, or uncertainty disclosure.
766
+ - [ ] **USEQ-85E43B93** — Provide understandable reasons for consequential outcomes at a level appropriate to affected users and reviewers.
767
+ - [ ] **USEQ-3D5B49D0** — Distinguish an explanation of the actual decision from generic policy text.
768
+ - [ ] **USEQ-E94AE5FB** — Avoid exposing security-sensitive details while still providing meaningful reason and redress.
769
+ - [ ] **USEQ-ECA2F700** — Provide a timely, accessible, and effective path to challenge, correct, and appeal consequential decisions.
770
+ - [ ] **USEQ-E6116080** — Ensure reviewers can change an outcome and are not evaluated solely on agreement with automation.
771
+ - [ ] **USEQ-AAE859CB** — Prevent automation bias by presenting uncertainty, conflicting evidence, limitations, and alternatives.
772
+ - [ ] **USEQ-EE4F8C75** — Define when human review is mandatory and what competence, authority, time, and information the reviewer needs.
773
+ - [ ] **USEQ-FDC0790E** — Record overrides, reasons, outcomes, and patterns without discouraging justified intervention.
774
+ - [ ] **USEQ-5F638352** — Monitor override rates, appeal success, reversal, complaints, subgroup outcomes, drift, and downstream harm.
775
+ - [ ] **USEQ-6E4D7B2E** — Investigate high disagreement between automated outcomes and expert review.
776
+ - [ ] **USEQ-16C7AB3F** — Separate policy approval from technical implementation approval.
777
+ - [ ] **USEQ-9C43C510** — Require independent review for rules that affect rights, safety, money, access, employment, education, healthcare, housing, identity, or essential services.
778
+ - [ ] **USEQ-A3E0DD69** — Version rules, test cases, explanatory text, data mappings, and monitoring together.
779
+ - [ ] **USEQ-F9A87984** — Use dual control for emergency rule changes with high impact.
780
+ - [ ] **USEQ-507353D7** — Simulate the population and operational effect of material rule changes before activation.
781
+ - [ ] **USEQ-DA024B8E** — Use phased rollout, shadow evaluation, or retrospective analysis where direct rollout creates avoidable risk.
782
+ - [ ] **USEQ-C059B588** — Define rollback and remediation for incorrect decisions already made.
783
+ - [ ] **USEQ-72675725** — Identify every affected record and user when a rule defect is discovered.
784
+ - [ ] **USEQ-BAD34E15** — Correct downstream systems, notifications, balances, permissions, reports, and derived decisions after remediation.
785
+ - [ ] **USEQ-A3D3BEAB** — Notify affected parties when required or when doing so materially enables correction and trust.
786
+ - [ ] **USEQ-EF58B259** — Prevent users from manipulating decision inputs beyond intended discretion while avoiding unfair barriers to legitimate correction.
787
+ - [ ] **USEQ-E0356C82** — Test adversarial gaming, collusion, automation, and economic exploitation of rules.
788
+ - [ ] **USEQ-4F9E9ECD** — Ensure rate limits and fraud controls do not silently create discriminatory or inaccessible outcomes.
789
+ - [ ] **USEQ-1D490309** — Revalidate rules when source policy, law, population, data collection, product behavior, or operational context changes.
790
+ - [ ] **USEQ-4892D554** — Retire rules and related data when their purpose or authority ends.
791
+ - [ ] **USEQ-411D10D5** — Keep a complete audit trail of rule creation, approval, testing, deployment, execution, override, and retirement.
792
+ - [ ] **USEQ-CC58936A** — Publish appropriate transparency about the existence and purpose of material automated decision-making.
793
+ - [ ] **USEQ-2D7EA97F** — Prohibit claims of neutrality or objectivity when the rule embeds policy choices, value judgments, or incomplete data.
794
+
795
+ ### Intellectual property, confidential information, and rights provenance
796
+
797
+ - [ ] **USEQ-83CB306E** — Identify the owner and permitted uses of every material codebase, library, data set, model, design, document, media asset, brand asset, and generated artifact.
798
+ - [ ] **USEQ-4161FF42** — Obtain written intellectual-property assignments or licenses from employees, contractors, partners, and contributors where required.
799
+ - [ ] **USEQ-89CB5A91** — Verify that contributors have authority to provide the material they contribute.
800
+ - [ ] **USEQ-F8B4E93A** — Maintain provenance records for externally sourced code, data, content, models, fonts, images, audio, video, and documentation.
801
+ - [ ] **USEQ-3F1EA654** — Review license compatibility before combining, distributing, hosting, modifying, or embedding components.
802
+ - [ ] **USEQ-E687E904** — Fulfil attribution, notice, source-offer, reciprocity, patent, trademark, and redistribution obligations.
803
+ - [ ] **USEQ-18BB4ACD** — Prevent confidential, proprietary, customer, employer, or restricted material from entering repositories or products without authorization.
804
+ - [ ] **USEQ-1E23B466** — Define rules for employee side projects, prior inventions, open-source contributions, and use of employer resources.
805
+ - [ ] **USEQ-46E6D74A** — Define contribution terms for public and private repositories.
806
+ - [ ] **USEQ-E4A212F5** — Review contributor license agreements or developer certificates for appropriateness and enforceability.
807
+ - [ ] **USEQ-B34707EE** — Track patents, defensive publications, trademarks, domain names, and other rights material to the product.
808
+ - [ ] **USEQ-50A7E640** — Avoid asserting patent or trademark rights without qualified review.
809
+ - [ ] **USEQ-64E5AE64** — Assess freedom-to-operate or infringement risk where the product, market, or contract warrants it.
810
+ - [ ] **USEQ-53DAE09A** — Use clean-room or other controlled development methods when independently reimplementing restricted interfaces or behavior.
811
+ - [ ] **USEQ-20AD6393** — Preserve evidence that clean-room boundaries and information controls were followed.
812
+ - [ ] **USEQ-42D1678E** — Ensure reverse engineering, interoperability work, scraping, and data acquisition comply with applicable rights and restrictions.
813
+ - [ ] **USEQ-E49C70F6** — Verify rights to use personal data, licensed data, public data, synthetic data, and derived data for the intended purpose.
814
+ - [ ] **USEQ-D70EDF93** — Do not assume public availability means unrestricted reuse.
815
+ - [ ] **USEQ-97C2833E** — Verify that training, evaluation, retrieval, analytics, and generated-output uses are covered by appropriate rights.
816
+ - [ ] **USEQ-29EE3F45** — Define rights and obligations for user-generated content, feedback, support submissions, and uploaded files.
817
+ - [ ] **USEQ-CC00B307** — Avoid terms that claim broader user-content rights than needed for the service.
818
+ - [ ] **USEQ-2482AD39** — Provide processes for copyright, trademark, privacy, and other rights complaints.
819
+ - [ ] **USEQ-FF4BC88F** — Prevent takedown processes from being abused without removing effective remedies for legitimate claimants.
820
+ - [ ] **USEQ-864C229F** — Track geographic, field-of-use, time, user-count, device-count, and environment restrictions in licenses.
821
+ - [ ] **USEQ-D38BB2A8** — Monitor license expiration, renewal, support, and termination dates.
822
+ - [ ] **USEQ-A6A85301** — Ensure backups, disaster recovery, testing, and archive copies remain within license rights.
823
+ - [ ] **USEQ-EA6F3090** — Include intellectual-property and data-rights obligations in supplier and acquisition reviews.
824
+ - [ ] **USEQ-FD996784** — Prevent AI-assisted tools from receiving confidential or restricted material contrary to policy or contract.
825
+ - [ ] **USEQ-38A675BA** — Independently review generated output for unauthorized copying, confidential disclosure, incompatible licensing, and provenance uncertainty.
826
+ - [ ] **USEQ-9A5356E6** — Preserve trade secrets through access control, confidentiality terms, labeling, training, and reasonable handling practices.
827
+ - [ ] **USEQ-ACCAC2B8** — Revoke access and recover confidential material during offboarding and supplier termination.
828
+ - [ ] **USEQ-9A5C1988** — Separate public, internal, confidential, restricted, and customer-owned materials in repositories and documentation systems.
829
+ - [ ] **USEQ-3B7D73D6** — Review product names, domains, icons, and branding for conflicts before public launch.
830
+ - [ ] **USEQ-4414E1D1** — Define rights needed for decommissioning, customer export, long-term support, security patching, and legal retention.
831
+ - [ ] **USEQ-EE05022B** — Maintain a response plan for infringement claims, license violations, ownership disputes, and accidental disclosure.
832
+ - [ ] **USEQ-2967E6ED** — Correct notices, distributions, source offers, and customer communications promptly when a rights defect is found.
833
+
834
+ ### Speak-up culture, independence, conflicts, and decision integrity
835
+
836
+ - [ ] **USEQ-11CC414E** — Provide confidential and accessible channels for reporting quality, safety, security, privacy, accessibility, ethical, legal, and financial concerns.
837
+ - [ ] **USEQ-FD8476F7** — Prohibit retaliation against people who raise concerns in good faith.
838
+ - [ ] **USEQ-89CCF5C5** — Allow concerns to bypass the normal management chain when that chain has a conflict or is implicated.
839
+ - [ ] **USEQ-7C6CF5BB** — Define independent escalation to legal, compliance, security, safety, audit, risk, or governing bodies as appropriate.
840
+ - [ ] **USEQ-22A55748** — Record conflicts of interest for reviewers, approvers, auditors, procurement participants, and risk acceptors.
841
+ - [ ] **USEQ-7D5BF185** — Recuse or add independent review when a conflict can affect objectivity.
842
+ - [ ] **USEQ-F42C1888** — Prevent a person from accepting material risk solely to meet a target for which that person is rewarded.
843
+ - [ ] **USEQ-0081139A** — Separate implementation, verification, approval, and audit responsibilities in proportion to risk.
844
+ - [ ] **USEQ-5D1E5D62** — Ensure independent reviewers receive complete evidence and are not limited to management-selected summaries.
845
+ - [ ] **USEQ-FB0DCDDA** — Protect dissenting technical opinions and record unresolved disagreements in decision records.
846
+ - [ ] **USEQ-D06298BE** — Require decision-makers to address material contrary evidence explicitly.
847
+ - [ ] **USEQ-866CC7D2** — Do not use consensus pressure to convert unresolved risk into apparent agreement.
848
+ - [ ] **USEQ-C30D4EE0** — Define stop-work and release-blocking authority for credible high-impact concerns.
849
+ - [ ] **USEQ-CEECAF90** — Protect the ability to pause unsafe automation, deployment, data use, or customer communication.
850
+ - [ ] **USEQ-7EE0FA0B** — Investigate reports promptly, fairly, confidentially, and with appropriate evidence preservation.
851
+ - [ ] **USEQ-584CD846** — Communicate outcomes to reporters to the extent legally and operationally possible.
852
+ - [ ] **USEQ-22119AF5** — Track patterns of ignored warnings, repeated exceptions, near misses, and suppressed defects.
853
+ - [ ] **USEQ-F8C584BF** — Evaluate leaders on truthful risk communication and corrective action, not only delivery speed.
854
+ - [ ] **USEQ-7BB8745A** — Reward prevention, simplification, documentation, mentoring, and reliability work that may not create visible features.
855
+ - [ ] **USEQ-FA9114A6** — Prohibit manipulation of metrics, test scope, severity, evidence, or sampling to create a false appearance of readiness.
856
+ - [ ] **USEQ-FE265A51** — Require retrospective review of emergency approvals and break-glass decisions.
857
+ - [ ] **USEQ-6BA781DF** — Preserve auditability of who decided, what evidence was available, what alternatives existed, and why the decision was made.
858
+ - [ ] **USEQ-622B3666** — Review the effectiveness and trustworthiness of speak-up channels at least periodically and after serious incidents.
859
+
860
+ ## Standards and source references
861
+
862
+ - [ISO/IEC/IEEE 12207:2026 — Software life cycle processes](https://www.iso.org/standard/90219.html)
863
+ - [ISO/IEC/IEEE 16085:2021 — Life-cycle risk management](https://www.iso.org/standard/74385.html)
864
+ - [ISO/IEC/IEEE 15289:2019 — Life-cycle information items](https://www.iso.org/standard/74909.html)
865
+ - [ISO 9001:2015 — Quality management systems](https://www.iso.org/standard/62085.html)
866
+ - [ISO/IEC 25010:2023 — Product quality model](https://www.iso.org/standard/78176.html)
867
+ - [ISO/IEC 25019:2023 — Quality-in-use model](https://www.iso.org/standard/78177.html)
868
+ - [ISO/IEC 25002:2024 — Quality model overview and usage](https://www.iso.org/standard/86715.html)
869
+ - [ISO/IEC/IEEE 15939:2017 — Measurement process](https://www.iso.org/standard/71197.html)
870
+ - [ISO/IEC/IEEE 15288:2023 — System life cycle processes](https://www.iso.org/standard/81702.html)
871
+ - [ISO/IEC/IEEE 29148:2018 — Requirements engineering](https://www.iso.org/standard/72089.html)
872
+ - [ISO/IEC/IEEE 42010:2022 — Architecture description](https://www.iso.org/standard/74393.html)
873
+ - [ISO/IEC/IEEE 16326:2019 — Project management](https://www.iso.org/standard/74397.html)
874
+ - [ISO/IEC 20246:2017 — Work product reviews](https://www.iso.org/standard/67597.html)
875
+ - [ISO/IEC/IEEE 29119-1:2022 — Software testing concepts](https://www.iso.org/standard/81291.html)
876
+ - [ISO/IEC/IEEE 29119-2:2021 — Test processes](https://www.iso.org/standard/79428.html)
877
+ - [ISO/IEC/IEEE 29119-3:2021 — Test documentation](https://www.iso.org/standard/79429.html)
878
+ - [ISO/IEC/IEEE 29119-4:2021 — Test techniques](https://www.iso.org/standard/79430.html)
879
+ - [ISO/IEC 27001:2022 — Information security management systems](https://www.iso.org/standard/27001)
880
+ - [ISO/IEC 27701:2025 — Privacy information management systems](https://www.iso.org/standard/85819.html)
881
+ - [ISO/IEC 29100:2024 — Privacy framework](https://www.iso.org/standard/85938.html)
882
+ - [ISO/IEC 25012:2008 — Data quality model](https://www.iso.org/standard/35736.html)
883
+ - [ISO/IEC 25024:2015 — Measurement of data quality](https://www.iso.org/standard/35749.html)
884
+ - [ISO/IEC 38500:2024 — Governance of IT](https://www.iso.org/standard/81684.html)
885
+ - [ISO/IEC 20000-1:2018 — Service management system requirements](https://www.iso.org/standard/70636.html)
886
+ - [ISO 22301:2019 — Business continuity management systems](https://www.iso.org/standard/75106.html)
887
+ - [ISO 31000:2018 — Risk management guidelines](https://www.iso.org/standard/65694.html)
888
+ - [ISO 9241-210:2019 — Human-centred design](https://www.iso.org/standard/77520.html)
889
+ - [ISO/IEC/IEEE 26514:2022 — Information for users](https://www.iso.org/standard/77451.html)
890
+ - [ISO/IEC 5055:2021 — Automated source code quality measures](https://www.iso.org/standard/80623.html)
891
+ - [ISO/IEC 21031:2024 — Software Carbon Intensity](https://www.iso.org/standard/86612.html)
892
+ - [ISO/IEC 42001:2023 — AI management systems](https://www.iso.org/standard/81230.html)
893
+ - [ISO/IEC 23894:2023 — AI risk management](https://www.iso.org/standard/77304.html)
894
+ - [NIST SP 800-218 v1.1 — Secure Software Development Framework](https://csrc.nist.gov/pubs/sp/800/218/final)
895
+ - [NIST SP 800-63-4 — Digital Identity Guidelines](https://pages.nist.gov/800-63-4/)
896
+ - [NIST SP 800-61 Rev. 3 — Incident Response](https://csrc.nist.gov/pubs/sp/800/61/r3/final)
897
+ - [NIST Cybersecurity Framework 2.0](https://www.nist.gov/cyberframework)
898
+ - [NIST Privacy Framework 1.0](https://www.nist.gov/privacy-framework)
899
+ - [NIST AI Risk Management Framework 1.0](https://www.nist.gov/itl/ai-risk-management-framework)
900
+ - [OWASP Application Security Verification Standard 5.0.0](https://owasp.org/www-project-application-security-verification-standard/)
901
+ - [OWASP Web Security Testing Guide 4.2](https://owasp.org/www-project-web-security-testing-guide/)
902
+ - [OWASP API Security Top 10 — 2023](https://owasp.org/API-Security/)
903
+ - [OWASP Top 10 — 2025](https://owasp.org/www-project-top-ten/)
904
+ - [W3C Web Content Accessibility Guidelines 2.2](https://www.w3.org/TR/WCAG22/)
905
+ - [SLSA Specification 1.2](https://slsa.dev/spec/v1.2/)
906
+ - [SPDX 3.0.1 / ISO/IEC 5962:2021](https://spdx.github.io/spdx-spec/v3.0.1/)
907
+ - [CycloneDX 1.7](https://cyclonedx.org/specification/overview/)
908
+ - [RFC 9700 — OAuth 2.0 Security Best Current Practice](https://www.rfc-editor.org/rfc/rfc9700)
909
+ - [RFC 8725 — JSON Web Token Best Current Practices](https://www.rfc-editor.org/rfc/rfc8725)
910
+ - [RFC 9110 — HTTP Semantics](https://www.rfc-editor.org/rfc/rfc9110)
911
+ - [RFC 9457 — Problem Details for HTTP APIs](https://www.rfc-editor.org/rfc/rfc9457)
912
+ - [OpenTelemetry Specifications](https://opentelemetry.io/docs/specs/)
913
+ - [Google SRE Workbook — Implementing SLOs](https://sre.google/workbook/implementing-slos/)
914
+ - [DORA software delivery performance research](https://dora.dev/guides/dora-metrics/)
915
+ - [OpenSSF Security Baseline and Best Practices](https://baseline.openssf.org/)
916
+
917
+ ---
918
+
919
+ [Previous phase](00-overview.md) · [Next: Phase 2: Product and requirements](02-product-and-requirements.md)