universal-dev-standards 5.4.0 → 5.6.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/bundled/ai/options/testing/integration-testing.ai.yaml +2 -2
- package/bundled/ai/options/testing/unit-testing.ai.yaml +2 -2
- package/bundled/ai/standards/adversarial-test.ai.yaml +277 -0
- package/bundled/ai/standards/audit-trail.ai.yaml +113 -0
- package/bundled/ai/standards/browser-compatibility-standards.ai.yaml +63 -0
- package/bundled/ai/standards/chaos-injection-tests.ai.yaml +91 -0
- package/bundled/ai/standards/container-image-standards.ai.yaml +88 -0
- package/bundled/ai/standards/container-security.ai.yaml +331 -0
- package/bundled/ai/standards/contract-testing-standards.ai.yaml +62 -0
- package/bundled/ai/standards/cost-budget-test.ai.yaml +96 -0
- package/bundled/ai/standards/cross-flow-regression.ai.yaml +61 -0
- package/bundled/ai/standards/data-contract.ai.yaml +110 -0
- package/bundled/ai/standards/data-migration-testing.ai.yaml +96 -0
- package/bundled/ai/standards/data-pipeline.ai.yaml +113 -0
- package/bundled/ai/standards/disaster-recovery-drill.ai.yaml +89 -0
- package/bundled/ai/standards/flaky-test-management.ai.yaml +89 -0
- package/bundled/ai/standards/flow-based-testing.ai.yaml +240 -0
- package/bundled/ai/standards/full-coverage-testing.ai.yaml +192 -0
- package/bundled/ai/standards/iac-design-principles.ai.yaml +83 -0
- package/bundled/ai/standards/incident-response.ai.yaml +107 -0
- package/bundled/ai/standards/license-compliance.ai.yaml +106 -0
- package/bundled/ai/standards/llm-output-validation.ai.yaml +269 -0
- package/bundled/ai/standards/mock-boundary.ai.yaml +250 -0
- package/bundled/ai/standards/mutation-testing.ai.yaml +192 -0
- package/bundled/ai/standards/pii-classification.ai.yaml +109 -0
- package/bundled/ai/standards/policy-as-code-testing.ai.yaml +227 -0
- package/bundled/ai/standards/prd-standards.ai.yaml +88 -0
- package/bundled/ai/standards/product-metrics-standards.ai.yaml +111 -0
- package/bundled/ai/standards/prompt-regression.ai.yaml +94 -0
- package/bundled/ai/standards/property-based-testing.ai.yaml +105 -0
- package/bundled/ai/standards/release-quality-manifest.ai.yaml +135 -0
- package/bundled/ai/standards/release-readiness-gate.ai.yaml +77 -0
- package/bundled/ai/standards/replay-test.ai.yaml +111 -0
- package/bundled/ai/standards/runbook.ai.yaml +104 -0
- package/bundled/ai/standards/sast-advanced.ai.yaml +135 -0
- package/bundled/ai/standards/schema-evolution.ai.yaml +111 -0
- package/bundled/ai/standards/secret-management-standards.ai.yaml +105 -0
- package/bundled/ai/standards/secure-op.ai.yaml +365 -0
- package/bundled/ai/standards/security-testing.ai.yaml +171 -0
- package/bundled/ai/standards/server-ops-security.ai.yaml +274 -0
- package/bundled/ai/standards/slo-sli.ai.yaml +97 -0
- package/bundled/ai/standards/smoke-test.ai.yaml +87 -0
- package/bundled/ai/standards/supply-chain-attestation.ai.yaml +109 -0
- package/bundled/ai/standards/test-completeness-dimensions.ai.yaml +52 -5
- package/bundled/ai/standards/testing.ai.yaml +20 -13
- package/bundled/ai/standards/user-story-mapping.ai.yaml +108 -0
- package/bundled/core/accessibility-standards.md +58 -0
- package/bundled/core/adversarial-test.md +212 -0
- package/bundled/core/branch-completion.md +4 -0
- package/bundled/core/browser-compatibility-standards.md +220 -0
- package/bundled/core/chaos-injection-tests.md +116 -0
- package/bundled/core/checkin-standards.md +1 -0
- package/bundled/core/container-security.md +521 -0
- package/bundled/core/contract-testing-standards.md +182 -0
- package/bundled/core/cost-budget-test.md +69 -0
- package/bundled/core/cross-flow-regression.md +190 -0
- package/bundled/core/data-migration-testing.md +110 -0
- package/bundled/core/disaster-recovery-drill.md +73 -0
- package/bundled/core/flaky-test-management.md +73 -0
- package/bundled/core/flow-based-testing.md +275 -0
- package/bundled/core/full-coverage-testing.md +183 -0
- package/bundled/core/llm-output-validation.md +178 -0
- package/bundled/core/mock-boundary.md +100 -0
- package/bundled/core/mutation-testing.md +97 -0
- package/bundled/core/performance-standards.md +65 -0
- package/bundled/core/policy-as-code-testing.md +188 -0
- package/bundled/core/prompt-regression.md +72 -0
- package/bundled/core/property-based-testing.md +73 -0
- package/bundled/core/release-quality-manifest.md +193 -0
- package/bundled/core/release-readiness-gate.md +184 -0
- package/bundled/core/replay-test.md +86 -0
- package/bundled/core/sast-advanced.md +300 -0
- package/bundled/core/secure-op.md +314 -0
- package/bundled/core/security-testing.md +87 -0
- package/bundled/core/server-ops-security.md +493 -0
- package/bundled/core/smoke-test.md +65 -0
- package/bundled/core/supply-chain-attestation.md +117 -0
- package/bundled/locales/zh-CN/CHANGELOG.md +3 -3
- package/bundled/locales/zh-CN/README.md +1 -1
- package/bundled/locales/zh-CN/skills/ai-instruction-standards/SKILL.md +5 -5
- package/bundled/locales/zh-TW/CHANGELOG.md +3 -3
- package/bundled/locales/zh-TW/README.md +1 -1
- package/bundled/locales/zh-TW/core/browser-compatibility-standards.md +11 -0
- package/bundled/locales/zh-TW/core/contract-testing-standards.md +11 -0
- package/bundled/locales/zh-TW/core/cross-flow-regression.md +11 -0
- package/bundled/locales/zh-TW/core/release-readiness-gate.md +11 -0
- package/bundled/locales/zh-TW/skills/ai-instruction-standards/SKILL.md +183 -79
- package/bundled/skills/README.md +4 -3
- package/bundled/skills/SKILL_NAMING.md +94 -0
- package/bundled/skills/ai-instruction-standards/SKILL.md +181 -88
- package/bundled/skills/atdd-assistant/SKILL.md +8 -0
- package/bundled/skills/bdd-assistant/SKILL.md +7 -0
- package/bundled/skills/checkin-assistant/SKILL.md +8 -0
- package/bundled/skills/code-review-assistant/SKILL.md +7 -0
- package/bundled/skills/journey-test-assistant/SKILL.md +203 -0
- package/bundled/skills/orchestrate/SKILL.md +167 -0
- package/bundled/skills/plan/SKILL.md +234 -0
- package/bundled/skills/pr-automation-assistant/SKILL.md +8 -0
- package/bundled/skills/push/SKILL.md +49 -2
- package/bundled/skills/{process-automation → skill-builder}/SKILL.md +1 -1
- package/bundled/skills/{forward-derivation → spec-derivation}/SKILL.md +1 -1
- package/bundled/skills/spec-driven-dev/SKILL.md +7 -0
- package/bundled/skills/sweep/SKILL.md +145 -0
- package/bundled/skills/tdd-assistant/SKILL.md +7 -0
- package/package.json +6 -6
- package/src/commands/check.js +43 -0
- package/src/commands/flow.js +8 -0
- package/src/commands/init.js +2 -1
- package/src/commands/start.js +14 -0
- package/src/commands/sweep.js +8 -0
- package/src/commands/update.js +10 -0
- package/src/commands/workflow.js +8 -0
- package/standards-registry.json +483 -5
- package/bundled/locales/zh-CN/skills/ac-coverage-assistant/SKILL.md +0 -190
- package/bundled/locales/zh-CN/skills/forward-derivation/SKILL.md +0 -71
- package/bundled/locales/zh-CN/skills/forward-derivation/guide.md +0 -130
- package/bundled/locales/zh-CN/skills/methodology-system/SKILL.md +0 -88
- package/bundled/locales/zh-CN/skills/methodology-system/create-methodology.md +0 -350
- package/bundled/locales/zh-CN/skills/methodology-system/guide.md +0 -131
- package/bundled/locales/zh-CN/skills/methodology-system/runtime.md +0 -279
- package/bundled/locales/zh-CN/skills/process-automation/SKILL.md +0 -143
- package/bundled/locales/zh-TW/skills/ac-coverage-assistant/SKILL.md +0 -195
- package/bundled/locales/zh-TW/skills/deploy-assistant/SKILL.md +0 -178
- package/bundled/locales/zh-TW/skills/forward-derivation/SKILL.md +0 -69
- package/bundled/locales/zh-TW/skills/forward-derivation/guide.md +0 -415
- package/bundled/locales/zh-TW/skills/methodology-system/SKILL.md +0 -86
- package/bundled/locales/zh-TW/skills/methodology-system/create-methodology.md +0 -350
- package/bundled/locales/zh-TW/skills/methodology-system/guide.md +0 -131
- package/bundled/locales/zh-TW/skills/methodology-system/runtime.md +0 -279
- package/bundled/locales/zh-TW/skills/process-automation/SKILL.md +0 -144
- /package/bundled/skills/{ac-coverage-assistant → ac-coverage}/SKILL.md +0 -0
- /package/bundled/skills/{methodology-system → dev-methodology}/SKILL.md +0 -0
- /package/bundled/skills/{methodology-system → dev-methodology}/create-methodology.md +0 -0
- /package/bundled/skills/{methodology-system → dev-methodology}/guide.md +0 -0
- /package/bundled/skills/{methodology-system → dev-methodology}/integrated-flow.md +0 -0
- /package/bundled/skills/{methodology-system → dev-methodology}/prerequisite-check.md +0 -0
- /package/bundled/skills/{methodology-system → dev-methodology}/runtime.md +0 -0
- /package/bundled/skills/{forward-derivation → spec-derivation}/guide.md +0 -0
package/standards-registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.0",
|
|
4
4
|
"lastUpdated": "2026-04-16",
|
|
5
5
|
"description": "Standards registry for universal-dev-standards with integrated skills and AI-optimized formats",
|
|
6
6
|
"formats": {
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"standards": {
|
|
59
59
|
"name": "universal-dev-standards",
|
|
60
60
|
"url": "https://github.com/AsiaOstrich/universal-dev-standards",
|
|
61
|
-
"version": "5.
|
|
61
|
+
"version": "5.6.0"
|
|
62
62
|
},
|
|
63
63
|
"skills": {
|
|
64
64
|
"name": "universal-dev-standards",
|
|
65
65
|
"url": "https://github.com/AsiaOstrich/universal-dev-standards",
|
|
66
66
|
"localPath": "skills",
|
|
67
67
|
"rawUrl": "https://raw.githubusercontent.com/AsiaOstrich/universal-dev-standards/main/skills",
|
|
68
|
-
"version": "5.
|
|
68
|
+
"version": "5.6.0",
|
|
69
69
|
"note": "Skills are now included in the main repository under skills/"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
@@ -1042,7 +1042,7 @@
|
|
|
1042
1042
|
},
|
|
1043
1043
|
"category": "skill",
|
|
1044
1044
|
"skillName": "testing-guide",
|
|
1045
|
-
"description": "Testing
|
|
1045
|
+
"description": "Testing structure, FIRST principles, AAA pattern, and framework options. Coverage policy superseded by full-coverage-testing (XSPEC-178).",
|
|
1046
1046
|
"options": {
|
|
1047
1047
|
"test_level": {
|
|
1048
1048
|
"default": null,
|
|
@@ -1088,6 +1088,18 @@
|
|
|
1088
1088
|
}
|
|
1089
1089
|
}
|
|
1090
1090
|
},
|
|
1091
|
+
{
|
|
1092
|
+
"id": "full-coverage-testing",
|
|
1093
|
+
"name": "Full Coverage Testing Standards",
|
|
1094
|
+
"nameZh": "全覆蓋測試標準",
|
|
1095
|
+
"source": {
|
|
1096
|
+
"human": "core/testing-standards.md",
|
|
1097
|
+
"ai": "ai/standards/full-coverage-testing.ai.yaml"
|
|
1098
|
+
},
|
|
1099
|
+
"category": "skill",
|
|
1100
|
+
"skillName": "testing-guide",
|
|
1101
|
+
"description": "Behavior-completeness full coverage paradigm: ratchet CI, anti-fake-test rules (no tautology/business-logic mock), STUB marker protocol (pre-push + deploy gates), @ac traceability. Replaces pyramid thresholds (XSPEC-178)."
|
|
1102
|
+
},
|
|
1091
1103
|
{
|
|
1092
1104
|
"id": "documentation-structure",
|
|
1093
1105
|
"name": "Documentation Structure",
|
|
@@ -1182,7 +1194,66 @@
|
|
|
1182
1194
|
},
|
|
1183
1195
|
"category": "skill",
|
|
1184
1196
|
"skillName": "test-coverage-assistant",
|
|
1185
|
-
"description": "Framework for evaluating test coverage completeness"
|
|
1197
|
+
"description": "Framework for evaluating test coverage completeness across 10 dimensions"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"id": "flow-based-testing",
|
|
1201
|
+
"name": "Flow-Based Testing",
|
|
1202
|
+
"nameZh": "流程解構測試",
|
|
1203
|
+
"source": {
|
|
1204
|
+
"human": "core/flow-based-testing.md",
|
|
1205
|
+
"ai": "ai/standards/flow-based-testing.ai.yaml"
|
|
1206
|
+
},
|
|
1207
|
+
"category": "skill",
|
|
1208
|
+
"skillName": "e2e-assistant",
|
|
1209
|
+
"description": "Flow decomposition methodology for testing multi-step processes with branch coverage"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"id": "mock-boundary",
|
|
1213
|
+
"name": "Mock Boundary Standards",
|
|
1214
|
+
"nameZh": "Mock 邊界規則",
|
|
1215
|
+
"source": {
|
|
1216
|
+
"human": "core/mock-boundary.md",
|
|
1217
|
+
"ai": "ai/standards/mock-boundary.ai.yaml"
|
|
1218
|
+
},
|
|
1219
|
+
"category": "skill",
|
|
1220
|
+
"skillName": "testing-guide",
|
|
1221
|
+
"description": "Rules defining what can and cannot be mocked to prevent hollow tests"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"id": "security-testing",
|
|
1225
|
+
"name": "Security Testing Standards",
|
|
1226
|
+
"nameZh": "安全測試標準",
|
|
1227
|
+
"source": {
|
|
1228
|
+
"human": "core/security-testing.md",
|
|
1229
|
+
"ai": "ai/standards/security-testing.ai.yaml"
|
|
1230
|
+
},
|
|
1231
|
+
"category": "skill",
|
|
1232
|
+
"skillName": "security-scan-assistant",
|
|
1233
|
+
"description": "SAST, dependency auditing, DAST, and secret scanning methodology"
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"id": "llm-output-validation",
|
|
1237
|
+
"name": "LLM Output Validation Standards",
|
|
1238
|
+
"nameZh": "LLM 輸出驗證標準",
|
|
1239
|
+
"source": {
|
|
1240
|
+
"human": "core/llm-output-validation.md",
|
|
1241
|
+
"ai": "ai/standards/llm-output-validation.ai.yaml"
|
|
1242
|
+
},
|
|
1243
|
+
"category": "testing",
|
|
1244
|
+
"description": "Standards for validating LLM and AI agent outputs: schema conformance, hallucination detection, prompt regression"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"id": "mutation-testing",
|
|
1248
|
+
"name": "Mutation Testing Standards",
|
|
1249
|
+
"nameZh": "突變測試標準",
|
|
1250
|
+
"source": {
|
|
1251
|
+
"human": "core/mutation-testing.md",
|
|
1252
|
+
"ai": "ai/standards/mutation-testing.ai.yaml"
|
|
1253
|
+
},
|
|
1254
|
+
"category": "skill",
|
|
1255
|
+
"skillName": "test-coverage-assistant",
|
|
1256
|
+
"description": "Mutation testing methodology to evaluate test suite effectiveness"
|
|
1186
1257
|
},
|
|
1187
1258
|
{
|
|
1188
1259
|
"id": "test-driven-development",
|
|
@@ -2158,6 +2229,413 @@
|
|
|
2158
2229
|
},
|
|
2159
2230
|
"category": "core",
|
|
2160
2231
|
"description": "Security checkpoints embedded in CI pipeline — SAST, DAST, SCA, secrets scan with block/warn/log behavior"
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
"id": "slo-sli",
|
|
2235
|
+
"name": "SLO/SLI Definition Standards",
|
|
2236
|
+
"nameZh": "SLO/SLI 定義標準",
|
|
2237
|
+
"source": {
|
|
2238
|
+
"human": "core/slo-sli.md",
|
|
2239
|
+
"ai": "ai/standards/slo-sli.ai.yaml"
|
|
2240
|
+
},
|
|
2241
|
+
"category": "core",
|
|
2242
|
+
"description": "SLI selection per service type, SLO target-setting methodology, error budget policies, and multi-window burn-rate alerting"
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"id": "runbook",
|
|
2246
|
+
"name": "Runbook Writing Standards",
|
|
2247
|
+
"nameZh": "Runbook 撰寫標準",
|
|
2248
|
+
"source": {
|
|
2249
|
+
"human": "core/runbook.md",
|
|
2250
|
+
"ai": "ai/standards/runbook.ai.yaml"
|
|
2251
|
+
},
|
|
2252
|
+
"category": "core",
|
|
2253
|
+
"description": "Required sections, reproducible steps, naming conventions, review cadence, and drill frequency for operational runbooks"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"id": "incident-response",
|
|
2257
|
+
"name": "Incident Response Standards",
|
|
2258
|
+
"nameZh": "事件回應標準",
|
|
2259
|
+
"source": {
|
|
2260
|
+
"human": "core/incident-response.md",
|
|
2261
|
+
"ai": "ai/standards/incident-response.ai.yaml"
|
|
2262
|
+
},
|
|
2263
|
+
"category": "core",
|
|
2264
|
+
"description": "Severity classification, IC role, stakeholder communication, blameless postmortem, on-call rotation, and incident metrics"
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"id": "license-compliance",
|
|
2268
|
+
"name": "License Compliance Standards",
|
|
2269
|
+
"nameZh": "授權合規標準",
|
|
2270
|
+
"source": {
|
|
2271
|
+
"human": "core/license-compliance.md",
|
|
2272
|
+
"ai": "ai/standards/license-compliance.ai.yaml"
|
|
2273
|
+
},
|
|
2274
|
+
"category": "core",
|
|
2275
|
+
"description": "License tier classification, automated scanning in CI, SBOM generation, attribution notices, and violation remediation"
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"id": "pii-classification",
|
|
2279
|
+
"name": "PII Classification and Handling Standards",
|
|
2280
|
+
"nameZh": "PII 分類與處理標準",
|
|
2281
|
+
"source": {
|
|
2282
|
+
"human": "core/pii-classification.md",
|
|
2283
|
+
"ai": "ai/standards/pii-classification.ai.yaml"
|
|
2284
|
+
},
|
|
2285
|
+
"category": "core",
|
|
2286
|
+
"description": "Three-tier PII sensitivity classification, data minimization, masking in non-production, retention schedules, and cross-border transfer controls"
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"id": "audit-trail",
|
|
2290
|
+
"name": "Audit Trail Standards",
|
|
2291
|
+
"nameZh": "稽核追蹤標準",
|
|
2292
|
+
"source": {
|
|
2293
|
+
"human": "core/audit-trail.md",
|
|
2294
|
+
"ai": "ai/standards/audit-trail.ai.yaml"
|
|
2295
|
+
},
|
|
2296
|
+
"category": "core",
|
|
2297
|
+
"description": "Mandatory auditable events, record schema, immutability, retention periods, query/export, and SIEM integration"
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"id": "schema-evolution",
|
|
2301
|
+
"name": "Schema Evolution Standards",
|
|
2302
|
+
"nameZh": "Schema 演進標準",
|
|
2303
|
+
"source": {
|
|
2304
|
+
"human": "core/schema-evolution.md",
|
|
2305
|
+
"ai": "ai/standards/schema-evolution.ai.yaml"
|
|
2306
|
+
},
|
|
2307
|
+
"category": "core",
|
|
2308
|
+
"description": "Backward-compatible change patterns, prohibited breaking changes, expand-contract migration, schema versioning, and CI compatibility checks"
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"id": "data-contract",
|
|
2312
|
+
"name": "Data Contract Standards",
|
|
2313
|
+
"nameZh": "資料契約標準",
|
|
2314
|
+
"source": {
|
|
2315
|
+
"human": "core/data-contract.md",
|
|
2316
|
+
"ai": "ai/standards/data-contract.ai.yaml"
|
|
2317
|
+
},
|
|
2318
|
+
"category": "core",
|
|
2319
|
+
"description": "Data contract specification format, quality SLOs, breaking-change governance, automated contract testing, and consumer registration"
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"id": "data-pipeline",
|
|
2323
|
+
"name": "Data Pipeline Standards",
|
|
2324
|
+
"nameZh": "資料管線標準",
|
|
2325
|
+
"source": {
|
|
2326
|
+
"human": "core/data-pipeline.md",
|
|
2327
|
+
"ai": "ai/standards/data-pipeline.ai.yaml"
|
|
2328
|
+
},
|
|
2329
|
+
"category": "core",
|
|
2330
|
+
"description": "Idempotency, error handling with DLQs, checkpointing, data lineage, pipeline observability SLOs, and testing requirements"
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"id": "iac-design-principles",
|
|
2334
|
+
"name": "Infrastructure as Code Design Principles",
|
|
2335
|
+
"nameZh": "基礎設施即程式碼設計原則",
|
|
2336
|
+
"source": {
|
|
2337
|
+
"human": "core/iac-design-principles.md",
|
|
2338
|
+
"ai": "ai/standards/iac-design-principles.ai.yaml"
|
|
2339
|
+
},
|
|
2340
|
+
"category": "core",
|
|
2341
|
+
"description": "Four IaC principles (reproducible, immutable, idempotent, versioned), remote state with locking, and drift detection with three-category classification"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"id": "container-image-standards",
|
|
2345
|
+
"name": "Container Image Build and Security Standards",
|
|
2346
|
+
"nameZh": "容器映像建構與安全標準",
|
|
2347
|
+
"source": {
|
|
2348
|
+
"human": "core/container-image-standards.md",
|
|
2349
|
+
"ai": "ai/standards/container-image-standards.ai.yaml"
|
|
2350
|
+
},
|
|
2351
|
+
"category": "core",
|
|
2352
|
+
"description": "Dockerfile five principles (multi-stage, non-root, distroless, no secrets, SBOM labels), SBOM embedding via syft/trivy, and CVE scanning block policy"
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"id": "secret-management-standards",
|
|
2356
|
+
"name": "Secret Management and Credential Hygiene Standards",
|
|
2357
|
+
"nameZh": "機密管理與憑證衛生標準",
|
|
2358
|
+
"source": {
|
|
2359
|
+
"human": "core/secret-management-standards.md",
|
|
2360
|
+
"ai": "ai/standards/secret-management-standards.ai.yaml"
|
|
2361
|
+
},
|
|
2362
|
+
"category": "core",
|
|
2363
|
+
"description": "Three secret source tiers (Vault, Cloud KMS, SOPS), rotation policies by credential type, hardcoded secret prevention, and safe injection patterns"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"id": "prd-standards",
|
|
2367
|
+
"name": "Product Requirements Document Standards",
|
|
2368
|
+
"nameZh": "產品需求文件標準",
|
|
2369
|
+
"source": {
|
|
2370
|
+
"human": "core/prd-standards.md",
|
|
2371
|
+
"ai": "ai/standards/prd-standards.ai.yaml"
|
|
2372
|
+
},
|
|
2373
|
+
"category": "core",
|
|
2374
|
+
"description": "PRD five sections (Problem, Persona, Metrics, Scope, Constraints), PRD-to-user-story bridge with metric traceability, and post-kickoff revision policy"
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
"id": "product-metrics-standards",
|
|
2378
|
+
"name": "Product Metrics Framework Standards",
|
|
2379
|
+
"nameZh": "產品指標框架標準",
|
|
2380
|
+
"source": {
|
|
2381
|
+
"human": "core/product-metrics-standards.md",
|
|
2382
|
+
"ai": "ai/standards/product-metrics-standards.ai.yaml"
|
|
2383
|
+
},
|
|
2384
|
+
"category": "core",
|
|
2385
|
+
"description": "Framework selection matrix (AARRR/HEART/North Star), North Star four criteria, three-level metric hierarchy, and anti-vanity metric rule"
|
|
2386
|
+
},
|
|
2387
|
+
{
|
|
2388
|
+
"id": "user-story-mapping",
|
|
2389
|
+
"name": "User Story Mapping Standards",
|
|
2390
|
+
"nameZh": "使用者故事地圖標準",
|
|
2391
|
+
"source": {
|
|
2392
|
+
"human": "core/user-story-mapping.md",
|
|
2393
|
+
"ai": "ai/standards/user-story-mapping.ai.yaml"
|
|
2394
|
+
},
|
|
2395
|
+
"category": "core",
|
|
2396
|
+
"description": "Three-layer story map (Backbone, Walking Skeleton, Detail Stories), MVP horizontal slice rule, INVEST compliance per story, and GWT acceptance criteria"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"id": "secure-op",
|
|
2400
|
+
"name": "Secure-Op Standard",
|
|
2401
|
+
"nameZh": "AI Agent 安全操作標準",
|
|
2402
|
+
"source": {
|
|
2403
|
+
"human": "core/secure-op.md",
|
|
2404
|
+
"ai": "ai/standards/secure-op.ai.yaml"
|
|
2405
|
+
},
|
|
2406
|
+
"category": "security",
|
|
2407
|
+
"description": "AI Agent secure operation methodology: Veto-based decision, SOBR risk scoring, Fail-Closed principle, tamper-evident audit chain, HITL escalation, and prompt injection defense"
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"id": "server-ops-security",
|
|
2411
|
+
"name": "Server Operations Security",
|
|
2412
|
+
"nameZh": "伺服器操作安全標準",
|
|
2413
|
+
"source": {
|
|
2414
|
+
"human": "core/server-ops-security.md",
|
|
2415
|
+
"ai": "ai/standards/server-ops-security.ai.yaml"
|
|
2416
|
+
},
|
|
2417
|
+
"category": "security",
|
|
2418
|
+
"description": "SSH hardening, host configuration, privilege management, bastion patterns, patch management SLA, and network isolation for AI Agent production environments"
|
|
2419
|
+
},
|
|
2420
|
+
{
|
|
2421
|
+
"id": "container-security",
|
|
2422
|
+
"name": "Container Security",
|
|
2423
|
+
"nameZh": "容器安全標準",
|
|
2424
|
+
"source": {
|
|
2425
|
+
"human": "core/container-security.md",
|
|
2426
|
+
"ai": "ai/standards/container-security.ai.yaml"
|
|
2427
|
+
},
|
|
2428
|
+
"category": "security",
|
|
2429
|
+
"description": "Container image hardening, registry security, runtime protection, secrets management, Kubernetes network policy, and supply chain integrity for AI Agent production environments"
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"id": "adversarial-test",
|
|
2433
|
+
"name": "Adversarial Test Standards",
|
|
2434
|
+
"nameZh": "對抗性測試標準",
|
|
2435
|
+
"source": {
|
|
2436
|
+
"human": "core/adversarial-test.md",
|
|
2437
|
+
"ai": "ai/standards/adversarial-test.ai.yaml"
|
|
2438
|
+
},
|
|
2439
|
+
"category": "testing",
|
|
2440
|
+
"description": "Red-team corpus design for AI agents: OWASP LLM Top 10 adversarial probes (prompt injection LLM01, PII exfiltration LLM06, privilege escalation LLM08, source-agent spoofing)"
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"id": "policy-as-code-testing",
|
|
2444
|
+
"name": "Policy as Code Testing Standards",
|
|
2445
|
+
"nameZh": "Policy as Code 測試標準",
|
|
2446
|
+
"source": {
|
|
2447
|
+
"human": "core/policy-as-code-testing.md",
|
|
2448
|
+
"ai": "ai/standards/policy-as-code-testing.ai.yaml"
|
|
2449
|
+
},
|
|
2450
|
+
"category": "testing",
|
|
2451
|
+
"description": "OPA Rego unit test standards: _test.rego file conventions, ALLOW/DENY/boundary cases, Fail-Closed default, CI opa test integration, anti-patterns (array.concat on sets)"
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"id": "sast-advanced",
|
|
2455
|
+
"name": "Advanced SAST Standards",
|
|
2456
|
+
"nameZh": "進階 SAST 標準",
|
|
2457
|
+
"source": {
|
|
2458
|
+
"human": "core/sast-advanced.md",
|
|
2459
|
+
"ai": "ai/standards/sast-advanced.ai.yaml"
|
|
2460
|
+
},
|
|
2461
|
+
"category": "security",
|
|
2462
|
+
"description": "CodeQL semantic code analysis + secret scanning + Biome security rules. Complements dependency auditing with deep static analysis detecting injection vulnerabilities."
|
|
2463
|
+
}
|
|
2464
|
+
,
|
|
2465
|
+
{
|
|
2466
|
+
"id": "prompt-regression",
|
|
2467
|
+
"name": "Prompt Regression Standards",
|
|
2468
|
+
"nameZh": "Prompt 回歸測試標準",
|
|
2469
|
+
"source": {
|
|
2470
|
+
"human": "core/prompt-regression.md",
|
|
2471
|
+
"ai": "ai/standards/prompt-regression.ai.yaml"
|
|
2472
|
+
},
|
|
2473
|
+
"category": "testing",
|
|
2474
|
+
"description": "Golden SHA-256 checksum tests for AI agent prompt files. Detects unintended prompt changes in CI; requires documented acknowledgment when checksums are updated."
|
|
2475
|
+
}
|
|
2476
|
+
,
|
|
2477
|
+
{
|
|
2478
|
+
"id": "supply-chain-attestation",
|
|
2479
|
+
"name": "Supply Chain Attestation Standards",
|
|
2480
|
+
"nameZh": "供應鏈溯源標準",
|
|
2481
|
+
"source": {
|
|
2482
|
+
"human": "core/supply-chain-attestation.md",
|
|
2483
|
+
"ai": "ai/standards/supply-chain-attestation.ai.yaml"
|
|
2484
|
+
},
|
|
2485
|
+
"category": "security",
|
|
2486
|
+
"description": "CycloneDX SBOM generation, SLSA provenance (L1/L2), and cosign signing for verifiable software supply chain integrity from source to deployed artefact."
|
|
2487
|
+
}
|
|
2488
|
+
,
|
|
2489
|
+
{
|
|
2490
|
+
"id": "cost-budget-test",
|
|
2491
|
+
"name": "Cost Budget Test Standards",
|
|
2492
|
+
"nameZh": "成本預算測試標準",
|
|
2493
|
+
"source": {
|
|
2494
|
+
"human": "core/cost-budget-test.md",
|
|
2495
|
+
"ai": "ai/standards/cost-budget-test.ai.yaml"
|
|
2496
|
+
},
|
|
2497
|
+
"category": "testing",
|
|
2498
|
+
"description": "Unit tests for AI agent token budget zone classification boundaries (safe/warning/danger/blocking), pipeline cost thresholds, and runaway-loop prevention guards."
|
|
2499
|
+
}
|
|
2500
|
+
,
|
|
2501
|
+
{
|
|
2502
|
+
"id": "replay-test",
|
|
2503
|
+
"name": "Replay Test Standards",
|
|
2504
|
+
"nameZh": "回放測試標準",
|
|
2505
|
+
"source": {
|
|
2506
|
+
"human": "core/replay-test.md",
|
|
2507
|
+
"ai": "ai/standards/replay-test.ai.yaml"
|
|
2508
|
+
},
|
|
2509
|
+
"category": "testing",
|
|
2510
|
+
"description": "Golden fixture recording and deterministic replay for AI agent pipelines. Enables customer bug reproduction, verdict regression detection, and incident investigation without a live LLM."
|
|
2511
|
+
}
|
|
2512
|
+
,
|
|
2513
|
+
{
|
|
2514
|
+
"id": "smoke-test",
|
|
2515
|
+
"name": "Smoke Test Standards",
|
|
2516
|
+
"nameZh": "煙霧測試標準",
|
|
2517
|
+
"source": {
|
|
2518
|
+
"human": "core/smoke-test.md",
|
|
2519
|
+
"ai": "ai/standards/smoke-test.ai.yaml"
|
|
2520
|
+
},
|
|
2521
|
+
"category": "testing",
|
|
2522
|
+
"description": "Post-deployment sanity checks verifying critical paths (health endpoint, core API) complete in under 30 seconds with zero external dependencies."
|
|
2523
|
+
}
|
|
2524
|
+
,
|
|
2525
|
+
{
|
|
2526
|
+
"id": "property-based-testing",
|
|
2527
|
+
"name": "Property-Based Testing Standards",
|
|
2528
|
+
"nameZh": "屬性基礎測試標準",
|
|
2529
|
+
"source": {
|
|
2530
|
+
"human": "core/property-based-testing.md",
|
|
2531
|
+
"ai": "ai/standards/property-based-testing.ai.yaml"
|
|
2532
|
+
},
|
|
2533
|
+
"category": "testing",
|
|
2534
|
+
"description": "fast-check / Hypothesis property tests for pure functions: range clamping, determinism, monotonicity, round-trip. Complements example-based unit tests by generating hundreds of random inputs."
|
|
2535
|
+
}
|
|
2536
|
+
,
|
|
2537
|
+
{
|
|
2538
|
+
"id": "disaster-recovery-drill",
|
|
2539
|
+
"name": "Disaster Recovery Drill Standards",
|
|
2540
|
+
"nameZh": "災難恢復演練標準",
|
|
2541
|
+
"source": {
|
|
2542
|
+
"human": "core/disaster-recovery-drill.md",
|
|
2543
|
+
"ai": "ai/standards/disaster-recovery-drill.ai.yaml"
|
|
2544
|
+
},
|
|
2545
|
+
"category": "operations",
|
|
2546
|
+
"description": "Quarterly DR drill protocol: RTO/RPO targets, backup restore verification, Game Day exercises, drill records retained 12 months."
|
|
2547
|
+
}
|
|
2548
|
+
,
|
|
2549
|
+
{
|
|
2550
|
+
"id": "flaky-test-management",
|
|
2551
|
+
"name": "Flaky Test Management Standards",
|
|
2552
|
+
"nameZh": "不穩定測試管理標準",
|
|
2553
|
+
"source": {
|
|
2554
|
+
"human": "core/flaky-test-management.md",
|
|
2555
|
+
"ai": "ai/standards/flaky-test-management.ai.yaml"
|
|
2556
|
+
},
|
|
2557
|
+
"category": "testing",
|
|
2558
|
+
"description": "Policies for detecting, quarantining (< 48h), and eliminating (< 30 days) flaky tests. Retry policy, root cause documentation, and quarantine annotation conventions."
|
|
2559
|
+
}
|
|
2560
|
+
,
|
|
2561
|
+
{
|
|
2562
|
+
"id": "data-migration-testing",
|
|
2563
|
+
"name": "Data Migration Testing Standards",
|
|
2564
|
+
"nameZh": "資料遷移測試標準",
|
|
2565
|
+
"source": {
|
|
2566
|
+
"human": "core/data-migration-testing.md",
|
|
2567
|
+
"ai": "ai/standards/data-migration-testing.ai.yaml"
|
|
2568
|
+
},
|
|
2569
|
+
"category": "testing",
|
|
2570
|
+
"description": "Standards for database schema migration tests: up/down/idempotency/data-preservation coverage. Requires isolated in-memory DB per test, verifiable rollback path, and data integrity after ALTER/DROP."
|
|
2571
|
+
}
|
|
2572
|
+
,
|
|
2573
|
+
{
|
|
2574
|
+
"id": "chaos-injection-tests",
|
|
2575
|
+
"name": "Chaos Injection Test Standards",
|
|
2576
|
+
"nameZh": "混沌注入測試標準",
|
|
2577
|
+
"source": {
|
|
2578
|
+
"human": "core/chaos-injection-tests.md",
|
|
2579
|
+
"ai": "ai/standards/chaos-injection-tests.ai.yaml"
|
|
2580
|
+
},
|
|
2581
|
+
"category": "testing",
|
|
2582
|
+
"description": "Executable chaos injection tests for AI agent systems: LLM timeout/rate-limit, DB disconnect rollback, policy-engine fail-closed, and inter-agent blast-radius containment tests."
|
|
2583
|
+
}
|
|
2584
|
+
,
|
|
2585
|
+
{
|
|
2586
|
+
"id": "release-quality-manifest",
|
|
2587
|
+
"name": "Release Quality Manifest Standards",
|
|
2588
|
+
"nameZh": "發布品質宣言標準",
|
|
2589
|
+
"source": {
|
|
2590
|
+
"human": "core/release-quality-manifest.md",
|
|
2591
|
+
"ai": "ai/standards/release-quality-manifest.ai.yaml"
|
|
2592
|
+
},
|
|
2593
|
+
"category": "deployment",
|
|
2594
|
+
"description": "Machine-readable per-release Quality Manifest aggregating all gate results (coverage, mutation, CVE, SAST, E2E, container scan, SBOM, LLM hallucination). Auto-generated by CI; customer-shareable."
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
"id": "release-readiness-gate",
|
|
2598
|
+
"name": "Release Readiness Gate",
|
|
2599
|
+
"nameZh": "釋出準備閘門",
|
|
2600
|
+
"source": {
|
|
2601
|
+
"human": "core/release-readiness-gate.md",
|
|
2602
|
+
"ai": "ai/standards/release-readiness-gate.ai.yaml"
|
|
2603
|
+
},
|
|
2604
|
+
"category": "deployment",
|
|
2605
|
+
"description": "Single aggregated release gate covering 16 quality dimensions (Security, a11y, Performance, Contract, DB Migration, Cross-flow Regression, Operational Readiness, i18n, Browser Compat, Capacity, Compliance, Docs, Rollback, Smoke, Feature Flags, Multi-Gate Flow). Tiered sign-off template with RQM integration."
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"id": "contract-testing-standards",
|
|
2609
|
+
"name": "Contract Testing Standards",
|
|
2610
|
+
"nameZh": "合約測試標準",
|
|
2611
|
+
"source": {
|
|
2612
|
+
"human": "core/contract-testing-standards.md",
|
|
2613
|
+
"ai": "ai/standards/contract-testing-standards.ai.yaml"
|
|
2614
|
+
},
|
|
2615
|
+
"category": "testing",
|
|
2616
|
+
"description": "Consumer-driven contract testing (Pact/Spring Cloud Contract): consumer-driven flow, schema matchers, N-1 backward compatibility window, can-i-deploy release gate. Applies to projects with API consumers."
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"id": "cross-flow-regression",
|
|
2620
|
+
"name": "Cross-Flow Regression",
|
|
2621
|
+
"nameZh": "跨流程回歸測試",
|
|
2622
|
+
"source": {
|
|
2623
|
+
"human": "core/cross-flow-regression.md",
|
|
2624
|
+
"ai": "ai/standards/cross-flow-regression.ai.yaml"
|
|
2625
|
+
},
|
|
2626
|
+
"category": "testing",
|
|
2627
|
+
"description": "Cross-flow regression complementing per-flow Multi-Gate: Critical User Journey (CUJ) suite, sequential state threading, inter-flow state contamination detection. CUJ pass rate ≥ 95% required per release."
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"id": "browser-compatibility-standards",
|
|
2631
|
+
"name": "Browser Compatibility Standards",
|
|
2632
|
+
"nameZh": "瀏覽器相容性標準",
|
|
2633
|
+
"source": {
|
|
2634
|
+
"human": "core/browser-compatibility-standards.md",
|
|
2635
|
+
"ai": "ai/standards/browser-compatibility-standards.ai.yaml"
|
|
2636
|
+
},
|
|
2637
|
+
"category": "testing",
|
|
2638
|
+
"description": "Browser/device support matrix (Tier-1/2/3), Playwright matrix config, viewport coverage (360/768/1280px), real iOS device testing, release gate. Applies to frontend/web projects; N/A for CLI/backend."
|
|
2161
2639
|
}
|
|
2162
2640
|
]
|
|
2163
2641
|
}
|