universal-dev-standards 5.10.0 → 5.12.1

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 (90) hide show
  1. package/bundled/ai/standards/acceptance-criteria-traceability.ai.yaml +10 -4
  2. package/bundled/ai/standards/full-coverage-testing.ai.yaml +8 -1
  3. package/bundled/ai/standards/license-compliance.ai.yaml +379 -10
  4. package/bundled/ai/standards/test-governance.ai.yaml +19 -0
  5. package/bundled/core/adversarial-test.md +3 -0
  6. package/bundled/core/behavior-snapshot.md +1 -1
  7. package/bundled/core/capability-declaration.md +3 -0
  8. package/bundled/core/cd-deployment-strategies.md +3 -0
  9. package/bundled/core/chaos-injection-tests.md +3 -0
  10. package/bundled/core/circuit-breaker.md +3 -0
  11. package/bundled/core/container-security.md +3 -0
  12. package/bundled/core/cost-budget-test.md +3 -0
  13. package/bundled/core/data-migration-testing.md +3 -0
  14. package/bundled/core/disaster-recovery-drill.md +3 -0
  15. package/bundled/core/dual-phase-output.md +3 -0
  16. package/bundled/core/failure-source-taxonomy.md +3 -0
  17. package/bundled/core/feature-manifest-standard.md +1 -1
  18. package/bundled/core/flaky-test-management.md +3 -0
  19. package/bundled/core/full-coverage-testing.md +3 -0
  20. package/bundled/core/health-check-standards.md +3 -0
  21. package/bundled/core/immutability-first.md +3 -0
  22. package/bundled/core/license-compliance.md +118 -0
  23. package/bundled/core/llm-output-validation.md +3 -0
  24. package/bundled/core/no-cicd-deployment.md +3 -0
  25. package/bundled/core/pipeline-security-gates.md +3 -0
  26. package/bundled/core/policy-as-code-testing.md +3 -0
  27. package/bundled/core/prompt-regression.md +3 -0
  28. package/bundled/core/property-based-testing.md +3 -0
  29. package/bundled/core/recovery-recipe-registry.md +3 -0
  30. package/bundled/core/release-quality-manifest.md +3 -0
  31. package/bundled/core/replay-test.md +3 -0
  32. package/bundled/core/retry-standards.md +3 -0
  33. package/bundled/core/rollback-standards.md +3 -0
  34. package/bundled/core/sast-advanced.md +1 -1
  35. package/bundled/core/secure-op.md +3 -0
  36. package/bundled/core/security-decision.md +3 -0
  37. package/bundled/core/server-ops-security.md +3 -0
  38. package/bundled/core/skill-standard-alignment-check.md +3 -0
  39. package/bundled/core/smoke-test.md +3 -0
  40. package/bundled/core/standard-admission-criteria.md +3 -0
  41. package/bundled/core/standard-lifecycle-management.md +3 -0
  42. package/bundled/core/supply-chain-attestation.md +3 -0
  43. package/bundled/core/timeout-standards.md +3 -0
  44. package/bundled/core/token-budget.md +3 -0
  45. package/bundled/locales/zh-CN/CHANGELOG.md +42 -3
  46. package/bundled/locales/zh-CN/CLAUDE.md +1 -1
  47. package/bundled/locales/zh-CN/README.md +3 -3
  48. package/bundled/locales/zh-CN/SECURITY.md +1 -2
  49. package/bundled/locales/zh-CN/docs/CHEATSHEET.md +127 -15
  50. package/bundled/locales/zh-CN/docs/FEATURE-REFERENCE.md +141 -25
  51. package/bundled/locales/zh-CN/skills/adr-assistant/SKILL.md +43 -0
  52. package/bundled/locales/zh-CN/skills/ai-collaboration-standards/SKILL.md +35 -0
  53. package/bundled/locales/zh-CN/skills/ai-friendly-architecture/SKILL.md +35 -0
  54. package/bundled/locales/zh-CN/skills/ai-instruction-standards/SKILL.md +35 -0
  55. package/bundled/locales/zh-CN/skills/contract-test-assistant/SKILL.md +24 -0
  56. package/bundled/locales/zh-CN/skills/documentation-guide/SKILL.md +37 -0
  57. package/bundled/locales/zh-CN/skills/error-code-guide/SKILL.md +33 -0
  58. package/bundled/locales/zh-CN/skills/git-workflow-guide/SKILL.md +34 -0
  59. package/bundled/locales/zh-CN/skills/logging-guide/SKILL.md +33 -0
  60. package/bundled/locales/zh-CN/skills/project-structure-guide/SKILL.md +19 -0
  61. package/bundled/locales/zh-CN/skills/retrospective-assistant/SKILL.md +38 -0
  62. package/bundled/locales/zh-CN/skills/testing-guide/SKILL.md +36 -0
  63. package/bundled/locales/zh-TW/CHANGELOG.md +49 -3
  64. package/bundled/locales/zh-TW/CLAUDE.md +1 -1
  65. package/bundled/locales/zh-TW/README.md +3 -3
  66. package/bundled/locales/zh-TW/SECURITY.md +1 -2
  67. package/bundled/locales/zh-TW/docs/CHEATSHEET.md +127 -15
  68. package/bundled/locales/zh-TW/docs/FEATURE-REFERENCE.md +141 -25
  69. package/bundled/locales/zh-TW/skills/adr-assistant/SKILL.md +43 -0
  70. package/bundled/locales/zh-TW/skills/ai-collaboration-standards/SKILL.md +35 -0
  71. package/bundled/locales/zh-TW/skills/ai-friendly-architecture/SKILL.md +35 -0
  72. package/bundled/locales/zh-TW/skills/ai-instruction-standards/SKILL.md +35 -0
  73. package/bundled/locales/zh-TW/skills/brainstorm-assistant/guide.md +661 -267
  74. package/bundled/locales/zh-TW/skills/contract-test-assistant/SKILL.md +24 -0
  75. package/bundled/locales/zh-TW/skills/documentation-guide/SKILL.md +37 -0
  76. package/bundled/locales/zh-TW/skills/error-code-guide/SKILL.md +33 -0
  77. package/bundled/locales/zh-TW/skills/git-workflow-guide/SKILL.md +34 -0
  78. package/bundled/locales/zh-TW/skills/logging-guide/SKILL.md +33 -0
  79. package/bundled/locales/zh-TW/skills/project-structure-guide/SKILL.md +19 -0
  80. package/bundled/locales/zh-TW/skills/retrospective-assistant/SKILL.md +38 -0
  81. package/bundled/locales/zh-TW/skills/testing-guide/SKILL.md +36 -0
  82. package/bundled/skills/README.md +4 -1
  83. package/bundled/skills/spec-driven-dev/SKILL.md +41 -0
  84. package/package.json +1 -1
  85. package/src/commands/update.js +35 -0
  86. package/src/config/ai-agent-paths.js +8 -0
  87. package/src/i18n/messages.js +3 -0
  88. package/src/utils/integration-generator.js +18 -2
  89. package/standards-registry.json +5 -4
  90. package/bundled/locales/zh-TW/docs/MIGRATION-V5.md +0 -79
