universal-dev-standards 4.1.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 (556) hide show
  1. package/README.md +3 -3
  2. package/bin/uds.js +239 -4
  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 +544 -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 +211 -510
  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-friendly-architecture.md +306 -0
  54. package/bundled/locales/zh-CN/core/ai-instruction-standards.md +1 -1
  55. package/bundled/locales/zh-CN/core/anti-hallucination.md +39 -3
  56. package/bundled/locales/zh-CN/core/checkin-standards.md +18 -5
  57. package/bundled/locales/zh-CN/core/commit-message-guide.md +1 -1
  58. package/bundled/locales/zh-CN/core/developer-memory.md +576 -0
  59. package/bundled/locales/zh-CN/core/documentation-structure.md +43 -5
  60. package/bundled/locales/zh-CN/core/documentation-writing-standards.md +146 -5
  61. package/bundled/locales/zh-CN/core/git-workflow.md +179 -4
  62. package/bundled/locales/zh-CN/core/logging-standards.md +177 -4
  63. package/bundled/locales/zh-CN/core/project-structure.md +117 -5
  64. package/bundled/locales/zh-CN/core/refactoring-standards.md +3 -3
  65. package/bundled/locales/zh-CN/core/reverse-engineering-standards.md +6 -6
  66. package/bundled/locales/zh-CN/core/spec-driven-development.md +516 -14
  67. package/bundled/locales/zh-CN/core/test-completeness-dimensions.md +155 -24
  68. package/bundled/locales/zh-CN/core/test-driven-development.md +71 -20
  69. package/bundled/locales/zh-CN/core/testing-standards.md +4 -4
  70. package/bundled/locales/zh-CN/core/versioning.md +1 -1
  71. package/bundled/locales/zh-CN/docs/AI-AGENT-ROADMAP.md +145 -46
  72. package/bundled/locales/zh-CN/docs/CHEATSHEET.md +184 -0
  73. package/bundled/locales/zh-CN/docs/CLI-FLOW.md +239 -0
  74. package/bundled/locales/zh-CN/docs/FEATURE-REFERENCE.md +320 -0
  75. package/bundled/locales/zh-CN/docs/OPERATION-WORKFLOW.md +43 -43
  76. package/bundled/locales/zh-CN/docs/STANDARDS-REFERENCE.md +440 -0
  77. package/bundled/locales/zh-CN/docs/USAGE-MODES-COMPARISON.md +1 -1
  78. package/bundled/locales/zh-CN/docs/WINDOWS-GUIDE.md +1 -1
  79. package/bundled/locales/zh-CN/integrations/codex/README.md +3 -3
  80. package/bundled/locales/zh-CN/integrations/gemini-cli/GEMINI.md +35 -3
  81. package/bundled/locales/zh-CN/integrations/gemini-cli/README.md +3 -3
  82. package/bundled/locales/zh-CN/integrations/github-copilot/COPILOT-CHAT-REFERENCE.md +89 -3
  83. package/bundled/locales/zh-CN/integrations/github-copilot/README.md +5 -5
  84. package/bundled/locales/zh-CN/integrations/github-copilot/copilot-instructions.md +9 -9
  85. package/bundled/locales/zh-CN/integrations/github-copilot/skills-mapping.md +23 -7
  86. package/bundled/locales/zh-CN/integrations/google-antigravity/README.md +2 -2
  87. package/bundled/locales/zh-CN/integrations/opencode/README.md +3 -3
  88. package/bundled/locales/zh-CN/integrations/opencode/skills-mapping.md +22 -10
  89. package/bundled/locales/zh-CN/integrations/openspec/README.md +1 -1
  90. package/bundled/locales/zh-CN/integrations/spec-kit/AGENTS.md +3 -3
  91. package/bundled/locales/zh-CN/integrations/spec-kit/README.md +1 -1
  92. package/bundled/locales/zh-CN/options/commit-message/bilingual.md +1 -1
  93. package/bundled/locales/zh-CN/options/commit-message/english.md +1 -1
  94. package/bundled/locales/zh-CN/options/commit-message/traditional-chinese.md +1 -1
  95. package/bundled/locales/zh-CN/options/git-workflow/gitflow.md +1 -1
  96. package/bundled/locales/zh-CN/options/git-workflow/github-flow.md +1 -1
  97. package/bundled/locales/zh-CN/options/git-workflow/merge-commit.md +1 -1
  98. package/bundled/locales/zh-CN/options/git-workflow/rebase-ff.md +1 -1
  99. package/bundled/locales/zh-CN/options/git-workflow/squash-merge.md +1 -1
  100. package/bundled/locales/zh-CN/options/git-workflow/trunk-based.md +1 -1
  101. package/bundled/locales/zh-CN/options/project-structure/dotnet.md +1 -1
  102. package/bundled/locales/zh-CN/options/project-structure/go.md +1 -1
  103. package/bundled/locales/zh-CN/options/project-structure/java.md +1 -1
  104. package/bundled/locales/zh-CN/options/project-structure/nodejs.md +1 -1
  105. package/bundled/locales/zh-CN/options/project-structure/python.md +1 -1
  106. package/bundled/locales/zh-CN/options/testing/e2e-testing.md +1 -1
  107. package/bundled/locales/zh-CN/options/testing/integration-testing.md +1 -1
  108. package/bundled/locales/zh-CN/options/testing/system-testing.md +1 -1
  109. package/bundled/locales/zh-CN/options/testing/unit-testing.md +1 -1
  110. package/bundled/locales/zh-CN/skills/{claude-code/CONTRIBUTING.template.md → CONTRIBUTING.template.md} +2 -2
  111. package/bundled/locales/zh-CN/skills/README.md +131 -81
  112. package/bundled/locales/zh-CN/skills/agents/README.md +281 -0
  113. package/bundled/locales/zh-CN/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/SKILL.md +10 -10
  114. package/bundled/locales/zh-CN/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/anti-hallucination.md +8 -8
  115. package/bundled/locales/zh-CN/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/certainty-labels.md +8 -8
  116. package/bundled/locales/zh-CN/skills/ai-friendly-architecture/SKILL.md +221 -0
  117. package/bundled/locales/zh-CN/skills/ai-instruction-standards/SKILL.md +214 -0
  118. package/bundled/locales/zh-CN/skills/atdd-assistant/SKILL.md +71 -0
  119. package/bundled/locales/zh-CN/skills/atdd-assistant/acceptance-criteria-guide.md +428 -0
  120. package/bundled/locales/zh-CN/skills/atdd-assistant/atdd-workflow.md +484 -0
  121. package/bundled/locales/zh-CN/skills/atdd-assistant/guide.md +368 -0
  122. package/bundled/locales/zh-CN/skills/bdd-assistant/SKILL.md +68 -0
  123. package/bundled/locales/zh-CN/skills/bdd-assistant/bdd-workflow.md +406 -0
  124. package/bundled/locales/zh-CN/skills/bdd-assistant/gherkin-guide.md +454 -0
  125. package/bundled/locales/zh-CN/skills/bdd-assistant/guide.md +324 -0
  126. package/bundled/locales/zh-CN/skills/changelog-guide/SKILL.md +64 -0
  127. package/bundled/locales/zh-CN/skills/{claude-code/changelog-guide/SKILL.md → changelog-guide/guide.md} +6 -7
  128. package/bundled/locales/zh-CN/skills/checkin-assistant/SKILL.md +56 -0
  129. package/bundled/locales/zh-CN/skills/{claude-code/checkin-assistant/SKILL.md → checkin-assistant/guide.md} +6 -7
  130. package/bundled/locales/zh-CN/skills/code-review-assistant/SKILL.md +56 -0
  131. package/bundled/locales/zh-CN/skills/{claude-code/code-review-assistant → code-review-assistant}/checkin-checklist.md +4 -4
  132. package/bundled/locales/zh-CN/skills/{claude-code/code-review-assistant/SKILL.md → code-review-assistant/guide.md} +5 -6
  133. package/bundled/locales/zh-CN/skills/{claude-code/code-review-assistant → code-review-assistant}/review-checklist.md +4 -4
  134. package/bundled/locales/zh-CN/skills/{claude-code/commands → commands}/bdd.md +2 -2
  135. package/bundled/locales/zh-CN/skills/{claude-code/commands → commands}/methodology.md +3 -3
  136. package/bundled/locales/zh-CN/skills/{claude-code/commands → commands}/refactor.md +3 -3
  137. package/bundled/locales/zh-CN/skills/commit-standards/SKILL.md +61 -0
  138. package/bundled/locales/zh-CN/skills/{claude-code/commit-standards → commit-standards}/conventional-commits.md +4 -4
  139. package/bundled/locales/zh-CN/skills/{claude-code/commit-standards/SKILL.md → commit-standards/guide.md} +5 -6
  140. package/bundled/locales/zh-CN/skills/{claude-code/commit-standards → commit-standards}/language-options.md +3 -3
  141. package/bundled/locales/zh-CN/skills/docs-generator/SKILL.md +59 -0
  142. package/bundled/locales/zh-CN/skills/docs-generator/guide.md +262 -0
  143. package/bundled/locales/zh-CN/skills/{claude-code/documentation-guide → documentation-guide}/SKILL.md +7 -8
  144. package/bundled/locales/zh-CN/skills/{claude-code/documentation-guide → documentation-guide}/documentation-structure.md +4 -4
  145. package/bundled/locales/zh-CN/skills/{claude-code/documentation-guide → documentation-guide}/readme-template.md +3 -3
  146. package/bundled/locales/zh-CN/skills/{claude-code/error-code-guide → error-code-guide}/SKILL.md +6 -6
  147. package/bundled/locales/zh-CN/skills/forward-derivation/SKILL.md +62 -0
  148. package/bundled/locales/zh-CN/skills/forward-derivation/guide.md +130 -0
  149. package/bundled/locales/zh-CN/skills/{claude-code/git-workflow-guide → git-workflow-guide}/SKILL.md +6 -6
  150. package/bundled/locales/zh-CN/skills/{claude-code/git-workflow-guide → git-workflow-guide}/branch-naming.md +3 -3
  151. package/bundled/locales/zh-CN/skills/{claude-code/git-workflow-guide → git-workflow-guide}/git-workflow.md +4 -4
  152. package/bundled/locales/zh-CN/skills/{claude-code/logging-guide → logging-guide}/SKILL.md +6 -6
  153. package/bundled/locales/zh-CN/skills/methodology-system/SKILL.md +78 -0
  154. package/bundled/locales/zh-CN/skills/{claude-code/methodology-system → methodology-system}/create-methodology.md +2 -2
  155. package/bundled/locales/zh-CN/skills/{claude-code/methodology-system/SKILL.md → methodology-system/guide.md} +2 -2
  156. package/bundled/locales/zh-CN/skills/{claude-code/methodology-system → methodology-system}/runtime.md +3 -3
  157. package/bundled/locales/zh-CN/skills/project-discovery/SKILL.md +66 -0
  158. package/bundled/locales/zh-CN/skills/project-discovery/guide.md +371 -0
  159. package/bundled/locales/zh-CN/skills/{claude-code/project-structure-guide → project-structure-guide}/SKILL.md +4 -4
  160. package/bundled/locales/zh-CN/skills/{claude-code/project-structure-guide → project-structure-guide}/language-patterns.md +1 -1
  161. package/bundled/locales/zh-CN/skills/refactoring-assistant/SKILL.md +67 -0
  162. package/bundled/locales/zh-CN/skills/{claude-code/refactoring-assistant/SKILL.md → refactoring-assistant/guide.md} +7 -8
  163. package/bundled/locales/zh-CN/skills/release-standards/SKILL.md +64 -0
  164. package/bundled/locales/zh-CN/skills/{claude-code/release-standards → release-standards}/changelog-format.md +3 -3
  165. package/bundled/locales/zh-CN/skills/{claude-code/release-standards/SKILL.md → release-standards/guide.md} +5 -6
  166. package/bundled/locales/zh-CN/skills/{claude-code/release-standards → release-standards}/release-workflow.md +7 -7
  167. package/bundled/locales/zh-CN/skills/{claude-code/release-standards → release-standards}/semantic-versioning.md +3 -3
  168. package/bundled/locales/zh-CN/skills/requirement-assistant/SKILL.md +67 -0
  169. package/bundled/locales/zh-CN/skills/{claude-code/requirement-assistant/SKILL.md → requirement-assistant/guide.md} +4 -5
  170. package/bundled/locales/zh-CN/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-checklist.md +3 -3
  171. package/bundled/locales/zh-CN/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-writing.md +3 -3
  172. package/bundled/locales/zh-CN/skills/reverse-engineer/SKILL.md +67 -0
  173. package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer → reverse-engineer}/bdd-extraction.md +2 -2
  174. package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer/SKILL.md → reverse-engineer/guide.md} +17 -18
  175. package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer → reverse-engineer}/tdd-analysis.md +2 -2
  176. package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer → reverse-engineer}/workflow.md +3 -3
  177. package/bundled/locales/zh-CN/skills/spec-driven-dev/SKILL.md +75 -0
  178. package/bundled/locales/zh-CN/skills/{claude-code/spec-driven-dev/SKILL.md → spec-driven-dev/guide.md} +10 -11
  179. package/bundled/locales/zh-CN/skills/tdd-assistant/SKILL.md +66 -0
  180. package/bundled/locales/zh-CN/skills/{claude-code/tdd-assistant/SKILL.md → tdd-assistant/guide.md} +12 -16
  181. package/bundled/locales/zh-CN/skills/{claude-code/tdd-assistant → tdd-assistant}/language-examples.md +3 -3
  182. package/bundled/locales/zh-CN/skills/{claude-code/tdd-assistant → tdd-assistant}/tdd-workflow.md +3 -3
  183. package/bundled/locales/zh-CN/skills/test-coverage-assistant/SKILL.md +65 -0
  184. package/bundled/locales/zh-CN/skills/test-coverage-assistant/guide.md +284 -0
  185. package/bundled/locales/zh-CN/skills/{claude-code/testing-guide → testing-guide}/SKILL.md +8 -8
  186. package/bundled/locales/zh-CN/skills/{claude-code/testing-guide → testing-guide}/testing-pyramid.md +4 -4
  187. package/bundled/locales/zh-CN/skills/{cline → tools/cline}/README.md +1 -1
  188. package/bundled/locales/zh-CN/skills/{copilot → tools/copilot}/README.md +1 -1
  189. package/bundled/locales/zh-CN/skills/{copilot → tools/copilot}/copilot-instructions.md +1 -1
  190. package/bundled/locales/zh-CN/skills/{cursor → tools/cursor}/README.md +1 -1
  191. package/bundled/locales/zh-CN/skills/{windsurf → tools/windsurf}/README.md +1 -1
  192. package/bundled/locales/zh-TW/CHANGELOG.md +16 -16
  193. package/bundled/locales/zh-TW/CLAUDE.md +3 -3
  194. package/bundled/locales/zh-TW/MAINTENANCE.md +7 -7
  195. package/bundled/locales/zh-TW/README.md +217 -490
  196. package/bundled/locales/zh-TW/STANDARDS-MAPPING.md +1 -1
  197. package/bundled/locales/zh-TW/adoption/ADOPTION-GUIDE.md +4 -4
  198. package/bundled/locales/zh-TW/adoption/DAILY-WORKFLOW-GUIDE.md +66 -7
  199. package/bundled/locales/zh-TW/adoption/STATIC-DYNAMIC-GUIDE.md +22 -22
  200. package/bundled/locales/zh-TW/adoption/checklists/enterprise.md +5 -5
  201. package/bundled/locales/zh-TW/adoption/checklists/minimal.md +4 -4
  202. package/bundled/locales/zh-TW/adoption/checklists/recommended.md +5 -5
  203. package/bundled/locales/zh-TW/ai/MAINTENANCE.md +13 -13
  204. package/bundled/locales/zh-TW/ai/standards/anti-hallucination.ai.yaml +3 -2
  205. package/bundled/locales/zh-TW/ai/standards/git-workflow.ai.yaml +4 -3
  206. package/bundled/locales/zh-TW/ai/standards/spec-driven-development.ai.yaml +3 -3
  207. package/bundled/locales/zh-TW/ai/standards/testing.ai.yaml +1 -0
  208. package/bundled/locales/zh-TW/core/ai-friendly-architecture.md +306 -0
  209. package/bundled/locales/zh-TW/core/ai-instruction-standards.md +1 -1
  210. package/bundled/locales/zh-TW/core/anti-hallucination.md +38 -701
  211. package/bundled/locales/zh-TW/core/changelog-standards.md +1 -1
  212. package/bundled/locales/zh-TW/core/checkin-standards.md +18 -5
  213. package/bundled/locales/zh-TW/core/code-review-checklist.md +1 -1
  214. package/bundled/locales/zh-TW/core/commit-message-guide.md +1 -1
  215. package/bundled/locales/zh-TW/core/developer-memory.md +576 -0
  216. package/bundled/locales/zh-TW/core/documentation-structure.md +115 -22
  217. package/bundled/locales/zh-TW/core/documentation-writing-standards.md +126 -5
  218. package/bundled/locales/zh-TW/core/forward-derivation-standards.md +2 -2
  219. package/bundled/locales/zh-TW/core/git-workflow.md +38 -812
  220. package/bundled/locales/zh-TW/core/guides/anti-hallucination-guide.md +779 -0
  221. package/bundled/locales/zh-TW/core/guides/git-workflow-guide.md +1016 -0
  222. package/bundled/locales/zh-TW/core/guides/refactoring-guide.md +864 -0
  223. package/bundled/locales/zh-TW/core/guides/testing-guide.md +2280 -0
  224. package/bundled/locales/zh-TW/core/logging-standards.md +159 -4
  225. package/bundled/locales/zh-TW/core/project-structure.md +102 -9
  226. package/bundled/locales/zh-TW/core/refactoring-standards.md +37 -823
  227. package/bundled/locales/zh-TW/core/reverse-engineering-standards.md +6 -6
  228. package/bundled/locales/zh-TW/core/spec-driven-development.md +17 -268
  229. package/bundled/locales/zh-TW/core/test-completeness-dimensions.md +128 -14
  230. package/bundled/locales/zh-TW/core/test-driven-development.md +20 -983
  231. package/bundled/locales/zh-TW/core/testing-standards.md +120 -2105
  232. package/bundled/locales/zh-TW/core/versioning.md +13 -55
  233. package/bundled/locales/zh-TW/docs/AI-AGENT-ROADMAP.md +145 -46
  234. package/bundled/locales/zh-TW/docs/CHEATSHEET.md +184 -0
  235. package/bundled/locales/zh-TW/docs/CLI-FLOW.md +239 -0
  236. package/bundled/locales/zh-TW/docs/FEATURE-REFERENCE.md +320 -0
  237. package/bundled/locales/zh-TW/docs/MIGRATION-V5.md +71 -0
  238. package/bundled/locales/zh-TW/docs/OPERATION-WORKFLOW.md +42 -42
  239. package/bundled/locales/zh-TW/docs/STANDARDS-REFERENCE.md +440 -0
  240. package/bundled/locales/zh-TW/docs/USAGE-MODES-COMPARISON.md +1 -1
  241. package/bundled/locales/zh-TW/docs/WINDOWS-GUIDE.md +1 -1
  242. package/bundled/locales/zh-TW/integrations/claude-code/README.md +44 -0
  243. package/bundled/locales/zh-TW/integrations/gemini-cli/GEMINI.md +35 -3
  244. package/bundled/locales/zh-TW/integrations/github-copilot/COPILOT-CHAT-REFERENCE.md +89 -3
  245. package/bundled/locales/zh-TW/integrations/github-copilot/copilot-instructions.md +3 -3
  246. package/bundled/locales/zh-TW/integrations/github-copilot/skills-mapping.md +23 -7
  247. package/bundled/locales/zh-TW/integrations/opencode/skills-mapping.md +22 -10
  248. package/bundled/locales/zh-TW/methodologies/guides/sdd-guide.md +338 -0
  249. package/bundled/locales/zh-TW/methodologies/guides/tdd-guide.md +1055 -0
  250. package/bundled/locales/zh-TW/options/commit-message/bilingual.md +1 -1
  251. package/bundled/locales/zh-TW/options/commit-message/english.md +1 -1
  252. package/bundled/locales/zh-TW/options/commit-message/traditional-chinese.md +1 -1
  253. package/bundled/locales/zh-TW/options/git-workflow/gitflow.md +1 -1
  254. package/bundled/locales/zh-TW/options/git-workflow/github-flow.md +1 -1
  255. package/bundled/locales/zh-TW/options/git-workflow/merge-commit.md +1 -1
  256. package/bundled/locales/zh-TW/options/git-workflow/rebase-ff.md +1 -1
  257. package/bundled/locales/zh-TW/options/git-workflow/squash-merge.md +1 -1
  258. package/bundled/locales/zh-TW/options/git-workflow/trunk-based.md +1 -1
  259. package/bundled/locales/zh-TW/options/project-structure/dotnet.md +1 -1
  260. package/bundled/locales/zh-TW/options/project-structure/go.md +1 -1
  261. package/bundled/locales/zh-TW/options/project-structure/java.md +1 -1
  262. package/bundled/locales/zh-TW/options/project-structure/nodejs.md +1 -1
  263. package/bundled/locales/zh-TW/options/project-structure/python.md +1 -1
  264. package/bundled/locales/zh-TW/options/testing/e2e-testing.md +1 -1
  265. package/bundled/locales/zh-TW/options/testing/integration-testing.md +1 -1
  266. package/bundled/locales/zh-TW/options/testing/system-testing.md +1 -1
  267. package/bundled/locales/zh-TW/options/testing/unit-testing.md +1 -1
  268. package/bundled/locales/zh-TW/skills/{claude-code/CONTRIBUTING.template.md → CONTRIBUTING.template.md} +2 -2
  269. package/bundled/locales/zh-TW/skills/README.md +131 -79
  270. package/bundled/locales/zh-TW/skills/agents/README.md +281 -0
  271. package/bundled/locales/zh-TW/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/SKILL.md +7 -7
  272. package/bundled/locales/zh-TW/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/anti-hallucination.md +8 -8
  273. package/bundled/locales/zh-TW/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/certainty-labels.md +8 -8
  274. package/bundled/locales/zh-TW/skills/ai-friendly-architecture/SKILL.md +221 -0
  275. package/bundled/locales/zh-TW/skills/ai-instruction-standards/SKILL.md +214 -0
  276. package/bundled/locales/zh-TW/skills/atdd-assistant/SKILL.md +71 -0
  277. package/bundled/locales/zh-TW/skills/atdd-assistant/acceptance-criteria-guide.md +428 -0
  278. package/bundled/locales/zh-TW/skills/atdd-assistant/atdd-workflow.md +484 -0
  279. package/bundled/locales/zh-TW/skills/atdd-assistant/guide.md +368 -0
  280. package/bundled/locales/zh-TW/skills/bdd-assistant/SKILL.md +68 -0
  281. package/bundled/locales/zh-TW/skills/bdd-assistant/bdd-workflow.md +406 -0
  282. package/bundled/locales/zh-TW/skills/bdd-assistant/gherkin-guide.md +454 -0
  283. package/bundled/locales/zh-TW/skills/bdd-assistant/guide.md +324 -0
  284. package/bundled/locales/zh-TW/skills/changelog-guide/SKILL.md +64 -0
  285. package/bundled/locales/zh-TW/skills/{claude-code/changelog-guide/SKILL.md → changelog-guide/guide.md} +6 -7
  286. package/bundled/locales/zh-TW/skills/checkin-assistant/SKILL.md +56 -0
  287. package/bundled/locales/zh-TW/skills/{claude-code/checkin-assistant/SKILL.md → checkin-assistant/guide.md} +6 -7
  288. package/bundled/locales/zh-TW/skills/code-review-assistant/SKILL.md +56 -0
  289. package/bundled/locales/zh-TW/skills/{claude-code/code-review-assistant → code-review-assistant}/checkin-checklist.md +4 -4
  290. package/bundled/locales/zh-TW/skills/{claude-code/code-review-assistant/SKILL.md → code-review-assistant/guide.md} +2 -3
  291. package/bundled/locales/zh-TW/skills/{claude-code/code-review-assistant → code-review-assistant}/review-checklist.md +4 -4
  292. package/bundled/locales/zh-TW/skills/{claude-code/commands → commands}/bdd.md +2 -2
  293. package/bundled/locales/zh-TW/skills/{claude-code/commands → commands}/methodology.md +3 -3
  294. package/bundled/locales/zh-TW/skills/{claude-code/commands → commands}/refactor.md +3 -3
  295. package/bundled/locales/zh-TW/skills/commit-standards/SKILL.md +61 -0
  296. package/bundled/locales/zh-TW/skills/{claude-code/commit-standards → commit-standards}/conventional-commits.md +4 -4
  297. package/bundled/locales/zh-TW/skills/{claude-code/commit-standards/SKILL.md → commit-standards/guide.md} +5 -6
  298. package/bundled/locales/zh-TW/skills/{claude-code/commit-standards → commit-standards}/language-options.md +3 -3
  299. package/bundled/locales/zh-TW/skills/docs-generator/SKILL.md +59 -0
  300. package/bundled/locales/zh-TW/skills/docs-generator/guide.md +262 -0
  301. package/bundled/locales/zh-TW/skills/{claude-code/documentation-guide → documentation-guide}/SKILL.md +7 -8
  302. package/bundled/locales/zh-TW/skills/{claude-code/documentation-guide → documentation-guide}/documentation-structure.md +4 -4
  303. package/bundled/locales/zh-TW/skills/{claude-code/documentation-guide → documentation-guide}/readme-template.md +3 -3
  304. package/bundled/locales/zh-TW/skills/{claude-code/error-code-guide → error-code-guide}/SKILL.md +6 -6
  305. package/bundled/locales/zh-TW/skills/forward-derivation/SKILL.md +62 -0
  306. package/bundled/locales/zh-TW/skills/{claude-code/forward-derivation/SKILL.md → forward-derivation/guide.md} +24 -19
  307. package/bundled/locales/zh-TW/skills/{claude-code/git-workflow-guide → git-workflow-guide}/SKILL.md +3 -3
  308. package/bundled/locales/zh-TW/skills/{claude-code/git-workflow-guide → git-workflow-guide}/branch-naming.md +3 -3
  309. package/bundled/locales/zh-TW/skills/{claude-code/git-workflow-guide → git-workflow-guide}/git-workflow.md +4 -4
  310. package/bundled/locales/zh-TW/skills/{claude-code/logging-guide → logging-guide}/SKILL.md +6 -6
  311. package/bundled/locales/zh-TW/skills/methodology-system/SKILL.md +78 -0
  312. package/bundled/locales/zh-TW/skills/{claude-code/methodology-system → methodology-system}/create-methodology.md +2 -2
  313. package/bundled/locales/zh-TW/skills/{claude-code/methodology-system/SKILL.md → methodology-system/guide.md} +2 -2
  314. package/bundled/locales/zh-TW/skills/{claude-code/methodology-system → methodology-system}/runtime.md +3 -3
  315. package/bundled/locales/zh-TW/skills/project-discovery/SKILL.md +66 -0
  316. package/bundled/locales/zh-TW/skills/project-discovery/guide.md +371 -0
  317. package/bundled/locales/zh-TW/skills/project-discovery/workflow.md +574 -0
  318. package/bundled/locales/zh-TW/skills/{claude-code/project-structure-guide → project-structure-guide}/SKILL.md +4 -4
  319. package/bundled/locales/zh-TW/skills/{claude-code/project-structure-guide → project-structure-guide}/language-patterns.md +1 -1
  320. package/bundled/locales/zh-TW/skills/refactoring-assistant/SKILL.md +67 -0
  321. package/bundled/locales/zh-TW/skills/{claude-code/refactoring-assistant/SKILL.md → refactoring-assistant/guide.md} +7 -8
  322. package/bundled/locales/zh-TW/skills/release-standards/SKILL.md +64 -0
  323. package/bundled/locales/zh-TW/skills/{claude-code/release-standards → release-standards}/changelog-format.md +3 -3
  324. package/bundled/locales/zh-TW/skills/{claude-code/release-standards/SKILL.md → release-standards/guide.md} +2 -3
  325. package/bundled/locales/zh-TW/skills/{claude-code/release-standards → release-standards}/release-workflow.md +60 -28
  326. package/bundled/locales/zh-TW/skills/{claude-code/release-standards → release-standards}/semantic-versioning.md +3 -3
  327. package/bundled/locales/zh-TW/skills/requirement-assistant/SKILL.md +67 -0
  328. package/bundled/locales/zh-TW/skills/{claude-code/requirement-assistant/SKILL.md → requirement-assistant/guide.md} +2 -3
  329. package/bundled/locales/zh-TW/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-checklist.md +3 -3
  330. package/bundled/locales/zh-TW/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-writing.md +3 -3
  331. package/bundled/locales/zh-TW/skills/reverse-engineer/SKILL.md +67 -0
  332. package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer → reverse-engineer}/bdd-extraction.md +2 -2
  333. package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer/SKILL.md → reverse-engineer/guide.md} +17 -18
  334. package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer → reverse-engineer}/tdd-analysis.md +2 -2
  335. package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer → reverse-engineer}/workflow.md +3 -3
  336. package/bundled/locales/zh-TW/skills/spec-driven-dev/SKILL.md +75 -0
  337. package/bundled/locales/zh-TW/skills/{claude-code/spec-driven-dev/SKILL.md → spec-driven-dev/guide.md} +9 -10
  338. package/bundled/locales/zh-TW/skills/tdd-assistant/SKILL.md +66 -0
  339. package/bundled/locales/zh-TW/skills/{claude-code/tdd-assistant/SKILL.md → tdd-assistant/guide.md} +9 -10
  340. package/bundled/locales/zh-TW/skills/{claude-code/tdd-assistant → tdd-assistant}/language-examples.md +3 -3
  341. package/bundled/locales/zh-TW/skills/{claude-code/tdd-assistant → tdd-assistant}/tdd-workflow.md +3 -3
  342. package/bundled/locales/zh-TW/skills/test-coverage-assistant/SKILL.md +65 -0
  343. package/bundled/locales/zh-TW/skills/{claude-code/test-coverage-assistant/SKILL.md → test-coverage-assistant/guide.md} +27 -24
  344. package/bundled/locales/zh-TW/skills/{claude-code/testing-guide → testing-guide}/SKILL.md +6 -6
  345. package/bundled/locales/zh-TW/skills/{claude-code/testing-guide → testing-guide}/testing-pyramid.md +4 -4
  346. package/bundled/locales/zh-TW/skills/{cline → tools/cline}/README.md +1 -1
  347. package/bundled/locales/zh-TW/skills/{copilot → tools/copilot}/README.md +1 -1
  348. package/bundled/locales/zh-TW/skills/{copilot → tools/copilot}/copilot-instructions.md +1 -1
  349. package/bundled/locales/zh-TW/skills/{cursor → tools/cursor}/README.md +1 -1
  350. package/bundled/locales/zh-TW/skills/{windsurf → tools/windsurf}/README.md +1 -1
  351. package/bundled/skills/INTEGRATION-GUIDE.md +210 -0
  352. package/bundled/skills/README.md +95 -0
  353. package/bundled/skills/_shared/README.md +60 -0
  354. package/bundled/skills/agents/README.md +305 -0
  355. package/bundled/skills/agents/code-architect.md +259 -0
  356. package/bundled/skills/agents/doc-writer.md +406 -0
  357. package/bundled/skills/agents/reviewer.md +353 -0
  358. package/bundled/skills/agents/spec-analyst.md +374 -0
  359. package/bundled/skills/agents/test-specialist.md +364 -0
  360. package/bundled/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/SKILL.md +28 -5
  361. package/bundled/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/anti-hallucination.md +24 -5
  362. package/bundled/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/certainty-labels.md +31 -6
  363. package/bundled/skills/ai-friendly-architecture/SKILL.md +216 -0
  364. package/bundled/skills/ai-instruction-standards/SKILL.md +209 -0
  365. package/bundled/skills/atdd-assistant/SKILL.md +74 -0
  366. package/bundled/skills/{claude-code/atdd-assistant → atdd-assistant}/acceptance-criteria-guide.md +1 -1
  367. package/bundled/skills/{claude-code/atdd-assistant → atdd-assistant}/atdd-workflow.md +1 -1
  368. package/bundled/skills/{claude-code/atdd-assistant/SKILL.md → atdd-assistant/guide.md} +11 -11
  369. package/bundled/skills/bdd-assistant/SKILL.md +70 -0
  370. package/bundled/skills/{claude-code/bdd-assistant → bdd-assistant}/bdd-workflow.md +1 -1
  371. package/bundled/skills/{claude-code/bdd-assistant → bdd-assistant}/gherkin-guide.md +1 -1
  372. package/bundled/skills/{claude-code/bdd-assistant/SKILL.md → bdd-assistant/guide.md} +11 -11
  373. package/bundled/skills/changelog-guide/SKILL.md +66 -0
  374. package/bundled/skills/{claude-code/changelog-guide/SKILL.md → changelog-guide/guide.md} +8 -6
  375. package/bundled/skills/checkin-assistant/SKILL.md +52 -0
  376. package/bundled/skills/{claude-code/checkin-assistant/SKILL.md → checkin-assistant/guide.md} +6 -6
  377. package/bundled/skills/code-review-assistant/SKILL.md +53 -0
  378. package/bundled/skills/{claude-code/code-review-assistant → code-review-assistant}/checkin-checklist.md +3 -3
  379. package/bundled/skills/{claude-code/code-review-assistant/SKILL.md → code-review-assistant/guide.md} +7 -5
  380. package/bundled/skills/{claude-code/code-review-assistant → code-review-assistant}/review-checklist.md +3 -3
  381. package/bundled/skills/commands/COMMAND-FAMILY-OVERVIEW.md +290 -0
  382. package/bundled/skills/{claude-code/commands → commands}/README.md +13 -3
  383. package/bundled/skills/{claude-code/commands → commands}/atdd.md +3 -3
  384. package/bundled/skills/{claude-code/commands → commands}/bdd.md +2 -2
  385. package/bundled/skills/commands/changelog.md +58 -0
  386. package/bundled/skills/{claude-code/commands → commands}/check.md +1 -1
  387. package/bundled/skills/commands/checkin.md +53 -0
  388. package/bundled/skills/{claude-code/commands → commands}/commit.md +3 -3
  389. package/bundled/skills/{claude-code/commands → commands}/config.md +1 -1
  390. package/bundled/skills/{claude-code/commands → commands}/coverage.md +5 -4
  391. package/bundled/skills/commands/derive-all.md +53 -0
  392. package/bundled/skills/commands/derive-atdd.md +49 -0
  393. package/bundled/skills/commands/derive-bdd.md +47 -0
  394. package/bundled/skills/commands/derive-tdd.md +48 -0
  395. package/bundled/skills/commands/derive.md +72 -0
  396. package/bundled/skills/commands/discover.md +80 -0
  397. package/bundled/skills/commands/docgen.md +61 -0
  398. package/bundled/skills/commands/docs.md +59 -0
  399. package/bundled/skills/commands/guide.md +44 -0
  400. package/bundled/skills/{claude-code/commands → commands}/init.md +2 -2
  401. package/bundled/skills/{claude-code/commands → commands}/methodology.md +32 -16
  402. package/bundled/skills/{claude-code/commands → commands}/refactor.md +2 -2
  403. package/bundled/skills/commands/release.md +56 -0
  404. package/bundled/skills/{claude-code/commands → commands}/requirement.md +3 -3
  405. package/bundled/skills/commands/reverse-bdd.md +47 -0
  406. package/bundled/skills/commands/reverse-sdd.md +51 -0
  407. package/bundled/skills/commands/reverse-tdd.md +51 -0
  408. package/bundled/skills/commands/reverse.md +63 -0
  409. package/bundled/skills/{claude-code/commands → commands}/review.md +3 -3
  410. package/bundled/skills/commands/sdd.md +135 -0
  411. package/bundled/skills/{claude-code/commands → commands}/tdd.md +3 -3
  412. package/bundled/skills/{claude-code/commands → commands}/update.md +2 -2
  413. package/bundled/skills/commit-standards/SKILL.md +60 -0
  414. package/bundled/skills/{claude-code/commit-standards → commit-standards}/conventional-commits.md +3 -3
  415. package/bundled/skills/{claude-code/commit-standards/SKILL.md → commit-standards/guide.md} +17 -5
  416. package/bundled/skills/{claude-code/commit-standards → commit-standards}/language-options.md +2 -2
  417. package/bundled/skills/docs-generator/SKILL.md +69 -0
  418. package/bundled/skills/docs-generator/guide.md +258 -0
  419. package/bundled/skills/{claude-code/documentation-guide → documentation-guide}/SKILL.md +7 -7
  420. package/bundled/skills/{claude-code/documentation-guide → documentation-guide}/documentation-structure.md +3 -3
  421. package/bundled/skills/{claude-code/documentation-guide → documentation-guide}/readme-template.md +2 -2
  422. package/bundled/skills/{claude-code/error-code-guide → error-code-guide}/SKILL.md +7 -5
  423. package/bundled/skills/forward-derivation/SKILL.md +61 -0
  424. package/bundled/skills/{claude-code/forward-derivation/SKILL.md → forward-derivation/guide.md} +44 -29
  425. package/bundled/skills/{claude-code/git-workflow-guide → git-workflow-guide}/SKILL.md +7 -5
  426. package/bundled/skills/{claude-code/git-workflow-guide → git-workflow-guide}/branch-naming.md +2 -2
  427. package/bundled/skills/{claude-code/git-workflow-guide → git-workflow-guide}/git-workflow.md +3 -3
  428. package/bundled/skills/{claude-code/logging-guide → logging-guide}/SKILL.md +7 -5
  429. package/bundled/skills/methodology-system/SKILL.md +75 -0
  430. package/bundled/skills/{claude-code/methodology-system → methodology-system}/create-methodology.md +1 -1
  431. package/bundled/skills/{claude-code/methodology-system/SKILL.md → methodology-system/guide.md} +51 -16
  432. package/bundled/skills/methodology-system/integrated-flow.md +454 -0
  433. package/bundled/skills/{claude-code/methodology-system → methodology-system}/runtime.md +2 -2
  434. package/bundled/skills/project-discovery/SKILL.md +63 -0
  435. package/bundled/skills/project-discovery/guide.md +367 -0
  436. package/bundled/skills/project-discovery/workflow.md +566 -0
  437. package/bundled/skills/{claude-code/project-structure-guide → project-structure-guide}/SKILL.md +14 -4
  438. package/bundled/skills/refactoring-assistant/SKILL.md +78 -0
  439. package/bundled/skills/{claude-code/refactoring-assistant/SKILL.md → refactoring-assistant/guide.md} +7 -7
  440. package/bundled/skills/release-standards/SKILL.md +61 -0
  441. package/bundled/skills/{claude-code/release-standards → release-standards}/changelog-format.md +2 -2
  442. package/bundled/skills/{claude-code/release-standards/SKILL.md → release-standards/guide.md} +7 -5
  443. package/bundled/skills/{claude-code/release-standards → release-standards}/release-workflow.md +59 -24
  444. package/bundled/skills/{claude-code/release-standards → release-standards}/semantic-versioning.md +2 -2
  445. package/bundled/skills/requirement-assistant/SKILL.md +66 -0
  446. package/bundled/skills/{claude-code/requirement-assistant/SKILL.md → requirement-assistant/guide.md} +14 -6
  447. package/bundled/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-checklist.md +2 -2
  448. package/bundled/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-writing.md +2 -2
  449. package/bundled/skills/reverse-engineer/SKILL.md +64 -0
  450. package/bundled/skills/{claude-code/reverse-engineer → reverse-engineer}/bdd-extraction.md +1 -1
  451. package/bundled/skills/{claude-code/reverse-engineer/SKILL.md → reverse-engineer/guide.md} +21 -18
  452. package/bundled/skills/{claude-code/reverse-engineer → reverse-engineer}/tdd-analysis.md +1 -1
  453. package/bundled/skills/{claude-code/reverse-engineer → reverse-engineer}/workflow.md +2 -2
  454. package/bundled/skills/spec-driven-dev/SKILL.md +80 -0
  455. package/bundled/skills/{claude-code/spec-driven-dev/SKILL.md → spec-driven-dev/guide.md} +50 -8
  456. package/bundled/skills/tdd-assistant/SKILL.md +65 -0
  457. package/bundled/skills/{claude-code/tdd-assistant/SKILL.md → tdd-assistant/guide.md} +10 -10
  458. package/bundled/skills/{claude-code/tdd-assistant → tdd-assistant}/language-examples.md +3 -3
  459. package/bundled/skills/{claude-code/tdd-assistant → tdd-assistant}/tdd-workflow.md +2 -2
  460. package/bundled/skills/test-coverage-assistant/SKILL.md +63 -0
  461. package/bundled/skills/{claude-code/test-coverage-assistant/SKILL.md → test-coverage-assistant/guide.md} +39 -24
  462. package/bundled/skills/{claude-code/testing-guide → testing-guide}/SKILL.md +12 -7
  463. package/bundled/skills/{claude-code/testing-guide → testing-guide}/testing-pyramid.md +3 -3
  464. package/bundled/skills/testing-guide/testing-theory.md +2291 -0
  465. package/bundled/skills/tools/cline/.clinerules +79 -0
  466. package/bundled/skills/tools/cline/README.md +50 -0
  467. package/bundled/skills/tools/copilot/README.md +99 -0
  468. package/bundled/skills/tools/copilot/copilot-instructions.md +71 -0
  469. package/bundled/skills/tools/cursor/.cursorrules +101 -0
  470. package/bundled/skills/tools/cursor/README.md +50 -0
  471. package/bundled/skills/tools/windsurf/.windsurfrules +76 -0
  472. package/bundled/skills/tools/windsurf/README.md +51 -0
  473. package/bundled/skills/workflows/README.md +303 -0
  474. package/bundled/skills/workflows/code-review.workflow.yaml +186 -0
  475. package/bundled/skills/workflows/feature-dev.workflow.yaml +174 -0
  476. package/bundled/skills/workflows/integrated-flow.workflow.yaml +238 -0
  477. package/bundled/skills/workflows/large-codebase-analysis.workflow.yaml +226 -0
  478. package/bundled/skills/workflows/release.workflow.yaml +893 -0
  479. package/package.json +14 -1
  480. package/src/commands/agent.js +417 -0
  481. package/src/commands/ai-context.js +552 -0
  482. package/src/commands/check.js +196 -131
  483. package/src/commands/config.js +1262 -0
  484. package/src/commands/configure.js +3 -950
  485. package/src/commands/fix.js +53 -0
  486. package/src/commands/hitl.js +19 -0
  487. package/src/commands/init.js +320 -1027
  488. package/src/commands/list.js +1 -1
  489. package/src/commands/simulate.js +61 -0
  490. package/src/commands/spec.js +288 -0
  491. package/src/commands/start.js +373 -0
  492. package/src/commands/sweep.js +142 -0
  493. package/src/commands/update.js +136 -19
  494. package/src/commands/workflow.js +689 -0
  495. package/src/config/ai-agent-paths.js +292 -28
  496. package/src/core/constants.js +520 -0
  497. package/src/core/errors.js +398 -0
  498. package/src/core/manifest.js +474 -0
  499. package/src/core/paths.js +398 -0
  500. package/src/flows/init-flow.js +243 -0
  501. package/src/hitl/checkpoint.js +80 -0
  502. package/src/hitl/classifier.js +54 -0
  503. package/src/hitl/manager.js +88 -0
  504. package/src/i18n/messages.js +907 -99
  505. package/src/index.js +1 -0
  506. package/src/installers/integration-installer.js +237 -0
  507. package/src/installers/manifest-installer.js +131 -0
  508. package/src/installers/skills-installer.js +286 -0
  509. package/src/installers/standards-installer.js +193 -0
  510. package/src/missions/MissionManager.js +501 -0
  511. package/src/prompts/init.js +235 -135
  512. package/src/prompts/integrations.js +13 -1
  513. package/src/schemas/standard.schema.json +117 -0
  514. package/src/utils/agent-adapter.js +320 -0
  515. package/src/utils/agents-installer.js +393 -0
  516. package/src/utils/config-loader.js +47 -0
  517. package/src/utils/config-manager.js +108 -0
  518. package/src/utils/config-merger.js +47 -0
  519. package/src/utils/context-chunker.js +467 -0
  520. package/src/utils/copier.js +59 -99
  521. package/src/utils/github.js +22 -18
  522. package/src/utils/hasher.js +2 -16
  523. package/src/utils/inquirer-patch.js +98 -0
  524. package/src/utils/integration-generator.js +420 -110
  525. package/src/utils/reference-sync.js +69 -19
  526. package/src/utils/skills-installer.js +6 -3
  527. package/src/utils/standard-fixer.js +141 -0
  528. package/src/utils/standard-validator.js +329 -0
  529. package/src/utils/workflow-executor.js +886 -0
  530. package/src/utils/workflow-state.js +404 -0
  531. package/src/utils/workflows-installer.js +545 -0
  532. package/src/vibe/auto-sweep.js +349 -0
  533. package/src/vibe/micro-spec.js +428 -0
  534. package/standards-registry.json +429 -107
  535. package/bundled/locales/zh-CN/skills/claude-code/README.md +0 -174
  536. package/bundled/locales/zh-CN/skills/claude-code/test-coverage-assistant/SKILL.md +0 -282
  537. package/bundled/locales/zh-TW/skills/claude-code/README.md +0 -174
  538. package/bundled/skills/claude-code/README.md +0 -207
  539. package/bundled/skills/claude-code/commands/changelog.md +0 -57
  540. package/bundled/skills/claude-code/commands/derive-all.md +0 -214
  541. package/bundled/skills/claude-code/commands/derive-atdd.md +0 -177
  542. package/bundled/skills/claude-code/commands/derive-bdd.md +0 -158
  543. package/bundled/skills/claude-code/commands/derive-tdd.md +0 -259
  544. package/bundled/skills/claude-code/commands/docs.md +0 -75
  545. package/bundled/skills/claude-code/commands/release.md +0 -50
  546. package/bundled/skills/claude-code/commands/reverse-bdd.md +0 -264
  547. package/bundled/skills/claude-code/commands/reverse-spec.md +0 -185
  548. package/bundled/skills/claude-code/commands/reverse-tdd.md +0 -351
  549. package/bundled/skills/claude-code/commands/spec.md +0 -69
  550. package/bundled/skills/claude-code/methodology-system/integrated-flow.md +0 -322
  551. /package/bundled/skills/{claude-code/CONTRIBUTING.template.md → CONTRIBUTING.template.md} +0 -0
  552. /package/bundled/skills/{claude-code/ai → ai}/standards/checkin.ai.yaml +0 -0
  553. /package/bundled/skills/{claude-code/ai → ai}/standards/commit.ai.yaml +0 -0
  554. /package/bundled/skills/{claude-code/ai → ai}/standards/refactoring.ai.yaml +0 -0
  555. /package/bundled/skills/{claude-code/ai → ai}/standards/testing.ai.yaml +0 -0
  556. /package/bundled/skills/{claude-code/project-structure-guide → project-structure-guide}/language-patterns.md +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "4.1.0",
