@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,387 @@
1
+ # Architecture and design
2
+
3
+ _Phase 4 of 16 in the [complete engineering review](00-overview.md)._
4
+
5
+ System understanding, modularity, state, distribution, reliability, scalability, interoperability, and sustainability.
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
+ ## System Understanding and Threat Modeling
10
+
11
+ _Consolidated from `quality standards/04-architecture-design/01-system-understanding-and-threat-modeling.md`; 13 non-duplicative controls._
12
+
13
+ ### Universal controls
14
+
15
+ - [ ] **USEQ-B7EF282B** — Maintain current system-context, component, deployment, and end-to-end data-flow diagrams.
16
+ - [ ] **USEQ-85AF022E** — Mark trust boundaries, external interfaces, administrative interfaces, support interfaces, authentication points, authorization points, and encryption boundaries.
17
+ - [ ] **USEQ-7E6F1FE2** — Mark where sensitive data is collected, transformed, stored, cached, logged, exported, backed up, transferred, and deleted.
18
+ - [ ] **USEQ-ABB67AFA** — Identify every stateful component, asynchronous boundary, queue, common dependency, shared failure domain, and control-plane dependency.
19
+ - [ ] **USEQ-7FEE35E5** — Identify single points of failure, circular dependencies, and hidden dependencies.
20
+ - [ ] **USEQ-6BDC92D9** — Record material architecture decisions, rejected alternatives, and tradeoffs.
21
+ - [ ] **USEQ-92FE8B5B** — Update diagrams after material changes and verify documentation against the deployed environment.
22
+
23
+ ### Threat and abuse modeling
24
+
25
+ - [ ] **USEQ-71BDCCBE** — Include all actors, trust boundaries, entry points, data stores, external systems, and administrative paths.
26
+ - [ ] **USEQ-25F8A29F** — Model identity spoofing, unauthorized modification, information disclosure, denial of service, repudiation, and privilege escalation.
27
+ - [ ] **USEQ-47D7BDB8** — Model business-logic abuse, insider threats, compromised administrators, dependency compromise, and build-system compromise.
28
+ - [ ] **USEQ-A1FE2F54** — Model tenant escape, scraping, spam, fraud, automation, economic abuse, backup attacks, and support-channel social engineering.
29
+ - [ ] **USEQ-E37A2788** — Convert identified threats into requirements, controls, and tests.
30
+ - [ ] **USEQ-60FB538E** — Revisit the threat model after material scope or design changes.
31
+
32
+ ## Performance and User-Experience Efficiency
33
+
34
+ _Consolidated from `quality standards/04-architecture-design/02-performance-and-user-experience-efficiency.md`; 17 non-duplicative controls._
35
+
36
+ ### Universal controls
37
+
38
+ - [ ] **USEQ-266638A7** — Performance objectives are defined for every critical journey.
39
+ - [ ] **USEQ-50B6A12E** — Objectives use meaningful percentiles rather than averages alone.
40
+ - [ ] **USEQ-C8C2C6FB** — Frontend and backend performance budgets are documented.
41
+ - [ ] **USEQ-FE0DF97B** — Public pages meet approved loading, interaction, visual-stability, rendering, and responsiveness targets.
42
+ - [ ] **USEQ-5EFABA0A** — API latency targets are defined by endpoint or journey.
43
+ - [ ] **USEQ-29D46E0C** — Database-query latency, count, and volume are measured.
44
+ - [ ] **USEQ-2F6D8929** — Excessive queries, repeated fetches, blocking operations, and unbounded responses are eliminated.
45
+ - [ ] **USEQ-DED09D7D** — Payload sizes are bounded and compression is enabled appropriately.
46
+ - [ ] **USEQ-E555726F** — Images, fonts, scripts, styles, media, and critical resources are delivered efficiently.
47
+ - [ ] **USEQ-757AF87D** — Noncritical work is deferred without harming accessibility, correctness, or user trust.
48
+ - [ ] **USEQ-F2B2306F** — Cache and CDN behavior is validated.
49
+ - [ ] **USEQ-C79EF036** — Connection, thread, worker, and resource pools are sized and monitored.
50
+ - [ ] **USEQ-770BCF5A** — Memory, CPU, connection, file-descriptor, storage, and resource leaks are investigated.
51
+ - [ ] **USEQ-7ECBBCC3** — Long-running and resource-intensive requests have limits.
52
+ - [ ] **USEQ-F1EB0182** — Performance is tested with realistic authentication, authorization, data volume, cache state, devices, and networks.
53
+ - [ ] **USEQ-115511BC** — Client telemetry does not materially harm performance.
54
+ - [ ] **USEQ-7D6F12FE** — Performance objectives connect to user and business outcomes.
55
+
56
+ ## Capacity, Scalability, and Overload Control
57
+
58
+ _Consolidated from `quality standards/04-architecture-design/03-capacity-scalability-and-overload-control.md`; 14 non-duplicative controls._
59
+
60
+ ### Universal controls
61
+
62
+ - [ ] **USEQ-7C17A636** — Forecast data, file, index, queue, log, telemetry, and backup growth.
63
+ - [ ] **USEQ-59F42DD9** — Identify the maximum safe capacity of every critical component.
64
+ - [ ] **USEQ-5AFFD98A** — Load tests use realistic request mixes, authorization, data distributions, and dependency behavior.
65
+ - [ ] **USEQ-C3395046** — Provider quotas, account limits, concurrency limits, and regional limits are reviewed.
66
+ - [ ] **USEQ-EDA216F8** — Database connections, locks, storage, replicas, and input/output have sufficient headroom.
67
+ - [ ] **USEQ-35154E0E** — Queue, cache, load-balancer, network, worker, and telemetry systems have sufficient headroom.
68
+ - [ ] **USEQ-1E625D17** — Scaling does not overload databases or dependencies.
69
+ - [ ] **USEQ-2AD26751** — Capacity remains sufficient during the failures the architecture promises to survive.
70
+ - [ ] **USEQ-46DF8678** — Rate limits and per-user or per-tenant quotas protect shared capacity fairly.
71
+ - [ ] **USEQ-18CF671E** — Retry storms and thundering-herd behavior are prevented.
72
+ - [ ] **USEQ-A072D92D** — DDoS and volumetric-abuse scenarios are reviewed.
73
+ - [ ] **USEQ-980A606F** — Capacity alerts provide enough time to act.
74
+ - [ ] **USEQ-FC5F896F** — Expected and peak operational cost are modeled.
75
+ - [ ] **USEQ-EEE57AB0** — Cost controls do not silently terminate essential operation.
76
+
77
+ ## Reliability, Resilience, and Failure Engineering
78
+
79
+ _Consolidated from `quality standards/04-architecture-design/04-reliability-resilience-and-failure-engineering.md`; 17 non-duplicative controls._
80
+
81
+ ### Universal controls
82
+
83
+ - [ ] **USEQ-7ED2ED65** — SLOs cover important availability, latency, correctness, durability, freshness, and quality outcomes.
84
+ - [ ] **USEQ-F64F6149** — Product and engineering stakeholders approve the SLOs.
85
+ - [ ] **USEQ-745E0AA2** — Critical dependency reliability is compatible with the product SLO or engineered around.
86
+ - [ ] **USEQ-D2574104** — Retries are bounded, delayed, jittered where appropriate, and safe or idempotent.
87
+ - [ ] **USEQ-2D2086B8** — Bulkheads or equivalent isolation prevent one workload from exhausting all capacity.
88
+ - [ ] **USEQ-4D1F0F17** — Optional functionality failure does not unnecessarily fail the whole product.
89
+ - [ ] **USEQ-37A811EC** — Instances stop receiving new work before shutdown.
90
+ - [ ] **USEQ-942757E2** — In-flight work is completed, transferred, canceled safely, or retried during shutdown.
91
+ - [ ] **USEQ-77C403FB** — Shared control planes, identity systems, networks, storage, DNS, providers, and dependencies are included in failure analysis.
92
+ - [ ] **USEQ-5DDDC794** — Network delay, packet loss, partition, and DNS failure have been tested.
93
+ - [ ] **USEQ-2BF79B16** — Dependency timeout, malformed response, throttling, partial failure, and outage have been tested.
94
+ - [ ] **USEQ-43D7583F** — Database failover, replication lag, and split-brain prevention have been tested.
95
+ - [ ] **USEQ-282499CC** — Disk-full, memory pressure, CPU exhaustion, file-descriptor exhaustion, connection exhaustion, and quota exhaustion have been tested.
96
+ - [ ] **USEQ-93CA6FC2** — Clock skew, time-service failure, certificate expiry, and key expiry have been considered.
97
+ - [ ] **USEQ-DD1DC2AE** — Scheduled jobs handle overlapping and missed execution.
98
+ - [ ] **USEQ-997091C4** — Controlled fault injection or equivalent resilience tests are completed for high-risk paths.
99
+ - [ ] **USEQ-90967BDC** — Recovery time from tested failures meets approved objectives.
100
+
101
+ ## Architecture Governance and Decision Records
102
+
103
+ _Consolidated from `quality standards/04-architecture-design/05-architecture-governance-and-decision-records.md`; 15 non-duplicative controls._
104
+
105
+ ### Category-specific universal rules
106
+
107
+ - [ ] **USEQ-1A22CF85** — Identify the system of interest, environment, stakeholders, concerns, boundaries, assumptions, and lifecycle stage.
108
+ - [ ] **USEQ-75264C89** — Use viewpoints and models suited to each stakeholder concern rather than one overloaded diagram.
109
+ - [ ] **USEQ-E4AB9272** — Describe structure, behavior, data, deployment, trust, operations, failure, and evolution where material.
110
+ - [ ] **USEQ-58B869F6** — Maintain consistency among architecture descriptions, source, infrastructure, configuration, data flows, and deployment reality.
111
+ - [ ] **USEQ-B5A29AFF** — Record material decisions with context, options, forces, evidence, trade-offs, consequences, owner, status, and revisit triggers.
112
+ - [ ] **USEQ-1FF9E601** — Separate architecture constraints from temporary implementation choices.
113
+ - [ ] **USEQ-1BC99AA6** — Define architectural invariants and verify them automatically where practical.
114
+ - [ ] **USEQ-8141B679** — Assess quality-attribute trade-offs explicitly instead of optimizing one dimension in isolation.
115
+ - [ ] **USEQ-F20D0829** — Use prototypes, models, benchmarks, and experiments to reduce high-impact uncertainty.
116
+ - [ ] **USEQ-2E0281F9** — Review architecture before irreversible commitment and after material change.
117
+ - [ ] **USEQ-5EB6F214** — Measure architecture conformance without freezing legitimate evolution.
118
+ - [ ] **USEQ-A0F4735A** — Document intentional violations and migration plans.
119
+ - [ ] **USEQ-82F9AE01** — Retire superseded decisions while preserving history and rationale.
120
+ - [ ] **USEQ-1573BEF1** — Make architecture understandable to implementers, operators, security reviewers, product owners, and maintainers.
121
+ - [ ] **USEQ-36885CEE** — Treat architecture as a continuous decision process, not a one-time phase or document.
122
+
123
+ ## Modularity, Cohesion, Coupling, and Boundaries
124
+
125
+ _Consolidated from `quality standards/04-architecture-design/06-modularity-cohesion-coupling-and-boundaries.md`; 15 non-duplicative controls._
126
+
127
+ ### Category-specific universal rules
128
+
129
+ - [ ] **USEQ-5DDCF0A7** — Partition the system around cohesive responsibilities and change drivers.
130
+ - [ ] **USEQ-23D2EB3B** — Give each module a clear purpose, owner, public contract, and prohibited dependencies.
131
+ - [ ] **USEQ-304665CA** — Keep internal representation and implementation details hidden behind stable boundaries.
132
+ - [ ] **USEQ-8381689B** — Minimize knowledge of remote internals, shared mutable state, temporal order, deployment topology, and incidental data shape.
133
+ - [ ] **USEQ-14246510** — Prefer explicit dependencies over ambient globals, service locators, hidden context, or action at a distance.
134
+ - [ ] **USEQ-0F67185A** — Direct dependencies toward more stable policies and abstractions where this reduces change propagation.
135
+ - [ ] **USEQ-6B114385** — Avoid cyclic dependencies or contain and document them when temporarily unavoidable.
136
+ - [ ] **USEQ-68249BC7** — Use dependency graphs and change-impact evidence to identify excessive coupling.
137
+ - [ ] **USEQ-2CD29CD6** — Ensure modules can be tested in isolation with realistic contracts.
138
+ - [ ] **USEQ-78091092** — Prevent shared utility modules from becoming unowned dumping grounds.
139
+ - [ ] **USEQ-0D9E38D0** — Keep boundary crossings observable and failure-aware.
140
+ - [ ] **USEQ-52DDF534** — Align consistency, authorization, privacy, and ownership boundaries intentionally.
141
+ - [ ] **USEQ-2A32526C** — Do not split components solely to imitate a fashionable architecture or maximize service count.
142
+ - [ ] **USEQ-88759DC9** — Do not combine unrelated responsibilities solely to avoid interface design.
143
+ - [ ] **USEQ-54ED85FF** — Refactor boundaries when recurring changes, incidents, or coordination costs show the current partition is wrong.
144
+
145
+ ## SOLID Design Principles
146
+
147
+ _Consolidated from `quality standards/04-architecture-design/07-solid-design-principles.md`; 15 non-duplicative controls._
148
+
149
+ ### Category-specific universal rules
150
+
151
+ - [ ] **USEQ-E0114593** — Give each unit one coherent reason to change at its chosen level of abstraction.
152
+ - [ ] **USEQ-FE7895A8** — Separate policies that change for different stakeholders, rates, or reasons.
153
+ - [ ] **USEQ-1CDB0D32** — Prefer extension through stable composition or explicit variation points when recurring change is evidenced.
154
+ - [ ] **USEQ-9FB8CD95** — Do not introduce speculative extension mechanisms without a credible variation need.
155
+ - [ ] **USEQ-41BCD681** — Ensure replacements preserve all required preconditions, postconditions, invariants, side effects, error semantics, timing, and security properties.
156
+ - [ ] **USEQ-09BDE112** — Do not strengthen accepted inputs or weaken promised outputs in substitutes.
157
+ - [ ] **USEQ-D55AB3F0** — Keep interfaces focused on cohesive client needs rather than provider convenience.
158
+ - [ ] **USEQ-53F17C85** — Prevent clients from depending on operations or data they do not use.
159
+ - [ ] **USEQ-377A5E6F** — Depend on stable contracts at policy boundaries when doing so reduces volatility and improves testability.
160
+ - [ ] **USEQ-5B6C66DD** — Keep dependency inversion from degenerating into unnecessary wrappers over stable trivial behavior.
161
+ - [ ] **USEQ-589E6801** — Make ownership and lifetime of injected dependencies explicit.
162
+ - [ ] **USEQ-6F19C350** — Test contract conformance across implementations and substitutes.
163
+ - [ ] **USEQ-F873BE85** — Review SOLID choices together with simplicity, performance, locality, and cognitive load.
164
+ - [ ] **USEQ-7CEC4E2E** — Use composition over inheritance when inheritance does not represent a true substitutable relationship.
165
+ - [ ] **USEQ-1CAE0CA5** — Refactor violations when they cause change amplification, fragile tests, unsafe substitution, or duplicated policy.
166
+
167
+ ## DRY, KISS, YAGNI, and Simplicity
168
+
169
+ _Consolidated from `quality standards/04-architecture-design/08-dry-kiss-yagni-and-simplicity.md`; 15 non-duplicative controls._
170
+
171
+ ### Category-specific universal rules
172
+
173
+ - [ ] **USEQ-63328DA4** — Eliminate duplicated authoritative knowledge that can diverge, not merely visually similar code.
174
+ - [ ] **USEQ-56BA4427** — Keep one clear source of truth for rules, schemas, constants, permissions, and state transitions where practical.
175
+ - [ ] **USEQ-3299DB14** — Allow local duplication when premature unification would couple unrelated change drivers.
176
+ - [ ] **USEQ-14D7C72C** — Prefer the simplest design that satisfies current requirements, quality attributes, and credible near-term evolution.
177
+ - [ ] **USEQ-F89D2CC5** — Measure simplicity by ease of understanding, change, testing, operation, and failure recovery—not line count alone.
178
+ - [ ] **USEQ-EC772E63** — Avoid frameworks, layers, services, abstractions, configuration, and indirection without demonstrated benefit.
179
+ - [ ] **USEQ-030DFE3C** — Do not implement optionality, scale, integrations, or policies unsupported by an evidenced requirement.
180
+ - [ ] **USEQ-6CC29A15** — Preserve reversible seams around high-uncertainty decisions without building the unused future behind them.
181
+ - [ ] **USEQ-B7421394** — Remove dead code, stale flags, unused fields, obsolete interfaces, and abandoned compatibility paths.
182
+ - [ ] **USEQ-74681E5C** — Choose the least powerful language, data format, permission, and mechanism that safely solves the problem.
183
+ - [ ] **USEQ-DC1822ED** — Make ordinary paths obvious and exceptional paths explicit.
184
+ - [ ] **USEQ-DEDCD75F** — Prefer boring, understood technology for undifferentiated problems unless evidence justifies novelty.
185
+ - [ ] **USEQ-0B5AA3F8** — Reevaluate abstractions after the third real variation rather than applying a mechanical occurrence count.
186
+ - [ ] **USEQ-8C36A70B** — Document intentional duplication or complexity where trade-offs make it safer.
187
+ - [ ] **USEQ-4A3D04B2** — Treat cognitive load and operational burden as first-class costs in design review.
188
+
189
+ ## Reusability and Software Product Lines
190
+
191
+ _Consolidated from `quality standards/04-architecture-design/09-reusability-and-software-product-lines.md`; 15 non-duplicative controls._
192
+
193
+ ### Category-specific universal rules
194
+
195
+ - [ ] **USEQ-D46D1FB1** — Reuse stable knowledge and capabilities only when consumers share genuinely compatible semantics and quality needs.
196
+ - [ ] **USEQ-0B6B90C2** — Define the reusable asset's scope, supported contexts, assumptions, constraints, ownership, and service level.
197
+ - [ ] **USEQ-AF935A66** — Separate common core behavior from explicit, bounded variation points.
198
+ - [ ] **USEQ-4A789DEC** — Avoid configuration that permits invalid or untested combinations.
199
+ - [ ] **USEQ-31292BBF** — Design contracts for consumers rather than exposing provider internals.
200
+ - [ ] **USEQ-18804590** — Version reusable assets and publish compatibility, deprecation, and migration policy.
201
+ - [ ] **USEQ-B88AF508** — Test every supported variant and representative combinations.
202
+ - [ ] **USEQ-07414832** — Provide reference examples, integration tests, and failure semantics.
203
+ - [ ] **USEQ-5CFEC70E** — Track consumers so security fixes and breaking changes can be coordinated.
204
+ - [ ] **USEQ-7F342BF9** — Avoid copy-and-paste forks that lose provenance and maintenance unless isolation is an intentional trade-off.
205
+ - [ ] **USEQ-76C0FA3F** — Avoid central shared platforms that become mandatory bottlenecks without consumer governance.
206
+ - [ ] **USEQ-ED0786E2** — Measure reuse by reduced total lifecycle cost and consistent quality, not raw adoption count.
207
+ - [ ] **USEQ-DEC303C0** — Allow teams to leave a shared asset through documented interfaces and data portability.
208
+ - [ ] **USEQ-D45B9C85** — Fund maintenance, support, security, documentation, and evolution of shared assets.
209
+ - [ ] **USEQ-B3DBC424** — Retire variants and consumers that no longer justify their complexity.
210
+
211
+ ## State Management
212
+
213
+ _Consolidated from `quality standards/04-architecture-design/10-state-management.md`; 15 non-duplicative controls._
214
+
215
+ ### Category-specific universal rules
216
+
217
+ - [ ] **USEQ-26BE905D** — Identify every stateful element and assign an authoritative owner.
218
+ - [ ] **USEQ-B98CE1BB** — Distinguish domain state, session state, presentation state, configuration, cache, derived state, and transient workflow state.
219
+ - [ ] **USEQ-75AA9FEC** — Define state schema, invariants, legal transitions, initiating actors, guards, side effects, and terminal states.
220
+ - [ ] **USEQ-AE50A4B1** — Maintain one authoritative source for each fact and make replicas or projections explicitly derived.
221
+ - [ ] **USEQ-C64C66B8** — Prevent impossible, ambiguous, partially committed, or silently divergent state.
222
+ - [ ] **USEQ-A8E226BC** — Define consistency, durability, freshness, ordering, and conflict-resolution requirements per state.
223
+ - [ ] **USEQ-3044BFD8** — Make transitions atomic where partial effects are unacceptable.
224
+ - [ ] **USEQ-1E57B9D5** — Use idempotency, versioning, compare-and-set, or equivalent controls for repeated and concurrent updates.
225
+ - [ ] **USEQ-C58A7755** — Define initialization, hydration, synchronization, invalidation, expiry, persistence, migration, and reset behavior.
226
+ - [ ] **USEQ-0CC0C3BA** — Preserve user work across retries, navigation, process restart, failover, and offline recovery where required.
227
+ - [ ] **USEQ-48B58C2F** — Avoid hidden mutable global state and uncontrolled two-way synchronization.
228
+ - [ ] **USEQ-734F3AB7** — Ensure authorization and tenant context are part of security-sensitive state decisions.
229
+ - [ ] **USEQ-1AA2772B** — Make state changes auditable and diagnosable without exposing sensitive values.
230
+ - [ ] **USEQ-229E45DB** — Test transition coverage, illegal transitions, races, stale reads, duplicate events, and recovery.
231
+ - [ ] **USEQ-6EEAAF05** — Provide repair and reconciliation for state divergence that cannot be eliminated.
232
+
233
+ ## Concurrency, Consistency, and Transactions
234
+
235
+ _Consolidated from `quality standards/04-architecture-design/11-concurrency-consistency-and-transactions.md`; 15 non-duplicative controls._
236
+
237
+ ### Category-specific universal rules
238
+
239
+ - [ ] **USEQ-F0C80A36** — Identify shared resources, concurrent actors, ordering dependencies, contention points, and critical invariants.
240
+ - [ ] **USEQ-7AA2FAF0** — State the required consistency and isolation semantics rather than relying on platform defaults.
241
+ - [ ] **USEQ-B8D912A4** — Keep transaction boundaries aligned with business invariants.
242
+ - [ ] **USEQ-0F565CB8** — Minimize transaction duration and avoid interactive or external work inside locks where possible.
243
+ - [ ] **USEQ-38CF7C87** — Prevent lost updates, dirty reads, nonrepeatable decisions, duplicate effects, overselling, double spending, and stale authorization.
244
+ - [ ] **USEQ-F35EF8BD** — Use optimistic or pessimistic control deliberately based on conflict rate and failure cost.
245
+ - [ ] **USEQ-EEE5F2CD** — Make retried operations idempotent or detect duplicate execution.
246
+ - [ ] **USEQ-C5529D7D** — Define ordering and conflict-resolution behavior for asynchronous and replicated updates.
247
+ - [ ] **USEQ-5EE1E09A** — Avoid distributed transactions unless their guarantees and failure modes are required and understood.
248
+ - [ ] **USEQ-C19A4201** — Use sagas or compensating actions only when compensation semantics are valid and observable.
249
+ - [ ] **USEQ-CF270649** — Prevent deadlock, livelock, starvation, priority inversion, and unbounded contention.
250
+ - [ ] **USEQ-EB0270A6** — Bound queues, locks, semaphores, pools, and parallelism.
251
+ - [ ] **USEQ-55723B56** — Propagate cancellation, deadlines, and backpressure across concurrent work.
252
+ - [ ] **USEQ-619FC931** — Test with deterministic scheduling, stress, race detection, fault injection, and invariant checking as appropriate.
253
+ - [ ] **USEQ-515CE6F8** — Reconcile and repair after partial failure without concealing lost or duplicated work.
254
+
255
+ ## Distributed and Event-Driven Systems
256
+
257
+ _Consolidated from `quality standards/04-architecture-design/12-distributed-and-event-driven-systems.md`; 15 non-duplicative controls._
258
+
259
+ ### Category-specific universal rules
260
+
261
+ - [ ] **USEQ-AF6746E0** — Treat every remote call as fallible, delayed, duplicated, reordered, throttled, or unavailable.
262
+ - [ ] **USEQ-FFA324F3** — Define timeouts, deadlines, retry eligibility, backoff, jitter, circuit breaking, and fallback per dependency.
263
+ - [ ] **USEQ-334E0DEF** — Prevent retry amplification across layers.
264
+ - [ ] **USEQ-3D388A4E** — Define message delivery, ordering, partitioning, retention, replay, and deduplication semantics.
265
+ - [ ] **USEQ-69C4BB2C** — Make consumers idempotent when duplicate delivery is possible.
266
+ - [ ] **USEQ-A06A1E8F** — Use immutable event facts and version schemas compatibly.
267
+ - [ ] **USEQ-903E625E** — Do not expose internal database change as a public event contract without an intentional compatibility layer.
268
+ - [ ] **USEQ-1459B13E** — Use outbox, inbox, transactional messaging, or reconciliation where state and event consistency matters.
269
+ - [ ] **USEQ-8B7F37FF** — Bound queues and define overload, dead-letter, poison-message, and replay behavior.
270
+ - [ ] **USEQ-5D391FD0** — Preserve tenant, identity, trace, privacy, and authorization context across asynchronous boundaries.
271
+ - [ ] **USEQ-4CE2BAE8** — Make causality and correlation observable without assuming a single global clock.
272
+ - [ ] **USEQ-AC6ABDAD** — Design for network partitions and independent service evolution.
273
+ - [ ] **USEQ-4D924CD6** — Avoid synchronous dependency chains that create fragile availability coupling.
274
+ - [ ] **USEQ-AADFF352** — Test partial failure, stale replicas, clock skew, split-brain, failover, rebalancing, and consumer lag.
275
+ - [ ] **USEQ-85E0AA6D** — Provide reconciliation capable of detecting missing, duplicated, delayed, or contradictory effects.
276
+
277
+ ## API and Integration Architecture
278
+
279
+ _Consolidated from `quality standards/04-architecture-design/13-api-and-integration-architecture.md`; 15 non-duplicative controls._
280
+
281
+ ### Category-specific universal rules
282
+
283
+ - [ ] **USEQ-C0D91FC2** — Design interfaces from consumer tasks and domain contracts rather than internal storage models.
284
+ - [ ] **USEQ-8A67B399** — Define ownership, intended consumers, trust level, availability, latency, consistency, and support expectations.
285
+ - [ ] **USEQ-7414620B** — Use explicit schemas for requests, responses, events, errors, and compatibility rules.
286
+ - [ ] **USEQ-EF1356E3** — Choose synchronous, asynchronous, batch, stream, or file integration according to semantics and failure tolerance.
287
+ - [ ] **USEQ-90712C5E** — Keep transport concerns separate from domain behavior where practical.
288
+ - [ ] **USEQ-1D682327** — Make authentication, authorization, tenant, privacy, and data-classification requirements part of the contract.
289
+ - [ ] **USEQ-31636598** — Use stable identifiers and avoid leaking implementation-specific keys without need.
290
+ - [ ] **USEQ-3A484AC5** — Define pagination, filtering, sorting, concurrency, idempotency, rate, quota, and bulk semantics.
291
+ - [ ] **USEQ-FF5EBA4B** — Use consistent error taxonomy and distinguish retryable, terminal, conflict, validation, authorization, and dependency failures.
292
+ - [ ] **USEQ-2D10E138** — Avoid chatty interfaces and cyclic service dependencies.
293
+ - [ ] **USEQ-41F02F93** — Support independent deployment through consumer-driven contracts and compatible evolution.
294
+ - [ ] **USEQ-D5680902** — Define deprecation, discovery, change notification, migration, and retirement.
295
+ - [ ] **USEQ-1B7657B0** — Make external calls observable and attributable to user and business journeys.
296
+ - [ ] **USEQ-CCDE0B28** — Provide reconciliation for integrations that can lose or duplicate effects.
297
+ - [ ] **USEQ-FA82C923** — Evaluate whether an interface should exist before creating another permanent compatibility obligation.
298
+
299
+ ## Evolvability, Technical Debt, and Changeability
300
+
301
+ _Consolidated from `quality standards/04-architecture-design/14-evolvability-technical-debt-and-changeability.md`; 15 non-duplicative controls._
302
+
303
+ ### Category-specific universal rules
304
+
305
+ - [ ] **USEQ-02B1B35B** — Identify expected change dimensions and isolate the most volatile policies from stable mechanisms.
306
+ - [ ] **USEQ-E2513FAC** — Prefer reversible decisions where uncertainty is high.
307
+ - [ ] **USEQ-AFAA0716** — Make schemas, protocols, configuration, data, and deployment capable of compatible staged evolution.
308
+ - [ ] **USEQ-A720D7E2** — Design migrations before introducing states that cannot be changed safely.
309
+ - [ ] **USEQ-44AED881** — Track technical debt as a specific obligation with cause, consequence, interest, owner, and remediation trigger.
310
+ - [ ] **USEQ-F8D2AC51** — Distinguish deliberate short-term debt from accidental complexity, defects, missing controls, and obsolete technology.
311
+ - [ ] **USEQ-1EBB28D7** — Do not use technical debt as a label to hide security, privacy, accessibility, or reliability nonconformance.
312
+ - [ ] **USEQ-12D1C014** — Measure change lead time, regression rate, dependency impact, coordination cost, and operational burden.
313
+ - [ ] **USEQ-F8A23259** — Use automated architecture and compatibility checks for critical invariants.
314
+ - [ ] **USEQ-DDA66628** — Keep replacement seams around volatile external providers and end-of-life components.
315
+ - [ ] **USEQ-F8700B34** — Remove compatibility layers after consumers migrate.
316
+ - [ ] **USEQ-096571F7** — Reserve capacity for modernization and debt reduction based on evidence of risk and cost.
317
+ - [ ] **USEQ-3D11DC31** — Validate that refactoring changes structure without silently changing behavior.
318
+ - [ ] **USEQ-49148D13** — Use strangler, parallel run, shadowing, dual read/write, or other migration patterns only with reconciliation and exit criteria.
319
+ - [ ] **USEQ-06593DDA** — Review whether the architecture still fits scale, team topology, risk, and product strategy.
320
+
321
+ ## Interoperability, Portability, and Compatibility
322
+
323
+ _Consolidated from `quality standards/04-architecture-design/15-interoperability-portability-and-compatibility.md`; 15 non-duplicative controls._
324
+
325
+ ### Category-specific universal rules
326
+
327
+ - [ ] **USEQ-EA5D38F6** — Define supported environments, clients, protocols, formats, versions, locales, and integration partners.
328
+ - [ ] **USEQ-02149480** — Use open, stable, documented standards when they satisfy requirements.
329
+ - [ ] **USEQ-F91ACE3D** — Document intentional proprietary dependencies and the value that justifies them.
330
+ - [ ] **USEQ-D16FB36D** — Separate domain data and policy from provider-specific control planes where practical.
331
+ - [ ] **USEQ-8300060F** — Maintain export and import paths for data, configuration, identities, and audit history where continuity requires them.
332
+ - [ ] **USEQ-F46E5E03** — Define backward, forward, source, binary, schema, behavioral, and operational compatibility as applicable.
333
+ - [ ] **USEQ-F1600F03** — Test mixed-version operation and rolling upgrades where versions coexist.
334
+ - [ ] **USEQ-236C9C7F** — Use capability negotiation rather than unreliable version inference when appropriate.
335
+ - [ ] **USEQ-74E9981A** — Avoid undocumented behavior and implementation quirks as required contracts.
336
+ - [ ] **USEQ-B7411A36** — Preserve semantic meaning across serialization, precision, time zones, encodings, and locales.
337
+ - [ ] **USEQ-796DD1B7** — Make migration tooling resumable, observable, reversible or safely roll-forward, and reconcilable.
338
+ - [ ] **USEQ-7E1C1315** — Validate backups and recovery in the intended alternate environment where portability is a continuity control.
339
+ - [ ] **USEQ-4207A34E** — Track end-of-support dates for platforms and protocols.
340
+ - [ ] **USEQ-B923EBAE** — Do not promise portability that has never been tested.
341
+ - [ ] **USEQ-32F43E0B** — Review lock-in at major procurement and architecture decisions, including exit cost and time.
342
+
343
+ ## Sustainable Software and Resource Efficiency
344
+
345
+ _Consolidated from `quality standards/04-architecture-design/16-sustainable-software-and-resource-efficiency.md`; 15 non-duplicative controls._
346
+
347
+ ### Category-specific universal rules
348
+
349
+ - [ ] **USEQ-551A99E3** — Define sustainability objectives alongside performance, reliability, cost, and user outcomes.
350
+ - [ ] **USEQ-25AE787D** — Measure energy, carbon, compute, memory, storage, network transfer, and hardware utilization where material.
351
+ - [ ] **USEQ-CAB0969B** — Use a transparent measurement boundary, time period, allocation method, data source, and uncertainty statement.
352
+ - [ ] **USEQ-BB0D2BE5** — Reduce unnecessary computation, polling, transfer, storage, duplication, and retention.
353
+ - [ ] **USEQ-E75C31D5** — Prefer efficient algorithms and data structures where end-to-end impact is material.
354
+ - [ ] **USEQ-2C908E41** — Scale resources to actual demand without degrading required resilience or latency.
355
+ - [ ] **USEQ-5961E742** — Use batching, caching, compression, scheduling, and locality only when correctness and freshness remain satisfied.
356
+ - [ ] **USEQ-7BF9F781** — Extend useful system and device lifetime by avoiding needless client requirements and upgrade pressure.
357
+ - [ ] **USEQ-A0321258** — Consider embodied impact and hardware turnover, not only runtime energy.
358
+ - [ ] **USEQ-96E7974E** — Choose regions, schedules, and providers with environmental impact in mind where business and resilience constraints permit.
359
+ - [ ] **USEQ-AE0A9E6E** — Avoid shifting emissions or cost to users, suppliers, or other lifecycle stages without accounting for it.
360
+ - [ ] **USEQ-E9DA33B5** — Make measurement and optimization privacy-preserving.
361
+ - [ ] **USEQ-C30BCEBE** — Prevent efficiency targets from reducing accessibility, security, reliability, or user control.
362
+ - [ ] **USEQ-D0C9688D** — Include environmental requirements in supplier and architecture decisions.
363
+ - [ ] **USEQ-2FBFB7E2** — Review regressions and publish internally auditable progress against baselines.
364
+
365
+ ## Standards and source references
366
+
367
+ - [ISO/IEC/IEEE 42010:2022 — Architecture description](https://www.iso.org/standard/74393.html)
368
+ - [NIST SP 800-218 v1.1 — Secure Software Development Framework](https://csrc.nist.gov/pubs/sp/800/218/final)
369
+ - [OWASP Application Security Verification Standard 5.0.0](https://owasp.org/www-project-application-security-verification-standard/)
370
+ - [ISO/IEC 25010:2023 — Product quality model](https://www.iso.org/standard/78176.html)
371
+ - [ISO/IEC 25019:2023 — Quality-in-use model](https://www.iso.org/standard/78177.html)
372
+ - [ISO/IEC/IEEE 15939:2017 — Measurement process](https://www.iso.org/standard/71197.html)
373
+ - [Google SRE Workbook — Implementing SLOs](https://sre.google/workbook/implementing-slos/)
374
+ - [ISO 22301:2019 — Business continuity management systems](https://www.iso.org/standard/75106.html)
375
+ - [ISO/IEC/IEEE 12207:2026 — Software life cycle processes](https://www.iso.org/standard/90219.html)
376
+ - [ISO/IEC 5055:2021 — Automated source code quality measures](https://www.iso.org/standard/80623.html)
377
+ - [ISO/IEC 20246:2017 — Work product reviews](https://www.iso.org/standard/67597.html)
378
+ - [ISO/IEC/IEEE 29148:2018 — Requirements engineering](https://www.iso.org/standard/72089.html)
379
+ - [ISO/IEC/IEEE 29119-4:2021 — Test techniques](https://www.iso.org/standard/79430.html)
380
+ - [RFC 9110 — HTTP Semantics](https://www.rfc-editor.org/rfc/rfc9110)
381
+ - [OWASP API Security Top 10 — 2023](https://owasp.org/API-Security/)
382
+ - [RFC 9457 — Problem Details for HTTP APIs](https://www.rfc-editor.org/rfc/rfc9457)
383
+ - [ISO/IEC 21031:2024 — Software Carbon Intensity](https://www.iso.org/standard/86612.html)
384
+
385
+ ---
386
+
387
+ [Previous phase](03-user-experience-web-and-content.md) · [Next: Phase 5: Code quality and implementation](05-code-quality-and-implementation.md)