@@ -152,3 +152,46 @@ docs/adr/
152
152
 
153
153
  - 核心規範:[adr-standards.md](../../../../core/adr-standards.md)
154
154
  - 詳細指南:[guide.md](./guide.md)
155
+
156
+
157
+ ## Next Steps Guidance | 下一步引導
158
+
159
+ After `/adr` completes, the AI assistant should suggest:
160
+
161
+ > **ADR created. Suggested next steps:**
162
+ > - Execute `/sdd` to create a spec if the decision requires implementation
163
+ > - Execute `/commit` to commit the ADR file
164
+ > - Update related SPECs to reference this ADR
165
+ > - Share with team for review if status is `Proposed`
166
+
167
+ > **ADR 已建立。建議下一步:**
168
+ > - 執行 `/sdd` 建立規格(若決策需要實作)
169
+ > - 執行 `/commit` 提交 ADR 檔案
170
+ > - 更新相關規格以引用此 ADR
171
+ > - 若狀態為 `Proposed`,分享給團隊審查
172
+
173
+ ## AI Agent Behavior | AI 代理行為
174
+
175
+ When the user invokes `/adr`, the AI assistant MUST:
176
+
177
+ 1. **Check existing ADRs** — Search `docs/adr/` to determine next ADR number
178
+ 2. **Guide interactively** — Ask about context, drivers, and options step by step
179
+ 3. **Generate the file** — Write ADR to `docs/adr/ADR-NNN-title.md`
180
+ 4. **Suggest links** — Identify related SPECs or ADRs to cross-reference
181
+ 5. **Offer next steps** — Show the Next Steps Guidance above
182
+
183
+ When the user invokes `/adr list`:
184
+ 1. Scan `docs/adr/` directory
185
+ 2. Parse status from each ADR file
186
+ 3. Display as a table: Number, Title, Status, Date
187
+
188
+ When the user invokes `/adr supersede [ADR-NNN]`:
189
+ 1. Read the existing ADR
190
+ 2. Guide creation of a new ADR
191
+ 3. Update old ADR status to `Superseded by ADR-NNN`
192
+ 4. Add `Supersedes ADR-NNN` to new ADR
193
+
194
+ ## Reference | 參考
195
+
196
+ - Core Standard: [adr-standards.md](../../core/adr-standards.md)
197
+ - Detailed Guide: [guide.md](./guide.md)
@@ -174,3 +174,38 @@ This project uses **English** certainty tags.
174
174
  此技能依據 [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) 釋出。