4
- "lastUpdated": "2026-01-21",
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,233 +48,404 @@
48
48
  "standards": {
49
49
  "name": "universal-dev-standards",
50
50
  "url": "https://github.com/AsiaOstrich/universal-dev-standards",
51
- "version": "4.1.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.1.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
- "skills": { "project": ".claude/skills/", "user": "~/.claude/skills/" }
67
+ "skills": { "project": ".claude/skills/", "user": "~/.claude/skills/" },
68
+ "agents": { "project": ".claude/agents/", "user": "~/.claude/agents/" },
69
+ "workflows": { "project": ".claude/workflows/", "user": "~/.claude/workflows/" }
68
70
  },
69
71
  "supportsMarketplace": true,
70
72
  "supportsSkills": true,
71
73
  "supportsCommands": false,
74
+ "supportsTask": true,
75
+ "supportsAgents": true,
72
76
  "status": "complete"
73
77
  },
74
78
  "opencode": {
75
79
  "name": "OpenCode",
76
- "skillsPath": "skills/claude-code",
80
+ "skillsPath": "skills",
77
81
  "nativePaths": {
78
82
  "skills": { "project": ".opencode/skill/", "user": "~/.config/opencode/skill/" },
79
- "commands": { "project": ".opencode/command/" }
83
+ "commands": { "project": ".opencode/command/" },
84
+ "agents": { "project": ".opencode/agents/", "user": "~/.config/opencode/agents/" },
85
+ "workflows": { "project": ".opencode/workflows/", "user": "~/.config/opencode/workflows/" }
80
86
  },
81
87
  "fallbackSkillsPath": ".claude/skills/",
82
88
  "supportsSkills": true,
83
89
  "supportsCommands": true,
90
+ "supportsTask": true,
91
+ "supportsAgents": true,
84
92
  "status": "complete"
85
93
  },
