universal-dev-standards 4.2.0 → 5.0.0-beta.10

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 (542) hide show
  1. package/README.md +3 -3
  2. package/bin/uds.js +165 -5
  3. package/bundled/core/acceptance-test-driven-development.md +19 -721
  4. package/bundled/core/accessibility-standards.md +862 -0
  5. package/bundled/core/ai-agreement-standards.md +95 -0
  6. package/bundled/core/ai-friendly-architecture.md +2 -0
  7. package/bundled/core/ai-instruction-standards.md +2 -0
  8. package/bundled/core/anti-hallucination.md +90 -637
  9. package/bundled/core/behavior-driven-development.md +20 -735
  10. package/bundled/core/changelog-standards.md +4 -0
  11. package/bundled/core/checkin-standards.md +21 -4
  12. package/bundled/core/code-review-checklist.md +3 -0
  13. package/bundled/core/commit-message-guide.md +14 -3
  14. package/bundled/core/deployment-standards.md +296 -0
  15. package/bundled/core/developer-memory.md +568 -0
  16. package/bundled/core/documentation-structure.md +114 -18
  17. package/bundled/core/documentation-writing-standards.md +272 -2
  18. package/bundled/core/error-code-standards.md +3 -0
  19. package/bundled/core/forward-derivation-standards.md +134 -8
  20. package/bundled/core/git-workflow.md +72 -686
  21. package/bundled/core/guides/anti-hallucination-guide.md +517 -0
  22. package/bundled/core/guides/git-workflow-guide.md +954 -0
  23. package/bundled/core/guides/performance-guide.md +508 -0
  24. package/bundled/core/guides/refactoring-guide.md +608 -0
  25. package/bundled/core/guides/security-guide.md +485 -0
  26. package/bundled/core/logging-standards.md +337 -2
  27. package/bundled/core/performance-standards.md +231 -0
  28. package/bundled/core/project-context-memory.md +180 -0
  29. package/bundled/core/project-structure.md +315 -2
  30. package/bundled/core/refactoring-standards.md +81 -761
  31. package/bundled/core/requirement-engineering.md +39 -0
  32. package/bundled/core/reverse-engineering-standards.md +6 -4
  33. package/bundled/core/security-standards.md +244 -0
  34. package/bundled/core/spec-driven-development.md +20 -319
  35. package/bundled/core/test-completeness-dimensions.md +213 -11
  36. package/bundled/core/test-driven-development.md +22 -978
  37. package/bundled/core/testing-standards.md +222 -2903
  38. package/bundled/core/versioning.md +16 -55
  39. package/bundled/core/virtual-organization-standards.md +85 -0
  40. package/bundled/locales/README.md +4 -4
  41. package/bundled/locales/zh-CN/CHANGELOG.md +18 -18
  42. package/bundled/locales/zh-CN/CLAUDE.md +3 -3
  43. package/bundled/locales/zh-CN/MAINTENANCE.md +7 -7
  44. package/bundled/locales/zh-CN/README.md +2 -2
  45. package/bundled/locales/zh-CN/STANDARDS-MAPPING.md +1 -1
  46. package/bundled/locales/zh-CN/adoption/ADOPTION-GUIDE.md +3 -3
  47. package/bundled/locales/zh-CN/adoption/DAILY-WORKFLOW-GUIDE.md +66 -7
  48. package/bundled/locales/zh-CN/adoption/STATIC-DYNAMIC-GUIDE.md +22 -22
  49. package/bundled/locales/zh-CN/adoption/checklists/enterprise.md +5 -5
  50. package/bundled/locales/zh-CN/adoption/checklists/minimal.md +4 -4
  51. package/bundled/locales/zh-CN/adoption/checklists/recommended.md +5 -5
  52. package/bundled/locales/zh-CN/ai/MAINTENANCE.md +13 -13
  53. package/bundled/locales/zh-CN/core/ai-instruction-standards.md +1 -1
  54. package/bundled/locales/zh-CN/core/anti-hallucination.md +39 -3
  55. package/bundled/locales/zh-CN/core/checkin-standards.md +18 -5
  56. package/bundled/locales/zh-CN/core/commit-message-guide.md +1 -1
  57. package/bundled/locales/zh-CN/core/developer-memory.md +576 -0
  58. package/bundled/locales/zh-CN/core/documentation-structure.md +43 -5
  59. package/bundled/locales/zh-CN/core/documentation-writing-standards.md +146 -5
  60. package/bundled/locales/zh-CN/core/git-workflow.md +179 -4
  61. package/bundled/locales/zh-CN/core/logging-standards.md +177 -4
  62. package/bundled/locales/zh-CN/core/project-structure.md +117 -5
  63. package/bundled/locales/zh-CN/core/refactoring-standards.md +3 -3
  64. package/bundled/locales/zh-CN/core/reverse-engineering-standards.md +6 -6
  65. package/bundled/locales/zh-CN/core/spec-driven-development.md +516 -14
  66. package/bundled/locales/zh-CN/core/test-completeness-dimensions.md +155 -24
  67. package/bundled/locales/zh-CN/core/test-driven-development.md +71 -20
  68. package/bundled/locales/zh-CN/core/testing-standards.md +4 -4
  69. package/bundled/locales/zh-CN/core/versioning.md +1 -1
  70. package/bundled/locales/zh-CN/docs/AI-AGENT-ROADMAP.md +90 -51
  71. package/bundled/locales/zh-CN/docs/CHEATSHEET.md +184 -0
  72. package/bundled/locales/zh-CN/docs/CLI-FLOW.md +239 -0
  73. package/bundled/locales/zh-CN/docs/FEATURE-REFERENCE.md +320 -0
  74. package/bundled/locales/zh-CN/docs/OPERATION-WORKFLOW.md +43 -43
  75. package/bundled/locales/zh-CN/docs/STANDARDS-REFERENCE.md +440 -0
  76. package/bundled/locales/zh-CN/docs/USAGE-MODES-COMPARISON.md +1 -1
  77. package/bundled/locales/zh-CN/docs/WINDOWS-GUIDE.md +1 -1
  78. package/bundled/locales/zh-CN/integrations/codex/README.md +3 -3
  79. package/bundled/locales/zh-CN/integrations/gemini-cli/README.md +3 -3
  80. package/bundled/locales/zh-CN/integrations/github-copilot/README.md +5 -5
  81. package/bundled/locales/zh-CN/integrations/github-copilot/copilot-instructions.md +9 -9
  82. package/bundled/locales/zh-CN/integrations/github-copilot/skills-mapping.md +18 -6
  83. package/bundled/locales/zh-CN/integrations/google-antigravity/README.md +2 -2
  84. package/bundled/locales/zh-CN/integrations/opencode/README.md +3 -3
  85. package/bundled/locales/zh-CN/integrations/opencode/skills-mapping.md +22 -10
  86. package/bundled/locales/zh-CN/integrations/openspec/README.md +1 -1
  87. package/bundled/locales/zh-CN/integrations/spec-kit/AGENTS.md +3 -3
  88. package/bundled/locales/zh-CN/integrations/spec-kit/README.md +1 -1
  89. package/bundled/locales/zh-CN/options/commit-message/bilingual.md +1 -1
  90. package/bundled/locales/zh-CN/options/commit-message/english.md +1 -1
  91. package/bundled/locales/zh-CN/options/commit-message/traditional-chinese.md +1 -1
  92. package/bundled/locales/zh-CN/options/git-workflow/gitflow.md +1 -1
  93. package/bundled/locales/zh-CN/options/git-workflow/github-flow.md +1 -1
  94. package/bundled/locales/zh-CN/options/git-workflow/merge-commit.md +1 -1
  95. package/bundled/locales/zh-CN/options/git-workflow/rebase-ff.md +1 -1
  96. package/bundled/locales/zh-CN/options/git-workflow/squash-merge.md +1 -1
  97. package/bundled/locales/zh-CN/options/git-workflow/trunk-based.md +1 -1
  98. package/bundled/locales/zh-CN/options/project-structure/dotnet.md +1 -1
  99. package/bundled/locales/zh-CN/options/project-structure/go.md +1 -1
  100. package/bundled/locales/zh-CN/options/project-structure/java.md +1 -1
  101. package/bundled/locales/zh-CN/options/project-structure/nodejs.md +1 -1
  102. package/bundled/locales/zh-CN/options/project-structure/python.md +1 -1
  103. package/bundled/locales/zh-CN/options/testing/e2e-testing.md +1 -1
  104. package/bundled/locales/zh-CN/options/testing/integration-testing.md +1 -1
  105. package/bundled/locales/zh-CN/options/testing/system-testing.md +1 -1
  106. package/bundled/locales/zh-CN/options/testing/unit-testing.md +1 -1
  107. package/bundled/locales/zh-CN/skills/{claude-code/CONTRIBUTING.template.md → CONTRIBUTING.template.md} +2 -2
  108. package/bundled/locales/zh-CN/skills/README.md +131 -81
  109. package/bundled/locales/zh-CN/skills/agents/README.md +281 -0
  110. package/bundled/locales/zh-CN/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/SKILL.md +10 -10
  111. package/bundled/locales/zh-CN/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/anti-hallucination.md +8 -8
  112. package/bundled/locales/zh-CN/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/certainty-labels.md +8 -8
  113. package/bundled/locales/zh-CN/skills/ai-friendly-architecture/SKILL.md +221 -0
  114. package/bundled/locales/zh-CN/skills/ai-instruction-standards/SKILL.md +214 -0
  115. package/bundled/locales/zh-CN/skills/atdd-assistant/SKILL.md +71 -0
  116. package/bundled/locales/zh-CN/skills/atdd-assistant/acceptance-criteria-guide.md +428 -0
  117. package/bundled/locales/zh-CN/skills/atdd-assistant/atdd-workflow.md +484 -0
  118. package/bundled/locales/zh-CN/skills/atdd-assistant/guide.md +368 -0
  119. package/bundled/locales/zh-CN/skills/bdd-assistant/SKILL.md +68 -0
  120. package/bundled/locales/zh-CN/skills/bdd-assistant/bdd-workflow.md +406 -0
  121. package/bundled/locales/zh-CN/skills/bdd-assistant/gherkin-guide.md +454 -0
  122. package/bundled/locales/zh-CN/skills/bdd-assistant/guide.md +324 -0
  123. package/bundled/locales/zh-CN/skills/changelog-guide/SKILL.md +64 -0
  124. package/bundled/locales/zh-CN/skills/{claude-code/changelog-guide/SKILL.md → changelog-guide/guide.md} +6 -7
  125. package/bundled/locales/zh-CN/skills/checkin-assistant/SKILL.md +56 -0
  126. package/bundled/locales/zh-CN/skills/{claude-code/checkin-assistant/SKILL.md → checkin-assistant/guide.md} +6 -7
  127. package/bundled/locales/zh-CN/skills/code-review-assistant/SKILL.md +56 -0
  128. package/bundled/locales/zh-CN/skills/{claude-code/code-review-assistant → code-review-assistant}/checkin-checklist.md +4 -4
  129. package/bundled/locales/zh-CN/skills/{claude-code/code-review-assistant/SKILL.md → code-review-assistant/guide.md} +5 -6
  130. package/bundled/locales/zh-CN/skills/{claude-code/code-review-assistant → code-review-assistant}/review-checklist.md +4 -4
  131. package/bundled/locales/zh-CN/skills/{claude-code/commands → commands}/bdd.md +2 -2
  132. package/bundled/locales/zh-CN/skills/{claude-code/commands → commands}/methodology.md +3 -3
  133. package/bundled/locales/zh-CN/skills/{claude-code/commands → commands}/refactor.md +3 -3
  134. package/bundled/locales/zh-CN/skills/commit-standards/SKILL.md +61 -0
  135. package/bundled/locales/zh-CN/skills/{claude-code/commit-standards → commit-standards}/conventional-commits.md +4 -4
  136. package/bundled/locales/zh-CN/skills/{claude-code/commit-standards/SKILL.md → commit-standards/guide.md} +5 -6
  137. package/bundled/locales/zh-CN/skills/{claude-code/commit-standards → commit-standards}/language-options.md +3 -3
  138. package/bundled/locales/zh-CN/skills/docs-generator/SKILL.md +59 -0
  139. package/bundled/locales/zh-CN/skills/docs-generator/guide.md +262 -0
  140. package/bundled/locales/zh-CN/skills/{claude-code/documentation-guide → documentation-guide}/SKILL.md +7 -8
  141. package/bundled/locales/zh-CN/skills/{claude-code/documentation-guide → documentation-guide}/documentation-structure.md +4 -4
  142. package/bundled/locales/zh-CN/skills/{claude-code/documentation-guide → documentation-guide}/readme-template.md +3 -3
  143. package/bundled/locales/zh-CN/skills/{claude-code/error-code-guide → error-code-guide}/SKILL.md +6 -6
  144. package/bundled/locales/zh-CN/skills/forward-derivation/SKILL.md +62 -0
  145. package/bundled/locales/zh-CN/skills/forward-derivation/guide.md +130 -0
  146. package/bundled/locales/zh-CN/skills/{claude-code/git-workflow-guide → git-workflow-guide}/SKILL.md +6 -6
  147. package/bundled/locales/zh-CN/skills/{claude-code/git-workflow-guide → git-workflow-guide}/branch-naming.md +3 -3
  148. package/bundled/locales/zh-CN/skills/{claude-code/git-workflow-guide → git-workflow-guide}/git-workflow.md +4 -4
  149. package/bundled/locales/zh-CN/skills/{claude-code/logging-guide → logging-guide}/SKILL.md +6 -6
  150. package/bundled/locales/zh-CN/skills/methodology-system/SKILL.md +78 -0
  151. package/bundled/locales/zh-CN/skills/{claude-code/methodology-system → methodology-system}/create-methodology.md +2 -2
  152. package/bundled/locales/zh-CN/skills/{claude-code/methodology-system/SKILL.md → methodology-system/guide.md} +2 -2
  153. package/bundled/locales/zh-CN/skills/{claude-code/methodology-system → methodology-system}/runtime.md +3 -3
  154. package/bundled/locales/zh-CN/skills/project-discovery/SKILL.md +66 -0
  155. package/bundled/locales/zh-CN/skills/project-discovery/guide.md +371 -0
  156. package/bundled/locales/zh-CN/skills/{claude-code/project-structure-guide → project-structure-guide}/SKILL.md +4 -4
  157. package/bundled/locales/zh-CN/skills/{claude-code/project-structure-guide → project-structure-guide}/language-patterns.md +1 -1
  158. package/bundled/locales/zh-CN/skills/refactoring-assistant/SKILL.md +67 -0
  159. package/bundled/locales/zh-CN/skills/{claude-code/refactoring-assistant/SKILL.md → refactoring-assistant/guide.md} +7 -8
  160. package/bundled/locales/zh-CN/skills/release-standards/SKILL.md +64 -0
  161. package/bundled/locales/zh-CN/skills/{claude-code/release-standards → release-standards}/changelog-format.md +3 -3
  162. package/bundled/locales/zh-CN/skills/{claude-code/release-standards/SKILL.md → release-standards/guide.md} +5 -6
  163. package/bundled/locales/zh-CN/skills/{claude-code/release-standards → release-standards}/release-workflow.md +7 -7
  164. package/bundled/locales/zh-CN/skills/{claude-code/release-standards → release-standards}/semantic-versioning.md +3 -3
  165. package/bundled/locales/zh-CN/skills/requirement-assistant/SKILL.md +67 -0
  166. package/bundled/locales/zh-CN/skills/{claude-code/requirement-assistant/SKILL.md → requirement-assistant/guide.md} +4 -5
  167. package/bundled/locales/zh-CN/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-checklist.md +3 -3
  168. package/bundled/locales/zh-CN/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-writing.md +3 -3
  169. package/bundled/locales/zh-CN/skills/reverse-engineer/SKILL.md +67 -0
  170. package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer → reverse-engineer}/bdd-extraction.md +2 -2
  171. package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer/SKILL.md → reverse-engineer/guide.md} +17 -18
  172. package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer → reverse-engineer}/tdd-analysis.md +2 -2
  173. package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer → reverse-engineer}/workflow.md +3 -3
  174. package/bundled/locales/zh-CN/skills/spec-driven-dev/SKILL.md +75 -0
  175. package/bundled/locales/zh-CN/skills/{claude-code/spec-driven-dev/SKILL.md → spec-driven-dev/guide.md} +10 -11
  176. package/bundled/locales/zh-CN/skills/tdd-assistant/SKILL.md +66 -0
  177. package/bundled/locales/zh-CN/skills/{claude-code/tdd-assistant/SKILL.md → tdd-assistant/guide.md} +12 -16
  178. package/bundled/locales/zh-CN/skills/{claude-code/tdd-assistant → tdd-assistant}/language-examples.md +3 -3
  179. package/bundled/locales/zh-CN/skills/{claude-code/tdd-assistant → tdd-assistant}/tdd-workflow.md +3 -3
  180. package/bundled/locales/zh-CN/skills/test-coverage-assistant/SKILL.md +65 -0
  181. package/bundled/locales/zh-CN/skills/test-coverage-assistant/guide.md +284 -0
  182. package/bundled/locales/zh-CN/skills/{claude-code/testing-guide → testing-guide}/SKILL.md +8 -8
  183. package/bundled/locales/zh-CN/skills/{claude-code/testing-guide → testing-guide}/testing-pyramid.md +4 -4
  184. package/bundled/locales/zh-CN/skills/{cline → tools/cline}/README.md +1 -1
  185. package/bundled/locales/zh-CN/skills/{copilot → tools/copilot}/README.md +1 -1
  186. package/bundled/locales/zh-CN/skills/{copilot → tools/copilot}/copilot-instructions.md +1 -1
  187. package/bundled/locales/zh-CN/skills/{cursor → tools/cursor}/README.md +1 -1
  188. package/bundled/locales/zh-CN/skills/{windsurf → tools/windsurf}/README.md +1 -1
  189. package/bundled/locales/zh-TW/CHANGELOG.md +16 -16
  190. package/bundled/locales/zh-TW/CLAUDE.md +3 -3
  191. package/bundled/locales/zh-TW/MAINTENANCE.md +7 -7
  192. package/bundled/locales/zh-TW/README.md +13 -7
  193. package/bundled/locales/zh-TW/STANDARDS-MAPPING.md +1 -1
  194. package/bundled/locales/zh-TW/adoption/ADOPTION-GUIDE.md +4 -4
  195. package/bundled/locales/zh-TW/adoption/DAILY-WORKFLOW-GUIDE.md +66 -7
  196. package/bundled/locales/zh-TW/adoption/STATIC-DYNAMIC-GUIDE.md +22 -22
  197. package/bundled/locales/zh-TW/adoption/checklists/enterprise.md +5 -5
  198. package/bundled/locales/zh-TW/adoption/checklists/minimal.md +4 -4
  199. package/bundled/locales/zh-TW/adoption/checklists/recommended.md +5 -5
  200. package/bundled/locales/zh-TW/ai/MAINTENANCE.md +13 -13
  201. package/bundled/locales/zh-TW/ai/standards/anti-hallucination.ai.yaml +3 -2
  202. package/bundled/locales/zh-TW/ai/standards/git-workflow.ai.yaml +4 -3
  203. package/bundled/locales/zh-TW/ai/standards/spec-driven-development.ai.yaml +3 -3
  204. package/bundled/locales/zh-TW/ai/standards/testing.ai.yaml +1 -0
  205. package/bundled/locales/zh-TW/core/ai-instruction-standards.md +1 -1
  206. package/bundled/locales/zh-TW/core/anti-hallucination.md +38 -701
  207. package/bundled/locales/zh-TW/core/changelog-standards.md +1 -1
  208. package/bundled/locales/zh-TW/core/checkin-standards.md +18 -5
  209. package/bundled/locales/zh-TW/core/code-review-checklist.md +1 -1
  210. package/bundled/locales/zh-TW/core/commit-message-guide.md +1 -1
  211. package/bundled/locales/zh-TW/core/developer-memory.md +576 -0
  212. package/bundled/locales/zh-TW/core/documentation-structure.md +115 -22
  213. package/bundled/locales/zh-TW/core/documentation-writing-standards.md +126 -5
  214. package/bundled/locales/zh-TW/core/forward-derivation-standards.md +2 -2
  215. package/bundled/locales/zh-TW/core/git-workflow.md +38 -812
  216. package/bundled/locales/zh-TW/core/guides/anti-hallucination-guide.md +779 -0
  217. package/bundled/locales/zh-TW/core/guides/git-workflow-guide.md +1016 -0
  218. package/bundled/locales/zh-TW/core/guides/refactoring-guide.md +864 -0
  219. package/bundled/locales/zh-TW/core/guides/testing-guide.md +2280 -0
  220. package/bundled/locales/zh-TW/core/logging-standards.md +159 -4
  221. package/bundled/locales/zh-TW/core/project-structure.md +102 -9
  222. package/bundled/locales/zh-TW/core/refactoring-standards.md +37 -823
  223. package/bundled/locales/zh-TW/core/reverse-engineering-standards.md +6 -6
  224. package/bundled/locales/zh-TW/core/spec-driven-development.md +17 -268
  225. package/bundled/locales/zh-TW/core/test-completeness-dimensions.md +128 -14
  226. package/bundled/locales/zh-TW/core/test-driven-development.md +20 -983
  227. package/bundled/locales/zh-TW/core/testing-standards.md +120 -2105
  228. package/bundled/locales/zh-TW/core/versioning.md +13 -55
  229. package/bundled/locales/zh-TW/docs/AI-AGENT-ROADMAP.md +90 -51
  230. package/bundled/locales/zh-TW/docs/CHEATSHEET.md +184 -0
  231. package/bundled/locales/zh-TW/docs/CLI-FLOW.md +239 -0
  232. package/bundled/locales/zh-TW/docs/FEATURE-REFERENCE.md +320 -0
  233. package/bundled/locales/zh-TW/docs/MIGRATION-V5.md +71 -0
  234. package/bundled/locales/zh-TW/docs/OPERATION-WORKFLOW.md +42 -42
  235. package/bundled/locales/zh-TW/docs/STANDARDS-REFERENCE.md +440 -0
  236. package/bundled/locales/zh-TW/docs/USAGE-MODES-COMPARISON.md +1 -1
  237. package/bundled/locales/zh-TW/docs/WINDOWS-GUIDE.md +1 -1
  238. package/bundled/locales/zh-TW/integrations/claude-code/README.md +44 -0
  239. package/bundled/locales/zh-TW/integrations/github-copilot/copilot-instructions.md +3 -3
  240. package/bundled/locales/zh-TW/integrations/github-copilot/skills-mapping.md +18 -6
  241. package/bundled/locales/zh-TW/integrations/opencode/skills-mapping.md +22 -10
  242. package/bundled/locales/zh-TW/methodologies/guides/sdd-guide.md +338 -0
  243. package/bundled/locales/zh-TW/methodologies/guides/tdd-guide.md +1055 -0
  244. package/bundled/locales/zh-TW/options/commit-message/bilingual.md +1 -1
  245. package/bundled/locales/zh-TW/options/commit-message/english.md +1 -1
  246. package/bundled/locales/zh-TW/options/commit-message/traditional-chinese.md +1 -1
  247. package/bundled/locales/zh-TW/options/git-workflow/gitflow.md +1 -1
  248. package/bundled/locales/zh-TW/options/git-workflow/github-flow.md +1 -1
  249. package/bundled/locales/zh-TW/options/git-workflow/merge-commit.md +1 -1
  250. package/bundled/locales/zh-TW/options/git-workflow/rebase-ff.md +1 -1
  251. package/bundled/locales/zh-TW/options/git-workflow/squash-merge.md +1 -1
  252. package/bundled/locales/zh-TW/options/git-workflow/trunk-based.md +1 -1
  253. package/bundled/locales/zh-TW/options/project-structure/dotnet.md +1 -1
  254. package/bundled/locales/zh-TW/options/project-structure/go.md +1 -1
  255. package/bundled/locales/zh-TW/options/project-structure/java.md +1 -1
  256. package/bundled/locales/zh-TW/options/project-structure/nodejs.md +1 -1
  257. package/bundled/locales/zh-TW/options/project-structure/python.md +1 -1
  258. package/bundled/locales/zh-TW/options/testing/e2e-testing.md +1 -1
  259. package/bundled/locales/zh-TW/options/testing/integration-testing.md +1 -1
  260. package/bundled/locales/zh-TW/options/testing/system-testing.md +1 -1
  261. package/bundled/locales/zh-TW/options/testing/unit-testing.md +1 -1
  262. package/bundled/locales/zh-TW/skills/{claude-code/CONTRIBUTING.template.md → CONTRIBUTING.template.md} +2 -2
  263. package/bundled/locales/zh-TW/skills/README.md +131 -79
  264. package/bundled/locales/zh-TW/skills/agents/README.md +281 -0
  265. package/bundled/locales/zh-TW/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/SKILL.md +7 -7
  266. package/bundled/locales/zh-TW/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/anti-hallucination.md +8 -8
  267. package/bundled/locales/zh-TW/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/certainty-labels.md +8 -8
  268. package/bundled/locales/zh-TW/skills/ai-friendly-architecture/SKILL.md +221 -0
  269. package/bundled/locales/zh-TW/skills/ai-instruction-standards/SKILL.md +214 -0
  270. package/bundled/locales/zh-TW/skills/atdd-assistant/SKILL.md +71 -0
  271. package/bundled/locales/zh-TW/skills/atdd-assistant/acceptance-criteria-guide.md +428 -0
  272. package/bundled/locales/zh-TW/skills/atdd-assistant/atdd-workflow.md +484 -0
  273. package/bundled/locales/zh-TW/skills/atdd-assistant/guide.md +368 -0
  274. package/bundled/locales/zh-TW/skills/bdd-assistant/SKILL.md +68 -0
  275. package/bundled/locales/zh-TW/skills/bdd-assistant/bdd-workflow.md +406 -0
  276. package/bundled/locales/zh-TW/skills/bdd-assistant/gherkin-guide.md +454 -0
  277. package/bundled/locales/zh-TW/skills/bdd-assistant/guide.md +324 -0
  278. package/bundled/locales/zh-TW/skills/changelog-guide/SKILL.md +64 -0
  279. package/bundled/locales/zh-TW/skills/{claude-code/changelog-guide/SKILL.md → changelog-guide/guide.md} +6 -7
  280. package/bundled/locales/zh-TW/skills/checkin-assistant/SKILL.md +56 -0
  281. package/bundled/locales/zh-TW/skills/{claude-code/checkin-assistant/SKILL.md → checkin-assistant/guide.md} +6 -7
  282. package/bundled/locales/zh-TW/skills/code-review-assistant/SKILL.md +56 -0
  283. package/bundled/locales/zh-TW/skills/{claude-code/code-review-assistant → code-review-assistant}/checkin-checklist.md +4 -4
  284. package/bundled/locales/zh-TW/skills/{claude-code/code-review-assistant/SKILL.md → code-review-assistant/guide.md} +2 -3
  285. package/bundled/locales/zh-TW/skills/{claude-code/code-review-assistant → code-review-assistant}/review-checklist.md +4 -4
  286. package/bundled/locales/zh-TW/skills/{claude-code/commands → commands}/bdd.md +2 -2
  287. package/bundled/locales/zh-TW/skills/{claude-code/commands → commands}/methodology.md +3 -3
  288. package/bundled/locales/zh-TW/skills/{claude-code/commands → commands}/refactor.md +3 -3
  289. package/bundled/locales/zh-TW/skills/commit-standards/SKILL.md +61 -0
  290. package/bundled/locales/zh-TW/skills/{claude-code/commit-standards → commit-standards}/conventional-commits.md +4 -4
  291. package/bundled/locales/zh-TW/skills/{claude-code/commit-standards/SKILL.md → commit-standards/guide.md} +5 -6
  292. package/bundled/locales/zh-TW/skills/{claude-code/commit-standards → commit-standards}/language-options.md +3 -3
  293. package/bundled/locales/zh-TW/skills/docs-generator/SKILL.md +59 -0
  294. package/bundled/locales/zh-TW/skills/docs-generator/guide.md +262 -0
  295. package/bundled/locales/zh-TW/skills/{claude-code/documentation-guide → documentation-guide}/SKILL.md +7 -8
  296. package/bundled/locales/zh-TW/skills/{claude-code/documentation-guide → documentation-guide}/documentation-structure.md +4 -4
  297. package/bundled/locales/zh-TW/skills/{claude-code/documentation-guide → documentation-guide}/readme-template.md +3 -3
  298. package/bundled/locales/zh-TW/skills/{claude-code/error-code-guide → error-code-guide}/SKILL.md +6 -6
  299. package/bundled/locales/zh-TW/skills/forward-derivation/SKILL.md +62 -0
  300. package/bundled/locales/zh-TW/skills/{claude-code/forward-derivation/SKILL.md → forward-derivation/guide.md} +24 -19
  301. package/bundled/locales/zh-TW/skills/{claude-code/git-workflow-guide → git-workflow-guide}/SKILL.md +3 -3
  302. package/bundled/locales/zh-TW/skills/{claude-code/git-workflow-guide → git-workflow-guide}/branch-naming.md +3 -3
  303. package/bundled/locales/zh-TW/skills/{claude-code/git-workflow-guide → git-workflow-guide}/git-workflow.md +4 -4
  304. package/bundled/locales/zh-TW/skills/{claude-code/logging-guide → logging-guide}/SKILL.md +6 -6
  305. package/bundled/locales/zh-TW/skills/methodology-system/SKILL.md +78 -0
  306. package/bundled/locales/zh-TW/skills/{claude-code/methodology-system → methodology-system}/create-methodology.md +2 -2
  307. package/bundled/locales/zh-TW/skills/{claude-code/methodology-system/SKILL.md → methodology-system/guide.md} +2 -2
  308. package/bundled/locales/zh-TW/skills/{claude-code/methodology-system → methodology-system}/runtime.md +3 -3
  309. package/bundled/locales/zh-TW/skills/project-discovery/SKILL.md +66 -0
  310. package/bundled/locales/zh-TW/skills/project-discovery/guide.md +371 -0
  311. package/bundled/locales/zh-TW/skills/project-discovery/workflow.md +574 -0
  312. package/bundled/locales/zh-TW/skills/{claude-code/project-structure-guide → project-structure-guide}/SKILL.md +4 -4
  313. package/bundled/locales/zh-TW/skills/{claude-code/project-structure-guide → project-structure-guide}/language-patterns.md +1 -1
  314. package/bundled/locales/zh-TW/skills/refactoring-assistant/SKILL.md +67 -0
  315. package/bundled/locales/zh-TW/skills/{claude-code/refactoring-assistant/SKILL.md → refactoring-assistant/guide.md} +7 -8
  316. package/bundled/locales/zh-TW/skills/release-standards/SKILL.md +64 -0
  317. package/bundled/locales/zh-TW/skills/{claude-code/release-standards → release-standards}/changelog-format.md +3 -3
  318. package/bundled/locales/zh-TW/skills/{claude-code/release-standards/SKILL.md → release-standards/guide.md} +2 -3
  319. package/bundled/locales/zh-TW/skills/{claude-code/release-standards → release-standards}/release-workflow.md +60 -28
  320. package/bundled/locales/zh-TW/skills/{claude-code/release-standards → release-standards}/semantic-versioning.md +3 -3
  321. package/bundled/locales/zh-TW/skills/requirement-assistant/SKILL.md +67 -0
  322. package/bundled/locales/zh-TW/skills/{claude-code/requirement-assistant/SKILL.md → requirement-assistant/guide.md} +2 -3
  323. package/bundled/locales/zh-TW/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-checklist.md +3 -3
  324. package/bundled/locales/zh-TW/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-writing.md +3 -3
  325. package/bundled/locales/zh-TW/skills/reverse-engineer/SKILL.md +67 -0
  326. package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer → reverse-engineer}/bdd-extraction.md +2 -2
  327. package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer/SKILL.md → reverse-engineer/guide.md} +17 -18
  328. package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer → reverse-engineer}/tdd-analysis.md +2 -2
  329. package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer → reverse-engineer}/workflow.md +3 -3
  330. package/bundled/locales/zh-TW/skills/spec-driven-dev/SKILL.md +75 -0
  331. package/bundled/locales/zh-TW/skills/{claude-code/spec-driven-dev/SKILL.md → spec-driven-dev/guide.md} +9 -10
  332. package/bundled/locales/zh-TW/skills/tdd-assistant/SKILL.md +66 -0
  333. package/bundled/locales/zh-TW/skills/{claude-code/tdd-assistant/SKILL.md → tdd-assistant/guide.md} +9 -10
  334. package/bundled/locales/zh-TW/skills/{claude-code/tdd-assistant → tdd-assistant}/language-examples.md +3 -3
  335. package/bundled/locales/zh-TW/skills/{claude-code/tdd-assistant → tdd-assistant}/tdd-workflow.md +3 -3
  336. package/bundled/locales/zh-TW/skills/test-coverage-assistant/SKILL.md +65 -0
  337. package/bundled/locales/zh-TW/skills/{claude-code/test-coverage-assistant/SKILL.md → test-coverage-assistant/guide.md} +27 -24
  338. package/bundled/locales/zh-TW/skills/{claude-code/testing-guide → testing-guide}/SKILL.md +6 -6
  339. package/bundled/locales/zh-TW/skills/{claude-code/testing-guide → testing-guide}/testing-pyramid.md +4 -4
  340. package/bundled/locales/zh-TW/skills/{cline → tools/cline}/README.md +1 -1
  341. package/bundled/locales/zh-TW/skills/{copilot → tools/copilot}/README.md +1 -1
  342. package/bundled/locales/zh-TW/skills/{copilot → tools/copilot}/copilot-instructions.md +1 -1
  343. package/bundled/locales/zh-TW/skills/{cursor → tools/cursor}/README.md +1 -1
  344. package/bundled/locales/zh-TW/skills/{windsurf → tools/windsurf}/README.md +1 -1
  345. package/bundled/skills/INTEGRATION-GUIDE.md +210 -0
  346. package/bundled/skills/README.md +95 -0
  347. package/bundled/skills/_shared/README.md +60 -0
  348. package/bundled/skills/{claude-code/agents → agents}/README.md +2 -2
  349. package/bundled/skills/{claude-code/agents → agents}/code-architect.md +1 -1
  350. package/bundled/skills/{claude-code/agents → agents}/doc-writer.md +1 -1
  351. package/bundled/skills/{claude-code/agents → agents}/reviewer.md +1 -1
  352. package/bundled/skills/{claude-code/agents → agents}/spec-analyst.md +1 -1
  353. package/bundled/skills/{claude-code/agents → agents}/test-specialist.md +1 -1
  354. package/bundled/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/SKILL.md +28 -5
  355. package/bundled/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/anti-hallucination.md +24 -5
  356. package/bundled/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/certainty-labels.md +31 -6
  357. package/bundled/skills/ai-friendly-architecture/SKILL.md +216 -0
  358. package/bundled/skills/ai-instruction-standards/SKILL.md +209 -0
  359. package/bundled/skills/atdd-assistant/SKILL.md +74 -0
  360. package/bundled/skills/{claude-code/atdd-assistant → atdd-assistant}/acceptance-criteria-guide.md +1 -1
  361. package/bundled/skills/{claude-code/atdd-assistant → atdd-assistant}/atdd-workflow.md +1 -1
  362. package/bundled/skills/{claude-code/atdd-assistant/SKILL.md → atdd-assistant/guide.md} +11 -11
  363. package/bundled/skills/bdd-assistant/SKILL.md +70 -0
  364. package/bundled/skills/{claude-code/bdd-assistant → bdd-assistant}/bdd-workflow.md +1 -1
  365. package/bundled/skills/{claude-code/bdd-assistant → bdd-assistant}/gherkin-guide.md +1 -1
  366. package/bundled/skills/{claude-code/bdd-assistant/SKILL.md → bdd-assistant/guide.md} +11 -11
  367. package/bundled/skills/changelog-guide/SKILL.md +66 -0
  368. package/bundled/skills/{claude-code/changelog-guide/SKILL.md → changelog-guide/guide.md} +8 -6
  369. package/bundled/skills/checkin-assistant/SKILL.md +52 -0
  370. package/bundled/skills/{claude-code/checkin-assistant/SKILL.md → checkin-assistant/guide.md} +6 -6
  371. package/bundled/skills/code-review-assistant/SKILL.md +53 -0
  372. package/bundled/skills/{claude-code/code-review-assistant → code-review-assistant}/checkin-checklist.md +3 -3
  373. package/bundled/skills/{claude-code/code-review-assistant/SKILL.md → code-review-assistant/guide.md} +7 -5
  374. package/bundled/skills/{claude-code/code-review-assistant → code-review-assistant}/review-checklist.md +3 -3
  375. package/bundled/skills/commands/COMMAND-FAMILY-OVERVIEW.md +290 -0
  376. package/bundled/skills/{claude-code/commands → commands}/README.md +13 -3
  377. package/bundled/skills/{claude-code/commands → commands}/atdd.md +3 -3
  378. package/bundled/skills/{claude-code/commands → commands}/bdd.md +2 -2
  379. package/bundled/skills/commands/changelog.md +58 -0
  380. package/bundled/skills/{claude-code/commands → commands}/check.md +1 -1
  381. package/bundled/skills/commands/checkin.md +53 -0
  382. package/bundled/skills/{claude-code/commands → commands}/commit.md +3 -3
  383. package/bundled/skills/{claude-code/commands → commands}/config.md +1 -1
  384. package/bundled/skills/{claude-code/commands → commands}/coverage.md +5 -4
  385. package/bundled/skills/commands/derive-all.md +53 -0
  386. package/bundled/skills/commands/derive-atdd.md +49 -0
  387. package/bundled/skills/commands/derive-bdd.md +47 -0
  388. package/bundled/skills/commands/derive-tdd.md +48 -0
  389. package/bundled/skills/commands/derive.md +72 -0
  390. package/bundled/skills/commands/discover.md +80 -0
  391. package/bundled/skills/commands/docgen.md +61 -0
  392. package/bundled/skills/commands/docs.md +59 -0
  393. package/bundled/skills/commands/guide.md +44 -0
  394. package/bundled/skills/{claude-code/commands → commands}/init.md +2 -2
  395. package/bundled/skills/{claude-code/commands → commands}/methodology.md +32 -16
  396. package/bundled/skills/{claude-code/commands → commands}/refactor.md +2 -2
  397. package/bundled/skills/commands/release.md +56 -0
  398. package/bundled/skills/{claude-code/commands → commands}/requirement.md +3 -3
  399. package/bundled/skills/commands/reverse-bdd.md +47 -0
  400. package/bundled/skills/commands/reverse-sdd.md +51 -0
  401. package/bundled/skills/commands/reverse-tdd.md +51 -0
  402. package/bundled/skills/commands/reverse.md +63 -0
  403. package/bundled/skills/{claude-code/commands → commands}/review.md +3 -3
  404. package/bundled/skills/commands/sdd.md +135 -0
  405. package/bundled/skills/{claude-code/commands → commands}/tdd.md +3 -3
  406. package/bundled/skills/{claude-code/commands → commands}/update.md +2 -2
  407. package/bundled/skills/commit-standards/SKILL.md +60 -0
  408. package/bundled/skills/{claude-code/commit-standards → commit-standards}/conventional-commits.md +3 -3
  409. package/bundled/skills/{claude-code/commit-standards/SKILL.md → commit-standards/guide.md} +17 -5
  410. package/bundled/skills/{claude-code/commit-standards → commit-standards}/language-options.md +2 -2
  411. package/bundled/skills/docs-generator/SKILL.md +69 -0
  412. package/bundled/skills/docs-generator/guide.md +258 -0
  413. package/bundled/skills/{claude-code/documentation-guide → documentation-guide}/SKILL.md +7 -7
  414. package/bundled/skills/{claude-code/documentation-guide → documentation-guide}/documentation-structure.md +3 -3
  415. package/bundled/skills/{claude-code/documentation-guide → documentation-guide}/readme-template.md +2 -2
  416. package/bundled/skills/{claude-code/error-code-guide → error-code-guide}/SKILL.md +7 -5
  417. package/bundled/skills/forward-derivation/SKILL.md +61 -0
  418. package/bundled/skills/{claude-code/forward-derivation/SKILL.md → forward-derivation/guide.md} +44 -29
  419. package/bundled/skills/{claude-code/git-workflow-guide → git-workflow-guide}/SKILL.md +7 -5
  420. package/bundled/skills/{claude-code/git-workflow-guide → git-workflow-guide}/branch-naming.md +2 -2
  421. package/bundled/skills/{claude-code/git-workflow-guide → git-workflow-guide}/git-workflow.md +3 -3
  422. package/bundled/skills/{claude-code/logging-guide → logging-guide}/SKILL.md +7 -5
  423. package/bundled/skills/methodology-system/SKILL.md +75 -0
  424. package/bundled/skills/{claude-code/methodology-system → methodology-system}/create-methodology.md +1 -1
  425. package/bundled/skills/{claude-code/methodology-system/SKILL.md → methodology-system/guide.md} +51 -16
  426. package/bundled/skills/methodology-system/integrated-flow.md +454 -0
  427. package/bundled/skills/{claude-code/methodology-system → methodology-system}/runtime.md +2 -2
  428. package/bundled/skills/project-discovery/SKILL.md +63 -0
  429. package/bundled/skills/project-discovery/guide.md +367 -0
  430. package/bundled/skills/project-discovery/workflow.md +566 -0
  431. package/bundled/skills/{claude-code/project-structure-guide → project-structure-guide}/SKILL.md +14 -4
  432. package/bundled/skills/refactoring-assistant/SKILL.md +78 -0
  433. package/bundled/skills/{claude-code/refactoring-assistant/SKILL.md → refactoring-assistant/guide.md} +7 -7
  434. package/bundled/skills/release-standards/SKILL.md +61 -0
  435. package/bundled/skills/{claude-code/release-standards → release-standards}/changelog-format.md +2 -2
  436. package/bundled/skills/{claude-code/release-standards/SKILL.md → release-standards/guide.md} +7 -5
  437. package/bundled/skills/{claude-code/release-standards → release-standards}/release-workflow.md +59 -24
  438. package/bundled/skills/{claude-code/release-standards → release-standards}/semantic-versioning.md +2 -2
  439. package/bundled/skills/requirement-assistant/SKILL.md +66 -0
  440. package/bundled/skills/{claude-code/requirement-assistant/SKILL.md → requirement-assistant/guide.md} +14 -6
  441. package/bundled/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-checklist.md +2 -2
  442. package/bundled/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-writing.md +2 -2
  443. package/bundled/skills/reverse-engineer/SKILL.md +64 -0
  444. package/bundled/skills/{claude-code/reverse-engineer → reverse-engineer}/bdd-extraction.md +1 -1
  445. package/bundled/skills/{claude-code/reverse-engineer/SKILL.md → reverse-engineer/guide.md} +21 -18
  446. package/bundled/skills/{claude-code/reverse-engineer → reverse-engineer}/tdd-analysis.md +1 -1
  447. package/bundled/skills/{claude-code/reverse-engineer → reverse-engineer}/workflow.md +2 -2
  448. package/bundled/skills/spec-driven-dev/SKILL.md +80 -0
  449. package/bundled/skills/{claude-code/spec-driven-dev/SKILL.md → spec-driven-dev/guide.md} +50 -8
  450. package/bundled/skills/tdd-assistant/SKILL.md +65 -0
  451. package/bundled/skills/{claude-code/tdd-assistant/SKILL.md → tdd-assistant/guide.md} +10 -10
  452. package/bundled/skills/{claude-code/tdd-assistant → tdd-assistant}/language-examples.md +3 -3
  453. package/bundled/skills/{claude-code/tdd-assistant → tdd-assistant}/tdd-workflow.md +2 -2
  454. package/bundled/skills/test-coverage-assistant/SKILL.md +63 -0
  455. package/bundled/skills/{claude-code/test-coverage-assistant/SKILL.md → test-coverage-assistant/guide.md} +39 -24
  456. package/bundled/skills/{claude-code/testing-guide → testing-guide}/SKILL.md +12 -7
  457. package/bundled/skills/{claude-code/testing-guide → testing-guide}/testing-pyramid.md +3 -3
  458. package/bundled/skills/testing-guide/testing-theory.md +2291 -0
  459. package/bundled/skills/tools/cline/.clinerules +79 -0
  460. package/bundled/skills/tools/cline/README.md +50 -0
  461. package/bundled/skills/tools/copilot/README.md +99 -0
  462. package/bundled/skills/tools/copilot/copilot-instructions.md +71 -0
  463. package/bundled/skills/tools/cursor/.cursorrules +101 -0
  464. package/bundled/skills/tools/cursor/README.md +50 -0
  465. package/bundled/skills/tools/windsurf/.windsurfrules +76 -0
  466. package/bundled/skills/tools/windsurf/README.md +51 -0
  467. package/bundled/skills/{claude-code/workflows → workflows}/README.md +1 -1
  468. package/bundled/skills/workflows/release.workflow.yaml +893 -0
  469. package/package.json +4 -1
  470. package/src/commands/check.js +195 -130
  471. package/src/commands/config.js +1262 -0
  472. package/src/commands/configure.js +3 -950
  473. package/src/commands/fix.js +53 -0
  474. package/src/commands/hitl.js +19 -0
  475. package/src/commands/init.js +320 -1030
  476. package/src/commands/list.js +1 -1
  477. package/src/commands/simulate.js +61 -0
  478. package/src/commands/spec.js +288 -0
  479. package/src/commands/start.js +373 -0
  480. package/src/commands/sweep.js +142 -0
  481. package/src/commands/update.js +136 -19
  482. package/src/commands/workflow.js +265 -1
  483. package/src/config/ai-agent-paths.js +89 -29
  484. package/src/core/constants.js +7 -1
  485. package/src/core/manifest.js +1 -0
  486. package/src/flows/init-flow.js +243 -0
  487. package/src/hitl/checkpoint.js +80 -0
  488. package/src/hitl/classifier.js +54 -0
  489. package/src/hitl/manager.js +88 -0
  490. package/src/i18n/messages.js +907 -99
  491. package/src/index.js +1 -0
  492. package/src/installers/integration-installer.js +237 -0
  493. package/src/installers/manifest-installer.js +131 -0
  494. package/src/installers/skills-installer.js +286 -0
  495. package/src/installers/standards-installer.js +193 -0
  496. package/src/missions/MissionManager.js +501 -0
  497. package/src/prompts/init.js +228 -130
  498. package/src/prompts/integrations.js +13 -1
  499. package/src/schemas/standard.schema.json +117 -0
  500. package/src/utils/agents-installer.js +2 -2
  501. package/src/utils/config-loader.js +47 -0
  502. package/src/utils/config-manager.js +108 -0
  503. package/src/utils/config-merger.js +47 -0
  504. package/src/utils/github.js +22 -18
  505. package/src/utils/inquirer-patch.js +98 -0
  506. package/src/utils/integration-generator.js +392 -58
  507. package/src/utils/reference-sync.js +69 -19
  508. package/src/utils/skills-installer.js +6 -3
  509. package/src/utils/standard-fixer.js +141 -0
  510. package/src/utils/standard-validator.js +329 -0
  511. package/src/utils/workflow-executor.js +886 -0
  512. package/src/utils/workflow-state.js +404 -0
  513. package/src/utils/workflows-installer.js +2 -2
  514. package/src/vibe/auto-sweep.js +349 -0
  515. package/src/vibe/micro-spec.js +428 -0
  516. package/standards-registry.json +278 -102
  517. package/bundled/locales/zh-CN/skills/claude-code/README.md +0 -174
  518. package/bundled/locales/zh-CN/skills/claude-code/test-coverage-assistant/SKILL.md +0 -282
  519. package/bundled/locales/zh-TW/skills/claude-code/README.md +0 -174
  520. package/bundled/skills/claude-code/README.md +0 -215
  521. package/bundled/skills/claude-code/commands/changelog.md +0 -57
  522. package/bundled/skills/claude-code/commands/derive-all.md +0 -214
  523. package/bundled/skills/claude-code/commands/derive-atdd.md +0 -177
  524. package/bundled/skills/claude-code/commands/derive-bdd.md +0 -158
  525. package/bundled/skills/claude-code/commands/derive-tdd.md +0 -259
  526. package/bundled/skills/claude-code/commands/docs.md +0 -75
  527. package/bundled/skills/claude-code/commands/release.md +0 -50
  528. package/bundled/skills/claude-code/commands/reverse-bdd.md +0 -264
  529. package/bundled/skills/claude-code/commands/reverse-spec.md +0 -185
  530. package/bundled/skills/claude-code/commands/reverse-tdd.md +0 -351
  531. package/bundled/skills/claude-code/commands/spec.md +0 -69
  532. package/bundled/skills/claude-code/methodology-system/integrated-flow.md +0 -322
  533. /package/bundled/skills/{claude-code/CONTRIBUTING.template.md → CONTRIBUTING.template.md} +0 -0
  534. /package/bundled/skills/{claude-code/ai → ai}/standards/checkin.ai.yaml +0 -0
  535. /package/bundled/skills/{claude-code/ai → ai}/standards/commit.ai.yaml +0 -0
  536. /package/bundled/skills/{claude-code/ai → ai}/standards/refactoring.ai.yaml +0 -0
  537. /package/bundled/skills/{claude-code/ai → ai}/standards/testing.ai.yaml +0 -0
  538. /package/bundled/skills/{claude-code/project-structure-guide → project-structure-guide}/language-patterns.md +0 -0
  539. /package/bundled/skills/{claude-code/workflows → workflows}/code-review.workflow.yaml +0 -0
  540. /package/bundled/skills/{claude-code/workflows → workflows}/feature-dev.workflow.yaml +0 -0
  541. /package/bundled/skills/{claude-code/workflows → workflows}/integrated-flow.workflow.yaml +0 -0
  542. /package/bundled/skills/{claude-code/workflows → workflows}/large-codebase-analysis.workflow.yaml +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "4.2.0",