175
175
 
176
176
  **來源**: [universal-dev-standards](https://github.com/AsiaOstrich/universal-dev-standards)
177
+
178
+
179
+ ## Next Steps Guidance | 下一步引導
180
+
181
+ After `/ai-collaboration` completes, the AI assistant should suggest:
182
+
183
+ > **AI 協作行為規範已掌握。建議下一步 / AI collaboration behavior standards understood. Suggested next steps:**
184
+ > - 執行 `/ai-instructions` 建立或更新 CLAUDE.md 等 AI 指令檔案 ⭐ **Recommended / 推薦** — 將協作標準寫入專案配置 / Write collaboration standards into project configuration
185
+ > - 執行 `/ai-friendly-architecture` 設計 AI 友善架構 — 從長期架構層面優化 AI 協作 / Optimize AI collaboration at the architecture level
186
+ > - 執行 `/review` 運用確定性標籤進行程式碼審查 — 實踐基於證據的分析 / Practice evidence-based analysis
187
+
188
+ ---
189
+
190
+ ## Related Standards
191
+
192
+ - [Anti-Hallucination Standards](../../core/anti-hallucination.md)
193
+ - [Code Review Checklist](../../core/code-review-checklist.md)
194
+ - [Testing Standards](../../core/testing-standards.md)
195
+
196
+ ---
197
+
198
+ ## Version History
199
+
200
+ | Version | Date | Changes |
201
+ |---------|------|---------|
202
+ | 1.1.0 | 2026-01-25 | Added: Unified Tag System with Certainty and Derivation tag categories |
203
+ | 1.0.0 | 2025-12-24 | Added: Standard sections (Purpose, Related Standards, Version History, License) |
204
+
205
+ ---
206
+
207
+ ## License
208
+
209
+ This skill is released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
210
+
211
+ **Source**: [universal-dev-standards](https://github.com/AsiaOstrich/universal-dev-standards)
@@ -217,3 +217,38 @@ documentation:
217
217
  本技能以 [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) 授權發布。
218
218
 
219
219
  **來源**: [universal-dev-standards](https://github.com/AsiaOstrich/universal-dev-standards)
220
+
221
+
222
+ ## Next Steps Guidance | 下一步引導
223
+
224
+ After `/ai-friendly-architecture` completes, the AI assistant should suggest:
225
+
226
+ > **AI 友善架構指南已掌握。建議下一步 / AI-friendly architecture guide understood. Suggested next steps:**
227
+ > - 執行 `/sdd` 將 AI 友善架構設計納入正式規格 ⭐ **Recommended / 推薦** — 確保架構決策有規格追蹤 / Ensure architecture decisions are tracked in specs
228
+ > - 建立 `.ai-context.yaml` 和 `QUICK-REF.md` — 立即實作 AI 友善結構 / Implement AI-friendly structure immediately
229
+ > - 執行 `/ai-instructions` 更新 CLAUDE.md 以反映架構配置 — 讓 AI 指令檔案與架構保持同步 / Keep AI instruction files in sync with architecture
230
+
231
+ ---
232
+
233
+ ## Related Standards
234
+
235
+ - [AI-Friendly Architecture](../../core/ai-friendly-architecture.md) - Core architecture standard
236
+ - [Project Structure](../../core/project-structure.md) - Directory organization
237
+ - [Documentation Structure](../../core/documentation-structure.md) - Documentation layering
238
+ - [Anti-Hallucination](../../core/anti-hallucination.md) - AI accuracy standards
239
+
240
+ ---
241
+
242
+ ## Version History
243
+
244
+ | Version | Date | Changes |
245
+ |---------|------|---------|
246
+ | 1.0.0 | 2026-01-25 | Initial release |
247
+
248
+ ---
249
+
250
+ ## License
251
+
252
+ This skill is released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
253
+
254
+ **Source**: [universal-dev-standards](https://github.com/AsiaOstrich/universal-dev-standards)
@@ -314,3 +314,38 @@ project/
314
314
  本技能以 [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) 授權發布。
315
315
 
316
316
  **來源**: [universal-dev-standards](https://github.com/AsiaOstrich/universal-dev-standards)
317
+
318
+
319
+ ## Next Steps Guidance
320
+
321
+ After `/ai-instructions` completes, suggest:
322
+
323
+ > - Create or update project's `CLAUDE.md` / `AGENTS.md` ⭐ **Recommended** — Apply standards immediately
324
+ > - Run `/ai-friendly-architecture` to optimize AI collaboration at the architecture level
325
+ > - Run `/ai-collaboration` to review AI behavior guidelines
326
+
327
+ ---
328
+
329
+ ## Related Standards
330
+
331
+ - [AI Instruction File Standards](../../core/ai-instruction-standards.md) - Core standard
332
+ - [Documentation Writing Standards](../../core/documentation-writing-standards.md) - Writing guidelines
333
+ - [Anti-Hallucination Guidelines](../../core/anti-hallucination.md) - AI accuracy rules
334
+ - [AI-Friendly Architecture](../../core/ai-friendly-architecture.md) - Context optimization
335
+
336
+ ---
337
+
338
+ ## Version History
339
+
340
+ | Version | Date | Changes |
341
+ |---------|------|---------|
342
+ | 2.0.0 | 2026-04-28 | Add Gemini CLI, OpenAI Codex CLI; update Cursor (MDC format, deprecated .cursorrules); update OpenCode (AGENTS.md primary); update Copilot (multiple file types); update Windsurf (Workflows); add AGENTS.md cross-tool standard section |
343
+ | 1.0.0 | 2026-01-25 | Initial release |
344
+
345
+ ---
346
+
347
+ ## License
348
+
349
+ This skill is released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
350
+
351
+ **Source**: [universal-dev-standards](https://github.com/AsiaOstrich/universal-dev-standards)