86
94
  "cursor": {
87
95
  "name": "Cursor",
88
96
  "skillsPath": "skills/cursor",
89
97
  "nativePaths": {
90
- "skills": { "project": ".cursor/skills/", "user": "~/.cursor/skills/" }
98
+ "skills": { "project": ".cursor/skills/", "user": "~/.cursor/skills/" },
99
+ "agents": { "project": ".cursor/agents/", "user": "~/.cursor/agents/" }
91
100
  },
92
101
  "fallbackSkillsPath": ".claude/skills/",
93
102
  "supportsSkills": false,
94
103
  "supportsCommands": false,
95
- "status": "planned"
104
+ "supportsTask": false,
105
+ "supportsAgents": true,
106
+ "status": "minimal"
96
107
  },
97
108
  "cline": {
98
109
  "name": "Cline",
99
110
  "skillsPath": "skills/cline",
100
111
  "nativePaths": {
101
- "skills": { "project": ".cline/skills/", "user": "~/.cline/skills/" }
112
+ "skills": { "project": ".cline/skills/", "user": "~/.cline/skills/" },
113
+ "agents": { "project": ".cline/agents/", "user": "~/.cline/agents/" },
114
+ "workflows": { "project": ".cline/workflows/", "user": "~/.cline/workflows/" }
102
115
  },
103
116
  "fallbackSkillsPath": ".claude/skills/",
104
117
  "supportsSkills": true,
105
118
  "supportsCommands": false,
106
- "status": "planned"
119
+ "supportsTask": false,
120
+ "supportsAgents": true,
121
+ "status": "partial"
107
122
  },
