universal-dev-standards 5.1.0 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/bundled/ai/options/push/single-owner-mode.ai.yaml +60 -0
  2. package/bundled/ai/options/push/team-mode.ai.yaml +64 -0
  3. package/bundled/ai/standards/agent-behavior-discipline.ai.yaml +142 -0
  4. package/bundled/ai/standards/checkin-standards.ai.yaml +18 -0
  5. package/bundled/ai/standards/test-governance.ai.yaml +12 -0
  6. package/bundled/ai/standards/testing.ai.yaml +14 -0
  7. package/bundled/core/agent-behavior-discipline.md +178 -0
  8. package/bundled/core/checkin-standards.md +21 -2
  9. package/bundled/core/test-governance.md +3 -0
  10. package/bundled/core/testing-standards.md +25 -2
  11. package/bundled/core/versioning.md +1 -1
  12. package/bundled/locales/zh-CN/CHANGELOG.md +41 -3
  13. package/bundled/locales/zh-CN/README.md +9 -1
  14. package/bundled/locales/zh-CN/SECURITY.md +8 -0
  15. package/bundled/locales/zh-CN/core/ai-friendly-architecture.md +8 -0
  16. package/bundled/locales/zh-CN/core/checkin-standards.md +22 -3
  17. package/bundled/locales/zh-CN/core/test-governance.md +14 -3
  18. package/bundled/locales/zh-CN/core/testing-standards.md +26 -3
  19. package/bundled/locales/zh-CN/core/workflow-enforcement.md +8 -0
  20. package/bundled/locales/zh-CN/docs/CHEATSHEET.md +8 -0
  21. package/bundled/locales/zh-CN/docs/CLI-FLOW.md +8 -0
  22. package/bundled/locales/zh-CN/docs/FEATURE-REFERENCE.md +8 -0
  23. package/bundled/locales/zh-CN/docs/STANDARDS-REFERENCE.md +8 -0
  24. package/bundled/locales/zh-CN/skills/commands/requirement.md +8 -0
  25. package/bundled/locales/zh-CN/skills/commands/reverse-bdd.md +8 -0
  26. package/bundled/locales/zh-CN/skills/commands/reverse-sdd.md +8 -0
  27. package/bundled/locales/zh-CN/skills/commands/reverse-tdd.md +8 -0
  28. package/bundled/locales/zh-CN/skills/commands/reverse.md +8 -0
  29. package/bundled/locales/zh-CN/skills/commands/review.md +8 -0
  30. package/bundled/locales/zh-CN/skills/commands/sdd-retro.md +8 -0
  31. package/bundled/locales/zh-CN/skills/commands/sdd.md +8 -0
  32. package/bundled/locales/zh-CN/skills/commands/tdd.md +8 -0
  33. package/bundled/locales/zh-CN/skills/commands/update.md +8 -0
  34. package/bundled/locales/zh-TW/CHANGELOG.md +41 -3
  35. package/bundled/locales/zh-TW/MAINTENANCE.md +17 -6
  36. package/bundled/locales/zh-TW/README.md +9 -1
  37. package/bundled/locales/zh-TW/SECURITY.md +8 -0
  38. package/bundled/locales/zh-TW/adoption/STATIC-DYNAMIC-GUIDE.md +1 -1
  39. package/bundled/locales/zh-TW/core/ai-friendly-architecture.md +8 -0
  40. package/bundled/locales/zh-TW/core/anti-hallucination.md +8 -0
  41. package/bundled/locales/zh-TW/core/checkin-standards.md +24 -3
  42. package/bundled/locales/zh-TW/core/git-workflow.md +8 -0
  43. package/bundled/locales/zh-TW/core/refactoring-standards.md +8 -0
  44. package/bundled/locales/zh-TW/core/spec-driven-development.md +8 -0
  45. package/bundled/locales/zh-TW/core/structured-task-definition.md +8 -0
  46. package/bundled/locales/zh-TW/core/test-driven-development.md +8 -0
  47. package/bundled/locales/zh-TW/core/test-governance.md +14 -3
  48. package/bundled/locales/zh-TW/core/testing-standards.md +31 -0
  49. package/bundled/locales/zh-TW/core/versioning.md +1 -1
  50. package/bundled/locales/zh-TW/core/workflow-enforcement.md +8 -0
  51. package/bundled/locales/zh-TW/core/workflow-state-protocol.md +8 -0
  52. package/bundled/locales/zh-TW/docs/CHEATSHEET.md +8 -0
  53. package/bundled/locales/zh-TW/docs/CLI-FLOW.md +8 -0
  54. package/bundled/locales/zh-TW/docs/FEATURE-REFERENCE.md +8 -0
  55. package/bundled/locales/zh-TW/docs/MIGRATION-V5.md +8 -0
  56. package/bundled/locales/zh-TW/docs/STANDARDS-REFERENCE.md +8 -0
  57. package/bundled/locales/zh-TW/integrations/claude-code/README.md +8 -0
  58. package/bundled/locales/zh-TW/skills/ac-coverage-assistant/SKILL.md +1 -0
  59. package/bundled/locales/zh-TW/skills/adr-assistant/SKILL.md +1 -0
  60. package/bundled/locales/zh-TW/skills/ai-collaboration-standards/SKILL.md +1 -0
  61. package/bundled/locales/zh-TW/skills/ai-friendly-architecture/SKILL.md +1 -0
  62. package/bundled/locales/zh-TW/skills/ai-instruction-standards/SKILL.md +1 -0
  63. package/bundled/locales/zh-TW/skills/api-design-assistant/SKILL.md +1 -0
  64. package/bundled/locales/zh-TW/skills/atdd-assistant/SKILL.md +1 -0
  65. package/bundled/locales/zh-TW/skills/audit-assistant/SKILL.md +1 -0
  66. package/bundled/locales/zh-TW/skills/bdd-assistant/SKILL.md +1 -0
  67. package/bundled/locales/zh-TW/skills/brainstorm-assistant/SKILL.md +1 -0
  68. package/bundled/locales/zh-TW/skills/changelog-guide/SKILL.md +1 -0
  69. package/bundled/locales/zh-TW/skills/checkin-assistant/SKILL.md +1 -0
  70. package/bundled/locales/zh-TW/skills/ci-cd-assistant/SKILL.md +1 -0
  71. package/bundled/locales/zh-TW/skills/code-review-assistant/SKILL.md +1 -0
  72. package/bundled/locales/zh-TW/skills/commit-standards/SKILL.md +1 -0
  73. package/bundled/locales/zh-TW/skills/contract-test-assistant/SKILL.md +1 -0
  74. package/bundled/locales/zh-TW/skills/database-assistant/SKILL.md +1 -0
  75. package/bundled/locales/zh-TW/skills/dev-workflow-guide/SKILL.md +1 -0
  76. package/bundled/locales/zh-TW/skills/docs-generator/SKILL.md +1 -0
  77. package/bundled/locales/zh-TW/skills/documentation-guide/SKILL.md +1 -0
  78. package/bundled/locales/zh-TW/skills/durable-execution-assistant/SKILL.md +1 -0
  79. package/bundled/locales/zh-TW/skills/e2e-assistant/SKILL.md +1 -0
  80. package/bundled/locales/zh-TW/skills/forward-derivation/SKILL.md +1 -0
  81. package/bundled/locales/zh-TW/skills/incident-response-assistant/SKILL.md +1 -0
  82. package/bundled/locales/zh-TW/skills/methodology-system/SKILL.md +1 -0
  83. package/bundled/locales/zh-TW/skills/metrics-dashboard-assistant/SKILL.md +1 -0
  84. package/bundled/locales/zh-TW/skills/migration-assistant/SKILL.md +1 -0
  85. package/bundled/locales/zh-TW/skills/observability-assistant/SKILL.md +1 -0
  86. package/bundled/locales/zh-TW/skills/pr-automation-assistant/SKILL.md +1 -0
  87. package/bundled/locales/zh-TW/skills/process-automation/SKILL.md +1 -0
  88. package/bundled/locales/zh-TW/skills/project-discovery/SKILL.md +1 -0
  89. package/bundled/locales/zh-TW/skills/project-structure-guide/SKILL.md +1 -0
  90. package/bundled/locales/zh-TW/skills/refactoring-assistant/SKILL.md +1 -0
  91. package/bundled/locales/zh-TW/skills/release-standards/SKILL.md +1 -0
  92. package/bundled/locales/zh-TW/skills/requirement-assistant/SKILL.md +1 -0
  93. package/bundled/locales/zh-TW/skills/retrospective-assistant/SKILL.md +1 -0
  94. package/bundled/locales/zh-TW/skills/reverse-engineer/SKILL.md +1 -0
  95. package/bundled/locales/zh-TW/skills/runbook-assistant/SKILL.md +1 -0
  96. package/bundled/locales/zh-TW/skills/security-assistant/SKILL.md +1 -0
  97. package/bundled/locales/zh-TW/skills/security-scan-assistant/SKILL.md +1 -0
  98. package/bundled/locales/zh-TW/skills/slo-assistant/SKILL.md +1 -0
  99. package/bundled/locales/zh-TW/skills/spec-driven-dev/SKILL.md +1 -0
  100. package/bundled/locales/zh-TW/skills/tdd-assistant/SKILL.md +1 -0
  101. package/bundled/locales/zh-TW/skills/test-coverage-assistant/SKILL.md +1 -0
  102. package/bundled/skills/ai-collaboration-standards/SKILL.md +1 -0
  103. package/bundled/skills/ai-friendly-architecture/SKILL.md +1 -0
  104. package/bundled/skills/ai-instruction-standards/SKILL.md +1 -0
  105. package/bundled/skills/documentation-guide/SKILL.md +1 -0
  106. package/bundled/skills/error-code-guide/SKILL.md +1 -0
  107. package/bundled/skills/git-workflow-guide/SKILL.md +1 -0
  108. package/bundled/skills/logging-guide/SKILL.md +1 -0
  109. package/bundled/skills/project-structure-guide/SKILL.md +1 -0
  110. package/bundled/skills/push/SKILL.md +203 -0
  111. package/bundled/skills/testing-guide/SKILL.md +1 -0
  112. package/package.json +4 -4
  113. package/src/config/ai-agent-paths.js +0 -1
  114. package/src/utils/directory-mapper.js +2 -2
  115. package/standards-registry.json +15 -4
  116. package/bundled/locales/zh-CN/docs/AI-AGENT-ROADMAP.md +0 -410
  117. package/bundled/locales/zh-CN/docs/OPERATION-WORKFLOW.md +0 -1074
  118. package/bundled/locales/zh-TW/docs/AI-AGENT-ROADMAP.md +0 -410
  119. package/bundled/locales/zh-TW/docs/OPERATION-WORKFLOW.md +0 -1074
