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
@@ -6,7 +6,7 @@
6
6
 
7
7
  > **่ชž่จ€**: [English](../../README.md) | ็น้ซ”ไธญๆ–‡ | [็ฎ€ไฝ“ไธญๆ–‡](../zh-CN/README.md)
8
8
 
9
- **็‰ˆๆœฌ**: 4.1.0 | **็™ผๅธƒๆ—ฅๆœŸ**: 2026-01-21 | **ๆŽˆๆฌŠ**: [้›™้‡ๆŽˆๆฌŠ](../../LICENSE) (CC BY 4.0 + MIT)
9
+ **็‰ˆๆœฌ**: 5.0.0-alpha.1 (Pre-release) | **็™ผๅธƒๆ—ฅๆœŸ**: 2026-01-29 | **ๆŽˆๆฌŠ**: [้›™้‡ๆŽˆๆฌŠ](../../LICENSE) (CC BY 4.0 + MIT)
10
10
 
11
11
  ่ชž่จ€็„ก้—œใ€ๆก†ๆžถ็„ก้—œ็š„่ปŸ้ซ”ๅฐˆๆกˆๆ–‡ไปถๆจ™ๆบ–ใ€‚็ขบไฟไธๅŒๆŠ€่ก“ๅ †็–Šไน‹้–“็š„ไธ€่‡ดๆ€งใ€ๅ“่ณชๅ’Œๅฏ็ถญ่ญทๆ€งใ€‚
12
12
 
@@ -154,8 +154,8 @@ uds init # ้ธๆ“‡ AI ๅทฅๅ…ท๏ผŒskills ่‡ชๅ‹•ๅฎ‰่ฃ
154
154
  macOS / Linux:
155
155
  ```bash
156
156
  git clone https://github.com/AsiaOstrich/universal-dev-standards.git /tmp/uds
157
- cp -r /tmp/uds/skills/claude-code/* ~/.claude/skills/ # ๅ…จๅŸŸ
158
- # ๆˆ–: cp -r /tmp/uds/skills/claude-code/* .claude/skills/ # ๅฐˆๆกˆ
157
+ cp -r /tmp/uds/skills/* ~/.claude/skills/ # ๅ…จๅŸŸ
158
+ # ๆˆ–: cp -r /tmp/uds/skills/* .claude/skills/ # ๅฐˆๆกˆ
159
159
  rm -rf /tmp/uds
160
160
  ```
161
161
 
@@ -194,7 +194,11 @@ Remove-Item -Recurse $env:TEMP\uds
194
194
 
195
195
  ## ๆ ธๅฟƒๆจ™ๆบ–ๆฆ‚่ฆฝ
196
196
 
197
- ### Level 1๏ผšๅŸบๆœฌ๏ผˆ30 ๅˆ†้˜่จญๅฎš๏ผ‰
197
+ > **ๆ›ดๆ–ฐ (v4.3.0)**๏ผšๆ ธๅฟƒๆจ™ๆบ–ๅทฒ้‡ๅฐ AI Token ไฝฟ็”จ้‡้€ฒ่กŒๆœ€ไฝณๅŒ–ใ€‚
198
+ > - **่ฆๅ‰‡ (`core/*.md`)**๏ผšไพ› AI ้ฉ—่ญ‰ไฝฟ็”จ็š„็ฒพ็ฐกๆชขๆŸฅๆธ…ๅ–ฎ่ˆ‡่ฆๅ‰‡ใ€‚
199
+ > - **ๆŒ‡ๅ— (`core/guides/*.md`)**๏ผšไพ›ไบบ้กž้–ฑ่ฎ€็š„่ฉณ็ดฐ่งฃ้‡‹่ˆ‡ๆ•™ๅญธใ€‚
200
+
201
+ ### ็ญ‰็ดšไธ€๏ผšๅŸบๆœฌ๏ผˆ30 ๅˆ†้˜่จญๅฎš๏ผ‰
198
202
 
199
203
  ๆฏๅ€‹ๅฐˆๆกˆๅฟ…้ ˆๅŒ…ๅซ๏ผš
200
204
 
@@ -372,15 +376,17 @@ CLI ๅฎ‰่ฃ๏ผšๅŸท่กŒ `uds update --skills`ใ€‚
372
376
 
373
377
  ---
374
378
 
375
- ## ็›ฎ้Œ„็ตๆง‹
379
+ ### ็›ฎ้Œ„็ตๆง‹
376
380
 
377
381
  ```
378
382
  universal-dev-standards/
379
- โ”œโ”€โ”€ core/ # ๆ ธๅฟƒๆจ™ๆบ–๏ผˆ22 ๅ€‹ๆช”ๆกˆ๏ผ‰
383
+ โ”œโ”€โ”€ core/ # ๆ ธๅฟƒ่ฆๅ‰‡่ˆ‡ๆชขๆŸฅๆธ…ๅ–ฎ๏ผˆ่ผ•้‡ๅŒ–๏ผ‰
384
+ โ”‚ โ”œโ”€โ”€ guides/ # ่ฉณ็ดฐๆŒ‡ๅ—่ˆ‡ๆ•™ๅญธ
380
385
  โ”‚ โ”œโ”€โ”€ anti-hallucination.md
381
386
  โ”‚ โ”œโ”€โ”€ commit-message-guide.md
382
- โ”‚ โ”œโ”€โ”€ testing-standards.md
383
387
  โ”‚ โ””โ”€โ”€ ...
388
+ โ”œโ”€โ”€ methodologies/ # ๆ–นๆณ•่ซ–ๆŒ‡ๅ— (TDD, BDD, SDD)
389
+ โ”‚ โ””โ”€โ”€ guides/ # ่ฉณ็ดฐๆ–นๆณ•่ซ–ๆ•™ๅญธ
384
390
  โ”œโ”€โ”€ ai/ # AI ๆœ€ไฝณๅŒ–ๆ ผๅผ๏ผˆ.ai.yaml๏ผ‰
385
391
  โ”œโ”€โ”€ skills/ # AI ๅทฅๅ…ท skills
386
392
  โ”‚ โ””โ”€โ”€ claude-code/ # 23 ๅ€‹ skill ็›ฎ้Œ„
@@ -139,7 +139,7 @@ status: current
139
139
 
140
140
  | ๅทฅๅ…ท | ๆช”ๆกˆ | ๆ ผๅผ | ็‹€ๆ…‹ |
141
141
  |-----|-----|-----|-----|
142
- | Claude Code | skills/claude-code/**/*.md | SKILL.md | โœ… ๅฎŒๆˆ |
142
+ | Claude Code | skills/**/*.md | SKILL.md | โœ… ๅฎŒๆˆ |
143
143
  | Cursor | skills/cursor/.cursorrules | Rules ๆช”ๆกˆ | โœ… ๅฎŒๆˆ |
144
144
  | Windsurf | skills/windsurf/.windsurfrules | Rules ๆช”ๆกˆ | โœ… ๅฎŒๆˆ |
145
145
  | Cline | skills/cline/.clinerules | Rules ๆช”ๆกˆ | โœ… ๅฎŒๆˆ |
@@ -8,7 +8,7 @@ status: current
8
8
 
9
9
  # ่ฆ็ฏ„ๆŽก็”จๆŒ‡ๅ—
10
10
 
11
- > **่ชž่จ€**: [English](../../adoption/ADOPTION-GUIDE.md) | ็น้ซ”ไธญๆ–‡
11
+ > **่ชž่จ€**: [English](../../../adoption/ADOPTION-GUIDE.md) | ็น้ซ”ไธญๆ–‡
12
12
  >
13
13
  > ็‰ˆๆœฌ 1.0.0
14
14
 
@@ -96,7 +96,7 @@ status: current
96
96
 
97
97
  # ๆˆ–ๆ‰‹ๅ‹•่ค‡่ฃฝ๏ผˆmacOS / Linux๏ผ‰
98
98
  mkdir -p ~/.claude/skills
99
- cp -r skills/claude-code/commit-standards ~/.claude/skills/
99
+ cp -r skills/commit-standards ~/.claude/skills/
100
100
  ```