108
123
  "roo-code": {
109
124
  "name": "Roo Code",
110
- "skillsPath": "skills/claude-code",
125
+ "skillsPath": "skills",
111
126
  "nativePaths": {
112
127
  "skills": { "project": ".roo/skills/", "user": "~/.roo/skills/" },
113
- "commands": { "project": ".roo/commands/" }
128
+ "commands": { "project": ".roo/commands/" },
129
+ "agents": { "project": ".roo/agents/", "user": "~/.roo/agents/" },
130
+ "workflows": { "project": ".roo/workflows/", "user": "~/.roo/workflows/" }
114
131
  },
115
132
  "fallbackSkillsPath": ".claude/skills/",
116
133
  "supportsSkills": true,
117
134
  "supportsCommands": true,
135
+ "supportsTask": true,
136
+ "supportsAgents": true,
118
137
  "status": "planned"
119
138
  },
120
139
  "codex": {
121
140
  "name": "OpenAI Codex",
122
- "skillsPath": "skills/claude-code",
141
+ "skillsPath": "skills",
123
142
  "nativePaths": {
124
- "skills": { "project": ".codex/skills/", "user": "~/.codex/skills/" }
143
+ "skills": { "project": ".codex/skills/", "user": "~/.codex/skills/" },
144
+ "agents": { "project": ".codex/agents/", "user": "~/.codex/agents/" }
125
145
  },
126
146
  "fallbackSkillsPath": ".claude/skills/",
127
147
  "supportsSkills": true,
128
148
  "supportsCommands": false,
129
- "status": "planned"
149
+ "supportsTask": false,
150
+ "supportsAgents": true,
151
+ "status": "partial"
130
152
  },