@@ -1,3 +1,11 @@
1
+ ---
2
+ source: ../../../core/testing-standards.md
3
+ source_version: 3.2.0
4
+ translation_version: 3.2.0
5
+ last_synced: 2026-04-20
6
+ status: current
7
+ ---
8
+
1
9
  # 測試標準
2
10
 
3
11
  > **Language**: [English](../../../core/testing-standards.md) | 繁體中文
@@ -231,6 +239,29 @@
231
239
  e2e/[feature]/[scenario].[ext]
232
240
  ```
233
241
 
242
+ #### E2E 前置條件範圍(e2e-precondition-scope)
243
+
244
+ E2E 環境前置檢查(`globalSetup`、`beforeAll`)必須驗證**所有受測頁面與端點**的健康狀態,而非僅驗證認證入口點。
245
+
246
+ **反模式** — 只驗 login:
247
+ ```ts
248
+ // ❌ 即使功能頁回傳 500 也會通過
249
+ await page.goto('/login');
250
+ expect(response.status()).toBe(200);
251
+ ```
252
+
253
+ **正確模式** — 明確的覆蓋清單:
254
+ ```ts
255
+ // ✅ 驗證套件涵蓋的所有頁面
256
+ const PAGES_UNDER_TEST = ['/login', '/dashboard', '/feature-x'];
257
+ for (const path of PAGES_UNDER_TEST) {
258
+ const res = await fetch(`${BASE_URL}${path}`);
259
+ expect(res.status).toBeLessThan(500); // 遇到 5xx 立即失敗
260
+ }
261
+ ```
262
+
263
+ > **證據**:真實事故 — E2E `globalSetup` 只驗了 `Login.aspx`;功能頁靜默回傳 HTTP 500。整個 E2E 套件通過,提供假信心,直到正式環境崩潰才被發現。
264
+
234
265
  ---
235
266
 
236
267
  ## 測試替身
@@ -242,7 +242,7 @@ CHANGELOG **不應**記錄以下類型的變更:
242
242
  | 類別 | 常見目錄/檔案 | 原因 |
243
243
  |------|--------------|------|
244
244
  | AI 協作輔助 | `.claude/`, `.cursor/`, `.ai/` | 本地開發輔助,不納入版控 |
245
- | 開發規範 | `.standards/`, `docs/internal/` | 本地規範文件,不納入版控 |
245
+ | 開發規範 | `.standards/` | 本地規範文件,不納入版控 |
246
246
  | 建置輸出 | `dist/`, `build/`, `out/` | 建置產物,不納入版控 |
247
247
  | 大型資料 | `data/`, `datasets/` | 資料檔案,不納入版控 |
248
248
 
@@ -1,3 +1,11 @@
1
+ ---
2
+ source: ../../../core/workflow-enforcement.md
3
+ source_version: 1.0.0
4
+ translation_version: 1.0.0
5
+ last_synced: 2026-04-22
6
+ status: current
7
+ ---
8
+
1
9
  # 工作流程強制執行標準
2
10
 
3
11
  **適用範圍**:所有使用結構化開發方法論的軟體專案
@@ -1,3 +1,11 @@
1
+ ---
2
+ source: ../../../core/workflow-state-protocol.md
3
+ source_version: 1.0.0
4
+ translation_version: 1.0.0
5
+ last_synced: 2026-04-22
6
+ status: current
7
+ ---
8
+
1
9
  # 工作流程狀態協議
2
10
 
3
11
  > **語言**: [English](../../../core/workflow-state-protocol.md) | 繁體中文
@@ -1,3 +1,11 @@
1
+ ---
2
+ source: ../../../docs/CHEATSHEET.md
3
+ source_version: 1.0.0
4
+ translation_version: 1.0.0
5
+ last_synced: 2026-04-22
6
+ status: current
7
+ ---
8
+
1
9
  # UDS 速查表
2
10
 
3
11
  > Quick reference for all UDS features | Last updated: 2026-03-24
@@ -1,3 +1,11 @@
1
+ ---
2
+ source: ../../../docs/CLI-FLOW.md
3
+ source_version: 1.0.0
4
+ translation_version: 1.0.0
5
+ last_synced: 2026-04-22
6
+ status: current
7
+ ---
8
+
1
9
  # CLI 指令流程
2
10
 
3
11
  > **Language**: [English](../../../docs/CLI-FLOW.md) | 繁體中文 | [简体中文](../../zh-CN/docs/CLI-FLOW.md)
@@ -1,3 +1,11 @@
1
+ ---
2
+ source: ../../../docs/FEATURE-REFERENCE.md
3
+ source_version: 1.0.0
4
+ translation_version: 1.0.0
5
+ last_synced: 2026-04-22
6
+ status: current
7
+ ---
8
+
1
9
  # UDS 功能參考手冊
2
10
 
3
11
  > Universal Development Standards - 完整功能文件
@@ -1,3 +1,11 @@
1
+ ---
2
+ source: ../../../docs/archive/MIGRATION-V5.md
3
+ source_version: 5.0.0
4
+ translation_version: 5.0.0
5
+ last_synced: 2026-04-22
6
+ status: current
7
+ ---
8
+
1
9
  # 遷移指南:Universal Dev Standards V5
2
10
 
3
11
  > **語言**: English | [繁體中文](MIGRATION-V5.md)
@@ -1,3 +1,11 @@
1
+ ---
2
+ source: ../../../docs/STANDARDS-REFERENCE.md
3
+ source_version: 1.0.0
4
+ translation_version: 1.0.0
5
+ last_synced: 2026-04-22
6
+ status: current
7
+ ---
8
+
1
9
  # UDS 核心規範與業界標準對照表
2
10
  # UDS Core Standards vs Industry Standards Reference
3
11
 
@@ -1,3 +1,11 @@
1
+ ---
2
+ source: ../../../../integrations/claude-code/README.md
3
+ source_version: 1.0.0
4
+ translation_version: 1.0.0
5
+ last_synced: 2026-04-22
6
+ status: current
7
+ ---
8
+
1
9
  # Claude Code 整合
2
10
 
3
11
  > **語言**: English | [繁體中文](README.md)
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: ac-coverage-assistant
2
3
  source: ../../../../skills/ac-coverage-assistant/SKILL.md
3
4
  source_version: 1.1.0
4
5
  translation_version: 1.1.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: adr-assistant
2
3
  source: ../../../../skills/adr-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: ai-collaboration-standards
2
3
  source: ../../../../skills/ai-collaboration-standards/SKILL.md
3
4
  source_version: 1.1.0
4
5
  translation_version: 1.1.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: ai-friendly-architecture
2
3
  source: ../../../../skills/ai-friendly-architecture/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: ai-instruction-standards
2
3
  source: ../../../../skills/ai-instruction-standards/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: api-design-assistant
2
3
  source: ../../../../skills/api-design-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: atdd-assistant
2
3
  source: ../../../../skills/atdd-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: audit-assistant
2
3
  source: ../../../../skills/audit-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: bdd-assistant
2
3
  source: ../../../../skills/bdd-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: brainstorm-assistant
2
3
  source: ../../../../skills/brainstorm-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: changelog-guide
2
3
  source: ../../../../skills/changelog-guide/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: checkin-assistant
2
3
  source: ../../../../skills/checkin-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: ci-cd-assistant
2
3
  source: ../../../../skills/ci-cd-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: code-review-assistant
2
3
  source: ../../../../skills/code-review-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: commit-standards
2
3
  source: ../../../../skills/commit-standards/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: contract-test-assistant
2
3
  source: ../../../../skills/contract-test-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: database-assistant
2
3
  source: ../../../../skills/database-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: dev-workflow-guide
2
3
  source: ../../../../skills/dev-workflow-guide/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: docs-generator
2
3
  source: ../../../../skills/docs-generator/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: documentation-guide
2
3
  source: ../../../../skills/documentation-guide/SKILL.md
3
4
  source_version: 2.1.0
4
5
  translation_version: 2.1.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: durable-execution-assistant
2
3
  source: ../../../../skills/durable-execution-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: e2e-assistant
2
3
  source: ../../../../skills/e2e-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: forward-derivation
2
3
  source: ../../../../skills/forward-derivation/SKILL.md
3
4
  source_version: 2.0.0
4
5
  translation_version: 2.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: incident-response-assistant
2
3
  source: ../../../../skills/incident-response-assistant/SKILL.md
3
4
  source_version: 1.1.0
4
5
  translation_version: 1.1.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: methodology-system
2
3
  source: ../../../../skills/methodology-system/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: metrics-dashboard-assistant
2
3
  source: ../../../../skills/metrics-dashboard-assistant/SKILL.md
3
4
  source_version: 1.1.0
4
5
  translation_version: 1.1.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: migration-assistant
2
3
  source: ../../../../skills/migration-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: observability-assistant
2
3
  source: ../../../../skills/observability-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: pr-automation-assistant
2
3
  source: ../../../../skills/pr-automation-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: process-automation
2
3
  source: ../../../../skills/process-automation/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: project-discovery
2
3
  source: ../../../../skills/project-discovery/SKILL.md
3
4
  source_version: 1.1.0
4
5
  translation_version: 1.1.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: project-structure-guide
2
3
  source: ../../../../skills/project-structure-guide/SKILL.md
3
4
  source_version: 1.1.0
4
5
  translation_version: 1.1.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: refactoring-assistant
2
3
  source: ../../../../skills/refactoring-assistant/SKILL.md
3
4
  source_version: 2.0.0
4
5
  translation_version: 2.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: release-standards
2
3
  source: ../../../../skills/release-standards/SKILL.md
3
4
  source_version: 1.1.0
4
5
  translation_version: 1.1.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: requirement-assistant
2
3
  source: ../../../../skills/requirement-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: retrospective-assistant
2
3
  source: ../../../../skills/retrospective-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: reverse-engineer
2
3
  source: ../../../../skills/reverse-engineer/SKILL.md
3
4
  source_version: 1.2.0
4
5
  translation_version: 1.2.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: runbook-assistant
2
3
  source: ../../../../skills/runbook-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: security-assistant
2
3
  source: ../../../../skills/security-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: security-scan-assistant
2
3
  source: ../../../../skills/security-scan-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: slo-assistant
2
3
  source: ../../../../skills/slo-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: spec-driven-dev
2
3
  source: ../../../../skills/spec-driven-dev/SKILL.md
3
4
  source_version: 1.2.0
4
5
  translation_version: 1.2.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: tdd-assistant
2
3
  source: ../../../../skills/tdd-assistant/SKILL.md
3
4
  source_version: 1.0.0
4
5
  translation_version: 1.0.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: test-coverage-assistant
2
3
  source: ../../../../skills/test-coverage-assistant/SKILL.md
3
4
  source_version: 1.1.0
4
5
  translation_version: 1.1.0
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: ai-collaboration-standards
2
3
  scope: universal
3
4
  description: |
4
5
  Prevent AI hallucination and ensure evidence-based responses when analyzing code or making suggestions.
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: ai-friendly-architecture
2
3
  scope: uds-specific
3
4
  description: |
4
5
  Design AI-friendly architecture with explicit patterns, layered documentation, and semantic boundaries.
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: ai-instruction-standards
2
3
  scope: partial
3
4
  description: |
4
5
  Create and maintain AI instruction files (CLAUDE.md, .cursorrules, etc.) with proper structure.
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: documentation-guide
2
3
  scope: universal
3
4
  description: |
4
5
  Guide documentation structure, content requirements, and project documentation best practices.
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: error-code-guide
2
3
  scope: universal
3
4
  description: |
4
5
  Design consistent error codes following the PREFIX_CATEGORY_NUMBER format.
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: git-workflow-guide
2
3
  scope: universal
3
4
  description: |
4
5
  Guide Git branching strategies, branch naming, and merge operations.
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: logging-guide
2
3
  scope: universal
3
4
  description: |
4
5
  Implement structured logging with proper log levels and sensitive data handling.
@@ -1,4 +1,5 @@
1
1
  ---
2
+ name: project-structure-guide
2
3
  scope: universal
3
4
  description: |
4
5
  Guide for organizing project directories following language-specific best practices.