@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.
- package/LICENSE +21 -0
- package/README.md +3 -0
- package/bin/LICENSE +21 -0
- package/bin/README.md +335 -0
- package/bin/THIRD_PARTY_NOTICES.md +74 -0
- package/bin/adapters/checkov-v3.3.8.yaml +50 -0
- package/bin/adapters/gitleaks-v8.30.0.yaml +63 -0
- package/bin/adapters/grype-v0.116.1.yaml +58 -0
- package/bin/adapters/syft-v1.51.0.yaml +54 -0
- package/bin/catalog/assertions/core-repository.yaml +625 -0
- package/bin/catalog/assertions/iac.yaml +24 -0
- package/bin/catalog/assertions/supply-chain.yaml +45 -0
- package/bin/catalog/control-contracts.json +1 -0
- package/bin/catalog/control-id-registry.json +110470 -0
- package/bin/catalog/objectives/core-repository.yaml +243 -0
- package/bin/catalog/objectives/iac.yaml +13 -0
- package/bin/catalog/objectives/supply-chain.yaml +13 -0
- package/bin/catalog/profiles/api.yaml +12 -0
- package/bin/catalog/profiles/core-repository.yaml +49 -0
- package/bin/catalog/profiles/iac.yaml +18 -0
- package/bin/catalog/profiles/kubernetes.yaml +15 -0
- package/bin/catalog/profiles/quick.yaml +27 -0
- package/bin/catalog/profiles/supply-chain.yaml +20 -0
- package/bin/docs/architecture/adapters.md +380 -0
- package/bin/docs/architecture/agent-providers.md +188 -0
- package/bin/docs/architecture/applicability.md +80 -0
- package/bin/docs/architecture/catalog-integrity.md +85 -0
- package/bin/docs/architecture/evidence-and-results.md +154 -0
- package/bin/docs/architecture/execution-plans.md +61 -0
- package/bin/docs/architecture/product-contract.md +76 -0
- package/bin/docs/architecture/publisher-trust.md +68 -0
- package/bin/docs/architecture/remediation-contract.md +113 -0
- package/bin/docs/architecture/trust-model.md +95 -0
- package/bin/docs/assets/hero.svg +37 -0
- package/bin/docs/assets/logo.svg +13 -0
- package/bin/docs/assets/production-readiness-scan-demo-poster.png +0 -0
- package/bin/docs/assets/production-readiness-scan-demo.gif +0 -0
- package/bin/docs/assets/production-readiness-scan-demo.mp4 +0 -0
- package/bin/docs/assets/social-card.png +0 -0
- package/bin/docs/assets/social-card.svg +40 -0
- package/bin/docs/checklists/00-readiness-principle.md +17 -0
- package/bin/docs/checklists/01-release-foundations.md +91 -0
- package/bin/docs/checklists/02-product-risk-architecture.md +136 -0
- package/bin/docs/checklists/03-source-build-supply-chain.md +97 -0
- package/bin/docs/checklists/04-environments-quality-experience.md +226 -0
- package/bin/docs/checklists/05-application-security.md +320 -0
- package/bin/docs/checklists/06-data-privacy-performance.md +166 -0
- package/bin/docs/checklists/07-reliability-operations.md +355 -0
- package/bin/docs/checklists/08-maintenance-vendors-compliance.md +112 -0
- package/bin/docs/checklists/09-conditional-modules.md +229 -0
- package/bin/docs/checklists/10-evidence-and-decision.md +111 -0
- package/bin/docs/engineering/00-overview.md +51 -0
- package/bin/docs/engineering/01-governance-and-foundations.md +919 -0
- package/bin/docs/engineering/02-product-and-requirements.md +186 -0
- package/bin/docs/engineering/03-user-experience-web-and-content.md +1352 -0
- package/bin/docs/engineering/04-architecture-and-design.md +387 -0
- package/bin/docs/engineering/05-code-quality-and-implementation.md +1103 -0
- package/bin/docs/engineering/06-application-services-and-apis.md +476 -0
- package/bin/docs/engineering/07-data-and-information-lifecycle.md +1009 -0
- package/bin/docs/engineering/08-security-and-cryptography.md +1215 -0
- package/bin/docs/engineering/09-privacy-and-data-protection.md +205 -0
- package/bin/docs/engineering/10-verification-and-testing.md +841 -0
- package/bin/docs/engineering/11-developer-experience-platform-and-delivery.md +1013 -0
- package/bin/docs/engineering/12-operations-sre-and-support.md +795 -0
- package/bin/docs/engineering/13-documentation-and-knowledge.md +349 -0
- package/bin/docs/engineering/14-trust-safety-and-ecosystems.md +330 -0
- package/bin/docs/engineering/15-ai-ml-and-ai-assisted-development.md +785 -0
- package/bin/docs/engineering/16-specialized-domains-and-release-assurance.md +775 -0
- package/bin/docs/engineering/source-manifest.md +479 -0
- package/bin/docs/guides/ai-assisted-review.md +61 -0
- package/bin/docs/guides/getting-started.md +78 -0
- package/bin/docs/index.md +66 -0
- package/bin/docs/prompts/evidence-challenge.md +26 -0
- package/bin/docs/prompts/full-readiness-review.md +34 -0
- package/bin/docs/prompts/release-diff-review.md +31 -0
- package/bin/docs/records/evidence-record.md +42 -0
- package/bin/docs/records/go-no-go-decision.md +63 -0
- package/bin/docs/records/release-assessment.md +124 -0
- package/bin/docs/records/risk-exception.md +64 -0
- package/bin/docs/references.md +52 -0
- package/bin/docs/scanner/ai-control-review.md +208 -0
- package/bin/docs/scanner/benchmarks.md +122 -0
- package/bin/docs/scanner/cli-contract.md +130 -0
- package/bin/docs/scanner/configuration.md +101 -0
- package/bin/docs/scanner/control-contracts.md +47 -0
- package/bin/docs/scanner/core-repository.md +62 -0
- package/bin/docs/scanner/diff-and-invalidation.md +79 -0
- package/bin/docs/scanner/doctor.md +71 -0
- package/bin/docs/scanner/getting-started.md +355 -0
- package/bin/docs/scanner/go-http-timeouts.md +96 -0
- package/bin/docs/scanner/infrastructure-policy.md +64 -0
- package/bin/docs/scanner/kubernetes-workloads.md +63 -0
- package/bin/docs/scanner/mcp-agent-integration.md +138 -0
- package/bin/docs/scanner/openapi-contracts.md +75 -0
- package/bin/docs/scanner/private-key-armor.md +44 -0
- package/bin/docs/scanner/releases.md +160 -0
- package/bin/docs/scanner/remediation.md +273 -0
- package/bin/docs/scanner/risk-exceptions.md +52 -0
- package/bin/docs/scanner/security-walkthrough.md +236 -0
- package/bin/docs/scanner/state-and-history.md +113 -0
- package/bin/docs/scanner/supply-chain.md +132 -0
- package/bin/docs/scanner/test-discovery.md +60 -0
- package/bin/docs/stylesheets/extra.css +183 -0
- package/bin/fixtures/benchmarks/core-native/suite-comprehensive.yaml +302 -0
- package/bin/fixtures/benchmarks/core-native/suite.yaml +59 -0
- package/bin/fixtures/benchmarks/core-native/targets/baseline/README.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/baseline/app.go +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/conflict-template/app.js +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/container-risky-template/Dockerfile +2 -0
- package/bin/fixtures/benchmarks/core-native/targets/container-valid/Dockerfile +2 -0
- package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-missing/package.json +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-present/package-lock.json +6 -0
- package/bin/fixtures/benchmarks/core-native/targets/dependency-lock-present/package.json +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/empty-manifest-template/package.json +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/final-newline-template/app.py +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/CODEOWNERS +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/dependabot.yml +6 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/.github/workflows/validate.yml +15 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/CODE_OF_CONDUCT.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/CONTRIBUTING.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/LICENSE +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/README.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/SECURITY.md +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/package-lock.json +6 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/package.json +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/foundation-present/tests/example.test.js +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-server-timeout-risky-template/go.mod +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-server-timeout-risky-template/server.go +18 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-malformed-template/client.go +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-malformed-template/go.mod +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-risky-template/client.go +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-risky-template/go.mod +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/client.go +22 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/go.mod +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/go-http-timeout-safe/hazards_test.go +8 -0
- package/bin/fixtures/benchmarks/core-native/targets/kubernetes-risky-template/deployment.yaml +27 -0
- package/bin/fixtures/benchmarks/core-native/targets/kubernetes-valid/deployment.yaml +26 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-operation-ids-risky-template/openapi.yaml +17 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-operation-responses-risky-template/openapi.yaml +11 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-root-malformed-template/openapi.yaml +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-root-risky-template/openapi.yaml +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/openapi-root-valid/openapi.yaml +17 -0
- package/bin/fixtures/benchmarks/core-native/targets/package-test-command/app.js +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/package-test-command/package.json +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/package-test-placeholder/app.js +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/package-test-placeholder/package.json +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/private-key-template/deploy.pem +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/readme-missing/fixture.txt +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/runtime-missing/package-lock.json +6 -0
- package/bin/fixtures/benchmarks/core-native/targets/runtime-missing/package.json +4 -0
- package/bin/fixtures/benchmarks/core-native/targets/terraform-locked/.terraform.lock.hcl +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/terraform-locked/main.tf +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/terraform-unlocked-template/.terraform.lock.hcl +3 -0
- package/bin/fixtures/benchmarks/core-native/targets/terraform-unlocked-template/main.tf +7 -0
- package/bin/fixtures/benchmarks/core-native/targets/test-declaration-valid/app.py +2 -0
- package/bin/fixtures/benchmarks/core-native/targets/test-declaration-valid/tests/test_app.py +5 -0
- package/bin/fixtures/benchmarks/core-native/targets/test-path-without-declaration/app.py +2 -0
- package/bin/fixtures/benchmarks/core-native/targets/test-path-without-declaration/tests/test_app.py +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/workflow-malformed/.github/workflows/validate.yml +1 -0
- package/bin/fixtures/benchmarks/core-native/targets/workflow-no-jobs/.github/workflows/empty.yml +9 -0
- package/bin/fixtures/benchmarks/core-native/targets/workflow-risky/.github/workflows/risky.yml +10 -0
- package/bin/fixtures/benchmarks/core-native/targets/workflow-valid/.github/workflows/validate.yml +14 -0
- package/bin/packs/core-foundation.yaml +25 -0
- package/bin/packs/core-native.yaml +59 -0
- package/bin/prc +0 -0
- package/bin/schemas/adapter-execution-v0.1.schema.json +101 -0
- package/bin/schemas/adapter-execution-v0.2.schema.json +128 -0
- package/bin/schemas/adapter-execution.schema.json +145 -0
- package/bin/schemas/adapter-fixture-report.schema.json +59 -0
- package/bin/schemas/adapter-fixture-suite.schema.json +104 -0
- package/bin/schemas/adapter-manifest-v0.1.schema.json +55 -0
- package/bin/schemas/adapter-manifest-v0.2.schema.json +122 -0
- package/bin/schemas/adapter-manifest-v0.3.schema.json +172 -0
- package/bin/schemas/adapter-manifest.schema.json +299 -0
- package/bin/schemas/adapter-message.schema.json +136 -0
- package/bin/schemas/adapter-registry-report.schema.json +13 -0
- package/bin/schemas/adapter-registry.schema.json +47 -0
- package/bin/schemas/agent-execution-v0.1.schema.json +26 -0
- package/bin/schemas/agent-execution.schema.json +26 -0
- package/bin/schemas/agent-failure-v0.1.schema.json +102 -0
- package/bin/schemas/agent-failure.schema.json +102 -0
- package/bin/schemas/agent-output-v0.1.schema.json +36 -0
- package/bin/schemas/agent-output.schema.json +36 -0
- package/bin/schemas/agent-task-v0.1.schema.json +44 -0
- package/bin/schemas/agent-task.schema.json +46 -0
- package/bin/schemas/assertion-catalog.schema.json +69 -0
- package/bin/schemas/benchmark-report.schema.json +94 -0
- package/bin/schemas/benchmark-suite.schema.json +116 -0
- package/bin/schemas/catalog-bundle.schema.json +27 -0
- package/bin/schemas/catalog-manifest.schema.json +23 -0
- package/bin/schemas/checkov-iac-policy-report.schema.json +82 -0
- package/bin/schemas/control-contracts.schema.json +44 -0
- package/bin/schemas/control-review-output.schema.json +51 -0
- package/bin/schemas/doctor.schema.json +53 -0
- package/bin/schemas/evidence-v0.1.schema.json +21 -0
- package/bin/schemas/evidence.schema.json +21 -0
- package/bin/schemas/finding-v0.1.schema.json +70 -0
- package/bin/schemas/finding.schema.json +70 -0
- package/bin/schemas/fix-contract-v0.1.schema.json +35 -0
- package/bin/schemas/fix-contract-v0.2.schema.json +46 -0
- package/bin/schemas/fix-contract-v0.3.schema.json +49 -0
- package/bin/schemas/fix-contract.schema.json +49 -0
- package/bin/schemas/grype-vulnerability-report.schema.json +88 -0
- package/bin/schemas/history.schema.json +37 -0
- package/bin/schemas/invalidation.schema.json +86 -0
- package/bin/schemas/inventory-v0.1.schema.json +42 -0
- package/bin/schemas/inventory-v0.2.schema.json +95 -0
- package/bin/schemas/inventory-v0.3.schema.json +139 -0
- package/bin/schemas/inventory.schema.json +139 -0
- package/bin/schemas/objective-catalog.schema.json +62 -0
- package/bin/schemas/pack-report.schema.json +16 -0
- package/bin/schemas/pack.schema.json +53 -0
- package/bin/schemas/plan-v0.1.schema.json +31 -0
- package/bin/schemas/plan-v0.2.schema.json +32 -0
- package/bin/schemas/plan-v0.3.schema.json +44 -0
- package/bin/schemas/plan-v0.4.schema.json +48 -0
- package/bin/schemas/plan-v0.5.schema.json +49 -0
- package/bin/schemas/plan-v0.6.schema.json +137 -0
- package/bin/schemas/plan.schema.json +137 -0
- package/bin/schemas/profile.schema.json +42 -0
- package/bin/schemas/project-config.schema.json +128 -0
- package/bin/schemas/release-manifest-v0.1.schema.json +86 -0
- package/bin/schemas/release-manifest-v0.2.schema.json +146 -0
- package/bin/schemas/release-manifest-v0.3.schema.json +146 -0
- package/bin/schemas/release-manifest.schema.json +6 -0
- package/bin/schemas/remediation-candidate-v0.1.schema.json +51 -0
- package/bin/schemas/remediation-candidate-v0.2.schema.json +51 -0
- package/bin/schemas/remediation-candidate-v0.3.schema.json +51 -0
- package/bin/schemas/remediation-candidate-v0.4.schema.json +69 -0
- package/bin/schemas/remediation-candidate.schema.json +69 -0
- package/bin/schemas/remediation-run-v0.1.schema.json +69 -0
- package/bin/schemas/remediation-run-v0.2.schema.json +78 -0
- package/bin/schemas/remediation-run-v0.3.schema.json +86 -0
- package/bin/schemas/remediation-run-v0.4.schema.json +86 -0
- package/bin/schemas/remediation-run-v0.5.schema.json +131 -0
- package/bin/schemas/remediation-run-v0.6.schema.json +143 -0
- package/bin/schemas/remediation-run-v0.7.schema.json +160 -0
- package/bin/schemas/remediation-run-v0.8.schema.json +161 -0
- package/bin/schemas/remediation-run.schema.json +161 -0
- package/bin/schemas/risk-exception-verification.schema.json +17 -0
- package/bin/schemas/risk-exception.schema.json +137 -0
- package/bin/schemas/run-result-v0.1.schema.json +54 -0
- package/bin/schemas/run-result-v0.10.schema.json +64 -0
- package/bin/schemas/run-result-v0.11.schema.json +146 -0
- package/bin/schemas/run-result-v0.2.schema.json +60 -0
- package/bin/schemas/run-result-v0.3.schema.json +52 -0
- package/bin/schemas/run-result-v0.4.schema.json +52 -0
- package/bin/schemas/run-result-v0.5.schema.json +60 -0
- package/bin/schemas/run-result-v0.6.schema.json +61 -0
- package/bin/schemas/run-result-v0.7.schema.json +61 -0
- package/bin/schemas/run-result-v0.8.schema.json +61 -0
- package/bin/schemas/run-result-v0.9.schema.json +77 -0
- package/bin/schemas/run-result.schema.json +165 -0
- package/bin/schemas/signature-verification.schema.json +22 -0
- package/bin/schemas/signature.schema.json +18 -0
- package/bin/schemas/state-check-v0.1.schema.json +27 -0
- package/bin/schemas/state-check.schema.json +28 -0
- package/bin/schemas/trust-store.schema.json +50 -0
- package/bin/schemas/verification-execution-v0.1.schema.json +105 -0
- package/bin/schemas/verification-execution.schema.json +105 -0
- package/bin/schemas/version-v0.1.schema.json +27 -0
- package/bin/schemas/version.schema.json +27 -0
- package/manifest.json +9 -0
- package/package.json +28 -0
|
@@ -0,0 +1,795 @@
|
|
|
1
|
+
# Operations, SRE, and support
|
|
2
|
+
|
|
3
|
+
_Phase 12 of 16 in the [complete engineering review](00-overview.md)._
|
|
4
|
+
|
|
5
|
+
Infrastructure, SLOs, observability, alerting, on-call, incidents, continuity, capacity, FinOps, support, and retirement.
|
|
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
|
+
## Infrastructure and Platform Readiness
|
|
10
|
+
|
|
11
|
+
_Consolidated from `quality standards/13-operations-sre/01-infrastructure-and-platform-readiness.md`; 21 non-duplicative controls._
|
|
12
|
+
|
|
13
|
+
### Universal controls
|
|
14
|
+
|
|
15
|
+
- [ ] **USEQ-B52808A9** — Infrastructure changes receive review, testing, and security analysis.
|
|
16
|
+
- [ ] **USEQ-2963750A** — Production accounts, subscriptions, projects, environments, and control planes are separated appropriately.
|
|
17
|
+
- [ ] **USEQ-A41434C9** — Unnecessary services, packages, ports, protocols, users, and capabilities are removed.
|
|
18
|
+
- [ ] **USEQ-64B98F44** — Workloads run with least operating-system and platform privilege.
|
|
19
|
+
- [ ] **USEQ-C18D735C** — Resource quotas, account limits, and provider limits are documented.
|
|
20
|
+
- [ ] **USEQ-FF663A86** — Monitoring covers platform control-plane, quota, capacity, and regional failures.
|
|
21
|
+
- [ ] **USEQ-92A27983** — Configuration drift, unauthorized resources, and shadow infrastructure are detected.
|
|
22
|
+
- [ ] **USEQ-7D17BE10** — Resource deletion and recreation have tested recovery procedures.
|
|
23
|
+
- [ ] **USEQ-3FBED686** — Multi-zone and multi-region architecture match approved availability and recovery objectives.
|
|
24
|
+
- [ ] **USEQ-57F42939** — Infrastructure capacity is validated under failure.
|
|
25
|
+
- [ ] **USEQ-7F1F8F9C** — Provider status and escalation paths are integrated into operations.
|
|
26
|
+
- [ ] **USEQ-A0E78A59** — Cost alerts and runaway-resource protections exist.
|
|
27
|
+
- [ ] **USEQ-C02FFCDE** — Infrastructure credentials and machine identities are inventoried, scoped, and rotated.
|
|
28
|
+
|
|
29
|
+
### Containers and orchestration, when used
|
|
30
|
+
|
|
31
|
+
- [ ] **USEQ-DA0AF8A9** — Base images are minimal, trusted, pinned, scanned, and supported.
|
|
32
|
+
- [ ] **USEQ-2B34F31F** — Unnecessary capabilities are removed.
|
|
33
|
+
- [ ] **USEQ-AE7EA05E** — Privileged execution and host access are prohibited unless explicitly approved.
|
|
34
|
+
- [ ] **USEQ-D99BEFB1** — Platform access follows least privilege.
|
|
35
|
+
- [ ] **USEQ-FF113370** — Node, cluster, and control-plane upgrades are rehearsed.
|
|
36
|
+
- [ ] **USEQ-4B41FF50** — Persistent-storage failure and restoration are tested.
|
|
37
|
+
|
|
38
|
+
### Serverless or managed execution, when used
|
|
39
|
+
|
|
40
|
+
- [ ] **USEQ-6EB9C058** — Service identities are scoped per workload where practical.
|
|
41
|
+
- [ ] **USEQ-3D0C3C21** — Regional availability and failover match approved objectives.
|
|
42
|
+
|
|
43
|
+
## Observability, Logging, Metrics, Traces, and Audit
|
|
44
|
+
|
|
45
|
+
_Consolidated from `quality standards/13-operations-sre/02-observability-logging-metrics-traces-and-audit.md`; 13 non-duplicative controls._
|
|
46
|
+
|
|
47
|
+
### Universal controls
|
|
48
|
+
|
|
49
|
+
- [ ] **USEQ-364C0C23** — Logs, metrics, traces, synthetic checks, and real-user signals cover critical journeys.
|
|
50
|
+
- [ ] **USEQ-15DAEE33** — Telemetry consistently identifies service, environment, release, instance, region, and tenant where appropriate.
|
|
51
|
+
- [ ] **USEQ-ACC724DF** — Trace context propagates across trusted service boundaries.
|
|
52
|
+
- [ ] **USEQ-9C8C69CA** — Latency uses meaningful percentiles.
|
|
53
|
+
- [ ] **USEQ-2CAC6BCD** — Traffic, workload, saturation, correctness, freshness, durability, queue lag, and reconciliation are measured where relevant.
|
|
54
|
+
- [ ] **USEQ-1172021F** — Logs are structured, searchable, and use consistent levels.
|
|
55
|
+
- [ ] **USEQ-ACC02B9C** — Passwords, reusable tokens, session identifiers, secret keys, payment credentials, and private keys are never logged.
|
|
56
|
+
- [ ] **USEQ-8605B669** — Log injection and unsafe control characters are handled.
|
|
57
|
+
- [ ] **USEQ-E25ED114** — Authentication, authorization changes, administrative actions, sensitive reads, exports, deletions, and configuration changes are audited.
|
|
58
|
+
- [ ] **USEQ-4CEDEF76** — Log and audit retention match operational, security, privacy, legal, and contractual requirements.
|
|
59
|
+
- [ ] **USEQ-B4212946** — Telemetry pipeline failure, backlog, cost, and quota exhaustion are monitored.
|
|
60
|
+
- [ ] **USEQ-5FEB8562** — Investigators can locate relevant evidence within the incident-response objective.
|
|
61
|
+
- [ ] **USEQ-CAC36B21** — Dashboards, alerts, and diagnostic queries are tested during simulated incidents.
|
|
62
|
+
|
|
63
|
+
## Alerting, On-Call, and Runbooks
|
|
64
|
+
|
|
65
|
+
_Consolidated from `quality standards/13-operations-sre/03-alerting-oncall-and-runbooks.md`; 15 non-duplicative controls._
|
|
66
|
+
|
|
67
|
+
### Universal controls
|
|
68
|
+
|
|
69
|
+
- [ ] **USEQ-2D2D4869** — Alerts are tied to user impact, SLO risk, data integrity, security, fraud, or impending capacity failure.
|
|
70
|
+
- [ ] **USEQ-768749B7** — Non-actionable information uses non-paging channels.
|
|
71
|
+
- [ ] **USEQ-402BD03D** — Every alert has an owner and a corresponding diagnostic or mitigation runbook.
|
|
72
|
+
- [ ] **USEQ-846BA894** — Alert routing and escalation are tested.
|
|
73
|
+
- [ ] **USEQ-467D6189** — Responders have required access and tools.
|
|
74
|
+
- [ ] **USEQ-57378001** — Fast and slow SLO consumption are detected.
|
|
75
|
+
- [ ] **USEQ-37471699** — Thresholds avoid obvious noise and missed incidents.
|
|
76
|
+
- [ ] **USEQ-06E3518C** — Failure of monitoring or paging generates an independent signal.
|
|
77
|
+
- [ ] **USEQ-4A5C9EF3** — Runbooks include symptoms, impact, diagnosis, containment, rollback or roll-forward, recovery, verification, and escalation.
|
|
78
|
+
- [ ] **USEQ-9B7E1084** — Runbooks do not rely on undocumented tribal knowledge.
|
|
79
|
+
- [ ] **USEQ-12D77066** — Runbook commands are reviewed and clearly identify destructive actions.
|
|
80
|
+
- [ ] **USEQ-11AF58B5** — Required dashboards, consoles, credentials, and documentation remain accessible during incidents.
|
|
81
|
+
- [ ] **USEQ-B43706EC** — A customer-facing status mechanism exists where appropriate.
|
|
82
|
+
- [ ] **USEQ-1D858AD2** — On-call load and alert volume are sustainable.
|
|
83
|
+
- [ ] **USEQ-9E774722** — On-call, alerting, and runbook drills have been completed.
|
|
84
|
+
|
|
85
|
+
## Backup, Disaster Recovery, and Business Continuity
|
|
86
|
+
|
|
87
|
+
_Consolidated from `quality standards/13-operations-sre/04-backup-disaster-recovery-and-business-continuity.md`; 17 non-duplicative controls._
|
|
88
|
+
|
|
89
|
+
### Universal controls
|
|
90
|
+
|
|
91
|
+
- [ ] **USEQ-004EF7C7** — Business-impact analysis identifies critical services, journeys, data, dependencies, and manual operations.
|
|
92
|
+
- [ ] **USEQ-F69270D3** — Recovery Point Objectives are defined for every stateful system.
|
|
93
|
+
- [ ] **USEQ-72E6B0CB** — Recovery Time Objectives are defined for every critical journey.
|
|
94
|
+
- [ ] **USEQ-0DF2FA43** — Backups run automatically at the required frequency and success is monitored.
|
|
95
|
+
- [ ] **USEQ-98D70D6C** — Backups are encrypted and access follows least privilege.
|
|
96
|
+
- [ ] **USEQ-76293243** — Immutable or tamper-resistant copies exist where risk warrants them.
|
|
97
|
+
- [ ] **USEQ-F6E2640E** — Full, partial, clean-environment, regional-loss, and provider-loss restoration are tested as applicable.
|
|
98
|
+
- [ ] **USEQ-8C6EF82F** — DNS, certificates, secrets, identity, networking, external integrations, and communication systems are included in recovery planning.
|
|
99
|
+
- [ ] **USEQ-7C161E16** — Restored data is checked for integrity and reconciled.
|
|
100
|
+
- [ ] **USEQ-D4E7515B** — Actual tested recovery time and recovery point meet approved objectives.
|
|
101
|
+
- [ ] **USEQ-C41BABC1** — Failover and failback are tested.
|
|
102
|
+
- [ ] **USEQ-0AAD5260** — Disaster-recovery capacity can carry required load.
|
|
103
|
+
- [ ] **USEQ-F4AB063C** — Recovery does not create duplicate notifications, charges, webhooks, messages, or jobs.
|
|
104
|
+
- [ ] **USEQ-FD45C5FC** — Restoration does not silently re-enable revoked users, revoked secrets, expired permissions, or deleted data.
|
|
105
|
+
- [ ] **USEQ-75188025** — Ransomware and destructive-administrator scenarios are exercised where relevant.
|
|
106
|
+
- [ ] **USEQ-DFA9E714** — Recovery does not depend on a single person, device, credential, or unavailable provider.
|
|
107
|
+
- [ ] **USEQ-AB371F8F** — Continuity procedures cover customer support, communications, essential manual operations, and decision authority.
|
|
108
|
+
|
|
109
|
+
## SLIs, SLOs, Error Budgets, and Reliability Governance
|
|
110
|
+
|
|
111
|
+
_Consolidated from `quality standards/13-operations-sre/05-sli-slo-error-budgets-and-reliability-governance.md`; 20 non-duplicative controls._
|
|
112
|
+
|
|
113
|
+
### Category-specific universal rules
|
|
114
|
+
|
|
115
|
+
- [ ] **USEQ-D1BD4768** — Identify the user journeys and service outcomes whose failure matters.
|
|
116
|
+
- [ ] **USEQ-B3E613B3** — Define service-level indicators from user-observable availability, latency, correctness, durability, freshness, and quality.
|
|
117
|
+
- [ ] **USEQ-0FC335A7** — Specify good and total events or equivalent valid measurement semantics.
|
|
118
|
+
- [ ] **USEQ-DD333F33** — Use windows and percentiles aligned to user and business consequences.
|
|
119
|
+
- [ ] **USEQ-14445940** — Set objectives from user need, dependency capability, cost, and risk rather than arbitrary perfection.
|
|
120
|
+
- [ ] **USEQ-B6C7F51A** — Measure from multiple points when server health can differ from user experience.
|
|
121
|
+
- [ ] **USEQ-A332E7D6** — Exclude events only through documented semantics that cannot hide provider-caused failure.
|
|
122
|
+
- [ ] **USEQ-918009AE** — Define an error-budget policy before budget exhaustion occurs.
|
|
123
|
+
- [ ] **USEQ-D85BEB1A** — Link budget status to release pace, change risk, reliability work, and escalation.
|
|
124
|
+
- [ ] **USEQ-E1B20661** — Use fast and slow burn alerts to detect acute and chronic objective risk.
|
|
125
|
+
- [ ] **USEQ-0616ED60** — Review whether objectives are too loose, too strict, or measuring the wrong outcome.
|
|
126
|
+
- [ ] **USEQ-77209F37** — Define dependencies' contribution to the end-to-end objective.
|
|
127
|
+
- [ ] **USEQ-4E57FA91** — Avoid multiplying optimistic component availability claims without shared-failure analysis.
|
|
128
|
+
- [ ] **USEQ-3F631903** — Publish objectives and current status to relevant product, engineering, support, and leadership stakeholders.
|
|
129
|
+
- [ ] **USEQ-C7355F4C** — Use SLO misses to prioritize systemic improvement, not punish individuals.
|
|
130
|
+
- [ ] **USEQ-A8A37E99** — Preserve separate integrity and safety gates that cannot be averaged into availability.
|
|
131
|
+
- [ ] **USEQ-5BB4035B** — Review objectives after material product, traffic, architecture, dependency, or contractual change.
|
|
132
|
+
- [ ] **USEQ-D72ACBC8** — Measure planned maintenance according to user and contractual semantics.
|
|
133
|
+
- [ ] **USEQ-F2601113** — Keep raw measurement and calculation reproducible.
|
|
134
|
+
- [ ] **USEQ-38C611A2** — Do not promise external service levels that internal evidence and capacity cannot support.
|
|
135
|
+
|
|
136
|
+
## Service Management and Customer Support
|
|
137
|
+
|
|
138
|
+
_Consolidated from `quality standards/13-operations-sre/06-service-management-and-customer-support.md`; 20 non-duplicative controls._
|
|
139
|
+
|
|
140
|
+
### Category-specific universal rules
|
|
141
|
+
|
|
142
|
+
- [ ] **USEQ-6D436E9F** — Maintain a service catalog with owner, purpose, users, dependencies, support hours, objectives, data, and lifecycle state.
|
|
143
|
+
- [ ] **USEQ-9AD25B90** — Define support channels, severity, response, escalation, entitlement, and communication expectations.
|
|
144
|
+
- [ ] **USEQ-48319180** — Provide support staff with current product behavior, known issues, diagnostics, privacy, security, and escalation guidance.
|
|
145
|
+
- [ ] **USEQ-7751FFCD** — Restrict and audit support access to customer data and administrative functions.
|
|
146
|
+
- [ ] **USEQ-EE8096B5** — Verify requester identity before disclosing or changing sensitive information.
|
|
147
|
+
- [ ] **USEQ-303A0806** — Separate service requests, defects, incidents, security events, privacy requests, and complaints while preserving linkage.
|
|
148
|
+
- [ ] **USEQ-8921C2A9** — Use consistent priority based on impact and urgency.
|
|
149
|
+
- [ ] **USEQ-8BD3AE1B** — Keep customers informed with accurate status, workaround, risk, and resolution information.
|
|
150
|
+
- [ ] **USEQ-52C655EE** — Avoid promising dates or causes before evidence supports them.
|
|
151
|
+
- [ ] **USEQ-7E1DF527** — Capture recurring requests and friction as product and documentation improvement signals.
|
|
152
|
+
- [ ] **USEQ-5CA932E3** — Maintain searchable knowledge articles with owner, effective version, review date, and retirement.
|
|
153
|
+
- [ ] **USEQ-320B9CC3** — Coordinate changes, releases, maintenance, suppliers, and support readiness.
|
|
154
|
+
- [ ] **USEQ-3847EF4D** — Measure resolution quality, reopen rate, escalation, user effort, satisfaction, and recurrence—not closure volume alone.
|
|
155
|
+
- [ ] **USEQ-17B8BFF4** — Provide accessible support channels and alternatives.
|
|
156
|
+
- [ ] **USEQ-6EEB4C4C** — Define handoff across time zones, teams, suppliers, and incident command.
|
|
157
|
+
- [ ] **USEQ-6509842E** — Protect support notes, attachments, recordings, and exports according to data sensitivity.
|
|
158
|
+
- [ ] **USEQ-23D14CF4** — Review complaints and vulnerable-user cases with appropriate expertise.
|
|
159
|
+
- [ ] **USEQ-BB51346B** — Define service acceptance before transfer from project to operation.
|
|
160
|
+
- [ ] **USEQ-DFA02FCC** — Retire support obligations only through communicated lifecycle policy.
|
|
161
|
+
- [ ] **USEQ-115E72C7** — Use continual improvement to reduce demand caused by product defects and confusing design.
|
|
162
|
+
|
|
163
|
+
## Incident, Problem Management, and Postmortems
|
|
164
|
+
|
|
165
|
+
_Consolidated from `quality standards/13-operations-sre/07-incident-problem-management-and-postmortems.md`; 20 non-duplicative controls._
|
|
166
|
+
|
|
167
|
+
### Category-specific universal rules
|
|
168
|
+
|
|
169
|
+
- [ ] **USEQ-F8D01DA0** — Define incident criteria, severity, authority, roles, communication, and escalation before incidents occur.
|
|
170
|
+
- [ ] **USEQ-FD4D66CA** — Prioritize protection of people, data integrity, security, and essential service over preserving change plans.
|
|
171
|
+
- [ ] **USEQ-A3F2248F** — Establish incident command and one authoritative timeline.
|
|
172
|
+
- [ ] **USEQ-C36750C1** — Separate command, operations, investigation, communication, and documentation roles when scale requires it.
|
|
173
|
+
- [ ] **USEQ-D18DD1C3** — Use clear hypotheses, evidence, decisions, owners, and timestamps during response.
|
|
174
|
+
- [ ] **USEQ-232D5A01** — Contain blast radius and stop harmful automation or change.
|
|
175
|
+
- [ ] **USEQ-D3AB5A8E** — Preserve evidence while restoring service.
|
|
176
|
+
- [ ] **USEQ-C6CD577E** — Communicate known facts, uncertainty, impact, mitigation, and next update without speculation.
|
|
177
|
+
- [ ] **USEQ-84C1C16C** — Declare recovery only after user journeys, integrity, backlog, dependencies, and monitoring are verified.
|
|
178
|
+
- [ ] **USEQ-B5D09F0D** — Monitor for recurrence and delayed effects.
|
|
179
|
+
- [ ] **USEQ-D2A2831E** — Link related incidents to a problem record when systemic cause or recurrence exists.
|
|
180
|
+
- [ ] **USEQ-864FDC25** — Analyze technical, process, interface, organizational, supplier, and incentive contributors.
|
|
181
|
+
- [ ] **USEQ-C87A0E16** — Avoid blame, hindsight bias, and a single human-error root cause.
|
|
182
|
+
- [ ] **USEQ-887E41C0** — Identify why controls did not prevent, detect, contain, or recover sooner.
|
|
183
|
+
- [ ] **USEQ-B45BF06B** — Assign corrective actions that are specific, prioritized, owned, funded, and verifiable.
|
|
184
|
+
- [ ] **USEQ-A0EC83FE** — Prefer actions that change systems and incentives over reminders alone.
|
|
185
|
+
- [ ] **USEQ-4EE52A7C** — Track actions to effective completion and review recurrence.
|
|
186
|
+
- [ ] **USEQ-FEA91FF6** — Share lessons with other systems that have the same failure class.
|
|
187
|
+
- [ ] **USEQ-7617216D** — Update tests, monitors, runbooks, architecture, requirements, training, and risk records.
|
|
188
|
+
- [ ] **USEQ-2805E81B** — Measure restoration, impact, detection, recurrence, action effectiveness, and learning—not incident count alone.
|
|
189
|
+
|
|
190
|
+
## Operational Capacity, Performance, and Efficiency
|
|
191
|
+
|
|
192
|
+
_Consolidated from `quality standards/13-operations-sre/08-operational-capacity-performance-and-efficiency.md`; 20 non-duplicative controls._
|
|
193
|
+
|
|
194
|
+
### Category-specific universal rules
|
|
195
|
+
|
|
196
|
+
- [ ] **USEQ-88305F87** — Maintain forecasts for ordinary, peak, seasonal, launch, growth, recovery, and abuse demand.
|
|
197
|
+
- [ ] **USEQ-1012D643** — Track capacity limits and quotas across compute, memory, storage, network, connections, queues, databases, third parties, and control planes.
|
|
198
|
+
- [ ] **USEQ-874742D9** — Measure saturation and headroom at the actual bottleneck.
|
|
199
|
+
- [ ] **USEQ-CD9DAD72** — Define minimum safe headroom for failure, deployment, backup, recovery, and traffic shift.
|
|
200
|
+
- [ ] **USEQ-D9DC2BF5** — Review forecasts against actual demand and update assumptions.
|
|
201
|
+
- [ ] **USEQ-7E0F4822** — Scale based on leading indicators where reactive scaling would be too late.
|
|
202
|
+
- [ ] **USEQ-0C1180BC** — Test scale-up, scale-down, rebalancing, and capacity during a failure domain loss.
|
|
203
|
+
- [ ] **USEQ-D9D69015** — Prevent autoscaling from overwhelming a database or external dependency.
|
|
204
|
+
- [ ] **USEQ-E699A7C6** — Use per-tenant, per-user, and per-operation quotas to protect shared service.
|
|
205
|
+
- [ ] **USEQ-46661625** — Define overload admission, queuing, backpressure, prioritization, degradation, and shedding.
|
|
206
|
+
- [ ] **USEQ-49019E6A** — Protect critical operations before optional or expensive operations.
|
|
207
|
+
- [ ] **USEQ-C8DBF731** — Monitor latency distributions, throughput, errors, queue age, resource use, and unit cost together.
|
|
208
|
+
- [ ] **USEQ-5E82CAD5** — Detect leaks and gradual degradation through endurance signals.
|
|
209
|
+
- [ ] **USEQ-9197F66F** — Plan storage, index, log, backup, and retention growth.
|
|
210
|
+
- [ ] **USEQ-5FE14FFF** — Coordinate capacity with supplier limits and contract lead times.
|
|
211
|
+
- [ ] **USEQ-36E4D361** — Keep emergency capacity actions documented, authorized, and reversible.
|
|
212
|
+
- [ ] **USEQ-A73F088E** — Verify capacity after architecture, data-shape, feature, dependency, or workload change.
|
|
213
|
+
- [ ] **USEQ-F46A2D61** — Use performance incidents to update models and tests.
|
|
214
|
+
- [ ] **USEQ-C40A674E** — Avoid maintaining wasteful idle capacity when resilience can be met more efficiently.
|
|
215
|
+
- [ ] **USEQ-8006F4CA** — Do not reduce headroom below recovery and SLO needs solely to meet short-term cost targets.
|
|
216
|
+
|
|
217
|
+
## Cost Efficiency and FinOps
|
|
218
|
+
|
|
219
|
+
_Consolidated from `quality standards/13-operations-sre/09-cost-efficiency-and-finops.md`; 20 non-duplicative controls._
|
|
220
|
+
|
|
221
|
+
### Category-specific universal rules
|
|
222
|
+
|
|
223
|
+
- [ ] **USEQ-CD017015** — Assign ownership for material technology cost and its business or user value.
|
|
224
|
+
- [ ] **USEQ-2AA3663E** — Tag or otherwise attribute resources, services, environments, teams, products, and tenants sufficiently for analysis.
|
|
225
|
+
- [ ] **USEQ-E8247F73** — Separate fixed, variable, shared, support, data, network, license, supplier, and incident costs.
|
|
226
|
+
- [ ] **USEQ-D39687B3** — Define unit costs aligned to meaningful product outcomes and workloads.
|
|
227
|
+
- [ ] **USEQ-C6D9971F** — Forecast base, growth, launch, seasonal, failure, backup, and recovery cost.
|
|
228
|
+
- [ ] **USEQ-AB343848** — Set budgets and anomaly alerts without allowing cost controls to terminate critical service silently.
|
|
229
|
+
- [ ] **USEQ-8517773D** — Detect idle, orphaned, overprovisioned, underutilized, duplicate, and forgotten resources.
|
|
230
|
+
- [ ] **USEQ-5887E8D3** — Review data transfer, storage tiers, retention, logging, and high-cardinality telemetry cost.
|
|
231
|
+
- [ ] **USEQ-72822800** — Optimize architecture only when total lifecycle cost and quality improve.
|
|
232
|
+
- [ ] **USEQ-0B270727** — Account for engineering labor, complexity, support, migration, and lock-in—not provider invoice alone.
|
|
233
|
+
- [ ] **USEQ-3C56970B** — Use commitment and reservation mechanisms only with credible demand and exit analysis.
|
|
234
|
+
- [ ] **USEQ-5464C515** — Protect security, privacy, accessibility, reliability, and recovery requirements from harmful cost cutting.
|
|
235
|
+
- [ ] **USEQ-0A8057B2** — Make expensive user actions, queries, abuse, and retry amplification visible and bounded.
|
|
236
|
+
- [ ] **USEQ-D7F14772** — Review supplier pricing changes and quota interactions.
|
|
237
|
+
- [ ] **USEQ-5F69A20F** — Measure cost per successful outcome, active user, transaction, tenant, or workload where useful.
|
|
238
|
+
- [ ] **USEQ-0EC26FF1** — Include environmental resource efficiency where data is available.
|
|
239
|
+
- [ ] **USEQ-4CA042C8** — Verify savings after implementation and watch for shifted cost elsewhere.
|
|
240
|
+
- [ ] **USEQ-1E9FC44C** — Remove temporary launch and migration capacity after exit criteria are met.
|
|
241
|
+
- [ ] **USEQ-26C038B6** — Maintain cost evidence for major architecture and procurement decisions.
|
|
242
|
+
- [ ] **USEQ-8E6BBEEE** — Treat unexpected cost growth as an operational incident when material.
|
|
243
|
+
|
|
244
|
+
## Asset, Patch, and Technology Lifecycle Management
|
|
245
|
+
|
|
246
|
+
_Consolidated from `quality standards/13-operations-sre/10-asset-patch-and-technology-lifecycle-management.md`; 20 non-duplicative controls._
|
|
247
|
+
|
|
248
|
+
### Category-specific universal rules
|
|
249
|
+
|
|
250
|
+
- [ ] **USEQ-64F3DC86** — Maintain an authoritative inventory of software, services, infrastructure, devices, domains, certificates, licenses, accounts, and dependencies.
|
|
251
|
+
- [ ] **USEQ-BD4C9D3B** — Record owner, purpose, environment, criticality, data, exposure, version, support status, and retirement date.
|
|
252
|
+
- [ ] **USEQ-DB080B59** — Discover unmanaged or shadow assets continuously.
|
|
253
|
+
- [ ] **USEQ-E6C9769D** — Track vendor support, end-of-life, certificate, license, key, and contract dates.
|
|
254
|
+
- [ ] **USEQ-D4A7A5BA** — Classify patches by exploit activity, exposure, reachability, impact, and operational risk.
|
|
255
|
+
- [ ] **USEQ-9099195E** — Test patches in representative environments and define emergency paths.
|
|
256
|
+
- [ ] **USEQ-E6FF7190** — Apply patches within risk-based targets and verify deployed versions.
|
|
257
|
+
- [ ] **USEQ-542BC36E** — Use compensating controls only with owner, monitoring, expiry, and replacement plan.
|
|
258
|
+
- [ ] **USEQ-10EB8EC0** — Prevent unsupported assets from silently remaining production dependencies.
|
|
259
|
+
- [ ] **USEQ-B10C60D7** — Coordinate application, runtime, operating system, database, firmware, network, and supplier updates.
|
|
260
|
+
- [ ] **USEQ-95DCE399** — Test mixed versions, rollback, recovery, and data compatibility.
|
|
261
|
+
- [ ] **USEQ-EBD5EE42** — Maintain clean trusted installation media, artifacts, and configuration.
|
|
262
|
+
- [ ] **USEQ-6A7A184A** — Monitor failed, partial, or reverted patch deployments.
|
|
263
|
+
- [ ] **USEQ-E4979EC7** — Remove obsolete packages, services, accounts, ports, and capabilities.
|
|
264
|
+
- [ ] **USEQ-677D277F** — Review license use and renewal before it can interrupt service.
|
|
265
|
+
- [ ] **USEQ-25987E4B** — Protect management interfaces and inventory data.
|
|
266
|
+
- [ ] **USEQ-BDBE6B90** — Reassess capacity and performance after major updates.
|
|
267
|
+
- [ ] **USEQ-3021D362** — Include patch and asset state in incident investigation.
|
|
268
|
+
- [ ] **USEQ-82716355** — Retire duplicate and orphaned assets.
|
|
269
|
+
- [ ] **USEQ-A4575CA1** — Report lifecycle risk to decision-makers before it becomes an emergency.
|
|
270
|
+
|
|
271
|
+
## Decommissioning and Secure Retirement
|
|
272
|
+
|
|
273
|
+
_Consolidated from `quality standards/13-operations-sre/11-decommissioning-and-secure-retirement.md`; 20 non-duplicative controls._
|
|
274
|
+
|
|
275
|
+
### Category-specific universal rules
|
|
276
|
+
|
|
277
|
+
- [ ] **USEQ-04858636** — Define owner, scope, dependencies, customers, users, data, contracts, and completion criteria.
|
|
278
|
+
- [ ] **USEQ-A7C0D18F** — Confirm replacement or continuity plans before disabling essential capability.
|
|
279
|
+
- [ ] **USEQ-A8406215** — Inventory inbound and outbound interfaces, jobs, queues, domains, certificates, secrets, accounts, suppliers, and data copies.
|
|
280
|
+
- [ ] **USEQ-AA9D494C** — Notify affected users, customers, operators, support teams, and partners with sufficient notice.
|
|
281
|
+
- [ ] **USEQ-0E6C800B** — Provide migration, export, rollback, and support appropriate to impact.
|
|
282
|
+
- [ ] **USEQ-5C76742D** — Stop new use and dependency creation before final shutdown.
|
|
283
|
+
- [ ] **USEQ-949BE861** — Drain or reconcile in-flight transactions, messages, files, and background work.
|
|
284
|
+
- [ ] **USEQ-1276B959** — Export, archive, retain, delete, or legally hold data according to approved rules.
|
|
285
|
+
- [ ] **USEQ-87571159** — Verify deletion across primary stores, caches, indexes, replicas, backups, analytics, suppliers, and test copies as applicable.
|
|
286
|
+
- [ ] **USEQ-0CA1D171** — Revoke credentials, keys, tokens, certificates, service identities, network paths, and administrative access.
|
|
287
|
+
- [ ] **USEQ-C0FC8ACE** — Remove DNS, routing, callbacks, webhooks, firewall rules, monitoring, alerts, and status entries.
|
|
288
|
+
- [ ] **USEQ-58AA8637** — Terminate contracts, subscriptions, licenses, and provider resources only after data and continuity obligations are satisfied.
|
|
289
|
+
- [ ] **USEQ-FFBF3B61** — Preserve required source, artifacts, provenance, documentation, audit, incident, and decision records.
|
|
290
|
+
- [ ] **USEQ-1873E848** — Verify no traffic, processing, billing, data collection, or externally reachable surface remains.
|
|
291
|
+
- [ ] **USEQ-0173A672** — Monitor for unexpected calls and dependencies after shutdown.
|
|
292
|
+
- [ ] **USEQ-35351CBA** — Destroy media and hardware according to sensitivity.
|
|
293
|
+
- [ ] **USEQ-90749519** — Update asset, architecture, data-flow, service, and ownership inventories.
|
|
294
|
+
- [ ] **USEQ-D1519935** — Conduct a final security and privacy review.
|
|
295
|
+
- [ ] **USEQ-6E6CB31E** — Record residual obligations and long-term record owners.
|
|
296
|
+
- [ ] **USEQ-ADC1A37E** — Review lessons and update lifecycle planning.
|
|
297
|
+
|
|
298
|
+
## Operational Access and Production Change
|
|
299
|
+
|
|
300
|
+
_Consolidated from `quality standards/13-operations-sre/12-operational-access-and-production-change.md`; 20 non-duplicative controls._
|
|
301
|
+
|
|
302
|
+
### Category-specific universal rules
|
|
303
|
+
|
|
304
|
+
- [ ] **USEQ-BDDCDDAA** — Use individual identities and strong authentication for production access.
|
|
305
|
+
- [ ] **USEQ-A9A76931** — Grant the least privilege for the shortest practical period.
|
|
306
|
+
- [ ] **USEQ-0F159E5F** — Separate ordinary development access from privileged production roles.
|
|
307
|
+
- [ ] **USEQ-7812911D** — Require purpose, ticket or incident, approval, scope, and expiry for elevated access.
|
|
308
|
+
- [ ] **USEQ-731B3211** — Use controlled administrative entry points and hardened workstations where risk warrants.
|
|
309
|
+
- [ ] **USEQ-4C2D10C6** — Record commands, queries, changes, targets, time, actor, reason, and outcome proportionately.
|
|
310
|
+
- [ ] **USEQ-5259F535** — Protect recordings and audit data from tampering and excessive sensitive-content capture.
|
|
311
|
+
- [ ] **USEQ-D8F85AD0** — Avoid direct manual changes when reviewed reproducible automation can perform the work.
|
|
312
|
+
- [ ] **USEQ-13511541** — Use dry run, preview, row limits, transaction, backup, and peer verification for data or destructive operations.
|
|
313
|
+
- [ ] **USEQ-FF5D690D** — Prevent broad queries and exports without explicit authorization.
|
|
314
|
+
- [ ] **USEQ-C749F02A** — Make emergency access available during identity or control-plane failure and alert on use.
|
|
315
|
+
- [ ] **USEQ-E22FBA9C** — Review break-glass activity promptly.
|
|
316
|
+
- [ ] **USEQ-EC73D6ED** — Revoke access automatically on expiry, role change, departure, or incident containment.
|
|
317
|
+
- [ ] **USEQ-0A33DF21** — Prevent support impersonation from hiding the true operator.
|
|
318
|
+
- [ ] **USEQ-5C0FF165** — Verify user and tenant context before acting on customer data.
|
|
319
|
+
- [ ] **USEQ-BAD2E536** — Use two-person control for irreversible high-impact operations where appropriate.
|
|
320
|
+
- [ ] **USEQ-EB86FC6E** — Test access paths and required tools before an incident.
|
|
321
|
+
- [ ] **USEQ-0126D4F9** — Review dormant privileges and actual usage.
|
|
322
|
+
- [ ] **USEQ-D8EB3355** — Measure manual change, failed intervention, access exception, and resulting incident trends.
|
|
323
|
+
- [ ] **USEQ-A5591561** — Convert repeated manual operations into safe automation and runbooks.
|
|
324
|
+
|
|
325
|
+
## Digital Sustainability, Environmental Impact, and Responsible Computing
|
|
326
|
+
|
|
327
|
+
_Consolidated from `final consolidated corpus/08-operations-sre-observability-continuity-cost-sustainability.md#Digital Sustainability, Environmental Impact, and Responsible Computing`; 237 non-duplicative controls._
|
|
328
|
+
|
|
329
|
+
### Scope, governance, accountability, and ethical boundaries
|
|
330
|
+
|
|
331
|
+
- [ ] **USEQ-5CF3177D** — Define which products, services, organizations, suppliers, users, regions, infrastructure, lifecycle stages, and environmental impact categories are inside the sustainability assessment boundary.
|
|
332
|
+
- [ ] **USEQ-13992319** — Assign an accountable sustainability owner with authority to influence product, architecture, procurement, operations, and retirement decisions.
|
|
333
|
+
- [ ] **USEQ-58F7D983** — Define decision rights for resolving conflicts among sustainability, accessibility, security, privacy, safety, reliability, performance, affordability, and business requirements.
|
|
334
|
+
- [ ] **USEQ-88774BC5** — Include affected users, workers, communities, suppliers, and environmental stakeholders in material sustainability decisions.
|
|
335
|
+
- [ ] **USEQ-888DCA36** — Treat environmental, social, and economic sustainability as connected concerns rather than optimizing carbon in isolation.
|
|
336
|
+
- [ ] **USEQ-21CC1B21** — Document the organization’s theory of change, material impacts, dependencies, assumptions, and limits of influence.
|
|
337
|
+
- [ ] **USEQ-D3F0C27B** — Identify relevant environmental laws, reporting rules, customer commitments, procurement requirements, and sector-specific obligations.
|
|
338
|
+
- [ ] **USEQ-6C5D6E42** — Prohibit sustainability claims that cannot be traced to a defined boundary, method, evidence set, time period, and responsible approver.
|
|
339
|
+
- [ ] **USEQ-7B0F07E8** — Distinguish mandatory requirements, voluntary goals, experiments, estimates, and aspirational targets in all plans and communications.
|
|
340
|
+
- [ ] **USEQ-7A460804** — Include sustainability requirements in product requirements, architecture decisions, supplier contracts, Definition of Done, release gates, and retirement plans.
|
|
341
|
+
- [ ] **USEQ-A060C72B** — Use independent review for material public claims, regulated disclosures, major lifecycle assessments, and high-impact trade-offs.
|
|
342
|
+
- [ ] **USEQ-1885C630** — Keep sustainability governance active after launch through operational ownership, reassessment triggers, and funded improvement work.
|
|
343
|
+
|
|
344
|
+
### Necessity, demand shaping, product strategy, and rebound effects
|
|
345
|
+
|
|
346
|
+
- [ ] **USEQ-CBFAABA8** — Assess whether the product, feature, automation, data collection, model, or recurring process is necessary before optimizing its implementation.
|
|
347
|
+
- [ ] **USEQ-22D56445** — Define the user or societal outcome that justifies the resource demand and identify lower-impact non-digital or simpler digital alternatives.
|
|
348
|
+
- [ ] **USEQ-97517034** — Reject features whose expected harm, waste, manipulation, exclusion, or maintenance burden outweighs evidenced benefit.
|
|
349
|
+
- [ ] **USEQ-1D0695BB** — Reduce unnecessary engagement loops, autoplay, infinite consumption, dark patterns, spam, and attention extraction that create avoidable resource use.
|
|
350
|
+
- [ ] **USEQ-5DC602F1** — Design pricing, quotas, defaults, incentives, and success metrics so they do not reward wasteful usage or artificial activity.
|
|
351
|
+
- [ ] **USEQ-4705259A** — Assess whether efficiency improvements could increase total demand and offset or reverse expected reductions.
|
|
352
|
+
- [ ] **USEQ-4FBD8481** — Measure absolute environmental impact as well as normalized efficiency so growth is not hidden by better per-unit metrics.
|
|
353
|
+
- [ ] **USEQ-F1113914** — Establish environmental and human budgets for features, campaigns, experiments, models, data products, and infrastructure.
|
|
354
|
+
- [ ] **USEQ-99D85387** — Prioritize reuse, repair, extension, consolidation, and retirement before creating additional systems or duplicate capabilities.
|
|
355
|
+
- [ ] **USEQ-6701A91D** — Define explicit sunset criteria for low-value features, experiments, data sets, models, environments, domains, and services.
|
|
356
|
+
- [ ] **USEQ-0EF58E65** — Include long-term maintenance, migration, support, and end-of-life costs in business cases.
|
|
357
|
+
- [ ] **USEQ-75B2BF2E** — Avoid shifting environmental cost to users through excessive device requirements, bandwidth, battery consumption, printing, travel, or repeated manual effort.
|
|
358
|
+
|
|
359
|
+
### Measurement model, boundaries, baselines, and uncertainty
|
|
360
|
+
|
|
361
|
+
- [ ] **USEQ-F4CC9192** — Define a reproducible measurement method before using a sustainability metric as a target or claim.
|
|
362
|
+
- [ ] **USEQ-2E6577FB** — Specify the functional unit used to normalize impact and prove that it represents meaningful delivered value rather than convenient activity.
|
|
363
|
+
- [ ] **USEQ-5F686CE1** — Define organizational, operational, temporal, geographic, lifecycle, and supplier boundaries for every measurement.
|
|
364
|
+
- [ ] **USEQ-3FFF3A34** — Separate operational energy and emissions from embodied impacts associated with hardware, facilities, networks, and manufacturing.
|
|
365
|
+
- [ ] **USEQ-1D668E78** — Measure or estimate greenhouse-gas emissions, energy, water, materials, electronic waste, land or biodiversity effects, and relevant pollution where material.
|
|
366
|
+
- [ ] **USEQ-9E6E23B4** — Distinguish direct measurement, provider data, modeled estimates, proxies, and assumptions.
|
|
367
|
+
- [ ] **USEQ-1C242EF6** — Record data sources, sampling, allocation rules, emission factors, grid factors, conversion methods, and versions.
|
|
368
|
+
- [ ] **USEQ-18A9F03F** — Report material uncertainty, data gaps, sensitivity, and confidence rather than presenting estimates as exact facts.
|
|
369
|
+
- [ ] **USEQ-8E40F7EA** — Use consistent methods across baselines and comparison periods or disclose and quantify method changes.
|
|
370
|
+
- [ ] **USEQ-D9D0B323** — Separate absolute totals, intensity metrics, avoided impact, enabled impact, and offsets; do not substitute one for another.
|
|
371
|
+
- [ ] **USEQ-605351E9** — Do not count hypothetical avoided emissions as equivalent to measured reductions in the product’s own footprint.
|
|
372
|
+
- [ ] **USEQ-9B9B9BBD** — Do not use offsets to avoid feasible direct reduction work, and disclose offset quality and boundaries when offsets are reported.
|
|
373
|
+
- [ ] **USEQ-D9A7B76F** — Protect measurement telemetry against tampering, accidental double counting, inappropriate aggregation, and privacy leakage.
|
|
374
|
+
- [ ] **USEQ-7F6B32D9** — Validate measurement pipelines and reconcile them against billing, capacity, asset, and provider records where possible.
|
|
375
|
+
|
|
376
|
+
### Targets, budgets, prioritization, and decision records
|
|
377
|
+
|
|
378
|
+
- [ ] **USEQ-55AD6D41** — Establish time-bounded, measurable targets linked to a documented baseline and product outcome.
|
|
379
|
+
- [ ] **USEQ-41D1322A** — Decompose organizational goals into product, service, workload, supplier, asset, and team responsibilities without double counting.
|
|
380
|
+
- [ ] **USEQ-006458B6** — Use budgets for transfer, requests, compute, memory, storage, retention, model inference, training, build work, and observability where material.
|
|
381
|
+
- [ ] **USEQ-1CDC439C** — Define thresholds that trigger investigation, rollback, redesign, capacity review, or retirement.
|
|
382
|
+
- [ ] **USEQ-4BBD1617** — Prioritize work using expected impact, confidence, cost, reversibility, time to benefit, and effects on people and resilience.
|
|
383
|
+
- [ ] **USEQ-9CE76496** — Record significant sustainability trade-offs in architecture and product decision records.
|
|
384
|
+
- [ ] **USEQ-63805953** — Test whether an optimization simply moves impact between client and server, region and region, present and future, or organization and user.
|
|
385
|
+
- [ ] **USEQ-81CEFB3A** — Prefer interventions that improve multiple quality attributes without creating hidden harms.
|
|
386
|
+
- [ ] **USEQ-00554C4D** — Require a compensating plan when a justified feature exceeds an approved budget.
|
|
387
|
+
- [ ] **USEQ-04D91E1E** — Do not average away severe local harm through favorable global totals.
|
|
388
|
+
- [ ] **USEQ-B5D5DF49** — Review targets after material traffic growth, architecture change, supplier change, hardware refresh, model change, incident, or new measurement evidence.
|
|
389
|
+
- [ ] **USEQ-5AE35A89** — Track improvement actions to verified outcomes rather than closing them when implementation activity is complete.
|
|
390
|
+
|
|
391
|
+
### Inclusive, efficient, and durable user experience
|
|
392
|
+
|
|
393
|
+
- [ ] **USEQ-CB209167** — Design the shortest understandable path to the user’s legitimate goal and remove unnecessary steps, reloads, retries, and repeated data entry.
|
|
394
|
+
- [ ] **USEQ-C45FED74** — Make essential journeys usable on lower-powered devices, slower or intermittent networks, small screens, assistive technologies, and constrained data plans where the intended population requires it.
|
|
395
|
+
- [ ] **USEQ-4DFA935A** — Preserve accessibility, readability, safety, and user control when reducing assets or functionality.
|
|
396
|
+
- [ ] **USEQ-8C18F591** — Use progressive enhancement and graceful degradation so core outcomes do not depend unnecessarily on high-cost capabilities.
|
|
397
|
+
- [ ] **USEQ-630FB495** — Let users control autoplay, animation, background activity, notifications, downloads, synchronization, quality levels, and data-heavy behavior where practical.
|
|
398
|
+
- [ ] **USEQ-01CB4937** — Default nonessential high-impact behavior to off or to the lowest reasonable resource level.
|
|
399
|
+
- [ ] **USEQ-F78DBB93** — Communicate the resource, cost, privacy, or quality consequences of meaningful user choices without coercion or blame.
|
|
400
|
+
- [ ] **USEQ-B2FF50FE** — Prevent accidental repeated submissions, downloads, payments, renders, uploads, and notifications.
|
|
401
|
+
- [ ] **USEQ-FDABAD0D** — Use clear status, validation, recovery, and offline messaging to reduce wasted attempts and support demand.
|
|
402
|
+
- [ ] **USEQ-9040A903** — Avoid forced device upgrades, unnecessary browser restrictions, or short compatibility windows without documented necessity.
|
|
403
|
+
- [ ] **USEQ-63E6B914** — Measure task success, abandonment, retries, support contacts, and time spent as sustainability signals as well as UX signals.
|
|
404
|
+
- [ ] **USEQ-CBB44B7C** — Involve representative users early, including people affected by bandwidth, energy, device, language, disability, or economic constraints.
|
|
405
|
+
|
|
406
|
+
### Content, media, typography, documents, and communications
|
|
407
|
+
|
|
408
|
+
- [ ] **USEQ-8A741146** — Publish only content that has an identified audience, owner, purpose, review date, retention rule, and retirement path.
|
|
409
|
+
- [ ] **USEQ-FE511AC4** — Remove or archive stale, duplicate, contradictory, unowned, and low-value content.
|
|
410
|
+
- [ ] **USEQ-A08EC0B1** — Use concise, structured, plain-language content that helps users complete tasks without repeated searches or support contacts.
|
|
411
|
+
- [ ] **USEQ-2C3E104A** — Provide text or lower-bandwidth alternatives for media where they preserve the intended outcome.
|
|
412
|
+
- [ ] **USEQ-C291BB52** — Select image, audio, video, animation, font, and document formats appropriate to actual quality needs and supported clients.
|
|
413
|
+
- [ ] **USEQ-97644690** — Compress, resize, crop, transcode, and deliver media according to display context rather than shipping source-quality assets by default.
|
|
414
|
+
- [ ] **USEQ-A6FE8EE0** — Avoid autoplay, decorative high-resolution media, unnecessary background video, and repeated asset downloads.
|
|
415
|
+
- [ ] **USEQ-816E7255** — Use responsive media and explicit dimensions to avoid unnecessary transfer and relayout.
|
|
416
|
+
- [ ] **USEQ-53953C3F** — Subset and preload fonts only when evidence shows benefit; minimize font families, weights, variants, and blocking behavior.
|
|
417
|
+
- [ ] **USEQ-6B5533CE** — Design downloadable documents for reuse, accessibility, efficient file size, and long-term readability.
|
|
418
|
+
- [ ] **USEQ-DD89FE18** — Avoid requiring printing when an accessible digital workflow can achieve the outcome.
|
|
419
|
+
- [ ] **USEQ-E4ABE085** — Prevent marketing, analytics, and notification campaigns from creating disproportionate transfer, storage, attention, or support waste.
|
|
420
|
+
- [ ] **USEQ-A60E4DA2** — Expire obsolete feeds, previews, cached assets, derivatives, and campaign resources safely.
|
|
421
|
+
|
|
422
|
+
### Client, frontend, application, and code efficiency
|
|
423
|
+
|
|
424
|
+
- [ ] **USEQ-7477455D** — Set measurable client-side budgets for transferred bytes, requests, execution time, memory, energy-sensitive work, long tasks, and background activity.
|
|
425
|
+
- [ ] **USEQ-481F4341** — Remove unused, duplicate, obsolete, unreachable, and unnecessarily generated code and assets.
|
|
426
|
+
- [ ] **USEQ-99D96F89** — Defer, lazy-load, stream, or conditionally load nonessential resources without harming accessibility, discoverability, security, or correctness.
|
|
427
|
+
- [ ] **USEQ-E2330712** — Prefer native platform capabilities and simpler representations when they meet requirements with less code and dependency overhead.
|
|
428
|
+
- [ ] **USEQ-49967306** — Modularize high-cost functionality so users who do not need it do not pay its resource cost.
|
|
429
|
+
- [ ] **USEQ-E0C0004A** — Treat first-party and third-party code under the same performance, privacy, security, and sustainability budgets.
|
|
430
|
+
- [ ] **USEQ-588808D0** — Minimize polling, timers, observers, background synchronization, speculative work, and network chatter.
|
|
431
|
+
- [ ] **USEQ-92BC5536** — Pause or reduce work when the application is hidden, inactive, offline, on a constrained connection, or under user power-saving preferences where safe.
|
|
432
|
+
- [ ] **USEQ-D0E5ADD2** — Use caching carefully to avoid repeated transfer while preventing stale, private, or permanently orphaned data.
|
|
433
|
+
- [ ] **USEQ-0555DF66** — Choose rendering and hydration strategies based on measured end-to-end cost across server, network, and client rather than fashion.
|
|
434
|
+
- [ ] **USEQ-A084DB55** — Prevent memory leaks, runaway event handlers, duplicate subscriptions, and retained resources that waste energy over long sessions.
|
|
435
|
+
- [ ] **USEQ-7E8877C1** — Include client resource regressions in continuous integration and production monitoring.
|
|
436
|
+
- [ ] **USEQ-7110753C** — Keep semantic, accessible, indexable output while optimizing implementation size and execution.
|
|
437
|
+
|
|
438
|
+
### Backend, API, algorithm, database, and data efficiency
|
|
439
|
+
|
|
440
|
+
- [ ] **USEQ-B2C8404E** — Define resource budgets and cost models for high-volume endpoints, jobs, event flows, searches, reports, and data transformations.
|
|
441
|
+
- [ ] **USEQ-523BAFB1** — Choose algorithms and data structures based on realistic scale, resource use, correctness, and maintainability.
|
|
442
|
+
- [ ] **USEQ-FB833D84** — Eliminate repeated computation, unnecessary serialization, avoidable fan-out, excessive round trips, and duplicate storage.
|
|
443
|
+
- [ ] **USEQ-E186F16E** — Bound requests, pagination, query complexity, response size, retries, recursion, batch size, and execution duration.
|
|
444
|
+
- [ ] **USEQ-90DB858D** — Use batching, caching, materialization, precomputation, and asynchronous processing only when freshness, consistency, authorization, and failure behavior remain correct.
|
|
445
|
+
- [ ] **USEQ-8FC65F49** — Optimize database access using measured plans, indexes, cardinality, locality, and workload behavior.
|
|
446
|
+
- [ ] **USEQ-B1F3AB1F** — Prevent unbounded scans, N-plus-one patterns, unused columns, excessive joins, and repeatedly derived values where they are material.
|
|
447
|
+
- [ ] **USEQ-8F0A9252** — Define data freshness and refresh frequencies based on user need rather than maximum technical frequency.
|
|
448
|
+
- [ ] **USEQ-10CDDC3D** — Use event-driven or scheduled work rather than continuous polling when it is reliably more efficient.
|
|
449
|
+
- [ ] **USEQ-21F0724F** — Deduplicate idempotent work and prevent retry storms, hot loops, poison messages, and unbounded queue growth.
|
|
450
|
+
- [ ] **USEQ-951A3A18** — Control observability volume, cardinality, sampling, and retention without losing required diagnostic, security, or audit evidence.
|
|
451
|
+
- [ ] **USEQ-4C7049BA** — Continuously identify and retire low-value jobs, indexes, replicas, caches, exports, reports, and derived data.
|
|
452
|
+
- [ ] **USEQ-365B130E** — Test resource behavior with representative volume, skew, cache state, concurrency, failure, and recovery.
|
|
453
|
+
|
|
454
|
+
### Network, transfer, caching, and distribution
|
|
455
|
+
|
|
456
|
+
- [ ] **USEQ-B2C4739E** — Minimize round trips and transfer volume while preserving correctness, freshness, privacy, security, and accessibility.
|
|
457
|
+
- [ ] **USEQ-24A45B5D** — Use compression suited to content type, client capability, latency, and compute trade-offs.
|
|
458
|
+
- [ ] **USEQ-5FD8938A** — Use durable caching directives and content-addressed assets where safe.
|
|
459
|
+
- [ ] **USEQ-DDD0B8A8** — Avoid invalidation strategies that repeatedly force full downloads when smaller or versioned updates suffice.
|
|
460
|
+
- [ ] **USEQ-8F05EC03** — Use edge delivery, content distribution, peer distribution, or regional replication only when measured total impact and resilience justify them.
|
|
461
|
+
- [ ] **USEQ-2914A322** — Keep data close to users and processing where it reduces transfer without violating residency, privacy, or resilience needs.
|
|
462
|
+
- [ ] **USEQ-81C3B6CD** — Reduce chatty protocols and choose efficient representations for high-volume paths.
|
|
463
|
+
- [ ] **USEQ-AB9AE435** — Support resumable and partial transfer for large resources where interrupted transfer is plausible.
|
|
464
|
+
- [ ] **USEQ-D517D2B1** — Prevent crawlers, bots, scrapers, abusive clients, and accidental loops from causing unbounded traffic.
|
|
465
|
+
- [ ] **USEQ-793660E3** — Use rate limits, quotas, backpressure, and request coalescing to control waste and protect shared resources.
|
|
466
|
+
- [ ] **USEQ-2205156F** — Monitor cache hit ratios, transfer per successful outcome, retransmission, aborted work, and regional paths.
|
|
467
|
+
- [ ] **USEQ-707C1649** — Include network equipment, intermediary services, and provider egress in impact boundaries where material.
|
|
468
|
+
|
|
469
|
+
### Hosting, infrastructure, capacity, and operational efficiency
|
|
470
|
+
|
|
471
|
+
- [ ] **USEQ-50405BB4** — Select hosting and infrastructure using verifiable energy, emissions, water, resource, resilience, data-location, and supplier-governance evidence.
|
|
472
|
+
- [ ] **USEQ-5DAA5FA9** — Right-size capacity using measured demand, required failure headroom, startup characteristics, and service objectives.
|
|
473
|
+
- [ ] **USEQ-0C287229** — Eliminate idle, abandoned, duplicate, oversized, and permanently overprovisioned resources.
|
|
474
|
+
- [ ] **USEQ-40D1DD20** — Use autoscaling, scheduling, consolidation, suspension, and shutdown controls that preserve availability and recovery requirements.
|
|
475
|
+
- [ ] **USEQ-6D96904B** — Schedule flexible workloads for lower-impact times or regions when privacy, latency, reliability, and contractual constraints permit.
|
|
476
|
+
- [ ] **USEQ-DF29852A** — Distinguish grid average, market-based claims, marginal effects, and actual renewable matching in infrastructure decisions.
|
|
477
|
+
- [ ] **USEQ-8AB2AF58** — Include backup power, cooling, storage, network, facility overhead, and embodied infrastructure in assessments where material.
|
|
478
|
+
- [ ] **USEQ-2738410D** — Monitor energy, utilization, carbon intensity, water, waste, capacity, and service outcomes at a granularity that supports action.
|
|
479
|
+
- [ ] **USEQ-F8EB7249** — Avoid maintaining unused environments, replicas, clusters, virtual machines, containers, snapshots, volumes, addresses, and reserved capacity.
|
|
480
|
+
- [ ] **USEQ-47DBC483** — Test shutdown, scale-to-zero, wake-up, failover, and recovery behavior before relying on them for reduction.
|
|
481
|
+
- [ ] **USEQ-6DF5A476** — Ensure resilience architecture survives required failures without keeping unjustified permanent duplication.
|
|
482
|
+
- [ ] **USEQ-C1FC62BA** — Include control planes, observability, build systems, development environments, and disaster-recovery infrastructure in the footprint.
|
|
483
|
+
- [ ] **USEQ-EE0EEBE1** — Negotiate access to provider sustainability data and document limitations when data is unavailable.
|
|
484
|
+
|
|
485
|
+
### Storage, retention, backups, archives, and data lifecycle
|
|
486
|
+
|
|
487
|
+
- [ ] **USEQ-CE56DAD4** — Collect and retain only data justified by a current user, legal, safety, security, operational, or research purpose.
|
|
488
|
+
- [ ] **USEQ-B2FD1EBB** — Classify hot, warm, cold, archival, backup, and disposable data and use storage suited to access and recovery needs.
|
|
489
|
+
- [ ] **USEQ-5AA75D77** — Define deletion, compaction, deduplication, compression, tiering, and archive policies.
|
|
490
|
+
- [ ] **USEQ-8EF05145** — Remove orphaned blobs, snapshots, logs, indexes, replicas, derivatives, test data, and abandoned exports.
|
|
491
|
+
- [ ] **USEQ-6CC15740** — Use retention periods based on evidenced need rather than indefinite default retention.
|
|
492
|
+
- [ ] **USEQ-7BC8164C** — Distinguish backups from archives and avoid using repeated full backups as an unmanaged preservation strategy.
|
|
493
|
+
- [ ] **USEQ-691E5191** — Optimize backup frequency, incrementality, retention, geographic copies, and testing against recovery objectives and impact.
|
|
494
|
+
- [ ] **USEQ-72E8E360** — Preserve legal holds and evidentiary requirements without retaining unrelated data.
|
|
495
|
+
- [ ] **USEQ-F8EFD0C1** — Design deletion to propagate across caches, indexes, replicas, analytical systems, derived assets, and suppliers.
|
|
496
|
+
- [ ] **USEQ-D6515E61** — Monitor storage growth by owner, purpose, class, age, duplication, access frequency, and deletion eligibility.
|
|
497
|
+
- [ ] **USEQ-BC43D21A** — Prevent compression, deduplication, or tiering from weakening encryption, access control, recovery, or integrity.
|
|
498
|
+
- [ ] **USEQ-5863DC60** — Include the energy and material cost of long-term preservation, migration, and media refresh in lifecycle plans.
|
|
499
|
+
|
|
500
|
+
### AI, machine learning, automation, and high-compute workloads
|
|
501
|
+
|
|
502
|
+
- [ ] **USEQ-267D27DD** — Justify the use of an AI or high-compute method against simpler alternatives that can achieve the required outcome.
|
|
503
|
+
- [ ] **USEQ-FD5481AF** — Define lifecycle boundaries for data preparation, training, fine-tuning, evaluation, inference, retrieval, monitoring, experimentation, and hardware.
|
|
504
|
+
- [ ] **USEQ-329FEE22** — Measure energy, emissions, water, hardware use, utilization, and functional outcomes for material AI workloads.
|
|
505
|
+
- [ ] **USEQ-4F4E1909** — Report model size and compute only alongside task quality, usage, lifetime, hardware, region, and uncertainty needed to interpret impact.
|
|
506
|
+
- [ ] **USEQ-5710DB96** — Use the smallest model, precision, context, retrieval scope, generation length, and frequency that reliably meet requirements.
|
|
507
|
+
- [ ] **USEQ-2809A00E** — Reuse appropriate existing models and artifacts when lifecycle impact, security, privacy, licensing, and quality are favorable.
|
|
508
|
+
- [ ] **USEQ-FB9693DF** — Control repeated experiments, hyperparameter searches, evaluation duplication, speculative agents, and unattended loops.
|
|
509
|
+
- [ ] **USEQ-BA68CA4F** — Cache or reuse safe deterministic results where it reduces work without creating stale, private, or incorrect outcomes.
|
|
510
|
+
- [ ] **USEQ-AE78BFC0** — Route requests by complexity only when routing quality, fairness, privacy, and failure behavior are validated.
|
|
511
|
+
- [ ] **USEQ-23A25A60** — Schedule flexible training and batch inference according to capacity and environmental signals where suitable.
|
|
512
|
+
- [ ] **USEQ-6169B64D** — Monitor resource and environmental regressions across model, prompt, data, provider, and traffic changes.
|
|
513
|
+
- [ ] **USEQ-A024A74B** — Include embodied accelerator impact and hardware replacement cycles in major procurement and architecture decisions.
|
|
514
|
+
- [ ] **USEQ-12E1E291** — Do not claim an AI system is sustainable from operational efficiency alone when training, hardware, rebound, or enabled effects are material.
|
|
515
|
+
- [ ] **USEQ-0B2665A3** — Provide kill switches and spending or resource limits for autonomous and agentic workloads.
|
|
516
|
+
|
|
517
|
+
### Hardware lifecycle, assets, circularity, and electronic waste
|
|
518
|
+
|
|
519
|
+
- [ ] **USEQ-62B94A8E** — Maintain an inventory of material hardware and virtualized assets with owner, age, location, utilization, support state, and retirement path.
|
|
520
|
+
- [ ] **USEQ-348B40AE** — Extend useful hardware life when security, reliability, compatibility, repairability, and efficiency remain acceptable.
|
|
521
|
+
- [ ] **USEQ-6C407ACB** — Avoid software requirements and update policies that force unjustified hardware replacement.
|
|
522
|
+
- [ ] **USEQ-3FE758C5** — Include embodied impact, repairability, modularity, spare parts, support duration, and take-back options in procurement.
|
|
523
|
+
- [ ] **USEQ-FE206CBE** — Prefer repair, redeployment, refurbishment, resale, donation, parts recovery, and certified recycling over disposal where safe and lawful.
|
|
524
|
+
- [ ] **USEQ-D6FAF009** — Erase data securely and verify custody during reuse, return, recycling, and disposal.
|
|
525
|
+
- [ ] **USEQ-04DF1172** — Track electronic waste by type, destination, treatment, recovery, and evidence of responsible handling.
|
|
526
|
+
- [ ] **USEQ-8A5BFC8A** — Prevent asset hoarding, forgotten stock, premature replacement, and perpetual retention of unsupported equipment.
|
|
527
|
+
- [ ] **USEQ-F19BB58C** — Coordinate capacity planning and hardware refresh so efficiency gains are not erased by excess inventory or reduced lifetime.
|
|
528
|
+
- [ ] **USEQ-CBABBF8C** — Require suppliers to disclose relevant lifecycle, materials, labor, repair, packaging, transport, and end-of-life information.
|
|
529
|
+
- [ ] **USEQ-016BEEB7** — Include batteries, displays, peripherals, networking equipment, storage media, and user devices where the product materially drives their use.
|
|
530
|
+
- [ ] **USEQ-217653AB** — Use asset identification and utilization records to support sustainability decisions and audits.
|
|
531
|
+
|
|
532
|
+
### Water, materials, waste, pollution, ecosystems, and location risk
|
|
533
|
+
|
|
534
|
+
- [ ] **USEQ-8CDDB1C3** — Assess water use and water-stress context for material computing, cooling, energy, and manufacturing dependencies.
|
|
535
|
+
- [ ] **USEQ-10A887ED** — Avoid optimizing energy or emissions in ways that create disproportionate water, material, pollution, biodiversity, or community harm.
|
|
536
|
+
- [ ] **USEQ-AFA6FD10** — Identify hazardous materials, chemicals, refrigerants, batteries, packaging, and waste streams associated with material infrastructure.
|
|
537
|
+
- [ ] **USEQ-51A9A772** — Assess location-specific climate, grid, water, ecosystem, disaster, and community risks rather than relying only on global averages.
|
|
538
|
+
- [ ] **USEQ-89709CE3** — Include upstream mining, manufacturing, transport, construction, and downstream disposal when they materially affect decisions.
|
|
539
|
+
- [ ] **USEQ-7808AE7C** — Use life-cycle assessment principles for major comparisons and document exclusions and data quality.
|
|
540
|
+
- [ ] **USEQ-0D63B3D7** — Prefer suppliers with transparent environmental management, credible targets, responsible sourcing, and independently supportable data.
|
|
541
|
+
- [ ] **USEQ-7872C26C** — Detect and prevent illegal, unsafe, or opaque waste export and disposal pathways.
|
|
542
|
+
- [ ] **USEQ-6DA0EC95** — Consider biodiversity and land-use effects in large facilities, energy sourcing, and hardware supply chains where material.
|
|
543
|
+
- [ ] **USEQ-F7780EDB** — Assess adaptation needs for heat, drought, flood, wildfire, grid instability, and other climate-related conditions.
|
|
544
|
+
- [ ] **USEQ-2B1C8F57** — Include environmental justice and unequal community impacts in site and supplier decisions.
|
|
545
|
+
- [ ] **USEQ-DBC553F9** — Document when reliable data is unavailable and avoid making precise claims from weak proxies.
|
|
546
|
+
|
|
547
|
+
### Suppliers, procurement, contracts, and shared responsibility
|
|
548
|
+
|
|
549
|
+
- [ ] **USEQ-5804B79B** — Include measurable sustainability requirements in supplier selection and renewal for material products and services.
|
|
550
|
+
- [ ] **USEQ-106A573E** — Require suppliers to define measurement boundaries, methods, data quality, assurance, and update cadence for reported claims.
|
|
551
|
+
- [ ] **USEQ-92042528** — Distinguish supplier-wide averages from the impact attributable to the purchased service.
|
|
552
|
+
- [ ] **USEQ-07CD6281** — Obtain data on energy, emissions, water, waste, hardware lifecycle, regions, and subcontractors where material.
|
|
553
|
+
- [ ] **USEQ-BEE4F085** — Require disclosure of significant method changes and restatements.
|
|
554
|
+
- [ ] **USEQ-CD3E24CA** — Assess whether contractual renewable-energy claims correspond to the locations and time periods of actual consumption.
|
|
555
|
+
- [ ] **USEQ-1129D00B** — Include rights to audit, request evidence, remediate, terminate, export data, and migrate when material commitments are not met.
|
|
556
|
+
- [ ] **USEQ-A80ADE7A** — Avoid procurement criteria that privilege polished reporting over actual verified reduction and responsible practice.
|
|
557
|
+
- [ ] **USEQ-A984E0E3** — Assess concentration, lock-in, data portability, and replacement impact before outsourcing critical capabilities.
|
|
558
|
+
- [ ] **USEQ-6C3BAA57** — Flow applicable requirements to subcontractors and supply-chain participants.
|
|
559
|
+
- [ ] **USEQ-C0E91E6F** — Use supplier scorecards carefully and prevent unverified composite scores from hiding severe weaknesses.
|
|
560
|
+
- [ ] **USEQ-1B6F08D8** — Revoke access, delete data, recover assets, and close environmental obligations when suppliers are retired.
|
|
561
|
+
|
|
562
|
+
### Longevity, compatibility, resilience, and low-resource operation
|
|
563
|
+
|
|
564
|
+
- [ ] **USEQ-FD386600** — Design stable interfaces, data formats, identifiers, and migration paths that reduce premature replacement and repeated redevelopment.
|
|
565
|
+
- [ ] **USEQ-E5E831CE** — Support reasonable client, operating-system, protocol, and assistive-technology lifetimes based on user context and security risk.
|
|
566
|
+
- [ ] **USEQ-788DE467** — Document compatibility windows and deprecation decisions with user impact, migration cost, and environmental consequences.
|
|
567
|
+
- [ ] **USEQ-A676EC10** — Use graceful degradation, offline capability, local recovery, and resumable work where they improve resilience and reduce waste.
|
|
568
|
+
- [ ] **USEQ-D82A953C** — Avoid brittle dependencies on one provider, region, proprietary format, or short-lived service without an exit path.
|
|
569
|
+
- [ ] **USEQ-DD4E26D9** — Preserve data portability and interoperable export so users can move without unnecessary recreation or loss.
|
|
570
|
+
- [ ] **USEQ-BD44967E** — Maintain disaster recovery and business continuity without uncontrolled permanent resource duplication.
|
|
571
|
+
- [ ] **USEQ-E6F6B0C4** — Design for climate-related infrastructure disruption, degraded connectivity, supply shortages, and power constraints where relevant.
|
|
572
|
+
- [ ] **USEQ-2D6A7EF2** — Keep recovery procedures, artifacts, keys, documentation, and skills viable for the intended service lifetime.
|
|
573
|
+
- [ ] **USEQ-18554C68** — Retire unsupported, insecure, or inefficient technology through planned migration rather than emergency replacement.
|
|
574
|
+
- [ ] **USEQ-61E768BD** — Measure product lifetime, upgrade frequency, migration work, and redevelopment as sustainability indicators.
|
|
575
|
+
- [ ] **USEQ-CE286A5D** — Ensure optimizations do not reduce diagnosability or make failures more expensive to detect and repair.
|
|
576
|
+
|
|
577
|
+
### Privacy, security, accessibility, and safety safeguards
|
|
578
|
+
|
|
579
|
+
- [ ] **USEQ-2C5DF06D** — Do not weaken accessibility, privacy, security, safety, reliability, or user rights to meet an environmental target.
|
|
580
|
+
- [ ] **USEQ-FE5C9BBC** — Collect sustainability telemetry at the least identifying granularity needed for the decision.
|
|
581
|
+
- [ ] **USEQ-B32833BD** — Aggregate, minimize, protect, retain, and delete energy or behavior telemetry according to documented purpose.
|
|
582
|
+
- [ ] **USEQ-C11D4863** — Prevent sustainability scores, device characteristics, resource patterns, or power signals from becoming tracking or fingerprinting mechanisms.
|
|
583
|
+
- [ ] **USEQ-13DA6246** — Do not use resource efficiency as justification for omitting necessary authentication, encryption, backups, audit records, or abuse controls.
|
|
584
|
+
- [ ] **USEQ-9CBBD1BC** — Optimize security controls through architecture and proportional configuration rather than disabling them.
|
|
585
|
+
- [ ] **USEQ-ABB8A79B** — Include malicious traffic, fraud, scraping, spam, cryptomining, denial of service, and compromised automation in waste-reduction controls.
|
|
586
|
+
- [ ] **USEQ-9B66981F** — Ensure low-resource or offline modes preserve authorization, integrity, privacy, and safe recovery.
|
|
587
|
+
- [ ] **USEQ-19B4881C** — Provide accessible alternatives when visual, audio, animation, or interaction reductions affect users differently.
|
|
588
|
+
- [ ] **USEQ-F55E8913** — Review unequal effects on users with older devices, disabilities, limited connectivity, low income, or dependence on shared devices.
|
|
589
|
+
- [ ] **USEQ-0C6BFCF8** — Document and approve unavoidable trade-offs with affected stakeholders and qualified reviewers.
|
|
590
|
+
- [ ] **USEQ-3A2A4DEE** — Monitor whether environmental controls create new exclusion, surveillance, manipulation, or safety risks.
|
|
591
|
+
|
|
592
|
+
### Reporting, claims, transparency, assurance, and anti-greenwashing
|
|
593
|
+
|
|
594
|
+
- [ ] **USEQ-346178E8** — Define every public or contractual sustainability claim in testable terms.
|
|
595
|
+
- [ ] **USEQ-17FA871A** — Identify the assessed product version, geography, time period, functional unit, lifecycle boundary, method, data sources, and exclusions.
|
|
596
|
+
- [ ] **USEQ-CB26CF79** — Disclose uncertainty, estimates, supplier dependence, material limitations, and known negative impacts.
|
|
597
|
+
- [ ] **USEQ-FEF4E43F** — Do not describe partial conformance, a single efficiency improvement, renewable-energy procurement, or offsets as total sustainability.
|
|
598
|
+
- [ ] **USEQ-808F4B6E** — Do not compare products unless the boundary, functional unit, quality level, lifetime, and methods are sufficiently aligned.
|
|
599
|
+
- [ ] **USEQ-7C8C50E7** — Keep evidence available for the life of the claim and any required retention period.
|
|
600
|
+
- [ ] **USEQ-3CB866B2** — Have qualified independent reviewers verify high-impact claims and regulated disclosures.
|
|
601
|
+
- [ ] **USEQ-34536507** — Correct or withdraw claims promptly when data, methods, products, suppliers, or assumptions change materially.
|
|
602
|
+
- [ ] **USEQ-4B9F5962** — Publish progress and setbacks using consistent historical baselines or clearly restate prior values.
|
|
603
|
+
- [ ] **USEQ-278F1D86** — Separate measured reductions from projections, commitments, avoided emissions, enabled impacts, and compensatory instruments.
|
|
604
|
+
- [ ] **USEQ-9771DA8A** — Prevent dashboards from using incomplete precision, favorable denominators, omitted growth, or selective time windows.
|
|
605
|
+
- [ ] **USEQ-68334A49** — Provide a contact and correction process for sustainability concerns and data errors.
|
|
606
|
+
|
|
607
|
+
### Continuous improvement, operations, incidents, and release gates
|
|
608
|
+
|
|
609
|
+
- [ ] **USEQ-1B038E56** — Monitor resource and environmental indicators alongside user outcomes, service objectives, cost, and quality.
|
|
610
|
+
- [ ] **USEQ-E58D1198** — Annotate deployments, model changes, campaigns, supplier changes, and traffic shifts on sustainability trends.
|
|
611
|
+
- [ ] **USEQ-D899C2D4** — Investigate unexpected increases in compute, storage, transfer, energy, water, waste, or hardware demand.
|
|
612
|
+
- [ ] **USEQ-8642C1BC** — Include sustainability in incident and problem reviews when waste, runaway activity, capacity, or supplier behavior contributed.
|
|
613
|
+
- [ ] **USEQ-374A20F0** — Create alerts or automated limits for uncontrolled jobs, agent loops, queue growth, data growth, traffic, builds, experiments, and scaling.
|
|
614
|
+
- [ ] **USEQ-D2B9385B** — Test that shutdown, throttling, degradation, and kill switches work without causing unsafe or irreversible outcomes.
|
|
615
|
+
- [ ] **USEQ-3ADC9F49** — Convert recurring waste into architectural, product, operational, or supplier corrective action rather than one-time cleanup.
|
|
616
|
+
- [ ] **USEQ-1C89DDCE** — Reassess after major changes to usage, regions, algorithms, models, devices, suppliers, regulations, or measurement methods.
|
|
617
|
+
- [ ] **USEQ-7C1E20A5** — Retain release evidence showing that applicable environmental budgets and no-go gates passed.
|
|
618
|
+
- [ ] **USEQ-624C88CF** — Block release when a material impact is unknown because required measurement or ownership is absent.
|
|
619
|
+
- [ ] **USEQ-5139B668** — Block release when the product exceeds an approved hard budget without an authorized, monitored, expiring exception.
|
|
620
|
+
- [ ] **USEQ-3820272D** — Block release when a public environmental claim is unsupported, misleading, or materially inconsistent with actual operation.
|
|
621
|
+
- [ ] **USEQ-BDA8D2C8** — Block release when optimization creates an unresolved accessibility, privacy, security, safety, integrity, or reliability failure.
|
|
622
|
+
|
|
623
|
+
## Final Gap Closure — Operational Acceptance, Service Transition, and Organizational Adoption
|
|
624
|
+
|
|
625
|
+
_Consolidated from `final consolidated corpus/08-operations-sre-observability-continuity-cost-sustainability.md#Final Gap Closure — Operational Acceptance, Service Transition, and Organizational Adoption`; 118 non-duplicative controls._
|
|
626
|
+
|
|
627
|
+
### Transition governance and accountability
|
|
628
|
+
|
|
629
|
+
- [ ] **USEQ-8E27F1AD** — Define the service, capability, users, organizations, suppliers, locations, data, and environments included in the transition.
|
|
630
|
+
- [ ] **USEQ-35A71BDE** — Assign an accountable transition owner with authority across product, delivery, operations, support, security, privacy, data, and suppliers.
|
|
631
|
+
- [ ] **USEQ-FDCEFCB5** — Identify the people authorized to accept operational responsibility and residual risk.
|
|
632
|
+
- [ ] **USEQ-FB298C6E** — Establish transition objectives, success measures, entry criteria, exit criteria, stop conditions, rollback criteria, and observation period.
|
|
633
|
+
- [ ] **USEQ-6FA91009** — Maintain an integrated transition plan covering technology, data, people, process, contracts, communications, training, support, and retirement.
|
|
634
|
+
- [ ] **USEQ-0697E472** — Identify dependencies, sequencing constraints, freeze periods, peak events, and competing organizational changes.
|
|
635
|
+
- [ ] **USEQ-0904B9FE** — Assess user, customer, worker, accessibility, safety, security, privacy, financial, and continuity impacts.
|
|
636
|
+
- [ ] **USEQ-6159AEF8** — Define governance for decisions during delivery–operations overlap.
|
|
637
|
+
- [ ] **USEQ-A4F57314** — Prevent schedule pressure from transferring an unaccepted or unsupported service into operation.
|
|
638
|
+
- [ ] **USEQ-1243DFDC** — Keep transition risks, assumptions, actions, owners, evidence, and decisions current.
|
|
639
|
+
- [ ] **USEQ-1CBA7858** — Replan when scope, readiness, staffing, suppliers, data, or operating conditions change materially.
|
|
640
|
+
|
|
641
|
+
### Operational acceptance criteria
|
|
642
|
+
|
|
643
|
+
- [ ] **USEQ-5FFA89EF** — Define operational acceptance criteria while requirements and architecture are being established.
|
|
644
|
+
- [ ] **USEQ-58BC0BE5** — Include service objectives, capacity, resilience, recoverability, security, privacy, accessibility, supportability, maintainability, cost, and sustainability.
|
|
645
|
+
- [ ] **USEQ-A015BF2C** — Include observability, alerting, on-call, escalation, incident, problem, change, and continuity readiness.
|
|
646
|
+
- [ ] **USEQ-B5D1F965** — Include data integrity, migration, reconciliation, retention, deletion, backup, restore, and legal-hold readiness.
|
|
647
|
+
- [ ] **USEQ-146FDE47** — Include supplier support, contractual obligations, licenses, quotas, service limits, and exit provisions.
|
|
648
|
+
- [ ] **USEQ-31DE5766** — Include production access, privileged procedures, break-glass access, and separation of duties.
|
|
649
|
+
- [ ] **USEQ-F5DC0C23** — Include runbooks for routine, degraded, emergency, and recovery operation.
|
|
650
|
+
- [ ] **USEQ-EB933861** — Include documentation, training, competence, staffing, handover, and support-channel readiness.
|
|
651
|
+
- [ ] **USEQ-DEB21FB0** — Include known defects, exceptions, technical debt, workarounds, and end-of-support commitments.
|
|
652
|
+
- [ ] **USEQ-FC3E6CE7** — Make criteria measurable and linked to evidence.
|
|
653
|
+
- [ ] **USEQ-DA324CE6** — Define which unmet criteria block acceptance and which may receive time-bounded conditional acceptance.
|
|
654
|
+
- [ ] **USEQ-01C02CC6** — Require the receiving organization to review and agree to the criteria before final testing.
|
|
655
|
+
|
|
656
|
+
### Service design for operability and supportability
|
|
657
|
+
|
|
658
|
+
- [ ] **USEQ-CFA62933** — Design the service so ordinary operation does not depend on undocumented expert intervention.
|
|
659
|
+
- [ ] **USEQ-40F75816** — Provide clear ownership for every service, component, data set, integration, job, alert, runbook, and supplier.
|
|
660
|
+
- [ ] **USEQ-212321D8** — Expose health, version, configuration, dependencies, queueing, saturation, and user-impact indicators.
|
|
661
|
+
- [ ] **USEQ-9A08AF02** — Provide safe diagnostics without exposing secrets or personal data.
|
|
662
|
+
- [ ] **USEQ-6C68E857** — Make routine maintenance, patching, scaling, backup, restore, failover, and certificate rotation executable and testable.
|
|
663
|
+
- [ ] **USEQ-4AEF1160** — Provide bounded and auditable administrative actions.
|
|
664
|
+
- [ ] **USEQ-F2960F7A** — Prevent support and operations tools from bypassing authorization, tenant isolation, or data-governance controls.
|
|
665
|
+
- [ ] **USEQ-D06B97D0** — Provide safe maintenance and degraded modes where required.
|
|
666
|
+
- [ ] **USEQ-FB76AF44** — Design batch, queue, scheduled, and long-running work for visibility, retry, cancellation, reconciliation, and recovery.
|
|
667
|
+
- [ ] **USEQ-4B6D8A92** — Provide clear procedures for data correction and exceptional manual processing.
|
|
668
|
+
- [ ] **USEQ-BFBBB220** — Ensure customer-facing status and support information can be updated during control-plane failure.
|
|
669
|
+
- [ ] **USEQ-E25419F0** — Verify operational tasks are accessible and usable by intended staff.
|
|
670
|
+
- [ ] **USEQ-1BD6FF0C** — Measure operational toil and eliminate recurring avoidable manual work.
|
|
671
|
+
|
|
672
|
+
### People, roles, competence, and staffing readiness
|
|
673
|
+
|
|
674
|
+
- [ ] **USEQ-0BFDE64A** — Confirm every required operational and support role is staffed for the intended service hours and risk.
|
|
675
|
+
- [ ] **USEQ-9730C439** — Provide primary, secondary, management, specialist, supplier, and executive escalation coverage as needed.
|
|
676
|
+
- [ ] **USEQ-20DF5585** — Verify personnel have required access, equipment, credentials, training, authority, and contact information.
|
|
677
|
+
- [ ] **USEQ-501984F9** — Assess demonstrated competence for high-impact tasks.
|
|
678
|
+
- [ ] **USEQ-905419B1** — Provide practical exercises for deployments, rollback, incidents, failover, restoration, data repair, and customer communication.
|
|
679
|
+
- [ ] **USEQ-8E55BA3A** — Avoid reliance on one person, device, location, time zone, or undocumented skill.
|
|
680
|
+
- [ ] **USEQ-2B75F633** — Define handover, leave, offboarding, role-change, and contractor-transition procedures.
|
|
681
|
+
- [ ] **USEQ-3B38E750** — Ensure working hours, on-call load, and alert volume are sustainable.
|
|
682
|
+
- [ ] **USEQ-E46B4EE7** — Provide accessible accommodations and inclusive tools for operational personnel.
|
|
683
|
+
- [ ] **USEQ-8814F7F9** — Confirm support teams understand new behavior, limitations, known issues, eligibility, pricing, and customer remedies.
|
|
684
|
+
- [ ] **USEQ-A58F8861** — Confirm legal, privacy, security, safety, finance, and communications contacts can be reached during an event.
|
|
685
|
+
|
|
686
|
+
### Knowledge transfer and documentation acceptance
|
|
687
|
+
|
|
688
|
+
- [ ] **USEQ-E04DCCED** — Transfer architecture, dependencies, data flows, trust boundaries, operating assumptions, and failure modes.
|
|
689
|
+
- [ ] **USEQ-4B01668D** — Transfer deployment, configuration, migration, rollback, failover, restoration, and decommissioning procedures.
|
|
690
|
+
- [ ] **USEQ-A7916E27** — Transfer service objectives, dashboards, alerts, synthetic checks, logs, traces, and diagnostic queries.
|
|
691
|
+
- [ ] **USEQ-F42A3E39** — Transfer supplier contracts, support routes, quotas, escalation terms, and planned changes.
|
|
692
|
+
- [ ] **USEQ-B4F1C28A** — Transfer open incidents, defects, risks, exceptions, workarounds, debt, and expiry dates.
|
|
693
|
+
- [ ] **USEQ-37F13993** — Transfer data classifications, retention, rights, legal holds, privacy obligations, and sensitive operations.
|
|
694
|
+
- [ ] **USEQ-A245042A** — Transfer access-control models, privileged processes, break-glass methods, keys, certificates, and secret-recovery procedures.
|
|
695
|
+
- [ ] **USEQ-4DE727BA** — Provide customer-support scripts, troubleshooting guides, user communications, and accessibility support.
|
|
696
|
+
- [ ] **USEQ-0CA85D67** — Identify authoritative documents and archive superseded material.
|
|
697
|
+
- [ ] **USEQ-B0CE4AC1** — Validate documentation through task execution by the receiving team.
|
|
698
|
+
- [ ] **USEQ-C35F42F2** — Record unanswered questions and close or accept them before transition completion.
|
|
699
|
+
- [ ] **USEQ-C7B53656** — Ensure knowledge remains available after project personnel or suppliers depart.
|
|
700
|
+
|
|
701
|
+
### Environment, tool, and access readiness
|
|
702
|
+
|
|
703
|
+
- [ ] **USEQ-CC3D9793** — Verify production accounts, networks, domains, certificates, storage, compute, databases, queues, registries, and observability are provisioned correctly.
|
|
704
|
+
- [ ] **USEQ-DF105206** — Verify production configuration and feature-flag control are versioned, reviewed, and recoverable.
|
|
705
|
+
- [ ] **USEQ-C59CC418** — Verify least-privilege access for operations, support, responders, automation, and suppliers.
|
|
706
|
+
- [ ] **USEQ-CCFEF50D** — Test break-glass access and its audit trail.
|
|
707
|
+
- [ ] **USEQ-FFCE14A7** — Verify monitoring and paging work independently enough to detect failure of the primary service.
|
|
708
|
+
- [ ] **USEQ-EB2AAD9A** — Verify service desk, case management, status communication, incident coordination, and evidence repositories are ready.
|
|
709
|
+
- [ ] **USEQ-3D557FAC** — Verify backups, restore tooling, alternate regions, replacement equipment, and required licenses are available.
|
|
710
|
+
- [ ] **USEQ-CFCD783F** — Confirm quotas, limits, support plans, spending controls, and provider contacts match launch demand.
|
|
711
|
+
- [ ] **USEQ-6560F301** — Detect non-production credentials, debug paths, test recipients, test payment routes, and synthetic data in production configuration.
|
|
712
|
+
- [ ] **USEQ-1A30E6F1** — Confirm administrative tools are protected, observable, and recoverable.
|
|
713
|
+
- [ ] **USEQ-5559DBAC** — Confirm every operational tool has an owner and support path.
|
|
714
|
+
|
|
715
|
+
### Cutover, migration, and early-life support
|
|
716
|
+
|
|
717
|
+
- [ ] **USEQ-BB017E08** — Define the exact cutover sequence, dependencies, checkpoints, approvals, communications, and rollback points.
|
|
718
|
+
- [ ] **USEQ-A9709FE9** — Rehearse cutover using representative data, volume, permissions, integrations, and timings.
|
|
719
|
+
- [ ] **USEQ-2E28DB48** — Establish a protected recovery point before irreversible change.
|
|
720
|
+
- [ ] **USEQ-FFD30078** — Prevent overlapping authoritative writers unless conflict behavior is explicitly designed.
|
|
721
|
+
- [ ] **USEQ-9D527478** — Reconcile data, configuration, permissions, jobs, queues, caches, indexes, integrations, and financial totals after cutover.
|
|
722
|
+
- [ ] **USEQ-D127155D** — Validate critical user and operator journeys in production.
|
|
723
|
+
- [ ] **USEQ-A82DE51D** — Use progressive adoption or cohort-based transition where it materially reduces risk.
|
|
724
|
+
- [ ] **USEQ-B6713B9D** — Maintain enhanced monitoring and staffing for a defined early-life period.
|
|
725
|
+
- [ ] **USEQ-D329E9E1** — Define how incidents are attributed and owned during overlap.
|
|
726
|
+
- [ ] **USEQ-3EB7D7A3** — Track support volume, user failure, performance, error, data integrity, accessibility, abuse, and business outcomes.
|
|
727
|
+
- [ ] **USEQ-2E22A580** — Pause expansion or roll back when predefined thresholds are crossed.
|
|
728
|
+
- [ ] **USEQ-5AB3637F** — Avoid declaring transition complete before the observation and reconciliation period ends.
|
|
729
|
+
- [ ] **USEQ-8F0B7D76** — Record the final acceptance decision and residual obligations.
|
|
730
|
+
|
|
731
|
+
### Support, service desk, and customer readiness
|
|
732
|
+
|
|
733
|
+
- [ ] **USEQ-CA4E11E2** — Define supported users, service hours, channels, languages, accessibility accommodations, and response expectations.
|
|
734
|
+
- [ ] **USEQ-7593DD19** — Provide a clear path for urgent security, privacy, safety, fraud, accessibility, and data-integrity issues.
|
|
735
|
+
- [ ] **USEQ-7839483B** — Train support staff to authenticate requesters without unsafe data collection or social-engineering bypass.
|
|
736
|
+
- [ ] **USEQ-80257BB3** — Give support staff only the data and privileges needed for their role.
|
|
737
|
+
- [ ] **USEQ-1B3A2CEF** — Make support actions attributable and auditable.
|
|
738
|
+
- [ ] **USEQ-99F82FB7** — Provide escalation paths that reach people able to diagnose and change the service.
|
|
739
|
+
- [ ] **USEQ-E27FB6F6** — Define incident linkage so related support cases contribute to impact assessment.
|
|
740
|
+
- [ ] **USEQ-744C959B** — Prepare communications for maintenance, degradation, data issues, security events, delays, and rollback.
|
|
741
|
+
- [ ] **USEQ-F189D5B3** — Ensure public status information is accurate and does not expose sensitive detail.
|
|
742
|
+
- [ ] **USEQ-CD98BD1C** — Provide user migration, onboarding, recovery, and rollback guidance.
|
|
743
|
+
- [ ] **USEQ-8BD86B01** — Preserve customer commitments, entitlements, preferences, accessibility needs, and case history during service transition.
|
|
744
|
+
- [ ] **USEQ-A86B1DF6** — Measure resolution quality, recurrence, customer effort, accessibility, and escalation effectiveness rather than closure count alone.
|
|
745
|
+
|
|
746
|
+
### Organizational adoption and change enablement
|
|
747
|
+
|
|
748
|
+
- [ ] **USEQ-F5A6CAF3** — Identify stakeholders whose responsibilities, incentives, workflows, skills, or authority will change.
|
|
749
|
+
- [ ] **USEQ-C8079013** — Assess readiness, resistance, constraints, and likely unintended consequences.
|
|
750
|
+
- [ ] **USEQ-C14B308B** — Explain the purpose, impact, timeline, support, and decision rights honestly.
|
|
751
|
+
- [ ] **USEQ-AD2234A0** — Involve affected people in design, pilots, and transition decisions.
|
|
752
|
+
- [ ] **USEQ-175BD173** — Avoid using training to compensate for a fundamentally unusable or unsafe design.
|
|
753
|
+
- [ ] **USEQ-148C33A9** — Update policies, procedures, performance measures, roles, and incentives to match the new operating model.
|
|
754
|
+
- [ ] **USEQ-18C79536** — Provide accessible training and support in the languages and formats needed.
|
|
755
|
+
- [ ] **USEQ-4619C514** — Stage adoption so feedback can change the rollout.
|
|
756
|
+
- [ ] **USEQ-38E54A2A** — Preserve a safe fallback for users who cannot transition immediately where obligations permit.
|
|
757
|
+
- [ ] **USEQ-A809C9C6** — Monitor workarounds, shadow systems, abandonment, error, burden, and inequitable impact.
|
|
758
|
+
- [ ] **USEQ-2DD0C134** — Verify promised benefits and identify displaced costs or harms.
|
|
759
|
+
- [ ] **USEQ-627B9907** — Stop or redesign adoption when evidence shows the change is not producing acceptable outcomes.
|
|
760
|
+
|
|
761
|
+
### Acceptance, closure, and post-transition governance
|
|
762
|
+
|
|
763
|
+
- [ ] **USEQ-7CE19A5C** — Conduct formal operational acceptance against agreed criteria and current evidence.
|
|
764
|
+
- [ ] **USEQ-02C84E3D** — Have the receiving owner explicitly accept or reject responsibility.
|
|
765
|
+
- [ ] **USEQ-6808A5B2** — Record conditional acceptance with compensating controls, monitoring, owner, remediation date, and expiry.
|
|
766
|
+
- [ ] **USEQ-00F86BC0** — Do not treat project completion or budget exhaustion as operational acceptance.
|
|
767
|
+
- [ ] **USEQ-354C8516** — Confirm unresolved work has transferred to active owners and backlogs.
|
|
768
|
+
- [ ] **USEQ-E8D0E95A** — Confirm temporary access, environments, flags, data copies, supplier accounts, and elevated support are removed or governed.
|
|
769
|
+
- [ ] **USEQ-A157B5DF** — Confirm old systems, routes, jobs, credentials, and communications are decommissioned or intentionally retained.
|
|
770
|
+
- [ ] **USEQ-B049F5B4** — Review benefits, incidents, support demand, reliability, costs, human workload, and customer outcomes after transition.
|
|
771
|
+
- [ ] **USEQ-3C44939B** — Conduct a transition retrospective and verify corrective actions.
|
|
772
|
+
- [ ] **USEQ-E1759D28** — Reopen acceptance if material assumptions prove false or required controls cease to operate.
|
|
773
|
+
- [ ] **USEQ-66B7CDAC** — Treat missing ownership, untested recovery, inadequate staffing, failed migration reconciliation, or unsupported operations as no-go conditions.
|
|
774
|
+
|
|
775
|
+
## Standards and source references
|
|
776
|
+
|
|
777
|
+
- [ISO/IEC 27001:2022 — Information security management systems](https://www.iso.org/standard/27001)
|
|
778
|
+
- [NIST Cybersecurity Framework 2.0](https://www.nist.gov/cyberframework)
|
|
779
|
+
- [ISO 22301:2019 — Business continuity management systems](https://www.iso.org/standard/75106.html)
|
|
780
|
+
- [OpenTelemetry Specifications](https://opentelemetry.io/docs/specs/)
|
|
781
|
+
- [Google SRE Workbook — Implementing SLOs](https://sre.google/workbook/implementing-slos/)
|
|
782
|
+
- [ISO/IEC 20000-1:2018 — Service management system requirements](https://www.iso.org/standard/70636.html)
|
|
783
|
+
- [NIST SP 800-61 Rev. 3 — Incident Response](https://csrc.nist.gov/pubs/sp/800/61/r3/final)
|
|
784
|
+
- [ISO/IEC 25010:2023 — Product quality model](https://www.iso.org/standard/78176.html)
|
|
785
|
+
- [ISO/IEC/IEEE 15939:2017 — Measurement process](https://www.iso.org/standard/71197.html)
|
|
786
|
+
- [ISO/IEC/IEEE 12207:2026 — Software life cycle processes](https://www.iso.org/standard/90219.html)
|
|
787
|
+
- [ISO 9001:2015 — Quality management systems](https://www.iso.org/standard/62085.html)
|
|
788
|
+
- [ISO/IEC 38500:2024 — Governance of IT](https://www.iso.org/standard/81684.html)
|
|
789
|
+
- [ISO/IEC 21031:2024 — Software Carbon Intensity](https://www.iso.org/standard/86612.html)
|
|
790
|
+
- [ISO/IEC 27701:2025 — Privacy information management systems](https://www.iso.org/standard/85819.html)
|
|
791
|
+
- [NIST SP 800-63-4 — Digital Identity Guidelines](https://pages.nist.gov/800-63-4/)
|
|
792
|
+
|
|
793
|
+
---
|
|
794
|
+
|
|
795
|
+
[Previous phase](11-developer-experience-platform-and-delivery.md) · [Next: Phase 13: Documentation and knowledge](13-documentation-and-knowledge.md)
|