131
153
  "copilot": {
132
154
  "name": "GitHub Copilot",
133
155
  "skillsPath": "skills/copilot",
134
156
  "nativePaths": {
135
157
  "skills": { "project": ".github/skills/", "user": "~/.copilot/skills/" },
136
- "commands": { "project": ".github/prompts/" }
158
+ "commands": { "project": ".github/prompts/" },
159
+ "agents": { "project": ".github/agents/", "user": "~/.copilot/agents/" }
137
160
  },
138
161
  "fallbackSkillsPath": ".claude/skills/",
139
162
  "supportsSkills": true,
140
163
  "supportsCommands": true,
141
- "status": "planned"
164
+ "supportsTask": false,
165
+ "supportsAgents": true,
166
+ "status": "partial"
142
167
  },
143
168
  "windsurf": {
144
169
  "name": "Windsurf",
145
170
  "skillsPath": "skills/windsurf",
146
171
  "nativePaths": {
147
- "skills": { "project": ".windsurf/skills/", "user": "~/.codeium/windsurf/skills/" }
172
+ "skills": { "project": ".windsurf/skills/", "user": "~/.codeium/windsurf/skills/" },
173
+ "agents": { "project": ".windsurf/agents/", "user": "~/.codeium/windsurf/agents/" }
148
174
  },
149
- "supportsSkills": true,
175
+ "supportsSkills": false,
150
176
  "supportsCommands": false,
151
- "status": "planned"
177
+ "supportsTask": false,
178
+ "supportsAgents": true,
179
+ "status": "minimal"
152
180
  },