101
101
 
102
102
  ### ้กžๅˆฅไบŒ๏ผšๅƒ่€ƒๆ–‡ไปถ
@@ -248,7 +248,7 @@ Copy-Item <source-file> .standards\
248
248
  ```bash
249
249
  git clone https://github.com/AsiaOstrich/universal-dev-standards.git
250
250
  mkdir -p ~/.claude/skills
251
- cp -r universal-dev-standards/skills/claude-code/commit-standards ~/.claude/skills/
251
+ cp -r universal-dev-standards/skills/commit-standards ~/.claude/skills/
252
252
  ```
253
253
 
254
254
  **ๆ›ฟไปฃๆ–นๆกˆ๏ผšๆ‰‹ๅ‹•่ค‡่ฃฝ๏ผˆWindows PowerShell๏ผ‰**
@@ -340,7 +340,7 @@ Copy-Item path\to\universal-dev-standards\integrations\github-copilot\copilot-in
340
340
  - **ๆผธ้€ฒๅผๆŽก็”จ**๏ผšไฝ ไธ้œ€่ฆ็‚บๆ‰€ๆœ‰่ˆŠ็จ‹ๅผ็ขผ้€ฒ่กŒๅๅ‘ๅทฅ็จ‹
341
341
  - **ไปปๅ‹™ๅฐŽๅ‘ๅทฅไฝœๆต็จ‹้ธๆ“‡**๏ผšๆ นๆ“šไปปๅ‹™้กžๅž‹้ธๆ“‡ๆ–นๆณ•่ซ–
342
342
  - **่ˆŠๆœ‰็จ‹ๅผ็ขผ็ญ–็•ฅ**๏ผšGolden Master Testingใ€็‰นๅพตๆธฌ่ฉฆ
343
- - **ๅฏ็”จๅ‘ฝไปค**๏ผšๆ—ฅๅธธไฝฟ็”จ็š„ๅฟซ้€Ÿๅƒ่€ƒ๏ผˆ`/tdd`ใ€`/bdd`ใ€`/spec` ็ญ‰๏ผ‰
343
+ - **ๅฏ็”จๅ‘ฝไปค**๏ผšๆ—ฅๅธธไฝฟ็”จ็š„ๅฟซ้€Ÿๅƒ่€ƒ๏ผˆ`/tdd`ใ€`/bdd`ใ€`/sdd` ็ญ‰๏ผ‰
344
344
 
345
345
  > **้—œ้ตๆดžๅฏŸ**๏ผšๅฐๆ–ผ่ˆŠๅฐˆๆกˆ๏ผŒๅฐˆๆณจๆ–ผใ€Œ่งธ็ขฐไธ€้ปž๏ผŒไฟ่ญทไธ€้ปžใ€๏ผŒ่€Œ้žๅ…จ้ข็š„ๅ‰ๆœŸๆ–‡ไปถๅŒ–ใ€‚
346
346
 
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  source: ../../../adoption/DAILY-WORKFLOW-GUIDE.md
3
- source_version: 1.0.0
4
- translation_version: 1.0.0
5
- last_synced: 2026-01-19
3
+ source_version: 1.1.0
4
+ translation_version: 1.1.0
5
+ last_synced: 2026-02-10
6
6
  status: current
7
7
  ---
8
8
 
9
9
  # ๆ—ฅๅธธ้–‹็™ผๅทฅไฝœๆต็จ‹ๆŒ‡ๅ—
10
10
 
11
- **็‰ˆๆœฌ**: 1.0.0
12
- **ๆœ€ๅพŒๆ›ดๆ–ฐ**: 2026-01-19
11
+ **็‰ˆๆœฌ**: 1.1.0
12
+ **ๆœ€ๅพŒๆ›ดๆ–ฐ**: 2026-02-10
13
13
 
14
14
  > **่ชž่จ€**: [English](../../../adoption/DAILY-WORKFLOW-GUIDE.md) | ็น้ซ”ไธญๆ–‡
15
15
 
@@ -19,6 +19,7 @@ status: current
19
19
 
20
20
  ## ็›ฎ้Œ„
21
21
 