4
- "lastUpdated": "2026-01-24",
3
+ "version": "5.0.0-beta.10",
4
+ "lastUpdated": "2026-02-09",
5
5
  "description": "Standards registry for universal-dev-standards with integrated skills and AI-optimized formats",
6
6
  "formats": {
7
7
  "ai": {
@@ -48,21 +48,21 @@
48
48
  "standards": {
49
49
  "name": "universal-dev-standards",
50
50
  "url": "https://github.com/AsiaOstrich/universal-dev-standards",
51
- "version": "4.2.0"
51
+ "version": "5.0.0-beta.10"
52
52
  },
53
53
  "skills": {
54
54
  "name": "universal-dev-standards",
55
55
  "url": "https://github.com/AsiaOstrich/universal-dev-standards",
56
- "localPath": "skills/claude-code",
57
- "rawUrl": "https://raw.githubusercontent.com/AsiaOstrich/universal-dev-standards/main/skills/claude-code",
58
- "version": "4.2.0",
56
+ "localPath": "skills",
57
+ "rawUrl": "https://raw.githubusercontent.com/AsiaOstrich/universal-dev-standards/main/skills",
58
+ "version": "5.0.0-beta.10",
59
59
  "note": "Skills are now included in the main repository under skills/"
60
60
  }
61
61
  },
62
62
  "supportedAITools": {
63
63
  "claude-code": {
64
64
  "name": "Claude Code",
65
- "skillsPath": "skills/claude-code",
65
+ "skillsPath": "skills",
66
66
  "nativePaths": {
67
67
  "skills": { "project": ".claude/skills/", "user": "~/.claude/skills/" },
68
68
  "agents": { "project": ".claude/agents/", "user": "~/.claude/agents/" },
@@ -77,7 +77,7 @@
77
77
  },
78
78
  "opencode": {
79
79
  "name": "OpenCode",
80
- "skillsPath": "skills/claude-code",
80
+ "skillsPath": "skills",
81
81
  "nativePaths": {
82
82
  "skills": { "project": ".opencode/skill/", "user": "~/.config/opencode/skill/" },
83
83
  "commands": { "project": ".opencode/command/" },
@@ -122,7 +122,7 @@
122
122
  },
123
123
  "roo-code": {
124
124
  "name": "Roo Code",
125
- "skillsPath": "skills/claude-code",
125
+ "skillsPath": "skills",
126
126
  "nativePaths": {
127
127
  "skills": { "project": ".roo/skills/", "user": "~/.roo/skills/" },
128
128
  "commands": { "project": ".roo/commands/" },
@@ -138,7 +138,7 @@
138
138
  },
139
139
  "codex": {
140
140
  "name": "OpenAI Codex",
141
- "skillsPath": "skills/claude-code",
141
+ "skillsPath": "skills",
142
142
  "nativePaths": {
143
143
  "skills": { "project": ".codex/skills/", "user": "~/.codex/skills/" },
144
144
  "agents": { "project": ".codex/agents/", "user": "~/.codex/agents/" }
@@ -180,7 +180,7 @@
180
180
  },
181
181
  "gemini-cli": {
182
182
  "name": "Gemini CLI",
183
- "skillsPath": "skills/claude-code",
183
+ "skillsPath": "skills",
184
184
  "nativePaths": {
185
185
  "skills": { "project": ".gemini/skills/", "user": "~/.gemini/skills/" },
186
186
  "commands": { "project": ".gemini/commands/" },
@@ -209,116 +209,154 @@
209
209
  },
210
210
  "skillFiles": {
211
211
  "ai-collaboration-standards": [
212
- "skills/claude-code/ai-collaboration-standards/SKILL.md",
213
- "skills/claude-code/ai-collaboration-standards/anti-hallucination.md",
214
- "skills/claude-code/ai-collaboration-standards/certainty-labels.md"
212
+ "skills/ai-collaboration-standards/SKILL.md",
213
+ "skills/ai-collaboration-standards/anti-hallucination.md",
214
+ "skills/ai-collaboration-standards/certainty-labels.md"
215
215
  ],
216
216
  "commit-standards": [
217
- "skills/claude-code/commit-standards/SKILL.md",
218
- "skills/claude-code/commit-standards/conventional-commits.md",
219
- "skills/claude-code/commit-standards/language-options.md"
217
+ "skills/commit-standards/SKILL.md",
218
+ "skills/commit-standards/guide.md",
219
+ "skills/commit-standards/conventional-commits.md",
220
+ "skills/commit-standards/language-options.md"
220
221
  ],
221
222
  "code-review-assistant": [
222
- "skills/claude-code/code-review-assistant/SKILL.md",
223
- "skills/claude-code/code-review-assistant/checkin-checklist.md",
224
- "skills/claude-code/code-review-assistant/review-checklist.md"
223
+ "skills/code-review-assistant/SKILL.md",
224
+ "skills/code-review-assistant/guide.md",
225
+ "skills/code-review-assistant/checkin-checklist.md",
226
+ "skills/code-review-assistant/review-checklist.md"
225
227
  ],
226
228
  "testing-guide": [
227
- "skills/claude-code/testing-guide/SKILL.md",
228
- "skills/claude-code/testing-guide/testing-pyramid.md"
229
+ "skills/testing-guide/SKILL.md",
230
+ "skills/testing-guide/testing-pyramid.md"
229
231
  ],
230
232
  "release-standards": [
231
- "skills/claude-code/release-standards/SKILL.md",
232
- "skills/claude-code/release-standards/changelog-format.md",
233
- "skills/claude-code/release-standards/semantic-versioning.md"
233
+ "skills/release-standards/SKILL.md",
234
+ "skills/release-standards/guide.md",
235
+ "skills/release-standards/changelog-format.md",
236
+ "skills/release-standards/semantic-versioning.md"
234
237
  ],
235
238
  "git-workflow-guide": [
236
- "skills/claude-code/git-workflow-guide/SKILL.md",
237
- "skills/claude-code/git-workflow-guide/branch-naming.md",
238
- "skills/claude-code/git-workflow-guide/git-workflow.md"
239
+ "skills/git-workflow-guide/SKILL.md",
240
+ "skills/git-workflow-guide/branch-naming.md",
241
+ "skills/git-workflow-guide/git-workflow.md"
239
242
  ],
240
243
  "documentation-guide": [
241
- "skills/claude-code/documentation-guide/SKILL.md",
242
- "skills/claude-code/documentation-guide/documentation-structure.md",
243
- "skills/claude-code/documentation-guide/readme-template.md"
244
+ "skills/documentation-guide/SKILL.md",
245
+ "skills/documentation-guide/documentation-structure.md",
246
+ "skills/documentation-guide/readme-template.md"
244
247
  ],
245
248
  "requirement-assistant": [
246
- "skills/claude-code/requirement-assistant/SKILL.md",
247
- "skills/claude-code/requirement-assistant/requirement-checklist.md",
248
- "skills/claude-code/requirement-assistant/requirement-writing.md"
249
+ "skills/requirement-assistant/SKILL.md",
250
+ "skills/requirement-assistant/guide.md",
251
+ "skills/requirement-assistant/requirement-checklist.md",
252
+ "skills/requirement-assistant/requirement-writing.md"
249
253
  ],
250
254
  "project-structure-guide": [
251
- "skills/claude-code/project-structure-guide/SKILL.md",
252
- "skills/claude-code/project-structure-guide/language-patterns.md"
255
+ "skills/project-structure-guide/SKILL.md",
256
+ "skills/project-structure-guide/language-patterns.md"
253
257
  ],
254
258
  "spec-driven-dev": [
255
- "skills/claude-code/spec-driven-dev/SKILL.md"
259
+ "skills/spec-driven-dev/SKILL.md",
260
+ "skills/spec-driven-dev/guide.md"
256
261
  ],
257
262
  "test-coverage-assistant": [
258
- "skills/claude-code/test-coverage-assistant/SKILL.md"
263
+ "skills/test-coverage-assistant/SKILL.md",
264
+ "skills/test-coverage-assistant/guide.md"
259
265
  ],
260
266
  "changelog-guide": [
261
- "skills/claude-code/changelog-guide/SKILL.md"
267
+ "skills/changelog-guide/SKILL.md",
268
+ "skills/changelog-guide/guide.md"
262
269
  ],
263
270
  "error-code-guide": [
264
- "skills/claude-code/error-code-guide/SKILL.md"
271
+ "skills/error-code-guide/SKILL.md"
265
272
  ],
266
273
  "logging-guide": [
267
- "skills/claude-code/logging-guide/SKILL.md"
274
+ "skills/logging-guide/SKILL.md"
268
275
  ],
269
276
  "tdd-assistant": [
270
- "skills/claude-code/tdd-assistant/SKILL.md",
271
- "skills/claude-code/tdd-assistant/tdd-workflow.md",
272
- "skills/claude-code/tdd-assistant/language-examples.md"
277
+ "skills/tdd-assistant/SKILL.md",
278
+ "skills/tdd-assistant/guide.md",
279
+ "skills/tdd-assistant/tdd-workflow.md",
280
+ "skills/tdd-assistant/language-examples.md"
273
281
  ],
274
282
  "bdd-assistant": [
275
- "skills/claude-code/bdd-assistant/SKILL.md",
276
- "skills/claude-code/bdd-assistant/bdd-workflow.md",
277
- "skills/claude-code/bdd-assistant/gherkin-guide.md"
283
+ "skills/bdd-assistant/SKILL.md",
284
+ "skills/bdd-assistant/guide.md",
285
+ "skills/bdd-assistant/bdd-workflow.md",
286
+ "skills/bdd-assistant/gherkin-guide.md"
278
287
  ],
279
288
  "atdd-assistant": [
280
- "skills/claude-code/atdd-assistant/SKILL.md",
281
- "skills/claude-code/atdd-assistant/atdd-workflow.md",
282
- "skills/claude-code/atdd-assistant/acceptance-criteria-guide.md"
289
+ "skills/atdd-assistant/SKILL.md",
290
+ "skills/atdd-assistant/guide.md",
291
+ "skills/atdd-assistant/atdd-workflow.md",
292
+ "skills/atdd-assistant/acceptance-criteria-guide.md"
283
293
  ],
284
294
  "commands": [
285
- "skills/claude-code/commands/README.md",
286
- "skills/claude-code/commands/atdd.md",
287
- "skills/claude-code/commands/bdd.md",
288
- "skills/claude-code/commands/changelog.md",
289
- "skills/claude-code/commands/check.md",
290
- "skills/claude-code/commands/commit.md",
291
- "skills/claude-code/commands/coverage.md",
292
- "skills/claude-code/commands/docs.md",
293
- "skills/claude-code/commands/init.md",
294
- "skills/claude-code/commands/methodology.md",
295
- "skills/claude-code/commands/release.md",
296
- "skills/claude-code/commands/requirement.md",
297
- "skills/claude-code/commands/review.md",
298
- "skills/claude-code/commands/spec.md",
299
- "skills/claude-code/commands/tdd.md",
300
- "skills/claude-code/commands/update.md",
301
- "skills/claude-code/commands/reverse-spec.md",
302
- "skills/claude-code/commands/reverse-bdd.md",
303
- "skills/claude-code/commands/reverse-tdd.md",
304
- "skills/claude-code/commands/refactor.md"
295
+ "skills/commands/README.md",
296
+ "skills/commands/atdd.md",
297
+ "skills/commands/bdd.md",
298
+ "skills/commands/changelog.md",
299
+ "skills/commands/check.md",
300
+ "skills/commands/commit.md",
301
+ "skills/commands/config.md",
302
+ "skills/commands/coverage.md",
303
+ "skills/commands/derive-all.md",
304
+ "skills/commands/derive-atdd.md",
305
+ "skills/commands/derive-bdd.md",
306
+ "skills/commands/derive-tdd.md",
307
+ "skills/commands/docs.md",
308
+ "skills/commands/init.md",
309
+ "skills/commands/methodology.md",
310
+ "skills/commands/refactor.md",
311
+ "skills/commands/release.md",
312
+ "skills/commands/requirement.md",
313
+ "skills/commands/reverse-bdd.md",
314
+ "skills/commands/reverse-sdd.md",
315
+ "skills/commands/reverse-tdd.md",
316
+ "skills/commands/review.md",
317
+ "skills/commands/sdd.md",
318
+ "skills/commands/tdd.md",
319
+ "skills/commands/update.md"
305
320
  ],
306
321
  "refactoring-assistant": [
307
- "skills/claude-code/refactoring-assistant/SKILL.md"
322
+ "skills/refactoring-assistant/SKILL.md",
323
+ "skills/refactoring-assistant/guide.md"
308
324
  ],
309
325
  "methodology-system": [
310
- "skills/claude-code/methodology-system/SKILL.md",
311
- "skills/claude-code/methodology-system/runtime.md",
312
- "skills/claude-code/methodology-system/create-methodology.md"
326
+ "skills/methodology-system/SKILL.md",
327
+ "skills/methodology-system/guide.md",
328
+ "skills/methodology-system/runtime.md",
329
+ "skills/methodology-system/create-methodology.md"
313
330
  ],
314
331
  "reverse-engineer": [
315
- "skills/claude-code/reverse-engineer/SKILL.md",
316
- "skills/claude-code/reverse-engineer/workflow.md",
317
- "skills/claude-code/reverse-engineer/bdd-extraction.md",
318
- "skills/claude-code/reverse-engineer/tdd-analysis.md"
332
+ "skills/reverse-engineer/SKILL.md",
333
+ "skills/reverse-engineer/guide.md",
334
+ "skills/reverse-engineer/workflow.md",
335
+ "skills/reverse-engineer/bdd-extraction.md",
336
+ "skills/reverse-engineer/tdd-analysis.md"
319
337
  ],
320
338
  "forward-derivation": [
321
- "skills/claude-code/forward-derivation/SKILL.md"
339
+ "skills/forward-derivation/SKILL.md",
340
+ "skills/forward-derivation/guide.md"
341
+ ],
342
+ "ai-friendly-architecture": [
343
+ "skills/ai-friendly-architecture/SKILL.md"
344
+ ],
345
+ "ai-instruction-standards": [
346
+ "skills/ai-instruction-standards/SKILL.md"
347
+ ],
348
+ "checkin-assistant": [
349
+ "skills/checkin-assistant/SKILL.md",
350
+ "skills/checkin-assistant/guide.md"
351
+ ],
352
+ "docs-generator": [
353
+ "skills/docs-generator/SKILL.md",
354
+ "skills/docs-generator/guide.md"
355
+ ],
356
+ "project-discovery": [
357
+ "skills/project-discovery/SKILL.md",
358
+ "skills/project-discovery/guide.md",
359
+ "skills/project-discovery/workflow.md"
322
360
  ]
323
361
  },
324
362
  "agents": {
@@ -327,13 +365,13 @@
327
365
  "statusNoteZh": "v4.1.0 新增 - Subagent 編排系統",
328
366
  "description": "Specialized AI subagents that can be orchestrated to handle complex development workflows",
329
367
  "descriptionZh": "專門的 AI 子代理,可編排處理複雜的開發工作流程",
330
- "basePath": "skills/claude-code/agents/",
368
+ "basePath": "skills/agents/",
331
369
  "builtIn": [
332
370
  {
333
371
  "id": "code-architect",
334
372
  "name": "Code Architect",
335
373
  "nameZh": "程式碼架構師",
336
- "source": "skills/claude-code/agents/code-architect.md",
374
+ "source": "skills/agents/code-architect.md",
337
375
  "role": "specialist",
338
376
  "expertise": ["system-design", "api-design", "database-modeling"],
339
377
  "description": "Software architecture specialist for system design and technical planning"
@@ -342,7 +380,7 @@
342
380
  "id": "test-specialist",
343
381
  "name": "Test Specialist",
344
382
  "nameZh": "測試專家",
345
- "source": "skills/claude-code/agents/test-specialist.md",
383
+ "source": "skills/agents/test-specialist.md",
346
384
  "role": "specialist",
347
385
  "expertise": ["test-strategy", "tdd", "bdd", "coverage-analysis"],
348
386
  "description": "Testing strategy specialist for test design, coverage analysis, and quality assurance"
@@ -351,7 +389,7 @@
351
389
  "id": "reviewer",
352
390
  "name": "Code Reviewer",
353
391
  "nameZh": "程式碼審查員",
354
- "source": "skills/claude-code/agents/reviewer.md",
392
+ "source": "skills/agents/reviewer.md",
355
393
  "role": "reviewer",
356
394
  "expertise": ["code-review", "security-analysis", "best-practices"],
357
395
  "description": "Code review specialist for quality assessment, security analysis, and best practices enforcement"
@@ -360,7 +398,7 @@
360
398
  "id": "doc-writer",
361
399
  "name": "Documentation Writer",
362
400
  "nameZh": "文件撰寫員",
363
- "source": "skills/claude-code/agents/doc-writer.md",
401
+ "source": "skills/agents/doc-writer.md",
364
402
  "role": "specialist",
365
403
  "expertise": ["technical-writing", "api-documentation", "user-guides"],
366
404
  "description": "Documentation specialist for technical writing, API docs, and user guides"
@@ -369,7 +407,7 @@
369
407
  "id": "spec-analyst",
370
408
  "name": "Specification Analyst",
371
409
  "nameZh": "規格分析師",
372
- "source": "skills/claude-code/agents/spec-analyst.md",
410
+ "source": "skills/agents/spec-analyst.md",
373
411
  "role": "specialist",
374
412
  "expertise": ["requirement-analysis", "specification-writing", "reverse-engineering"],
375
413
  "description": "Specification analysis specialist for requirement extraction and spec generation"
@@ -382,13 +420,13 @@
382
420
  "statusNoteZh": "v4.1.0 新增 - 多代理工作流程編排",
383
421
  "description": "Workflow definitions that orchestrate multiple agents for complex development tasks",
384
422
  "descriptionZh": "編排多個代理處理複雜開發任務的工作流程定義",
385
- "basePath": "skills/claude-code/workflows/",
423
+ "basePath": "skills/workflows/",
386
424
  "builtIn": [
387
425
  {
388
426
  "id": "integrated-flow",
389
427
  "name": "Integrated Development Flow",
390
428
  "nameZh": "整合開發流程",
391
- "source": "skills/claude-code/workflows/integrated-flow.workflow.yaml",
429
+ "source": "skills/workflows/integrated-flow.workflow.yaml",
392
430
  "stages": 8,
393
431
  "description": "Complete ATDD → SDD → BDD → TDD workflow"
394
432
  },
@@ -396,7 +434,7 @@
396
434
  "id": "feature-dev",
397
435
  "name": "Feature Development",
398
436
  "nameZh": "功能開發",
399
- "source": "skills/claude-code/workflows/feature-dev.workflow.yaml",
437
+ "source": "skills/workflows/feature-dev.workflow.yaml",
400
438
  "stages": 6,
401
439
  "description": "Feature development workflow"
402
440
  },
@@ -404,7 +442,7 @@
404
442
  "id": "code-review",
405
443
  "name": "Code Review Workflow",
406
444
  "nameZh": "程式碼審查流程",
407
- "source": "skills/claude-code/workflows/code-review.workflow.yaml",
445
+ "source": "skills/workflows/code-review.workflow.yaml",
408
446
  "stages": 4,
409
447
  "description": "Code review workflow"
410
448
  }
@@ -519,7 +557,8 @@
519
557
  "nameZh": "反幻覺指南",
520
558
  "source": {
521
559
  "human": "core/anti-hallucination.md",
522
- "ai": "ai/standards/anti-hallucination.ai.yaml"
560
+ "ai": "ai/standards/anti-hallucination.ai.yaml",
561
+ "guide": "core/guides/anti-hallucination-guide.md"
523
562
  },
524
563
  "category": "skill",
525
564
  "skillName": "ai-collaboration-standards",
@@ -535,7 +574,7 @@
535
574
  "ai": "ai/standards/ai-friendly-architecture.ai.yaml"
536
575
  },
537
576
  "category": "skill",
538
- "skillName": "ai-collaboration-standards",
577
+ "skillName": "ai-friendly-architecture",
539
578
  "level": 2,
540
579
  "description": "Standards for designing project architecture that maximizes AI collaboration effectiveness"
541
580
  },
@@ -594,11 +633,23 @@
594
633
  "human": "core/checkin-standards.md",
595
634
  "ai": "ai/standards/checkin-standards.ai.yaml"
596
635
  },
636
+ "category": "skill",
637
+ "skillName": "checkin-assistant",
638
+ "level": 1,
639
+ "description": "Quality gates and verification steps before committing code"
640
+ },
641
+ {
642
+ "id": "deployment-standards",
643
+ "name": "Deployment Standards",
644
+ "nameZh": "部署標準",
645
+ "source": {
646
+ "human": "core/deployment-standards.md",
647
+ "ai": "ai/standards/deployment-standards.ai.yaml"
648
+ },
597
649
  "category": "reference",
598
650
  "skillName": null,
599
651
  "level": 1,
600
- "description": "Quality gates and verification steps before committing code",
601
- "note": "Partially incorporated into code-review-assistant skill"
652
+ "description": "Safe deployment strategies, feature flags, rollback, environment parity, and DORA metrics"
602
653
  },
603
654
  {
604
655
  "id": "spec-driven-development",
@@ -606,7 +657,8 @@
606
657
  "nameZh": "規格驅動開發",
607
658
  "source": {
608
659
  "human": "core/spec-driven-development.md",
609
- "ai": "ai/standards/spec-driven-development.ai.yaml"
660
+ "ai": "ai/standards/spec-driven-development.ai.yaml",
661
+ "guide": "methodologies/guides/sdd-guide.md"
610
662
  },
611
663
  "category": "skill",
612
664
  "skillName": "spec-driven-dev",
@@ -632,7 +684,8 @@
632
684
  "nameZh": "Git 工作流程指南",
633
685
  "source": {
634
686
  "human": "core/git-workflow.md",
635
- "ai": "ai/standards/git-workflow.ai.yaml"
687
+ "ai": "ai/standards/git-workflow.ai.yaml",
688
+ "guide": "core/guides/git-workflow-guide.md"
636
689
  },
637
690
  "category": "skill",
638
691
  "skillName": "git-workflow-guide",
@@ -749,7 +802,8 @@
749
802
  "nameZh": "測試標準",
750
803
  "source": {
751
804
  "human": "core/testing-standards.md",
752
- "ai": "ai/standards/testing.ai.yaml"
805
+ "ai": "ai/standards/testing.ai.yaml",
806
+ "guide": "skills/testing-guide/testing-theory.md"
753
807
  },
754
808
  "category": "skill",
755
809
  "skillName": "testing-guide",
@@ -834,8 +888,8 @@
834
888
  "human": "core/ai-instruction-standards.md",
835
889
  "ai": "ai/standards/ai-instruction-standards.ai.yaml"
836
890
  },
837
- "category": "reference",
838
- "skillName": null,
891
+ "category": "skill",
892
+ "skillName": "ai-instruction-standards",
839
893
  "level": 2,
840
894
  "description": "Best practices for creating AI instruction files with universal vs project-specific separation"
841
895
  },
@@ -897,7 +951,8 @@
897
951
  "nameZh": "測試驅動開發",
898
952
  "source": {
899
953
  "human": "core/test-driven-development.md",
900
- "ai": "ai/standards/test-driven-development.ai.yaml"
954
+ "ai": "ai/standards/test-driven-development.ai.yaml",
955
+ "guide": "methodologies/guides/tdd-guide.md"
901
956
  },
902
957
  "category": "skill",
903
958
  "skillName": "tdd-assistant",
@@ -910,7 +965,8 @@
910
965
  "nameZh": "行為驅動開發",
911
966
  "source": {
912
967
  "human": "core/behavior-driven-development.md",
913
- "ai": "ai/standards/behavior-driven-development.ai.yaml"
968
+ "ai": "ai/standards/behavior-driven-development.ai.yaml",
969
+ "guide": "methodologies/guides/bdd-guide.md"
914
970
  },
915
971
  "category": "skill",
916
972
  "skillName": "bdd-assistant",
@@ -923,7 +979,8 @@
923
979
  "nameZh": "驗收測試驅動開發",
924
980
  "source": {
925
981
  "human": "core/acceptance-test-driven-development.md",
926
- "ai": "ai/standards/acceptance-test-driven-development.ai.yaml"
982
+ "ai": "ai/standards/acceptance-test-driven-development.ai.yaml",
983
+ "guide": "methodologies/guides/atdd-guide.md"
927
984
  },
928
985
  "category": "skill",
929
986
  "skillName": "atdd-assistant",
@@ -956,19 +1013,138 @@
956
1013
  "level": 2,
957
1014
  "description": "Standards for deriving BDD scenarios, TDD test skeletons, and ATDD acceptance tests from approved SDD specifications"
958
1015
  },
1016
+ {
1017
+ "id": "ai-agreement",
1018
+ "name": "AI Agreement Standards",
1019
+ "nameZh": "AI 協議標準",
1020
+ "source": {
1021
+ "human": "core/ai-agreement-standards.md",
1022
+ "ai": "ai/standards/ai-agreement-standards.ai.yaml"
1023
+ },
1024
+ "category": "reference",
1025
+ "level": 2,
1026
+ "description": "Protocols for establishing service-level agreements and context contracts between AI agents"
1027
+ },
1028
+ {
1029
+ "id": "virtual-organization",
1030
+ "name": "Virtual Organization Standards",
1031
+ "nameZh": "虛擬組織標準",
1032
+ "source": {
1033
+ "human": "core/virtual-organization-standards.md",
1034
+ "ai": "ai/standards/virtual-organization-standards.ai.yaml"
1035
+ },
1036
+ "category": "reference",
1037
+ "level": 3,
1038
+ "description": "Standards for AI agent integration into virtual organizational structures including MCP tools and skill management"
1039
+ },
959
1040
  {
960
1041
  "id": "refactoring-standards",
961
1042
  "name": "Refactoring Standards",
962
1043
  "nameZh": "重構標準",
963
1044
  "source": {
964
1045
  "human": "core/refactoring-standards.md",
965
- "ai": "ai/standards/refactoring-standards.ai.yaml"
1046
+ "ai": "ai/standards/refactoring-standards.ai.yaml",
1047
+ "guide": "core/guides/refactoring-guide.md"
966
1048
  },
967
1049
  "category": "skill",
968
1050
  "skillName": "refactoring-assistant",
969
1051
  "level": 2,
970
1052
  "description": "Comprehensive refactoring guidelines with tactical, strategic, and legacy code safety strategies including decision matrix"
971
1053
  },
1054
+ {
1055
+ "id": "requirement-engineering",
1056
+ "name": "Requirement Engineering Standards",
1057
+ "nameZh": "需求工程標準",
1058
+ "source": {
1059
+ "human": "core/requirement-engineering.md",
1060
+ "ai": "ai/standards/requirement-engineering.ai.yaml",
1061
+ "guide": "methodologies/guides/requirement-engineering-guide.md"
1062
+ },
1063
+ "category": "skill",
1064
+ "skillName": "requirement-assistant",
1065
+ "level": 2,
1066
+ "description": "Requirements engineering lifecycle, elicitation, specification, and validation standards based on IEEE 830, SWEBOK v4.0, and ISO 25010"
1067
+ },
1068
+ {
1069
+ "id": "security-standards",
1070
+ "name": "Security Standards",
1071
+ "nameZh": "安全標準",
1072
+ "source": {
1073
+ "human": "core/security-standards.md",
1074
+ "ai": "ai/standards/security-standards.ai.yaml",
1075
+ "guide": "core/guides/security-guide.md"
1076
+ },
1077
+ "category": "reference",
1078
+ "skillName": null,
1079
+ "level": 1,
1080
+ "description": "Comprehensive security development standards covering OWASP Top 10, authentication, authorization, cryptography, and security testing"
1081
+ },
1082
+ {
1083
+ "id": "performance-standards",
1084
+ "name": "Performance Standards",
1085
+ "nameZh": "效能標準",
1086
+ "source": {
1087
+ "human": "core/performance-standards.md",
1088
+ "ai": "ai/standards/performance-standards.ai.yaml",
1089
+ "guide": "core/guides/performance-guide.md"
1090
+ },
1091
+ "category": "reference",
1092
+ "skillName": null,
1093
+ "level": 2,
1094
+ "description": "Performance engineering standards covering metrics (RED/USE/Golden Signals), testing, optimization, Core Web Vitals, and capacity planning"
1095
+ },
1096
+ {
1097
+ "id": "accessibility-standards",
1098
+ "name": "Accessibility Standards",
1099
+ "nameZh": "無障礙標準",
1100
+ "source": {
1101
+ "human": "core/accessibility-standards.md",
1102
+ "ai": "ai/standards/accessibility-standards.ai.yaml"
1103
+ },
1104
+ "category": "reference",
1105
+ "skillName": null,
1106
+ "level": 2,
1107
+ "description": "WCAG 2.1 Level AA accessibility standards covering POUR principles, keyboard navigation, ARIA, color/contrast, and testing"
1108
+ },
1109
+ {
1110
+ "id": "developer-memory",
1111
+ "name": "Developer Persistent Memory Standards",
1112
+ "nameZh": "開發者持久記憶標準",
1113
+ "source": {
1114
+ "human": "core/developer-memory.md",
1115
+ "ai": "ai/standards/developer-memory.ai.yaml"
1116
+ },
1117
+ "category": "reference",
1118
+ "skillName": null,
1119
+ "level": 3,
1120
+ "description": "Structured system for capturing, retrieving, and surfacing developer experience insights across conversations and projects"
1121
+ },
1122
+ {
1123
+ "id": "project-context-memory",
1124
+ "name": "Project Context Memory Standards",
1125
+ "nameZh": "專案情境記憶標準",
1126
+ "source": {
1127
+ "human": "core/project-context-memory.md",
1128
+ "ai": "ai/standards/project-context-memory.ai.yaml"
1129
+ },
1130
+ "category": "reference",
1131
+ "skillName": null,
1132
+ "level": 3,
1133
+ "description": "System for capturing, retrieving, and enforcing project-specific context, architectural decisions, and domain knowledge"
1134
+ },
1135
+ {
1136
+ "id": "project-discovery",
1137
+ "name": "Project Discovery",
1138
+ "nameZh": "專案現況評估",
1139
+ "source": {
1140
+ "human": null,
1141
+ "ai": null
1142
+ },
1143
+ "category": "skill",
1144
+ "skillName": "project-discovery",
1145
+ "level": 2,
1146
+ "description": "Assess project health, architecture, dependencies and risks before adding features to existing codebases"
1147
+ },
972
1148
  {
973
1149
  "id": "csharp-style",
974
1150
  "name": "C# Style Guide",