153
181
  "gemini-cli": {
154
182
  "name": "Gemini CLI",
155
- "skillsPath": "skills/claude-code",
183
+ "skillsPath": "skills",
156
184
  "nativePaths": {
157
185
  "skills": { "project": ".gemini/skills/", "user": "~/.gemini/skills/" },
158
- "commands": { "project": ".gemini/commands/" }
186
+ "commands": { "project": ".gemini/commands/" },
187
+ "agents": { "project": ".gemini/agents/", "user": "~/.gemini/agents/" },
188
+ "workflows": { "project": ".gemini/workflows/", "user": "~/.gemini/workflows/" }
159
189
  },
160
190
  "fallbackSkillsPath": ".claude/skills/",
161
191
  "supportsSkills": true,
162
192
  "supportsCommands": true,
163
- "status": "planned"
193
+ "supportsTask": false,
194
+ "supportsAgents": true,
195
+ "status": "preview"
196
+ },
197
+ "antigravity": {
198
+ "name": "Google Antigravity",
199
+ "skillsPath": null,
200
+ "nativePaths": {
201
+ "config": { "project": "INSTRUCTIONS.md" }
202
+ },
203
+ "supportsSkills": false,
204
+ "supportsCommands": false,
205
+ "supportsTask": false,
206
+ "supportsAgents": false,
207
+ "status": "minimal"
164
208
  }