22
+ - [Phase 0๏ผšๅฐˆๆกˆ็พๆณ่ฉ•ไผฐ](#phase-0ๅฐˆๆกˆ็พๆณ่ฉ•ไผฐ)
22
23
  - [ๆ ธๅฟƒๅŽŸๅ‰‡๏ผšๆผธ้€ฒๅผๆŽก็”จ](#ๆ ธๅฟƒๅŽŸๅ‰‡ๆผธ้€ฒๅผๆŽก็”จ)
23
24
  - [ๆ นๆ“šไปปๅ‹™้กžๅž‹้ธๆ“‡ๅทฅไฝœๆต็จ‹](#ๆ นๆ“šไปปๅ‹™้กžๅž‹้ธๆ“‡ๅทฅไฝœๆต็จ‹)
24
25
  - [Greenfield ่ˆ‡ Brownfield ๅฐˆๆกˆ](#greenfield-่ˆ‡-brownfield-ๅฐˆๆกˆ)
@@ -34,6 +35,41 @@ status: current
34
35
 
35
36
  ---
36
37
 
38
+ ## Phase 0๏ผšๅฐˆๆกˆ็พๆณ่ฉ•ไผฐ
39
+
40
+ > **ไฝฟ็”จๆ™‚ๆฉŸ**๏ผš้ฆ–ๆฌกๆŽฅ่งธๆ—ขๆœ‰็จ‹ๅผ็ขผๅบซ๏ผŒๆˆ–ๅœจไธ็†Ÿๆ‚‰็š„ๆจก็ต„้€ฒ่กŒ้‡ๅคง่ฎŠๆ›ดไน‹ๅ‰ใ€‚
41
+
42
+ ๅœจ Brownfield ๅฐˆๆกˆ้€ฒ่กŒ็จ‹ๅผ็ขผ่ฎŠๆ›ดไน‹ๅ‰๏ผŒๅ…ˆๅŸท่กŒ `/discover` ่ฉ•ไผฐ็พๆณ๏ผš
43
+
44
+ ```
45
+ 1. /discover [area] โ†’ ่ฉ•ไผฐๅฐˆๆกˆๅฅๅบทๅบฆใ€ๆžถๆง‹ใ€้ขจ้šช
46
+ 2. /reverse spec โ†’ ๅๅ‘ๅทฅ็จ‹็พๆœ‰็จ‹ๅผ็ขผ็‚บ่ฆๆ ผ๏ผˆๅฆ‚ๆœ‰้œ€่ฆ๏ผ‰
47
+ 3. /sdd โ†’ ๆ’ฐๅฏซๆ–ฐๅŠŸ่ƒฝ่ฆๆ ผ
48
+ 4. ๅฏฆไฝœ โ†’ ไฝฟ็”จ /tdd ๆˆ– /bdd ๅœจๆธฌ่ฉฆไฟ่ญทไธ‹ๅฏฆไฝœ
49
+ ```
50
+
51
+ ### ่ฉ•ไผฐ็ถญๅบฆ
52
+
53
+ | ็ถญๅบฆ | ๆชขๆŸฅ้ …็›ฎ |
54
+ |------|----------|
55
+ | **ๆžถๆง‹** | ๆจก็ต„็ตๆง‹ใ€็›ธไพๅœ–ใ€้€ฒๅ…ฅ้ปž |
56
+ | **็›ธไพๆ€ง** | ้Žๆ™‚ๅฅ—ไปถใ€ๅทฒ็Ÿฅๆผๆดžใ€ๆŽˆๆฌŠ้ขจ้šช |
57
+ | **ๆธฌ่ฉฆ่ฆ†่“‹** | ็พๆœ‰ๆธฌ่ฉฆใ€่ฆ†่“‹็އ็ผบๅฃใ€ๆธฌ่ฉฆๅ“่ณช |
58
+ | **ๅฎ‰ๅ…จๆ€ง** | `npm audit` ็ตๆžœใ€็กฌ็ทจ็ขผๅฏ†้‘ฐใ€ๆšด้œฒ็ซฏ้ปž |
59
+ | **ๆŠ€่ก“ๅ‚ต** | TODO ๆจ™่จ˜ใ€็จ‹ๅผ็ขผ้‡่ค‡ใ€่ค‡้›œๅบฆ็†ฑ้ปž |
60
+
61
+ ### ่ผธๅ‡บ
62
+
63
+ Discovery Report ๆไพ›๏ผš
64
+ - ๆ•ด้ซ”ๅฅๅบทๅบฆๅˆ†ๆ•ธ๏ผˆ1-10๏ผ‰
65
+ - ๅ„็ถญๅบฆๅˆ†ๆ•ธ่ˆ‡้—œ้ต็™ผ็พ
66
+ - **็ต่ซ–**๏ผšGO / NO-GO / CONDITIONAL
67
+ - ๅ„ชๅ…ˆ็ดšๆŽ’ๅบ็š„ๅปบ่ญฐ๏ผˆHIGH / MED / LOW๏ผ‰
68
+
69
+ > **ไธ‹ไธ€ๆญฅ**๏ผš่ฉ•ไผฐๅฎŒๆˆๅพŒ๏ผŒๅฆ‚้œ€็†่งฃ็พๆœ‰็จ‹ๅผ็ขผ่ซ‹ไฝฟ็”จ `/reverse`๏ผŒ็„ถๅพŒ็”จ `/sdd` ่จญ่จˆๆ–ฐๅŠŸ่ƒฝใ€‚
70
+
71
+ ---
72
+
37
73
  ## ๆ ธๅฟƒๅŽŸๅ‰‡๏ผšๆผธ้€ฒๅผๆŽก็”จ
38
74
 
39
75
  ### ๅธธ่ฆ‹่ชค่งฃ vs ๅฏฆ้š›ๅšๆณ•
@@ -71,6 +107,12 @@ status: current
71
107
  โ”‚ ไปปๅ‹™้กžๅž‹ โ†’ ๅทฅไฝœๆต็จ‹้ธๆ“‡ โ”‚
72
108
  โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
73
109
  โ”‚ โ”‚
110
+ โ”‚ ็ฌฌไธ€ๆฌกๆŽฅ่งธ้€™ๅ€‹็จ‹ๅผ็ขผๅบซ๏ผŸ โ”‚
111
+ โ”‚ โ”‚ โ”‚
112
+ โ”‚ โ”œโ”€ ๆ˜ฏ โ†’ ๅ…ˆๅŸท่กŒ /discover๏ผˆPhase 0 ่ฉ•ไผฐ๏ผ‰ โ”‚
113
+ โ”‚ โ”‚ โ”‚
114
+ โ”‚ โ””โ”€ ๅฆ๏ผˆ็†Ÿๆ‚‰็จ‹ๅผ็ขผๅบซ๏ผ‰ โ”‚
115
+ โ”‚ โ”‚
74
116
  โ”‚ ้€™ๆ˜ฏๅ…จๆ–ฐๅŠŸ่ƒฝๅ—Ž๏ผŸ โ”‚
75
117
  โ”‚ โ”‚ โ”‚
76
118
  โ”‚ โ”œโ”€ ๆ˜ฏ๏ผˆGreenfield๏ผ‰ โ”‚
@@ -209,6 +251,11 @@ test('should reject email without domain', () => {
209
251
  โ”‚ โ”‚
210
252
  โ”‚ โš ๏ธ ๅชๆœ‰้€™็จฎๆƒ…ๆณๆ‰้œ€่ฆ่ผƒๅฎŒๆ•ด็š„ๆต็จ‹ โ”‚
211
253
  โ”‚ โ”‚
254
+ โ”‚ 0๏ธโƒฃ ่ฉ•ไผฐ็พๆณ๏ผˆDiscovery + ๅๅ‘ๅทฅ็จ‹๏ผ‰ โ”‚
255
+ โ”‚ โ”œโ”€ /discover ่ฉ•ไผฐๅฐˆๆกˆๅฅๅบทๅบฆ่ˆ‡้ขจ้šช โ”‚
256
+ โ”‚ โ”œโ”€ /reverse spec ๅๅ‘ๅทฅ็จ‹็พๆœ‰็จ‹ๅผ็ขผ โ”‚
257
+ โ”‚ โ””โ”€ ่ผธๅ‡บ๏ผšDiscovery Report + ็พๆœ‰่ฆๆ ผ โ”‚
258
+ โ”‚ โ”‚
212
259
  โ”‚ 1๏ธโƒฃ ๆ’ฐๅฏซ่ฎŠๆ›ด่ฆๆ ผ๏ผˆSDD๏ผ‰ โ”‚
213
260
  โ”‚ โ”œโ”€ ๆ่ฟฐ็‚บไป€้บผ่ฆ้‡ๆง‹ โ”‚
214
261
  โ”‚ โ”œโ”€ ๅฎš็พฉๅฝฑ้Ÿฟ็ฏ„ๅœ โ”‚
@@ -248,7 +295,7 @@ test('should reject email without domain', () => {
248
295
  โ”œโ”€ ๆ นๆ“š AC ๆ’ฐๅฏซๆŠ€่ก“่จญ่จˆๆ–‡ไปถ
249
296
  โ”œโ”€ ๆŠ€่ก“ๅฏฉๆŸฅไธฆ็ฒๅพ—ๆ‰นๅ‡†
250
297
  โ””โ”€ ่ผธๅ‡บ๏ผšSPEC-XXX ๆ–‡ไปถ
251
- ๐Ÿ’ก ๅ‘ฝไปค๏ผš/spec
298
+ ๐Ÿ’ก ๅ‘ฝไปค๏ผš/sdd
252
299
 
253
300
  3๏ธโƒฃ BDD ้šŽๆฎต๏ผšๆ’ฐๅฏซ่กŒ็‚บ่ฆๆ ผ
254
301
  โ”œโ”€ Discovery๏ผšๅพž AC ่ญ˜ๅˆฅๅ ดๆ™ฏ
@@ -314,14 +361,22 @@ test('should reject email without domain', () => {
314
361
 
315
362
  | ๅ‘ฝไปค | ็”จ้€” | ไฝฟ็”จๆ™‚ๆฉŸ |
316
363
  |------|------|----------|
364
+ | `/discover` | ่ฉ•ไผฐๅฐˆๆกˆๅฅๅบทๅบฆ่ˆ‡้ขจ้šช | ้ฆ–ๆฌกๆŽฅ่งธ็จ‹ๅผ็ขผๅบซใ€้‡ๅคง่ฎŠๆ›ดๅ‰ |
365
+ | `/reverse` | ๅๅ‘ๅทฅ็จ‹็จ‹ๅผ็ขผ็‚บ่ฆๆ ผ/BDD/TDD | ็†่งฃ็พๆœ‰็จ‹ๅผ็ขผ |
317
366
  | `/tdd` | ๅ•Ÿๅ‹• TDD ๅทฅไฝœๆต็จ‹ | ๅฏซ็จ‹ๅผ็ขผๆ™‚ |
318
367
  | `/bdd` | ๅ•Ÿๅ‹• BDD ๅทฅไฝœๆต็จ‹ | ่จญ่จˆ่กŒ็‚บ่ฆๆ ผๆ™‚ |
319
- | `/spec` | ๅ•Ÿๅ‹• SDD ๅทฅไฝœๆต็จ‹ | ้œ€่ฆๆŠ€่ก“่ฆๆ ผๆ™‚ |
368
+ | `/sdd` | ๅ•Ÿๅ‹• SDD ๅทฅไฝœๆต็จ‹ | ้œ€่ฆๆŠ€่ก“่ฆๆ ผๆ™‚ |
320
369
  | `/atdd` | ๅ•Ÿๅ‹• ATDD ๅทฅไฝœๆต็จ‹ | ้œ€่ฆๆญฃๅผ้ฉ—ๆ”ถ็š„ๅŠŸ่ƒฝ |
370
+ | `/refactor` | ๅ•Ÿๅ‹•้‡ๆง‹ๅทฅไฝœๆต็จ‹ | ๆ”นๅ–„็จ‹ๅผ็ขผ็ตๆง‹ |
321
371
  | `/methodology` | ๆŸฅ็œ‹/ๅˆ‡ๆ›็•ถๅ‰ๆ–นๆณ•่ซ– | ็ฎก็†้–‹็™ผๆต็จ‹ |
322
372
  | `/commit` | ็”Ÿๆˆ่ฆ็ฏ„็š„ commit message | ๆไบค็จ‹ๅผ็ขผ |
323
373
  | `/review` | ๅ•Ÿๅ‹•็จ‹ๅผ็ขผๅฏฉๆŸฅ | ๅฏฉๆŸฅ PR |
324
374
  | `/requirement` | ๆ’ฐๅฏซ้œ€ๆฑ‚ๆ–‡ไปถ | ๅฎš็พฉ User Story |
375
+ | `/checkin` | ๆไบคๅ‰ๅ“่ณช้ฉ—่ญ‰ | ๆไบค็จ‹ๅผ็ขผๅ‰ |
376
+ | `/changelog` | ็”Ÿๆˆ่ฎŠๆ›ดๆ—ฅ่ชŒๆข็›ฎ | ๆบ–ๅ‚™็™ผๅธƒๆœŸ้–“ |
377
+ | `/coverage` | ๅˆ†ๆžๆธฌ่ฉฆ่ฆ†่“‹็އ | ่ฉ•ไผฐๆธฌ่ฉฆๅ“่ณช |
378
+ | `/docs` | ็ฎก็†ๆ–‡ไปถ | ๆ’ฐๅฏซ/ๆ›ดๆ–ฐๆ–‡ไปถ |
379
+ | `/release` | ๅผ•ๅฐŽ็™ผๅธƒๆต็จ‹ | ๆบ–ๅ‚™็™ผๅธƒ |
325
380
 
326
381
  ---
327
382
 
@@ -444,6 +499,9 @@ test('should reject email without domain', () => {
444
499
  ## ็›ธ้—œๆจ™ๆบ–
445
500
 
446
501
  - [ๆŽก็”จๆŒ‡ๅ—](ADOPTION-GUIDE.md) - ๅฆ‚ไฝ•ๅฎ‰่ฃ UDS
502
+ - [ๅฐˆๆกˆ็พๆณ่ฉ•ไผฐ](../../../skills/project-discovery/SKILL.md) - Phase 0 ๅฐˆๆกˆ่ฉ•ไผฐ
503
+ - [ๅๅ‘ๅทฅ็จ‹ๆจ™ๆบ–](../../../core/reverse-engineering-standards.md) - ๅๅ‘ๅทฅ็จ‹ๅทฅไฝœๆต็จ‹
504
+ - [้‡ๆง‹ๆจ™ๆบ–](../../../core/refactoring-standards.md) - ้‡ๆง‹ๅทฅไฝœๆต็จ‹
447
505
  - [ๆธฌ่ฉฆ้ฉ…ๅ‹•้–‹็™ผ](../../../core/test-driven-development.md) - TDD ๆจ™ๆบ–๏ผˆๅŒ…ๅซ Golden Master Testing๏ผ‰
448
506
  - [่กŒ็‚บ้ฉ…ๅ‹•้–‹็™ผ](../../../core/behavior-driven-development.md) - BDD ๅทฅไฝœๆต็จ‹
449
507
  - [้ฉ—ๆ”ถๆธฌ่ฉฆ้ฉ…ๅ‹•้–‹็™ผ](../../../core/acceptance-test-driven-development.md) - ATDD ๅทฅไฝœๆต็จ‹
@@ -457,6 +515,7 @@ test('should reject email without domain', () => {
457
515
 
458
516
  | ็‰ˆๆœฌ | ๆ—ฅๆœŸ | ่ฎŠๆ›ด |
459
517
  |------|------|------|
518
+ | 1.1.0 | 2026-02-10 | ๆ–ฐๅขž Phase 0 ๅฐˆๆกˆ่ฉ•ไผฐใ€/discover + /reverse + /refactor ๅ‘ฝไปค |
460
519
  | 1.0.0 | 2026-01-19 | ๅˆ็‰ˆๆ—ฅๅธธๅทฅไฝœๆต็จ‹ๆŒ‡ๅ— |
461
520
 
462
521
  ---
@@ -86,7 +86,7 @@ status: current
86
86
 
87
87
  | ่ฆ็ฏ„ | ๆ ธๅฟƒ่ฆๅ‰‡ | ๆ ธๅฟƒ็›ฎ็š„ |
88
88
  |------|---------|---------|
89
- | [checkin-standards](../../core/checkin-standards.md) | ็ทจ่ญฏ้€š้Žใ€ๆธฌ่ฉฆ้€š้Žใ€่ฆ†่“‹็އ็ถญๆŒ | ็ขบไฟ commit ๅ‰็š„็จ‹ๅผ็ขผๅ“่ณช |
89
+ | [checkin-standards](../../../core/checkin-standards.md) | ็ทจ่ญฏ้€š้Žใ€ๆธฌ่ฉฆ้€š้Žใ€่ฆ†่“‹็އ็ถญๆŒ | ็ขบไฟ commit ๅ‰็š„็จ‹ๅผ็ขผๅ“่ณช |
90
90
 
91
91
  ### ้ƒจ็ฝฒๆ–นๅผ
92
92
 
@@ -119,8 +119,8 @@ status: current
119
119
 
120
120
  | ่ฆ็ฏ„ | ้œๆ…‹ๅ…ƒไปถ | ๅ‹•ๆ…‹ๆŠ€่ƒฝ | ่งธ็™ผ้—œ้ตๅญ— |
121
121
  |------|----------|----------|------------|
122
- | [anti-hallucination](../../core/anti-hallucination.md) | ็ขบๅฎšๆ€งๆจ™็ฑคใ€ๅปบ่ญฐๅŽŸๅ‰‡ | ai-collaboration-standards | certainty, assumption, ็ขบๅฎšๆ€ง |
123
- | [project-structure](../../core/project-structure.md) | ็›ฎ้Œ„ๆ…ฃไพ‹ | project-structure-guide | structure, organization, ็ตๆง‹ |
122
+ | [anti-hallucination](../../../core/anti-hallucination.md) | ็ขบๅฎšๆ€งๆจ™็ฑคใ€ๅปบ่ญฐๅŽŸๅ‰‡ | ai-collaboration-standards | certainty, assumption, ็ขบๅฎšๆ€ง |
123
+ | [project-structure](../../../core/project-structure.md) | ็›ฎ้Œ„ๆ…ฃไพ‹ | project-structure-guide | structure, organization, ็ตๆง‹ |
124
124
 
125
125
  ### ้ƒจ็ฝฒๆ–นๅผ
126
126
 
@@ -147,22 +147,22 @@ status: current
147
147
 
148
148
  | ่ฆ็ฏ„ | ๆŠ€่ƒฝ | ่งธ็™ผ้—œ้ตๅญ— |
149
149
  |------|------|-----------|
150
- | [anti-hallucination](../../core/anti-hallucination.md) | ai-collaboration-standards | certainty, assumption, ็ขบๅฎšๆ€ง |
151
- | [changelog-standards](../../core/changelog-standards.md) | changelog-guide | changelog, release notes, ่ฎŠๆ›ดๆ—ฅ่ชŒ |
152
- | [code-review-checklist](../../core/code-review-checklist.md) | code-review-assistant | review, PR, ๅฏฉๆŸฅ |
153
- | [commit-message-guide](../../core/commit-message-guide.md) | commit-standards | commit, git, ๆไบค, feat, fix |
154
- | [documentation-structure](../../core/documentation-structure.md) | documentation-guide | README, docs, ๆ–‡ไปถ |
155
- | [documentation-writing-standards](../../core/documentation-writing-standards.md) | documentation-guide | documentation |
156
- | [error-code-standards](../../core/error-code-standards.md) | error-code-guide | error code, error handling, ้Œฏ่ชค็ขผ |
157
- | [git-workflow](../../core/git-workflow.md) | git-workflow-guide | branch, merge, ๅˆ†ๆ”ฏ |
158
- | [logging-standards](../../core/logging-standards.md) | logging-guide | logging, log level, ๆ—ฅ่ชŒ |
159
- | [project-structure](../../core/project-structure.md) | project-structure-guide | structure, organization, ็ตๆง‹ |
160
- | [spec-driven-development](../../core/spec-driven-development.md) | requirement-assistant | spec, SDD, ่ฆๆ ผ, ๆ–ฐๅŠŸ่ƒฝ |
161
- | [spec-driven-development](../../core/spec-driven-development.md) | spec-driven-dev | spec, proposal, ๆๆกˆ |
162
- | [test-driven-development](../../core/test-driven-development.md) | tdd-assistant | TDD, test first, ็ด…็ถ ้‡ๆง‹ |
163
- | [test-completeness-dimensions](../../core/test-completeness-dimensions.md) | test-coverage-assistant | test coverage, 7 dimensions, ๆธฌ่ฉฆ่ฆ†่“‹ |
164
- | [testing-standards](../../core/testing-standards.md) | testing-guide | test, ๆธฌ่ฉฆ, coverage |
165
- | [versioning](../../core/versioning.md) | release-standards | version, release, ็‰ˆๆœฌ |
150
+ | [anti-hallucination](../../../core/anti-hallucination.md) | ai-collaboration-standards | certainty, assumption, ็ขบๅฎšๆ€ง |
151
+ | [changelog-standards](../../../core/changelog-standards.md) | changelog-guide | changelog, release notes, ่ฎŠๆ›ดๆ—ฅ่ชŒ |
152
+ | [code-review-checklist](../../../core/code-review-checklist.md) | code-review-assistant | review, PR, ๅฏฉๆŸฅ |
153
+ | [commit-message-guide](../../../core/commit-message-guide.md) | commit-standards | commit, git, ๆไบค, feat, fix |
154
+ | [documentation-structure](../../../core/documentation-structure.md) | documentation-guide | README, docs, ๆ–‡ไปถ |
155
+ | [documentation-writing-standards](../../../core/documentation-writing-standards.md) | documentation-guide | documentation |
156
+ | [error-code-standards](../../../core/error-code-standards.md) | error-code-guide | error code, error handling, ้Œฏ่ชค็ขผ |
157
+ | [git-workflow](../../../core/git-workflow.md) | git-workflow-guide | branch, merge, ๅˆ†ๆ”ฏ |
158
+ | [logging-standards](../../../core/logging-standards.md) | logging-guide | logging, log level, ๆ—ฅ่ชŒ |
159
+ | [project-structure](../../../core/project-structure.md) | project-structure-guide | structure, organization, ็ตๆง‹ |
160
+ | [spec-driven-development](../../../core/spec-driven-development.md) | requirement-assistant | spec, SDD, ่ฆๆ ผ, ๆ–ฐๅŠŸ่ƒฝ |
161
+ | [spec-driven-development](../../../core/spec-driven-development.md) | spec-driven-dev | spec, proposal, ๆๆกˆ |
162
+ | [test-driven-development](../../../core/test-driven-development.md) | tdd-assistant | TDD, test first, ็ด…็ถ ้‡ๆง‹ |
163
+ | [test-completeness-dimensions](../../../core/test-completeness-dimensions.md) | test-coverage-assistant | test coverage, 7 dimensions, ๆธฌ่ฉฆ่ฆ†่“‹ |
164
+ | [testing-standards](../../../core/testing-standards.md) | testing-guide | test, ๆธฌ่ฉฆ, coverage |
165
+ | [versioning](../../../core/versioning.md) | release-standards | version, release, ็‰ˆๆœฌ |
166
166
 
167
167
  ### ้ƒจ็ฝฒๆ–นๅผ
168
168
 
@@ -175,7 +175,7 @@ status: current
175
175
  **ๆ›ฟไปฃๆ–นๆกˆ๏ผšๆ‰‹ๅ‹•ๅฎ‰่ฃ๏ผˆmacOS / Linux๏ผ‰**
176
176
  ```bash
177
177
  mkdir -p ~/.claude/skills
178
- cp -r skills/claude-code/commit-standards ~/.claude/skills/
178
+ cp -r skills/commit-standards ~/.claude/skills/
179
179
  ```
180
180
 
181
181
  **ๆ›ฟไปฃๆ–นๆกˆ๏ผšๆ‰‹ๅ‹•ๅฎ‰่ฃ๏ผˆWindows PowerShell๏ผ‰**
@@ -183,7 +183,7 @@ cp -r skills/claude-code/commit-standards ~/.claude/skills/
183
183
  Copy-Item -Recurse skills\claude-code\commit-standards $env:USERPROFILE\.claude\skills\
184
184
  ```
185
185
 
186
- ่ฉณ่ฆ‹ [Claude Code Skills README](../../../skills/claude-code/README.md)ใ€‚
186
+ ่ฉณ่ฆ‹ [Claude Code Skills README](../../../skills/README.md)ใ€‚
187
187
 
188
188
  ---
189
189
 
@@ -278,7 +278,7 @@ description: |
278
278
  ## ็›ธ้—œ่ณ‡ๆบ
279
279
 
280
280
  - [CLAUDE.md ็ฏ„ๆœฌ](../../../templates/CLAUDE.md.template) - ๅฏ็ซ‹ๅณไฝฟ็”จ็š„้œๆ…‹่ฆๅ‰‡็ฏ„ๆœฌ
281
- - [Claude Code Skills](../../../skills/claude-code/README.md) - ๆŠ€่ƒฝๅฎ‰่ฃๆŒ‡ๅ—
281
+ - [Claude Code Skills](../../../skills/README.md) - ๆŠ€่ƒฝๅฎ‰่ฃๆŒ‡ๅ—
282
282
  - [ๆŽก็”จๆŒ‡ๅ—](ADOPTION-GUIDE.md) - ๆ•ด้ซ”ๆŽก็”จ็ญ–็•ฅ
283
283
  - [MAINTENANCE.md](../MAINTENANCE.md) - ๅฆ‚ไฝ•ๆ–ฐๅขž/ๆ›ดๆ–ฐๆŠ€่ƒฝ๏ผˆ็ถญ่ญท่€…ๅฐˆ็”จ๏ผ‰
284
284
 
@@ -8,7 +8,7 @@ status: current
8
8
 
9
9
  # ็ญ‰็ดšไธ‰๏ผšไผๆฅญๆŽก็”จๆชขๆŸฅๆธ…ๅ–ฎ
10
10
 
11
- > **่ชž่จ€**: [English](../../../adoption/checklists/enterprise.md) | ็น้ซ”ไธญๆ–‡
11
+ > **่ชž่จ€**: [English](../../../../adoption/checklists/enterprise.md) | ็น้ซ”ไธญๆ–‡
12
12
 
13
13
  > ไผๆฅญๆˆ–ๅ—็›ฃ็ฎกๅฐˆๆกˆ็š„ๅ…จ้ขๆจ™ๆบ–
14
14
  >
@@ -311,10 +311,10 @@ project/
311
311
 
312
312
  - [Essential Adoption Checklist](minimal.md) - Level 1 ๅŸบๆœฌๆŽก็”จ
313
313
  - [Recommended Adoption Checklist](recommended.md) - Level 2 ๆŽจ่–ฆๆŽก็”จ
314
- - [Documentation Writing Standards](../../../core/documentation-writing-standards.md) - ๆ–‡ไปถๆ’ฐๅฏซ่ฆ็ฏ„
315
- - [Project Structure](../../../core/project-structure.md) - ๅฐˆๆกˆ็ตๆง‹ๆจ™ๆบ–
316
- - [Checkin Standards](../../../core/checkin-standards.md) - ็ฐฝๅ…ฅๆจ™ๆบ–
317
- - [Spec-Driven Development](../../../core/spec-driven-development.md) - ่ฆๆ ผ้ฉ…ๅ‹•้–‹็™ผ
314
+ - [Documentation Writing Standards](../../../../core/documentation-writing-standards.md) - ๆ–‡ไปถๆ’ฐๅฏซ่ฆ็ฏ„
315
+ - [Project Structure](../../../../core/project-structure.md) - ๅฐˆๆกˆ็ตๆง‹ๆจ™ๆบ–
316
+ - [Checkin Standards](../../../../core/checkin-standards.md) - ็ฐฝๅ…ฅๆจ™ๆบ–
317
+ - [Spec-Driven Development](../../../../core/spec-driven-development.md) - ่ฆๆ ผ้ฉ…ๅ‹•้–‹็™ผ
318
318
 
319
319
  ---
320
320
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- source: adoption/checklists/minimal.md
2
+ source: ../../../../adoption/checklists/minimal.md
3
3
  source_version: 1.0.1
4
4
  translation_version: 1.0.1
5
5
  last_synced: 2025-12-25
@@ -8,7 +8,7 @@ status: current
8
8
 
9
9
  # ็ญ‰็ดš 1๏ผšๅŸบๆœฌๆŽก็”จๆชขๆŸฅๆธ…ๅ–ฎ
10
10
 
11
- > **่ชž่จ€**: [English](../../../adoption/checklists/minimal.md) | ็น้ซ”ไธญๆ–‡
11
+ > **่ชž่จ€**: [English](../../../../adoption/checklists/minimal.md) | ็น้ซ”ไธญๆ–‡
12
12
 
13
13
  > ไปปไฝ•ๅฐˆๆกˆ็š„ๆœ€ไฝŽๅฏ่กŒๆจ™ๆบ–
14
14
  >
@@ -122,8 +122,8 @@ Copy-Item path\to\universal-dev-standards\core\spec-driven-development.md .stand
122
122
 
123
123
  - [Recommended Adoption Checklist](recommended.md) - Level 2 ๅ‡็ดšๆŒ‡ๅ—
124
124
  - [Enterprise Adoption Checklist](enterprise.md) - Level 3 ๅ‡็ดšๆŒ‡ๅ—
125
- - [Checkin Standards](../../../core/checkin-standards.md) - ็ฐฝๅ…ฅๆจ™ๆบ–
126
- - [Spec-Driven Development](../../../core/spec-driven-development.md) - ่ฆๆ ผ้ฉ…ๅ‹•้–‹็™ผ
125
+ - [Checkin Standards](../../../../core/checkin-standards.md) - ็ฐฝๅ…ฅๆจ™ๆบ–
126
+ - [Spec-Driven Development](../../../../core/spec-driven-development.md) - ่ฆๆ ผ้ฉ…ๅ‹•้–‹็™ผ
127
127
 
128
128
  ---
129
129
 
@@ -8,7 +8,7 @@ status: current
8
8
 
9
9
  # ็ญ‰็ดšไบŒ๏ผšๆŽจ่–ฆๆŽก็”จๆชขๆŸฅๆธ…ๅ–ฎ
10
10
 
11
- > **่ชž่จ€**: [English](../../../adoption/checklists/recommended.md) | ็น้ซ”ไธญๆ–‡
11
+ > **่ชž่จ€**: [English](../../../../adoption/checklists/recommended.md) | ็น้ซ”ไธญๆ–‡
12
12
 
13
13
  > ๅœ˜้šŠๅฐˆๆกˆ็š„ๅฐˆๆฅญๅ“่ณชๆจ™ๆบ–
14
14
  >
@@ -251,10 +251,10 @@ Document decision in project README or CONTRIBUTING.md.
251
251
 
252
252
  - [Essential Adoption Checklist](minimal.md) - Level 1 ๅŸบๆœฌๆŽก็”จ
253
253
  - [Enterprise Adoption Checklist](enterprise.md) - Level 3 ๅ‡็ดšๆŒ‡ๅ—
254
- - [Checkin Standards](../../../core/checkin-standards.md) - ็ฐฝๅ…ฅๆจ™ๆบ–
255
- - [Git Workflow](../../../core/git-workflow.md) - Git ๅทฅไฝœๆต็จ‹
256
- - [Testing Standards](../../../core/testing-standards.md) - ๆธฌ่ฉฆๆจ™ๆบ–
257
- - [Code Review Checklist](../../../core/code-review-checklist.md) - ็จ‹ๅผ็ขผๅฏฉๆŸฅ
254
+ - [Checkin Standards](../../../../core/checkin-standards.md) - ็ฐฝๅ…ฅๆจ™ๆบ–
255
+ - [Git Workflow](../../../../core/git-workflow.md) - Git ๅทฅไฝœๆต็จ‹
256
+ - [Testing Standards](../../../../core/testing-standards.md) - ๆธฌ่ฉฆๆจ™ๆบ–
257
+ - [Code Review Checklist](../../../../core/code-review-checklist.md) - ็จ‹ๅผ็ขผๅฏฉๆŸฅ
258
258
 
259
259
  ---
260
260
 
@@ -348,7 +348,7 @@ core/anti-hallucination.md โ† ไพ†ๆบ
348
348
  โ”œโ”€โ”€ locales/zh-TW/core/anti-hallucination.md
349
349
  โ”œโ”€โ”€ ai/standards/anti-hallucination.ai.yaml
350
350
  โ”œโ”€โ”€ locales/zh-TW/ai/standards/anti-hallucination.ai.yaml
351
- โ””โ”€โ”€ skills/claude-code/ai-collaboration-standards/
351
+ โ””โ”€โ”€ skills/ai-collaboration-standards/
352
352
  โ”œโ”€โ”€ SKILL.md
353
353
  โ”œโ”€โ”€ anti-hallucination.md
354
354
  โ””โ”€โ”€ locales/zh-TW/.../
@@ -373,7 +373,7 @@ core/changelog-standards.md โ† ไพ†ๆบ
373
373
  โ”œโ”€โ”€ locales/zh-TW/ai/options/changelog/
374
374
  โ”‚ โ”œโ”€โ”€ keep-a-changelog.ai.yaml
375
375
  โ”‚ โ””โ”€โ”€ auto-generated.ai.yaml
376
- โ””โ”€โ”€ skills/claude-code/release-standards/
376
+ โ””โ”€โ”€ skills/release-standards/
377
377
  โ”œโ”€โ”€ SKILL.md
378
378
  โ”œโ”€โ”€ changelog-format.md
379
379
  โ””โ”€โ”€ locales/zh-TW/.../
@@ -392,7 +392,7 @@ core/checkin-standards.md โ† ไพ†ๆบ
392
392
  โ”œโ”€โ”€ locales/zh-TW/core/checkin-standards.md
393
393
  โ”œโ”€โ”€ ai/standards/checkin-standards.ai.yaml
394
394
  โ”œโ”€โ”€ locales/zh-TW/ai/standards/checkin-standards.ai.yaml
395
- โ””โ”€โ”€ skills/claude-code/commit-standards/
395
+ โ””โ”€โ”€ skills/commit-standards/
396
396
  โ”œโ”€โ”€ SKILL.md
397
397
  โ””โ”€โ”€ locales/zh-TW/.../
398
398
  ```
@@ -418,7 +418,7 @@ core/code-review-checklist.md โ† ไพ†ๆบ
418
418
  โ”‚ โ”œโ”€โ”€ pr-review.ai.yaml
419
419
  โ”‚ โ”œโ”€โ”€ pair-programming.ai.yaml
420
420
  โ”‚ โ””โ”€โ”€ automated-review.ai.yaml
421
- โ””โ”€โ”€ skills/claude-code/code-review-assistant/
421
+ โ””โ”€โ”€ skills/code-review-assistant/
422
422
  โ”œโ”€โ”€ SKILL.md
423
423
  โ””โ”€โ”€ locales/zh-TW/.../
424
424
  ```
@@ -452,7 +452,7 @@ core/commit-message-guide.md โ† ไพ†ๆบ
452
452
  โ”‚ โ”œโ”€โ”€ english.ai.yaml
453
453
  โ”‚ โ”œโ”€โ”€ traditional-chinese.ai.yaml
454
454
  โ”‚ โ””โ”€โ”€ bilingual.ai.yaml
455
- โ””โ”€โ”€ skills/claude-code/commit-standards/
455
+ โ””โ”€โ”€ skills/commit-standards/
456
456
  โ”œโ”€โ”€ SKILL.md
457
457
  โ””โ”€โ”€ locales/zh-TW/.../
458
458
  ```
@@ -478,7 +478,7 @@ core/documentation-structure.md โ† ไพ†ๆบ
478
478
  โ”‚ โ”œโ”€โ”€ markdown-docs.ai.yaml
479
479
  โ”‚ โ”œโ”€โ”€ api-docs.ai.yaml
480
480
  โ”‚ โ””โ”€โ”€ wiki-style.ai.yaml
481
- โ””โ”€โ”€ skills/claude-code/documentation-guide/
481
+ โ””โ”€โ”€ skills/documentation-guide/
482
482
  โ”œโ”€โ”€ SKILL.md
483
483
  โ””โ”€โ”€ locales/zh-TW/.../
484
484
  ```
@@ -496,7 +496,7 @@ core/documentation-writing-standards.md โ† ไพ†ๆบ
496
496
  โ”œโ”€โ”€ locales/zh-TW/core/documentation-writing-standards.md
497
497
  โ”œโ”€โ”€ ai/standards/documentation-writing-standards.ai.yaml
498
498
  โ”œโ”€โ”€ locales/zh-TW/ai/standards/documentation-writing-standards.ai.yaml
499
- โ””โ”€โ”€ skills/claude-code/documentation-guide/
499
+ โ””โ”€โ”€ skills/documentation-guide/
500
500
  โ”œโ”€โ”€ SKILL.md
501
501
  โ””โ”€โ”€ locales/zh-TW/.../
502
502
  ```
@@ -542,7 +542,7 @@ core/git-workflow.md โ† ไพ†ๆบ
542
542
  โ”‚ โ””โ”€โ”€ (6 ๅ€‹ .ai.yaml ๆช”ๆกˆ)
543
543
  โ”œโ”€โ”€ locales/zh-TW/ai/options/git-workflow/
544
544
  โ”‚ โ””โ”€โ”€ (6 ๅ€‹็ฟป่ญฏ็š„ .ai.yaml ๆช”ๆกˆ)
545
- โ””โ”€โ”€ skills/claude-code/git-workflow-guide/
545
+ โ””โ”€โ”€ skills/git-workflow-guide/
546
546
  โ”œโ”€โ”€ SKILL.md
547
547
  โ””โ”€โ”€ locales/zh-TW/.../
548
548
  ```
@@ -596,7 +596,7 @@ core/project-structure.md โ† ไพ†ๆบ
596
596
  โ”‚ โ””โ”€โ”€ swift.ai.yaml โ† ๅƒ… YAML๏ผˆ็„ก MD๏ผ‰
597
597
  โ”œโ”€โ”€ locales/zh-TW/ai/options/project-structure/
598
598
  โ”‚ โ””โ”€โ”€ (10 ๅ€‹็ฟป่ญฏ็š„ .ai.yaml ๆช”ๆกˆ)
599
- โ””โ”€โ”€ skills/claude-code/project-structure-guide/๏ผˆๅฆ‚ๅญ˜ๅœจ๏ผ‰
599
+ โ””โ”€โ”€ skills/project-structure-guide/๏ผˆๅฆ‚ๅญ˜ๅœจ๏ผ‰
600
600
  ```
601
601
 
602
602
  **้œ€ๆ›ดๆ–ฐๆช”ๆกˆ**: ~38 ๅ€‹
@@ -629,7 +629,7 @@ core/test-completeness-dimensions.md โ† ไพ†ๆบ
629
629
  โ”œโ”€โ”€ locales/zh-TW/core/test-completeness-dimensions.md
630
630
  โ”œโ”€โ”€ ai/standards/test-completeness-dimensions.ai.yaml
631
631
  โ”œโ”€โ”€ locales/zh-TW/ai/standards/test-completeness-dimensions.ai.yaml
632
- โ””โ”€โ”€ skills/claude-code/testing-guide/
632
+ โ””โ”€โ”€ skills/testing-guide/
633
633
  โ”œโ”€โ”€ SKILL.md
634
634
  โ””โ”€โ”€ locales/zh-TW/.../
635
635
  ```
@@ -666,7 +666,7 @@ core/testing-standards.md โ† ไพ†ๆบ
666
666
  โ”‚ โ””โ”€โ”€ contract-testing.ai.yaml โ† ๅƒ… YAML
667
667
  โ”œโ”€โ”€ locales/zh-TW/ai/options/testing/
668
668
  โ”‚ โ””โ”€โ”€ (9 ๅ€‹็ฟป่ญฏ็š„ .ai.yaml ๆช”ๆกˆ)
669
- โ””โ”€โ”€ skills/claude-code/testing-guide/
669
+ โ””โ”€โ”€ skills/testing-guide/
670
670
  โ”œโ”€โ”€ SKILL.md
671
671
  โ”œโ”€โ”€ testing-pyramid.md
672
672
  โ””โ”€โ”€ locales/zh-TW/.../
@@ -687,7 +687,7 @@ core/versioning.md โ† ไพ†ๆบ
687
687
  โ”œโ”€โ”€ locales/zh-TW/core/versioning.md
688
688
  โ”œโ”€โ”€ ai/standards/versioning.ai.yaml
689
689
  โ”œโ”€โ”€ locales/zh-TW/ai/standards/versioning.ai.yaml
690
- โ””โ”€โ”€ skills/claude-code/release-standards/
690
+ โ””โ”€โ”€ skills/release-standards/
691
691
  โ”œโ”€โ”€ SKILL.md
692
692
  โ”œโ”€โ”€ semantic-versioning.md
693
693
  โ””โ”€โ”€ locales/zh-TW/.../
@@ -734,7 +734,7 @@ core/versioning.md โ† ไพ†ๆบ
734
734
  6. locales/zh-TW/options/{category}/ โ† ็ฟป่ญฏ MD ้ธ้ …
735
735
  7. ai/options/{category}/*.ai.yaml โ† ๅฆ‚ๆœ‰ YAML ้ธ้ …
736
736
  8. locales/zh-TW/ai/options/{category}/ โ† ็ฟป่ญฏ YAML ้ธ้ …
737
- 9. skills/claude-code/{skill}/ โ† ๆ›ดๆ–ฐ็›ธ้—œๆŠ€่ƒฝ
737
+ 9. skills/{skill}/ โ† ๆ›ดๆ–ฐ็›ธ้—œๆŠ€่ƒฝ
738
738
  10. locales/zh-TW/skills/... โ† ็ฟป่ญฏๆŠ€่ƒฝ
739
739
  ```
740
740
 
@@ -4,9 +4,10 @@
4
4
  id: anti-hallucination
5
5
  meta:
6
6
  version: "1.3.1"
7
- updated: "2025-12-30"
7
+ updated: "2026-01-26"
8
8
  source: core/anti-hallucination.md
9
- description: AI ๅŠฉๆ‰‹้˜ฒๆญขๅนป่ฆบ็š„ๅšดๆ ผๆŒ‡ๅ—
9
+ guide: core/guides/anti-hallucination-guide.md
10
+ description: ้€้Ž่ญ‰ๆ“šๅŸบ็คŽๅˆ†ๆžๅ’Œๅšดๆ ผ้ฉ—่ญ‰ๆจ™็ฑคไพ†้˜ฒๆญข AI ๅนป่ฆบ็š„ๅ”่ญฐ
10
11
  language: zh-TW
11
12
 
12
13
  principles:
@@ -3,10 +3,11 @@
3
3
 
4
4
  id: git-workflow
5
5
  meta:
6
- version: "1.2.1"
7
- updated: "2025-12-26"
6
+ version: "1.3.0"
7
+ updated: "2026-01-24"
8
8
  source: core/git-workflow.md
9
- description: Git ๅˆ†ๆ”ฏ็ญ–็•ฅ่ˆ‡ๅทฅไฝœๆต็จ‹
9
+ guide: core/guides/git-workflow-guide.md
10
+ description: Git ๅˆ†ๆ”ฏ็ญ–็•ฅใ€ๆไบคๆ…ฃไพ‹่ˆ‡ Pull Request ๅทฅไฝœๆต็จ‹
10
11
  language: zh-TW
11
12
 
12
13
  decision:
@@ -4,9 +4,9 @@
4
4
  id: spec-driven-development
5
5
  meta:
6
6
  version: "1.2.0"
7
- updated: "2026-01-05"
8
- source: core/spec-driven-development.md
9
- description: ่ฆๆ ผ้ฉ…ๅ‹•้–‹็™ผ (SDD) ็š„ๅŽŸๅ‰‡ๅ’Œๅทฅไฝœๆต็จ‹
7
+ updated: "2025-12-30"
8
+ source: methodologies/guides/sdd-guide.md
9
+ description: ่ฆๆ ผ้ฉ…ๅ‹•้–‹็™ผๅทฅไฝœๆต็จ‹๏ผŒๅœจๅฏฆไฝœๅ‰ๅ…ˆๅฎŒๆˆๆ–‡ไปถ่ฆ็ฏ„
10
10
  language: zh-TW
11
11
 
12
12
  workflow:
@@ -6,6 +6,7 @@ meta:
6
6
  version: "1.3.0"
7
7
  updated: "2025-12-30"
8
8
  source: core/testing-standards.md
9
+ guide: skills/testing-guide/testing-theory.md
9
10
  description: ๆธฌ่ฉฆ้‡‘ๅญ—ๅก”่ˆ‡ๅปบ่ญฐ็š„่ฆ†่“‹็އๆฏ”ไพ‹๏ผŒๆ”ฏๆดๆก†ๆžถ้ธ้ …
10
11
  language: zh-TW
11
12
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- source: core/ai-instruction-standards.md
2
+ source: ../../../core/ai-instruction-standards.md
3
3
  source_version: 1.0.0
4
4
  translation_version: 1.0.0
5
5
  last_synced: 2026-01-14