165
209
  },
166
210
  "skillFiles": {
167
211
  "ai-collaboration-standards": [
168
- "skills/claude-code/ai-collaboration-standards/SKILL.md",
169
- "skills/claude-code/ai-collaboration-standards/anti-hallucination.md",
170
- "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"
171
215
  ],
172
216
  "commit-standards": [
173
- "skills/claude-code/commit-standards/SKILL.md",
174
- "skills/claude-code/commit-standards/conventional-commits.md",
175
- "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"
176
221
  ],
177
222
  "code-review-assistant": [
178
- "skills/claude-code/code-review-assistant/SKILL.md",
179
- "skills/claude-code/code-review-assistant/checkin-checklist.md",
180
- "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"
181
227
  ],
182
228
  "testing-guide": [
183
- "skills/claude-code/testing-guide/SKILL.md",
184
- "skills/claude-code/testing-guide/testing-pyramid.md"
229
+ "skills/testing-guide/SKILL.md",
230
+ "skills/testing-guide/testing-pyramid.md"
185
231
  ],
186
232
  "release-standards": [
187
- "skills/claude-code/release-standards/SKILL.md",
188
- "skills/claude-code/release-standards/changelog-format.md",
189
- "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"
190
237
  ],
191
238
  "git-workflow-guide": [
192
- "skills/claude-code/git-workflow-guide/SKILL.md",
193
- "skills/claude-code/git-workflow-guide/branch-naming.md",
194
- "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"
195
242
  ],
196
243
  "documentation-guide": [
197
- "skills/claude-code/documentation-guide/SKILL.md",
198
- "skills/claude-code/documentation-guide/documentation-structure.md",
199
- "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"
200
247
  ],
201
248
  "requirement-assistant": [
202
- "skills/claude-code/requirement-assistant/SKILL.md",
203
- "skills/claude-code/requirement-assistant/requirement-checklist.md",
204
- "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"
205
253
  ],
206
254
  "project-structure-guide": [
207
- "skills/claude-code/project-structure-guide/SKILL.md",
208
- "skills/claude-code/project-structure-guide/language-patterns.md"
255
+ "skills/project-structure-guide/SKILL.md",
256
+ "skills/project-structure-guide/language-patterns.md"
209
257
  ],
210
258
  "spec-driven-dev": [
211
- "skills/claude-code/spec-driven-dev/SKILL.md"
259
+ "skills/spec-driven-dev/SKILL.md",
260
+ "skills/spec-driven-dev/guide.md"
212
261
  ],
213
262
  "test-coverage-assistant": [
214
- "skills/claude-code/test-coverage-assistant/SKILL.md"
263
+ "skills/test-coverage-assistant/SKILL.md",
264
+ "skills/test-coverage-assistant/guide.md"
215
265
  ],
216
266
  "changelog-guide": [
217
- "skills/claude-code/changelog-guide/SKILL.md"
267
+ "skills/changelog-guide/SKILL.md",
268
+ "skills/changelog-guide/guide.md"
218
269
  ],
219
270
  "error-code-guide": [
220
- "skills/claude-code/error-code-guide/SKILL.md"
271
+ "skills/error-code-guide/SKILL.md"
221
272
  ],
222
273
  "logging-guide": [
223
- "skills/claude-code/logging-guide/SKILL.md"
274
+ "skills/logging-guide/SKILL.md"
224
275
  ],
225
276
  "tdd-assistant": [
226
- "skills/claude-code/tdd-assistant/SKILL.md",
227
- "skills/claude-code/tdd-assistant/tdd-workflow.md",
228
- "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"
229
281
  ],
230
282
  "bdd-assistant": [
231
- "skills/claude-code/bdd-assistant/SKILL.md",
232
- "skills/claude-code/bdd-assistant/bdd-workflow.md",
233
- "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"
234
287
  ],
235
288
  "atdd-assistant": [
236
- "skills/claude-code/atdd-assistant/SKILL.md",
237
- "skills/claude-code/atdd-assistant/atdd-workflow.md",
238
- "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"
239
293
  ],
240
294
  "commands": [
241
- "skills/claude-code/commands/README.md",
242
- "skills/claude-code/commands/atdd.md",
243
- "skills/claude-code/commands/bdd.md",
244
- "skills/claude-code/commands/changelog.md",
245
- "skills/claude-code/commands/check.md",
246
- "skills/claude-code/commands/commit.md",
247
- "skills/claude-code/commands/coverage.md",
248
- "skills/claude-code/commands/docs.md",
249
- "skills/claude-code/commands/init.md",
250
- "skills/claude-code/commands/methodology.md",
251
- "skills/claude-code/commands/release.md",
252
- "skills/claude-code/commands/requirement.md",
253
- "skills/claude-code/commands/review.md",
254
- "skills/claude-code/commands/spec.md",
255
- "skills/claude-code/commands/tdd.md",
256
- "skills/claude-code/commands/update.md",
257
- "skills/claude-code/commands/reverse-spec.md",
258
- "skills/claude-code/commands/reverse-bdd.md",
259
- "skills/claude-code/commands/reverse-tdd.md",
260
- "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"
261
320
  ],
262
321
  "refactoring-assistant": [
263
- "skills/claude-code/refactoring-assistant/SKILL.md"
322
+ "skills/refactoring-assistant/SKILL.md",
323
+ "skills/refactoring-assistant/guide.md"
264
324
  ],
265
325
  "methodology-system": [
266
- "skills/claude-code/methodology-system/SKILL.md",
267
- "skills/claude-code/methodology-system/runtime.md",
268
- "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"
269
330
  ],
270
331
  "reverse-engineer": [
271
- "skills/claude-code/reverse-engineer/SKILL.md",
272
- "skills/claude-code/reverse-engineer/workflow.md",
273
- "skills/claude-code/reverse-engineer/bdd-extraction.md",
274
- "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"
275
337
  ],
276
338
  "forward-derivation": [
277
- "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"
360
+ ]
361
+ },
362
+ "agents": {
363
+ "status": "stable",
364
+ "statusNote": "New in v4.1.0 - Subagent orchestration system",
365
+ "statusNoteZh": "v4.1.0 新增 - Subagent 編排系統",
366
+ "description": "Specialized AI subagents that can be orchestrated to handle complex development workflows",
367
+ "descriptionZh": "專門的 AI 子代理,可編排處理複雜的開發工作流程",
368
+ "basePath": "skills/agents/",
369
+ "builtIn": [
370
+ {
371
+ "id": "code-architect",
372
+ "name": "Code Architect",
373
+ "nameZh": "程式碼架構師",
374
+ "source": "skills/agents/code-architect.md",
375
+ "role": "specialist",
376
+ "expertise": ["system-design", "api-design", "database-modeling"],
377
+ "description": "Software architecture specialist for system design and technical planning"
378
+ },
379
+ {
380
+ "id": "test-specialist",
381
+ "name": "Test Specialist",
382
+ "nameZh": "測試專家",
383
+ "source": "skills/agents/test-specialist.md",
384
+ "role": "specialist",
385
+ "expertise": ["test-strategy", "tdd", "bdd", "coverage-analysis"],
386
+ "description": "Testing strategy specialist for test design, coverage analysis, and quality assurance"
387
+ },
388
+ {
389
+ "id": "reviewer",
390
+ "name": "Code Reviewer",
391
+ "nameZh": "程式碼審查員",
392
+ "source": "skills/agents/reviewer.md",
393
+ "role": "reviewer",
394
+ "expertise": ["code-review", "security-analysis", "best-practices"],
395
+ "description": "Code review specialist for quality assessment, security analysis, and best practices enforcement"
396
+ },
397
+ {
398
+ "id": "doc-writer",
399
+ "name": "Documentation Writer",
400
+ "nameZh": "文件撰寫員",
401
+ "source": "skills/agents/doc-writer.md",
402
+ "role": "specialist",
403
+ "expertise": ["technical-writing", "api-documentation", "user-guides"],
404
+ "description": "Documentation specialist for technical writing, API docs, and user guides"
405
+ },
406
+ {
407
+ "id": "spec-analyst",
408
+ "name": "Specification Analyst",
409
+ "nameZh": "規格分析師",
410
+ "source": "skills/agents/spec-analyst.md",
411
+ "role": "specialist",
412
+ "expertise": ["requirement-analysis", "specification-writing", "reverse-engineering"],
413
+ "description": "Specification analysis specialist for requirement extraction and spec generation"
414
+ }
415
+ ]
416
+ },
417
+ "workflows": {
418
+ "status": "experimental",
419
+ "statusNote": "New in v4.1.0 - Multi-agent workflow orchestration",
420
+ "statusNoteZh": "v4.1.0 新增 - 多代理工作流程編排",
421
+ "description": "Workflow definitions that orchestrate multiple agents for complex development tasks",
422
+ "descriptionZh": "編排多個代理處理複雜開發任務的工作流程定義",
423
+ "basePath": "skills/workflows/",
424
+ "builtIn": [
425
+ {
426
+ "id": "integrated-flow",
427
+ "name": "Integrated Development Flow",
428
+ "nameZh": "整合開發流程",
429
+ "source": "skills/workflows/integrated-flow.workflow.yaml",
430
+ "stages": 8,
431
+ "description": "Complete ATDD → SDD → BDD → TDD workflow"
432
+ },
433
+ {
434
+ "id": "feature-dev",
435
+ "name": "Feature Development",
436
+ "nameZh": "功能開發",
437
+ "source": "skills/workflows/feature-dev.workflow.yaml",
438
+ "stages": 6,
439
+ "description": "Feature development workflow"
440
+ },
441
+ {
442
+ "id": "code-review",
443
+ "name": "Code Review Workflow",
444
+ "nameZh": "程式碼審查流程",
445
+ "source": "skills/workflows/code-review.workflow.yaml",
446
+ "stages": 4,
447
+ "description": "Code review workflow"
448
+ }
278
449
  ]
279
450
  },
280
451
  "methodologies": {
@@ -386,13 +557,27 @@
386
557
  "nameZh": "反幻覺指南",
387
558
  "source": {
388
559
  "human": "core/anti-hallucination.md",
389
- "ai": "ai/standards/anti-hallucination.ai.yaml"
560
+ "ai": "ai/standards/anti-hallucination.ai.yaml",
561
+ "guide": "core/guides/anti-hallucination-guide.md"
390
562
  },
391
563
  "category": "skill",
392
564
  "skillName": "ai-collaboration-standards",
393
565
  "level": 1,
394
566
  "description": "Guidelines for AI collaboration to prevent hallucination and ensure evidence-based responses"
395
567
  },
568
+ {
569
+ "id": "ai-friendly-architecture",
570
+ "name": "AI-Friendly Architecture",
571
+ "nameZh": "AI 友善架構",
572
+ "source": {
573
+ "human": "core/ai-friendly-architecture.md",
574
+ "ai": "ai/standards/ai-friendly-architecture.ai.yaml"
575
+ },
576
+ "category": "skill",
577
+ "skillName": "ai-friendly-architecture",
578
+ "level": 2,
579
+ "description": "Standards for designing project architecture that maximizes AI collaboration effectiveness"
580
+ },
396
581
  {
397
582
  "id": "commit-message",
398
583
  "name": "Commit Message Guide",
@@ -448,11 +633,23 @@
448
633
  "human": "core/checkin-standards.md",
449
634
  "ai": "ai/standards/checkin-standards.ai.yaml"
450
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
+ },
451
649
  "category": "reference",
452
650
  "skillName": null,
453
651
  "level": 1,
454
- "description": "Quality gates and verification steps before committing code",
455
- "note": "Partially incorporated into code-review-assistant skill"
652
+ "description": "Safe deployment strategies, feature flags, rollback, environment parity, and DORA metrics"
456
653
  },
457
654
  {
458
655
  "id": "spec-driven-development",
@@ -460,7 +657,8 @@
460
657
  "nameZh": "規格驅動開發",
461
658
  "source": {
462
659
  "human": "core/spec-driven-development.md",
463
- "ai": "ai/standards/spec-driven-development.ai.yaml"
660
+ "ai": "ai/standards/spec-driven-development.ai.yaml",
661
+ "guide": "methodologies/guides/sdd-guide.md"
464
662
  },
465
663
  "category": "skill",
466
664
  "skillName": "spec-driven-dev",
@@ -486,7 +684,8 @@
486
684
  "nameZh": "Git 工作流程指南",
487
685
  "source": {
488
686
  "human": "core/git-workflow.md",
489
- "ai": "ai/standards/git-workflow.ai.yaml"
687
+ "ai": "ai/standards/git-workflow.ai.yaml",
688
+ "guide": "core/guides/git-workflow-guide.md"
490
689
  },
491
690
  "category": "skill",
492
691
  "skillName": "git-workflow-guide",
@@ -603,7 +802,8 @@
603
802
  "nameZh": "測試標準",
604
803
  "source": {
605
804
  "human": "core/testing-standards.md",
606
- "ai": "ai/standards/testing.ai.yaml"
805
+ "ai": "ai/standards/testing.ai.yaml",
806
+ "guide": "skills/testing-guide/testing-theory.md"
607
807
  },
608
808
  "category": "skill",
609
809
  "skillName": "testing-guide",
@@ -688,8 +888,8 @@
688
888
  "human": "core/ai-instruction-standards.md",
689
889
  "ai": "ai/standards/ai-instruction-standards.ai.yaml"
690
890
  },
691
- "category": "reference",
692
- "skillName": null,
891
+ "category": "skill",
892
+ "skillName": "ai-instruction-standards",
693
893
  "level": 2,
694
894
  "description": "Best practices for creating AI instruction files with universal vs project-specific separation"
695
895
  },
@@ -751,7 +951,8 @@
751
951
  "nameZh": "測試驅動開發",
752
952
  "source": {
753
953
  "human": "core/test-driven-development.md",
754
- "ai": "ai/standards/test-driven-development.ai.yaml"
954
+ "ai": "ai/standards/test-driven-development.ai.yaml",
955
+ "guide": "methodologies/guides/tdd-guide.md"
755
956
  },
756
957
  "category": "skill",
757
958
  "skillName": "tdd-assistant",
@@ -764,7 +965,8 @@
764
965
  "nameZh": "行為驅動開發",
765
966
  "source": {
766
967
  "human": "core/behavior-driven-development.md",
767
- "ai": "ai/standards/behavior-driven-development.ai.yaml"
968
+ "ai": "ai/standards/behavior-driven-development.ai.yaml",
969
+ "guide": "methodologies/guides/bdd-guide.md"
768
970
  },
769
971
  "category": "skill",
770
972
  "skillName": "bdd-assistant",
@@ -777,7 +979,8 @@
777
979
  "nameZh": "驗收測試驅動開發",
778
980
  "source": {
779
981
  "human": "core/acceptance-test-driven-development.md",
780
- "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"
781
984
  },
782
985
  "category": "skill",
783
986
  "skillName": "atdd-assistant",
@@ -810,19 +1013,138 @@
810
1013
  "level": 2,
811
1014
  "description": "Standards for deriving BDD scenarios, TDD test skeletons, and ATDD acceptance tests from approved SDD specifications"
812
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
+ },
813
1040
  {
814
1041
  "id": "refactoring-standards",
815
1042
  "name": "Refactoring Standards",
816
1043
  "nameZh": "重構標準",
817
1044
  "source": {
818
1045
  "human": "core/refactoring-standards.md",
819
- "ai": "ai/standards/refactoring-standards.ai.yaml"
1046
+ "ai": "ai/standards/refactoring-standards.ai.yaml",
1047
+ "guide": "core/guides/refactoring-guide.md"
820
1048
  },
821
1049
  "category": "skill",
822
1050
  "skillName": "refactoring-assistant",
823
1051
  "level": 2,
824
1052
  "description": "Comprehensive refactoring guidelines with tactical, strategic, and legacy code safety strategies including decision matrix"
825
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
+ },
826
1148
  {
827
1149
  "id": "csharp-style",
828
1150
  "name": "C# Style Guide",