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.
- package/README.md +3 -3
- package/bin/uds.js +165 -5
- package/bundled/core/acceptance-test-driven-development.md +19 -721
- package/bundled/core/accessibility-standards.md +862 -0
- package/bundled/core/ai-agreement-standards.md +95 -0
- package/bundled/core/ai-friendly-architecture.md +2 -0
- package/bundled/core/ai-instruction-standards.md +2 -0
- package/bundled/core/anti-hallucination.md +90 -637
- package/bundled/core/behavior-driven-development.md +20 -735
- package/bundled/core/changelog-standards.md +4 -0
- package/bundled/core/checkin-standards.md +21 -4
- package/bundled/core/code-review-checklist.md +3 -0
- package/bundled/core/commit-message-guide.md +14 -3
- package/bundled/core/deployment-standards.md +296 -0
- package/bundled/core/developer-memory.md +568 -0
- package/bundled/core/documentation-structure.md +114 -18
- package/bundled/core/documentation-writing-standards.md +272 -2
- package/bundled/core/error-code-standards.md +3 -0
- package/bundled/core/forward-derivation-standards.md +134 -8
- package/bundled/core/git-workflow.md +72 -686
- package/bundled/core/guides/anti-hallucination-guide.md +517 -0
- package/bundled/core/guides/git-workflow-guide.md +954 -0
- package/bundled/core/guides/performance-guide.md +508 -0
- package/bundled/core/guides/refactoring-guide.md +608 -0
- package/bundled/core/guides/security-guide.md +485 -0
- package/bundled/core/logging-standards.md +337 -2
- package/bundled/core/performance-standards.md +231 -0
- package/bundled/core/project-context-memory.md +180 -0
- package/bundled/core/project-structure.md +315 -2
- package/bundled/core/refactoring-standards.md +81 -761
- package/bundled/core/requirement-engineering.md +39 -0
- package/bundled/core/reverse-engineering-standards.md +6 -4
- package/bundled/core/security-standards.md +244 -0
- package/bundled/core/spec-driven-development.md +20 -319
- package/bundled/core/test-completeness-dimensions.md +213 -11
- package/bundled/core/test-driven-development.md +22 -978
- package/bundled/core/testing-standards.md +222 -2903
- package/bundled/core/versioning.md +16 -55
- package/bundled/core/virtual-organization-standards.md +85 -0
- package/bundled/locales/README.md +4 -4
- package/bundled/locales/zh-CN/CHANGELOG.md +18 -18
- package/bundled/locales/zh-CN/CLAUDE.md +3 -3
- package/bundled/locales/zh-CN/MAINTENANCE.md +7 -7
- package/bundled/locales/zh-CN/README.md +2 -2
- package/bundled/locales/zh-CN/STANDARDS-MAPPING.md +1 -1
- package/bundled/locales/zh-CN/adoption/ADOPTION-GUIDE.md +3 -3
- package/bundled/locales/zh-CN/adoption/DAILY-WORKFLOW-GUIDE.md +66 -7
- package/bundled/locales/zh-CN/adoption/STATIC-DYNAMIC-GUIDE.md +22 -22
- package/bundled/locales/zh-CN/adoption/checklists/enterprise.md +5 -5
- package/bundled/locales/zh-CN/adoption/checklists/minimal.md +4 -4
- package/bundled/locales/zh-CN/adoption/checklists/recommended.md +5 -5
- package/bundled/locales/zh-CN/ai/MAINTENANCE.md +13 -13
- package/bundled/locales/zh-CN/core/ai-instruction-standards.md +1 -1
- package/bundled/locales/zh-CN/core/anti-hallucination.md +39 -3
- package/bundled/locales/zh-CN/core/checkin-standards.md +18 -5
- package/bundled/locales/zh-CN/core/commit-message-guide.md +1 -1
- package/bundled/locales/zh-CN/core/developer-memory.md +576 -0
- package/bundled/locales/zh-CN/core/documentation-structure.md +43 -5
- package/bundled/locales/zh-CN/core/documentation-writing-standards.md +146 -5
- package/bundled/locales/zh-CN/core/git-workflow.md +179 -4
- package/bundled/locales/zh-CN/core/logging-standards.md +177 -4
- package/bundled/locales/zh-CN/core/project-structure.md +117 -5
- package/bundled/locales/zh-CN/core/refactoring-standards.md +3 -3
- package/bundled/locales/zh-CN/core/reverse-engineering-standards.md +6 -6
- package/bundled/locales/zh-CN/core/spec-driven-development.md +516 -14
- package/bundled/locales/zh-CN/core/test-completeness-dimensions.md +155 -24
- package/bundled/locales/zh-CN/core/test-driven-development.md +71 -20
- package/bundled/locales/zh-CN/core/testing-standards.md +4 -4
- package/bundled/locales/zh-CN/core/versioning.md +1 -1
- package/bundled/locales/zh-CN/docs/AI-AGENT-ROADMAP.md +90 -51
- package/bundled/locales/zh-CN/docs/CHEATSHEET.md +184 -0
- package/bundled/locales/zh-CN/docs/CLI-FLOW.md +239 -0
- package/bundled/locales/zh-CN/docs/FEATURE-REFERENCE.md +320 -0
- package/bundled/locales/zh-CN/docs/OPERATION-WORKFLOW.md +43 -43
- package/bundled/locales/zh-CN/docs/STANDARDS-REFERENCE.md +440 -0
- package/bundled/locales/zh-CN/docs/USAGE-MODES-COMPARISON.md +1 -1
- package/bundled/locales/zh-CN/docs/WINDOWS-GUIDE.md +1 -1
- package/bundled/locales/zh-CN/integrations/codex/README.md +3 -3
- package/bundled/locales/zh-CN/integrations/gemini-cli/README.md +3 -3
- package/bundled/locales/zh-CN/integrations/github-copilot/README.md +5 -5
- package/bundled/locales/zh-CN/integrations/github-copilot/copilot-instructions.md +9 -9
- package/bundled/locales/zh-CN/integrations/github-copilot/skills-mapping.md +18 -6
- package/bundled/locales/zh-CN/integrations/google-antigravity/README.md +2 -2
- package/bundled/locales/zh-CN/integrations/opencode/README.md +3 -3
- package/bundled/locales/zh-CN/integrations/opencode/skills-mapping.md +22 -10
- package/bundled/locales/zh-CN/integrations/openspec/README.md +1 -1
- package/bundled/locales/zh-CN/integrations/spec-kit/AGENTS.md +3 -3
- package/bundled/locales/zh-CN/integrations/spec-kit/README.md +1 -1
- package/bundled/locales/zh-CN/options/commit-message/bilingual.md +1 -1
- package/bundled/locales/zh-CN/options/commit-message/english.md +1 -1
- package/bundled/locales/zh-CN/options/commit-message/traditional-chinese.md +1 -1
- package/bundled/locales/zh-CN/options/git-workflow/gitflow.md +1 -1
- package/bundled/locales/zh-CN/options/git-workflow/github-flow.md +1 -1
- package/bundled/locales/zh-CN/options/git-workflow/merge-commit.md +1 -1
- package/bundled/locales/zh-CN/options/git-workflow/rebase-ff.md +1 -1
- package/bundled/locales/zh-CN/options/git-workflow/squash-merge.md +1 -1
- package/bundled/locales/zh-CN/options/git-workflow/trunk-based.md +1 -1
- package/bundled/locales/zh-CN/options/project-structure/dotnet.md +1 -1
- package/bundled/locales/zh-CN/options/project-structure/go.md +1 -1
- package/bundled/locales/zh-CN/options/project-structure/java.md +1 -1
- package/bundled/locales/zh-CN/options/project-structure/nodejs.md +1 -1
- package/bundled/locales/zh-CN/options/project-structure/python.md +1 -1
- package/bundled/locales/zh-CN/options/testing/e2e-testing.md +1 -1
- package/bundled/locales/zh-CN/options/testing/integration-testing.md +1 -1
- package/bundled/locales/zh-CN/options/testing/system-testing.md +1 -1
- package/bundled/locales/zh-CN/options/testing/unit-testing.md +1 -1
- package/bundled/locales/zh-CN/skills/{claude-code/CONTRIBUTING.template.md → CONTRIBUTING.template.md} +2 -2
- package/bundled/locales/zh-CN/skills/README.md +131 -81
- package/bundled/locales/zh-CN/skills/agents/README.md +281 -0
- package/bundled/locales/zh-CN/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/SKILL.md +10 -10
- package/bundled/locales/zh-CN/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/anti-hallucination.md +8 -8
- package/bundled/locales/zh-CN/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/certainty-labels.md +8 -8
- package/bundled/locales/zh-CN/skills/ai-friendly-architecture/SKILL.md +221 -0
- package/bundled/locales/zh-CN/skills/ai-instruction-standards/SKILL.md +214 -0
- package/bundled/locales/zh-CN/skills/atdd-assistant/SKILL.md +71 -0
- package/bundled/locales/zh-CN/skills/atdd-assistant/acceptance-criteria-guide.md +428 -0
- package/bundled/locales/zh-CN/skills/atdd-assistant/atdd-workflow.md +484 -0
- package/bundled/locales/zh-CN/skills/atdd-assistant/guide.md +368 -0
- package/bundled/locales/zh-CN/skills/bdd-assistant/SKILL.md +68 -0
- package/bundled/locales/zh-CN/skills/bdd-assistant/bdd-workflow.md +406 -0
- package/bundled/locales/zh-CN/skills/bdd-assistant/gherkin-guide.md +454 -0
- package/bundled/locales/zh-CN/skills/bdd-assistant/guide.md +324 -0
- package/bundled/locales/zh-CN/skills/changelog-guide/SKILL.md +64 -0
- package/bundled/locales/zh-CN/skills/{claude-code/changelog-guide/SKILL.md → changelog-guide/guide.md} +6 -7
- package/bundled/locales/zh-CN/skills/checkin-assistant/SKILL.md +56 -0
- package/bundled/locales/zh-CN/skills/{claude-code/checkin-assistant/SKILL.md → checkin-assistant/guide.md} +6 -7
- package/bundled/locales/zh-CN/skills/code-review-assistant/SKILL.md +56 -0
- package/bundled/locales/zh-CN/skills/{claude-code/code-review-assistant → code-review-assistant}/checkin-checklist.md +4 -4
- package/bundled/locales/zh-CN/skills/{claude-code/code-review-assistant/SKILL.md → code-review-assistant/guide.md} +5 -6
- package/bundled/locales/zh-CN/skills/{claude-code/code-review-assistant → code-review-assistant}/review-checklist.md +4 -4
- package/bundled/locales/zh-CN/skills/{claude-code/commands → commands}/bdd.md +2 -2
- package/bundled/locales/zh-CN/skills/{claude-code/commands → commands}/methodology.md +3 -3
- package/bundled/locales/zh-CN/skills/{claude-code/commands → commands}/refactor.md +3 -3
- package/bundled/locales/zh-CN/skills/commit-standards/SKILL.md +61 -0
- package/bundled/locales/zh-CN/skills/{claude-code/commit-standards → commit-standards}/conventional-commits.md +4 -4
- package/bundled/locales/zh-CN/skills/{claude-code/commit-standards/SKILL.md → commit-standards/guide.md} +5 -6
- package/bundled/locales/zh-CN/skills/{claude-code/commit-standards → commit-standards}/language-options.md +3 -3
- package/bundled/locales/zh-CN/skills/docs-generator/SKILL.md +59 -0
- package/bundled/locales/zh-CN/skills/docs-generator/guide.md +262 -0
- package/bundled/locales/zh-CN/skills/{claude-code/documentation-guide → documentation-guide}/SKILL.md +7 -8
- package/bundled/locales/zh-CN/skills/{claude-code/documentation-guide → documentation-guide}/documentation-structure.md +4 -4
- package/bundled/locales/zh-CN/skills/{claude-code/documentation-guide → documentation-guide}/readme-template.md +3 -3
- package/bundled/locales/zh-CN/skills/{claude-code/error-code-guide → error-code-guide}/SKILL.md +6 -6
- package/bundled/locales/zh-CN/skills/forward-derivation/SKILL.md +62 -0
- package/bundled/locales/zh-CN/skills/forward-derivation/guide.md +130 -0
- package/bundled/locales/zh-CN/skills/{claude-code/git-workflow-guide → git-workflow-guide}/SKILL.md +6 -6
- package/bundled/locales/zh-CN/skills/{claude-code/git-workflow-guide → git-workflow-guide}/branch-naming.md +3 -3
- package/bundled/locales/zh-CN/skills/{claude-code/git-workflow-guide → git-workflow-guide}/git-workflow.md +4 -4
- package/bundled/locales/zh-CN/skills/{claude-code/logging-guide → logging-guide}/SKILL.md +6 -6
- package/bundled/locales/zh-CN/skills/methodology-system/SKILL.md +78 -0
- package/bundled/locales/zh-CN/skills/{claude-code/methodology-system → methodology-system}/create-methodology.md +2 -2
- package/bundled/locales/zh-CN/skills/{claude-code/methodology-system/SKILL.md → methodology-system/guide.md} +2 -2
- package/bundled/locales/zh-CN/skills/{claude-code/methodology-system → methodology-system}/runtime.md +3 -3
- package/bundled/locales/zh-CN/skills/project-discovery/SKILL.md +66 -0
- package/bundled/locales/zh-CN/skills/project-discovery/guide.md +371 -0
- package/bundled/locales/zh-CN/skills/{claude-code/project-structure-guide → project-structure-guide}/SKILL.md +4 -4
- package/bundled/locales/zh-CN/skills/{claude-code/project-structure-guide → project-structure-guide}/language-patterns.md +1 -1
- package/bundled/locales/zh-CN/skills/refactoring-assistant/SKILL.md +67 -0
- package/bundled/locales/zh-CN/skills/{claude-code/refactoring-assistant/SKILL.md → refactoring-assistant/guide.md} +7 -8
- package/bundled/locales/zh-CN/skills/release-standards/SKILL.md +64 -0
- package/bundled/locales/zh-CN/skills/{claude-code/release-standards → release-standards}/changelog-format.md +3 -3
- package/bundled/locales/zh-CN/skills/{claude-code/release-standards/SKILL.md → release-standards/guide.md} +5 -6
- package/bundled/locales/zh-CN/skills/{claude-code/release-standards → release-standards}/release-workflow.md +7 -7
- package/bundled/locales/zh-CN/skills/{claude-code/release-standards → release-standards}/semantic-versioning.md +3 -3
- package/bundled/locales/zh-CN/skills/requirement-assistant/SKILL.md +67 -0
- package/bundled/locales/zh-CN/skills/{claude-code/requirement-assistant/SKILL.md → requirement-assistant/guide.md} +4 -5
- package/bundled/locales/zh-CN/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-checklist.md +3 -3
- package/bundled/locales/zh-CN/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-writing.md +3 -3
- package/bundled/locales/zh-CN/skills/reverse-engineer/SKILL.md +67 -0
- package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer → reverse-engineer}/bdd-extraction.md +2 -2
- package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer/SKILL.md → reverse-engineer/guide.md} +17 -18
- package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer → reverse-engineer}/tdd-analysis.md +2 -2
- package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer → reverse-engineer}/workflow.md +3 -3
- package/bundled/locales/zh-CN/skills/spec-driven-dev/SKILL.md +75 -0
- package/bundled/locales/zh-CN/skills/{claude-code/spec-driven-dev/SKILL.md → spec-driven-dev/guide.md} +10 -11
- package/bundled/locales/zh-CN/skills/tdd-assistant/SKILL.md +66 -0
- package/bundled/locales/zh-CN/skills/{claude-code/tdd-assistant/SKILL.md → tdd-assistant/guide.md} +12 -16
- package/bundled/locales/zh-CN/skills/{claude-code/tdd-assistant → tdd-assistant}/language-examples.md +3 -3
- package/bundled/locales/zh-CN/skills/{claude-code/tdd-assistant → tdd-assistant}/tdd-workflow.md +3 -3
- package/bundled/locales/zh-CN/skills/test-coverage-assistant/SKILL.md +65 -0
- package/bundled/locales/zh-CN/skills/test-coverage-assistant/guide.md +284 -0
- package/bundled/locales/zh-CN/skills/{claude-code/testing-guide → testing-guide}/SKILL.md +8 -8
- package/bundled/locales/zh-CN/skills/{claude-code/testing-guide → testing-guide}/testing-pyramid.md +4 -4
- package/bundled/locales/zh-CN/skills/{cline → tools/cline}/README.md +1 -1
- package/bundled/locales/zh-CN/skills/{copilot → tools/copilot}/README.md +1 -1
- package/bundled/locales/zh-CN/skills/{copilot → tools/copilot}/copilot-instructions.md +1 -1
- package/bundled/locales/zh-CN/skills/{cursor → tools/cursor}/README.md +1 -1
- package/bundled/locales/zh-CN/skills/{windsurf → tools/windsurf}/README.md +1 -1
- package/bundled/locales/zh-TW/CHANGELOG.md +16 -16
- package/bundled/locales/zh-TW/CLAUDE.md +3 -3
- package/bundled/locales/zh-TW/MAINTENANCE.md +7 -7
- package/bundled/locales/zh-TW/README.md +13 -7
- package/bundled/locales/zh-TW/STANDARDS-MAPPING.md +1 -1
- package/bundled/locales/zh-TW/adoption/ADOPTION-GUIDE.md +4 -4
- package/bundled/locales/zh-TW/adoption/DAILY-WORKFLOW-GUIDE.md +66 -7
- package/bundled/locales/zh-TW/adoption/STATIC-DYNAMIC-GUIDE.md +22 -22
- package/bundled/locales/zh-TW/adoption/checklists/enterprise.md +5 -5
- package/bundled/locales/zh-TW/adoption/checklists/minimal.md +4 -4
- package/bundled/locales/zh-TW/adoption/checklists/recommended.md +5 -5
- package/bundled/locales/zh-TW/ai/MAINTENANCE.md +13 -13
- package/bundled/locales/zh-TW/ai/standards/anti-hallucination.ai.yaml +3 -2
- package/bundled/locales/zh-TW/ai/standards/git-workflow.ai.yaml +4 -3
- package/bundled/locales/zh-TW/ai/standards/spec-driven-development.ai.yaml +3 -3
- package/bundled/locales/zh-TW/ai/standards/testing.ai.yaml +1 -0
- package/bundled/locales/zh-TW/core/ai-instruction-standards.md +1 -1
- package/bundled/locales/zh-TW/core/anti-hallucination.md +38 -701
- package/bundled/locales/zh-TW/core/changelog-standards.md +1 -1
- package/bundled/locales/zh-TW/core/checkin-standards.md +18 -5
- package/bundled/locales/zh-TW/core/code-review-checklist.md +1 -1
- package/bundled/locales/zh-TW/core/commit-message-guide.md +1 -1
- package/bundled/locales/zh-TW/core/developer-memory.md +576 -0
- package/bundled/locales/zh-TW/core/documentation-structure.md +115 -22
- package/bundled/locales/zh-TW/core/documentation-writing-standards.md +126 -5
- package/bundled/locales/zh-TW/core/forward-derivation-standards.md +2 -2
- package/bundled/locales/zh-TW/core/git-workflow.md +38 -812
- package/bundled/locales/zh-TW/core/guides/anti-hallucination-guide.md +779 -0
- package/bundled/locales/zh-TW/core/guides/git-workflow-guide.md +1016 -0
- package/bundled/locales/zh-TW/core/guides/refactoring-guide.md +864 -0
- package/bundled/locales/zh-TW/core/guides/testing-guide.md +2280 -0
- package/bundled/locales/zh-TW/core/logging-standards.md +159 -4
- package/bundled/locales/zh-TW/core/project-structure.md +102 -9
- package/bundled/locales/zh-TW/core/refactoring-standards.md +37 -823
- package/bundled/locales/zh-TW/core/reverse-engineering-standards.md +6 -6
- package/bundled/locales/zh-TW/core/spec-driven-development.md +17 -268
- package/bundled/locales/zh-TW/core/test-completeness-dimensions.md +128 -14
- package/bundled/locales/zh-TW/core/test-driven-development.md +20 -983
- package/bundled/locales/zh-TW/core/testing-standards.md +120 -2105
- package/bundled/locales/zh-TW/core/versioning.md +13 -55
- package/bundled/locales/zh-TW/docs/AI-AGENT-ROADMAP.md +90 -51
- package/bundled/locales/zh-TW/docs/CHEATSHEET.md +184 -0
- package/bundled/locales/zh-TW/docs/CLI-FLOW.md +239 -0
- package/bundled/locales/zh-TW/docs/FEATURE-REFERENCE.md +320 -0
- package/bundled/locales/zh-TW/docs/MIGRATION-V5.md +71 -0
- package/bundled/locales/zh-TW/docs/OPERATION-WORKFLOW.md +42 -42
- package/bundled/locales/zh-TW/docs/STANDARDS-REFERENCE.md +440 -0
- package/bundled/locales/zh-TW/docs/USAGE-MODES-COMPARISON.md +1 -1
- package/bundled/locales/zh-TW/docs/WINDOWS-GUIDE.md +1 -1
- package/bundled/locales/zh-TW/integrations/claude-code/README.md +44 -0
- package/bundled/locales/zh-TW/integrations/github-copilot/copilot-instructions.md +3 -3
- package/bundled/locales/zh-TW/integrations/github-copilot/skills-mapping.md +18 -6
- package/bundled/locales/zh-TW/integrations/opencode/skills-mapping.md +22 -10
- package/bundled/locales/zh-TW/methodologies/guides/sdd-guide.md +338 -0
- package/bundled/locales/zh-TW/methodologies/guides/tdd-guide.md +1055 -0
- package/bundled/locales/zh-TW/options/commit-message/bilingual.md +1 -1
- package/bundled/locales/zh-TW/options/commit-message/english.md +1 -1
- package/bundled/locales/zh-TW/options/commit-message/traditional-chinese.md +1 -1
- package/bundled/locales/zh-TW/options/git-workflow/gitflow.md +1 -1
- package/bundled/locales/zh-TW/options/git-workflow/github-flow.md +1 -1
- package/bundled/locales/zh-TW/options/git-workflow/merge-commit.md +1 -1
- package/bundled/locales/zh-TW/options/git-workflow/rebase-ff.md +1 -1
- package/bundled/locales/zh-TW/options/git-workflow/squash-merge.md +1 -1
- package/bundled/locales/zh-TW/options/git-workflow/trunk-based.md +1 -1
- package/bundled/locales/zh-TW/options/project-structure/dotnet.md +1 -1
- package/bundled/locales/zh-TW/options/project-structure/go.md +1 -1
- package/bundled/locales/zh-TW/options/project-structure/java.md +1 -1
- package/bundled/locales/zh-TW/options/project-structure/nodejs.md +1 -1
- package/bundled/locales/zh-TW/options/project-structure/python.md +1 -1
- package/bundled/locales/zh-TW/options/testing/e2e-testing.md +1 -1
- package/bundled/locales/zh-TW/options/testing/integration-testing.md +1 -1
- package/bundled/locales/zh-TW/options/testing/system-testing.md +1 -1
- package/bundled/locales/zh-TW/options/testing/unit-testing.md +1 -1
- package/bundled/locales/zh-TW/skills/{claude-code/CONTRIBUTING.template.md → CONTRIBUTING.template.md} +2 -2
- package/bundled/locales/zh-TW/skills/README.md +131 -79
- package/bundled/locales/zh-TW/skills/agents/README.md +281 -0
- package/bundled/locales/zh-TW/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/SKILL.md +7 -7
- package/bundled/locales/zh-TW/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/anti-hallucination.md +8 -8
- package/bundled/locales/zh-TW/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/certainty-labels.md +8 -8
- package/bundled/locales/zh-TW/skills/ai-friendly-architecture/SKILL.md +221 -0
- package/bundled/locales/zh-TW/skills/ai-instruction-standards/SKILL.md +214 -0
- package/bundled/locales/zh-TW/skills/atdd-assistant/SKILL.md +71 -0
- package/bundled/locales/zh-TW/skills/atdd-assistant/acceptance-criteria-guide.md +428 -0
- package/bundled/locales/zh-TW/skills/atdd-assistant/atdd-workflow.md +484 -0
- package/bundled/locales/zh-TW/skills/atdd-assistant/guide.md +368 -0
- package/bundled/locales/zh-TW/skills/bdd-assistant/SKILL.md +68 -0
- package/bundled/locales/zh-TW/skills/bdd-assistant/bdd-workflow.md +406 -0
- package/bundled/locales/zh-TW/skills/bdd-assistant/gherkin-guide.md +454 -0
- package/bundled/locales/zh-TW/skills/bdd-assistant/guide.md +324 -0
- package/bundled/locales/zh-TW/skills/changelog-guide/SKILL.md +64 -0
- package/bundled/locales/zh-TW/skills/{claude-code/changelog-guide/SKILL.md → changelog-guide/guide.md} +6 -7
- package/bundled/locales/zh-TW/skills/checkin-assistant/SKILL.md +56 -0
- package/bundled/locales/zh-TW/skills/{claude-code/checkin-assistant/SKILL.md → checkin-assistant/guide.md} +6 -7
- package/bundled/locales/zh-TW/skills/code-review-assistant/SKILL.md +56 -0
- package/bundled/locales/zh-TW/skills/{claude-code/code-review-assistant → code-review-assistant}/checkin-checklist.md +4 -4
- package/bundled/locales/zh-TW/skills/{claude-code/code-review-assistant/SKILL.md → code-review-assistant/guide.md} +2 -3
- package/bundled/locales/zh-TW/skills/{claude-code/code-review-assistant → code-review-assistant}/review-checklist.md +4 -4
- package/bundled/locales/zh-TW/skills/{claude-code/commands → commands}/bdd.md +2 -2
- package/bundled/locales/zh-TW/skills/{claude-code/commands → commands}/methodology.md +3 -3
- package/bundled/locales/zh-TW/skills/{claude-code/commands → commands}/refactor.md +3 -3
- package/bundled/locales/zh-TW/skills/commit-standards/SKILL.md +61 -0
- package/bundled/locales/zh-TW/skills/{claude-code/commit-standards → commit-standards}/conventional-commits.md +4 -4
- package/bundled/locales/zh-TW/skills/{claude-code/commit-standards/SKILL.md → commit-standards/guide.md} +5 -6
- package/bundled/locales/zh-TW/skills/{claude-code/commit-standards → commit-standards}/language-options.md +3 -3
- package/bundled/locales/zh-TW/skills/docs-generator/SKILL.md +59 -0
- package/bundled/locales/zh-TW/skills/docs-generator/guide.md +262 -0
- package/bundled/locales/zh-TW/skills/{claude-code/documentation-guide → documentation-guide}/SKILL.md +7 -8
- package/bundled/locales/zh-TW/skills/{claude-code/documentation-guide → documentation-guide}/documentation-structure.md +4 -4
- package/bundled/locales/zh-TW/skills/{claude-code/documentation-guide → documentation-guide}/readme-template.md +3 -3
- package/bundled/locales/zh-TW/skills/{claude-code/error-code-guide → error-code-guide}/SKILL.md +6 -6
- package/bundled/locales/zh-TW/skills/forward-derivation/SKILL.md +62 -0
- package/bundled/locales/zh-TW/skills/{claude-code/forward-derivation/SKILL.md → forward-derivation/guide.md} +24 -19
- package/bundled/locales/zh-TW/skills/{claude-code/git-workflow-guide → git-workflow-guide}/SKILL.md +3 -3
- package/bundled/locales/zh-TW/skills/{claude-code/git-workflow-guide → git-workflow-guide}/branch-naming.md +3 -3
- package/bundled/locales/zh-TW/skills/{claude-code/git-workflow-guide → git-workflow-guide}/git-workflow.md +4 -4
- package/bundled/locales/zh-TW/skills/{claude-code/logging-guide → logging-guide}/SKILL.md +6 -6
- package/bundled/locales/zh-TW/skills/methodology-system/SKILL.md +78 -0
- package/bundled/locales/zh-TW/skills/{claude-code/methodology-system → methodology-system}/create-methodology.md +2 -2
- package/bundled/locales/zh-TW/skills/{claude-code/methodology-system/SKILL.md → methodology-system/guide.md} +2 -2
- package/bundled/locales/zh-TW/skills/{claude-code/methodology-system → methodology-system}/runtime.md +3 -3
- package/bundled/locales/zh-TW/skills/project-discovery/SKILL.md +66 -0
- package/bundled/locales/zh-TW/skills/project-discovery/guide.md +371 -0
- package/bundled/locales/zh-TW/skills/project-discovery/workflow.md +574 -0
- package/bundled/locales/zh-TW/skills/{claude-code/project-structure-guide → project-structure-guide}/SKILL.md +4 -4
- package/bundled/locales/zh-TW/skills/{claude-code/project-structure-guide → project-structure-guide}/language-patterns.md +1 -1
- package/bundled/locales/zh-TW/skills/refactoring-assistant/SKILL.md +67 -0
- package/bundled/locales/zh-TW/skills/{claude-code/refactoring-assistant/SKILL.md → refactoring-assistant/guide.md} +7 -8
- package/bundled/locales/zh-TW/skills/release-standards/SKILL.md +64 -0
- package/bundled/locales/zh-TW/skills/{claude-code/release-standards → release-standards}/changelog-format.md +3 -3
- package/bundled/locales/zh-TW/skills/{claude-code/release-standards/SKILL.md → release-standards/guide.md} +2 -3
- package/bundled/locales/zh-TW/skills/{claude-code/release-standards → release-standards}/release-workflow.md +60 -28
- package/bundled/locales/zh-TW/skills/{claude-code/release-standards → release-standards}/semantic-versioning.md +3 -3
- package/bundled/locales/zh-TW/skills/requirement-assistant/SKILL.md +67 -0
- package/bundled/locales/zh-TW/skills/{claude-code/requirement-assistant/SKILL.md → requirement-assistant/guide.md} +2 -3
- package/bundled/locales/zh-TW/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-checklist.md +3 -3
- package/bundled/locales/zh-TW/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-writing.md +3 -3
- package/bundled/locales/zh-TW/skills/reverse-engineer/SKILL.md +67 -0
- package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer → reverse-engineer}/bdd-extraction.md +2 -2
- package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer/SKILL.md → reverse-engineer/guide.md} +17 -18
- package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer → reverse-engineer}/tdd-analysis.md +2 -2
- package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer → reverse-engineer}/workflow.md +3 -3
- package/bundled/locales/zh-TW/skills/spec-driven-dev/SKILL.md +75 -0
- package/bundled/locales/zh-TW/skills/{claude-code/spec-driven-dev/SKILL.md → spec-driven-dev/guide.md} +9 -10
- package/bundled/locales/zh-TW/skills/tdd-assistant/SKILL.md +66 -0
- package/bundled/locales/zh-TW/skills/{claude-code/tdd-assistant/SKILL.md → tdd-assistant/guide.md} +9 -10
- package/bundled/locales/zh-TW/skills/{claude-code/tdd-assistant → tdd-assistant}/language-examples.md +3 -3
- package/bundled/locales/zh-TW/skills/{claude-code/tdd-assistant → tdd-assistant}/tdd-workflow.md +3 -3
- package/bundled/locales/zh-TW/skills/test-coverage-assistant/SKILL.md +65 -0
- package/bundled/locales/zh-TW/skills/{claude-code/test-coverage-assistant/SKILL.md → test-coverage-assistant/guide.md} +27 -24
- package/bundled/locales/zh-TW/skills/{claude-code/testing-guide → testing-guide}/SKILL.md +6 -6
- package/bundled/locales/zh-TW/skills/{claude-code/testing-guide → testing-guide}/testing-pyramid.md +4 -4
- package/bundled/locales/zh-TW/skills/{cline → tools/cline}/README.md +1 -1
- package/bundled/locales/zh-TW/skills/{copilot → tools/copilot}/README.md +1 -1
- package/bundled/locales/zh-TW/skills/{copilot → tools/copilot}/copilot-instructions.md +1 -1
- package/bundled/locales/zh-TW/skills/{cursor → tools/cursor}/README.md +1 -1
- package/bundled/locales/zh-TW/skills/{windsurf → tools/windsurf}/README.md +1 -1
- package/bundled/skills/INTEGRATION-GUIDE.md +210 -0
- package/bundled/skills/README.md +95 -0
- package/bundled/skills/_shared/README.md +60 -0
- package/bundled/skills/{claude-code/agents → agents}/README.md +2 -2
- package/bundled/skills/{claude-code/agents → agents}/code-architect.md +1 -1
- package/bundled/skills/{claude-code/agents → agents}/doc-writer.md +1 -1
- package/bundled/skills/{claude-code/agents → agents}/reviewer.md +1 -1
- package/bundled/skills/{claude-code/agents → agents}/spec-analyst.md +1 -1
- package/bundled/skills/{claude-code/agents → agents}/test-specialist.md +1 -1
- package/bundled/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/SKILL.md +28 -5
- package/bundled/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/anti-hallucination.md +24 -5
- package/bundled/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/certainty-labels.md +31 -6
- package/bundled/skills/ai-friendly-architecture/SKILL.md +216 -0
- package/bundled/skills/ai-instruction-standards/SKILL.md +209 -0
- package/bundled/skills/atdd-assistant/SKILL.md +74 -0
- package/bundled/skills/{claude-code/atdd-assistant → atdd-assistant}/acceptance-criteria-guide.md +1 -1
- package/bundled/skills/{claude-code/atdd-assistant → atdd-assistant}/atdd-workflow.md +1 -1
- package/bundled/skills/{claude-code/atdd-assistant/SKILL.md → atdd-assistant/guide.md} +11 -11
- package/bundled/skills/bdd-assistant/SKILL.md +70 -0
- package/bundled/skills/{claude-code/bdd-assistant → bdd-assistant}/bdd-workflow.md +1 -1
- package/bundled/skills/{claude-code/bdd-assistant → bdd-assistant}/gherkin-guide.md +1 -1
- package/bundled/skills/{claude-code/bdd-assistant/SKILL.md → bdd-assistant/guide.md} +11 -11
- package/bundled/skills/changelog-guide/SKILL.md +66 -0
- package/bundled/skills/{claude-code/changelog-guide/SKILL.md → changelog-guide/guide.md} +8 -6
- package/bundled/skills/checkin-assistant/SKILL.md +52 -0
- package/bundled/skills/{claude-code/checkin-assistant/SKILL.md → checkin-assistant/guide.md} +6 -6
- package/bundled/skills/code-review-assistant/SKILL.md +53 -0
- package/bundled/skills/{claude-code/code-review-assistant → code-review-assistant}/checkin-checklist.md +3 -3
- package/bundled/skills/{claude-code/code-review-assistant/SKILL.md → code-review-assistant/guide.md} +7 -5
- package/bundled/skills/{claude-code/code-review-assistant → code-review-assistant}/review-checklist.md +3 -3
- package/bundled/skills/commands/COMMAND-FAMILY-OVERVIEW.md +290 -0
- package/bundled/skills/{claude-code/commands → commands}/README.md +13 -3
- package/bundled/skills/{claude-code/commands → commands}/atdd.md +3 -3
- package/bundled/skills/{claude-code/commands → commands}/bdd.md +2 -2
- package/bundled/skills/commands/changelog.md +58 -0
- package/bundled/skills/{claude-code/commands → commands}/check.md +1 -1
- package/bundled/skills/commands/checkin.md +53 -0
- package/bundled/skills/{claude-code/commands → commands}/commit.md +3 -3
- package/bundled/skills/{claude-code/commands → commands}/config.md +1 -1
- package/bundled/skills/{claude-code/commands → commands}/coverage.md +5 -4
- package/bundled/skills/commands/derive-all.md +53 -0
- package/bundled/skills/commands/derive-atdd.md +49 -0
- package/bundled/skills/commands/derive-bdd.md +47 -0
- package/bundled/skills/commands/derive-tdd.md +48 -0
- package/bundled/skills/commands/derive.md +72 -0
- package/bundled/skills/commands/discover.md +80 -0
- package/bundled/skills/commands/docgen.md +61 -0
- package/bundled/skills/commands/docs.md +59 -0
- package/bundled/skills/commands/guide.md +44 -0
- package/bundled/skills/{claude-code/commands → commands}/init.md +2 -2
- package/bundled/skills/{claude-code/commands → commands}/methodology.md +32 -16
- package/bundled/skills/{claude-code/commands → commands}/refactor.md +2 -2
- package/bundled/skills/commands/release.md +56 -0
- package/bundled/skills/{claude-code/commands → commands}/requirement.md +3 -3
- package/bundled/skills/commands/reverse-bdd.md +47 -0
- package/bundled/skills/commands/reverse-sdd.md +51 -0
- package/bundled/skills/commands/reverse-tdd.md +51 -0
- package/bundled/skills/commands/reverse.md +63 -0
- package/bundled/skills/{claude-code/commands → commands}/review.md +3 -3
- package/bundled/skills/commands/sdd.md +135 -0
- package/bundled/skills/{claude-code/commands → commands}/tdd.md +3 -3
- package/bundled/skills/{claude-code/commands → commands}/update.md +2 -2
- package/bundled/skills/commit-standards/SKILL.md +60 -0
- package/bundled/skills/{claude-code/commit-standards → commit-standards}/conventional-commits.md +3 -3
- package/bundled/skills/{claude-code/commit-standards/SKILL.md → commit-standards/guide.md} +17 -5
- package/bundled/skills/{claude-code/commit-standards → commit-standards}/language-options.md +2 -2
- package/bundled/skills/docs-generator/SKILL.md +69 -0
- package/bundled/skills/docs-generator/guide.md +258 -0
- package/bundled/skills/{claude-code/documentation-guide → documentation-guide}/SKILL.md +7 -7
- package/bundled/skills/{claude-code/documentation-guide → documentation-guide}/documentation-structure.md +3 -3
- package/bundled/skills/{claude-code/documentation-guide → documentation-guide}/readme-template.md +2 -2
- package/bundled/skills/{claude-code/error-code-guide → error-code-guide}/SKILL.md +7 -5
- package/bundled/skills/forward-derivation/SKILL.md +61 -0
- package/bundled/skills/{claude-code/forward-derivation/SKILL.md → forward-derivation/guide.md} +44 -29
- package/bundled/skills/{claude-code/git-workflow-guide → git-workflow-guide}/SKILL.md +7 -5
- package/bundled/skills/{claude-code/git-workflow-guide → git-workflow-guide}/branch-naming.md +2 -2
- package/bundled/skills/{claude-code/git-workflow-guide → git-workflow-guide}/git-workflow.md +3 -3
- package/bundled/skills/{claude-code/logging-guide → logging-guide}/SKILL.md +7 -5
- package/bundled/skills/methodology-system/SKILL.md +75 -0
- package/bundled/skills/{claude-code/methodology-system → methodology-system}/create-methodology.md +1 -1
- package/bundled/skills/{claude-code/methodology-system/SKILL.md → methodology-system/guide.md} +51 -16
- package/bundled/skills/methodology-system/integrated-flow.md +454 -0
- package/bundled/skills/{claude-code/methodology-system → methodology-system}/runtime.md +2 -2
- package/bundled/skills/project-discovery/SKILL.md +63 -0
- package/bundled/skills/project-discovery/guide.md +367 -0
- package/bundled/skills/project-discovery/workflow.md +566 -0
- package/bundled/skills/{claude-code/project-structure-guide → project-structure-guide}/SKILL.md +14 -4
- package/bundled/skills/refactoring-assistant/SKILL.md +78 -0
- package/bundled/skills/{claude-code/refactoring-assistant/SKILL.md → refactoring-assistant/guide.md} +7 -7
- package/bundled/skills/release-standards/SKILL.md +61 -0
- package/bundled/skills/{claude-code/release-standards → release-standards}/changelog-format.md +2 -2
- package/bundled/skills/{claude-code/release-standards/SKILL.md → release-standards/guide.md} +7 -5
- package/bundled/skills/{claude-code/release-standards → release-standards}/release-workflow.md +59 -24
- package/bundled/skills/{claude-code/release-standards → release-standards}/semantic-versioning.md +2 -2
- package/bundled/skills/requirement-assistant/SKILL.md +66 -0
- package/bundled/skills/{claude-code/requirement-assistant/SKILL.md → requirement-assistant/guide.md} +14 -6
- package/bundled/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-checklist.md +2 -2
- package/bundled/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-writing.md +2 -2
- package/bundled/skills/reverse-engineer/SKILL.md +64 -0
- package/bundled/skills/{claude-code/reverse-engineer → reverse-engineer}/bdd-extraction.md +1 -1
- package/bundled/skills/{claude-code/reverse-engineer/SKILL.md → reverse-engineer/guide.md} +21 -18
- package/bundled/skills/{claude-code/reverse-engineer → reverse-engineer}/tdd-analysis.md +1 -1
- package/bundled/skills/{claude-code/reverse-engineer → reverse-engineer}/workflow.md +2 -2
- package/bundled/skills/spec-driven-dev/SKILL.md +80 -0
- package/bundled/skills/{claude-code/spec-driven-dev/SKILL.md → spec-driven-dev/guide.md} +50 -8
- package/bundled/skills/tdd-assistant/SKILL.md +65 -0
- package/bundled/skills/{claude-code/tdd-assistant/SKILL.md → tdd-assistant/guide.md} +10 -10
- package/bundled/skills/{claude-code/tdd-assistant → tdd-assistant}/language-examples.md +3 -3
- package/bundled/skills/{claude-code/tdd-assistant → tdd-assistant}/tdd-workflow.md +2 -2
- package/bundled/skills/test-coverage-assistant/SKILL.md +63 -0
- package/bundled/skills/{claude-code/test-coverage-assistant/SKILL.md → test-coverage-assistant/guide.md} +39 -24
- package/bundled/skills/{claude-code/testing-guide → testing-guide}/SKILL.md +12 -7
- package/bundled/skills/{claude-code/testing-guide → testing-guide}/testing-pyramid.md +3 -3
- package/bundled/skills/testing-guide/testing-theory.md +2291 -0
- package/bundled/skills/tools/cline/.clinerules +79 -0
- package/bundled/skills/tools/cline/README.md +50 -0
- package/bundled/skills/tools/copilot/README.md +99 -0
- package/bundled/skills/tools/copilot/copilot-instructions.md +71 -0
- package/bundled/skills/tools/cursor/.cursorrules +101 -0
- package/bundled/skills/tools/cursor/README.md +50 -0
- package/bundled/skills/tools/windsurf/.windsurfrules +76 -0
- package/bundled/skills/tools/windsurf/README.md +51 -0
- package/bundled/skills/{claude-code/workflows → workflows}/README.md +1 -1
- package/bundled/skills/workflows/release.workflow.yaml +893 -0
- package/package.json +4 -1
- package/src/commands/check.js +195 -130
- package/src/commands/config.js +1262 -0
- package/src/commands/configure.js +3 -950
- package/src/commands/fix.js +53 -0
- package/src/commands/hitl.js +19 -0
- package/src/commands/init.js +320 -1030
- package/src/commands/list.js +1 -1
- package/src/commands/simulate.js +61 -0
- package/src/commands/spec.js +288 -0
- package/src/commands/start.js +373 -0
- package/src/commands/sweep.js +142 -0
- package/src/commands/update.js +136 -19
- package/src/commands/workflow.js +265 -1
- package/src/config/ai-agent-paths.js +89 -29
- package/src/core/constants.js +7 -1
- package/src/core/manifest.js +1 -0
- package/src/flows/init-flow.js +243 -0
- package/src/hitl/checkpoint.js +80 -0
- package/src/hitl/classifier.js +54 -0
- package/src/hitl/manager.js +88 -0
- package/src/i18n/messages.js +907 -99
- package/src/index.js +1 -0
- package/src/installers/integration-installer.js +237 -0
- package/src/installers/manifest-installer.js +131 -0
- package/src/installers/skills-installer.js +286 -0
- package/src/installers/standards-installer.js +193 -0
- package/src/missions/MissionManager.js +501 -0
- package/src/prompts/init.js +228 -130
- package/src/prompts/integrations.js +13 -1
- package/src/schemas/standard.schema.json +117 -0
- package/src/utils/agents-installer.js +2 -2
- package/src/utils/config-loader.js +47 -0
- package/src/utils/config-manager.js +108 -0
- package/src/utils/config-merger.js +47 -0
- package/src/utils/github.js +22 -18
- package/src/utils/inquirer-patch.js +98 -0
- package/src/utils/integration-generator.js +392 -58
- package/src/utils/reference-sync.js +69 -19
- package/src/utils/skills-installer.js +6 -3
- package/src/utils/standard-fixer.js +141 -0
- package/src/utils/standard-validator.js +329 -0
- package/src/utils/workflow-executor.js +886 -0
- package/src/utils/workflow-state.js +404 -0
- package/src/utils/workflows-installer.js +2 -2
- package/src/vibe/auto-sweep.js +349 -0
- package/src/vibe/micro-spec.js +428 -0
- package/standards-registry.json +278 -102
- package/bundled/locales/zh-CN/skills/claude-code/README.md +0 -174
- package/bundled/locales/zh-CN/skills/claude-code/test-coverage-assistant/SKILL.md +0 -282
- package/bundled/locales/zh-TW/skills/claude-code/README.md +0 -174
- package/bundled/skills/claude-code/README.md +0 -215
- package/bundled/skills/claude-code/commands/changelog.md +0 -57
- package/bundled/skills/claude-code/commands/derive-all.md +0 -214
- package/bundled/skills/claude-code/commands/derive-atdd.md +0 -177
- package/bundled/skills/claude-code/commands/derive-bdd.md +0 -158
- package/bundled/skills/claude-code/commands/derive-tdd.md +0 -259
- package/bundled/skills/claude-code/commands/docs.md +0 -75
- package/bundled/skills/claude-code/commands/release.md +0 -50
- package/bundled/skills/claude-code/commands/reverse-bdd.md +0 -264
- package/bundled/skills/claude-code/commands/reverse-spec.md +0 -185
- package/bundled/skills/claude-code/commands/reverse-tdd.md +0 -351
- package/bundled/skills/claude-code/commands/spec.md +0 -69
- package/bundled/skills/claude-code/methodology-system/integrated-flow.md +0 -322
- /package/bundled/skills/{claude-code/CONTRIBUTING.template.md → CONTRIBUTING.template.md} +0 -0
- /package/bundled/skills/{claude-code/ai → ai}/standards/checkin.ai.yaml +0 -0
- /package/bundled/skills/{claude-code/ai → ai}/standards/commit.ai.yaml +0 -0
- /package/bundled/skills/{claude-code/ai → ai}/standards/refactoring.ai.yaml +0 -0
- /package/bundled/skills/{claude-code/ai → ai}/standards/testing.ai.yaml +0 -0
- /package/bundled/skills/{claude-code/project-structure-guide → project-structure-guide}/language-patterns.md +0 -0
- /package/bundled/skills/{claude-code/workflows → workflows}/code-review.workflow.yaml +0 -0
- /package/bundled/skills/{claude-code/workflows → workflows}/feature-dev.workflow.yaml +0 -0
- /package/bundled/skills/{claude-code/workflows → workflows}/integrated-flow.workflow.yaml +0 -0
- /package/bundled/skills/{claude-code/workflows → workflows}/large-codebase-analysis.workflow.yaml +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
source: ../../../docs/OPERATION-WORKFLOW.md
|
|
3
|
-
source_version: 1.
|
|
4
|
-
translation_version: 1.
|
|
3
|
+
source_version: 1.3.0
|
|
4
|
+
translation_version: 1.3.0
|
|
5
5
|
status: current
|
|
6
|
-
last_updated: 2026-01-
|
|
6
|
+
last_updated: 2026-01-26
|
|
7
7
|
translator: Claude
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -11,8 +11,8 @@ translator: Claude
|
|
|
11
11
|
|
|
12
12
|
> **Language**: [English](../../../docs/OPERATION-WORKFLOW.md) | 繁體中文 | [简体中文](../../zh-CN/docs/OPERATION-WORKFLOW.md)
|
|
13
13
|
|
|
14
|
-
**版本**: 1.
|
|
15
|
-
**最後更新**: 2026-01-
|
|
14
|
+
**版本**: 1.3.0
|
|
15
|
+
**最後更新**: 2026-01-26
|
|
16
16
|
|
|
17
17
|
本文件提供 Universal Development Standards (UDS) 專案的完整作業流程,涵蓋從核心規範到檔案生成的所有流程。
|
|
18
18
|
|
|
@@ -55,7 +55,7 @@ translator: Claude
|
|
|
55
55
|
↓
|
|
56
56
|
┌─────────────────────────────────────────────────────────────────┐
|
|
57
57
|
│ Claude Code Skills │
|
|
58
|
-
│ skills/
|
|
58
|
+
│ skills/ - 15 個 Skills │
|
|
59
59
|
│ 每個 Skill 對應 1+ 個核心規範 │
|
|
60
60
|
└──────────────────────────┬──────────────────────────────────────┘
|
|
61
61
|
│
|
|
@@ -75,7 +75,7 @@ translator: Claude
|
|
|
75
75
|
| `ai/standards/*.ai.yaml` | AI 優化規範 | 16 |
|
|
76
76
|
| `options/*/*.md` | 實踐選項 | 36 |
|
|
77
77
|
| `ai/options/*/*.ai.yaml` | AI 優化選項 | 36 |
|
|
78
|
-
| `skills
|
|
78
|
+
| `skills/*/` | Claude Code 技能 | 15 |
|
|
79
79
|
| `integrations/*/` | AI 工具範本 | 10 |
|
|
80
80
|
| `locales/zh-TW/` | 繁體中文 | ~129 |
|
|
81
81
|
| `locales/zh-CN/` | 簡體中文 | 部分 |
|
|
@@ -228,7 +228,7 @@ locales/zh-CN/core/*.md(簡體中文)
|
|
|
228
228
|
**YAML Front Matter 範本:**
|
|
229
229
|
```yaml
|
|
230
230
|
---
|
|
231
|
-
source:
|
|
231
|
+
source: ../../../docs/OPERATION-WORKFLOW.md
|
|
232
232
|
source_version: 1.2.0
|
|
233
233
|
translation_version: 1.2.0
|
|
234
234
|
status: current
|
|
@@ -250,26 +250,26 @@ translator: [名稱]
|
|
|
250
250
|
|
|
251
251
|
| Skill 名稱 | 對應核心規範 | 路徑 |
|
|
252
252
|
|------------|--------------|------|
|
|
253
|
-
| ai-collaboration-standards | anti-hallucination | `skills/
|
|
254
|
-
| changelog-guide | changelog | `skills/
|
|
255
|
-
| code-review-assistant | code-review, checkin | `skills/
|
|
256
|
-
| commit-standards | commit-message | `skills/
|
|
257
|
-
| documentation-guide | documentation-* | `skills/
|
|
258
|
-
| error-code-guide | error-codes | `skills/
|
|
259
|
-
| git-workflow-guide | git-workflow | `skills/
|
|
260
|
-
| logging-guide | logging | `skills/
|
|
261
|
-
| project-structure-guide | project-structure | `skills/
|
|
262
|
-
| release-standards | versioning | `skills/
|
|
263
|
-
| requirement-assistant | (需求文件) | `skills/
|
|
264
|
-
| spec-driven-dev | spec-driven | `skills/
|
|
265
|
-
| tdd-assistant | tdd | `skills/
|
|
266
|
-
| test-coverage-assistant | test-completeness | `skills/
|
|
267
|
-
| testing-guide | testing | `skills/
|
|
253
|
+
| ai-collaboration-standards | anti-hallucination | `skills/ai-collaboration-standards/` |
|
|
254
|
+
| changelog-guide | changelog | `skills/changelog-guide/` |
|
|
255
|
+
| code-review-assistant | code-review, checkin | `skills/code-review-assistant/` |
|
|
256
|
+
| commit-standards | commit-message | `skills/commit-standards/` |
|
|
257
|
+
| documentation-guide | documentation-* | `skills/documentation-guide/` |
|
|
258
|
+
| error-code-guide | error-codes | `skills/error-code-guide/` |
|
|
259
|
+
| git-workflow-guide | git-workflow | `skills/git-workflow-guide/` |
|
|
260
|
+
| logging-guide | logging | `skills/logging-guide/` |
|
|
261
|
+
| project-structure-guide | project-structure | `skills/project-structure-guide/` |
|
|
262
|
+
| release-standards | versioning | `skills/release-standards/` |
|
|
263
|
+
| requirement-assistant | (需求文件) | `skills/requirement-assistant/` |
|
|
264
|
+
| spec-driven-dev | spec-driven | `skills/spec-driven-dev/` |
|
|
265
|
+
| tdd-assistant | tdd | `skills/tdd-assistant/` |
|
|
266
|
+
| test-coverage-assistant | test-completeness | `skills/test-coverage-assistant/` |
|
|
267
|
+
| testing-guide | testing | `skills/testing-guide/` |
|
|
268
268
|
|
|
269
269
|
### 4.2 Skill 目錄結構
|
|
270
270
|
|
|
271
271
|
```
|
|
272
|
-
skills/
|
|
272
|
+
skills/[skill-name]/
|
|
273
273
|
├── SKILL.md # 主要技能文件(YAML 前置 + 內容)
|
|
274
274
|
├── [guide1].md # 詳細指南
|
|
275
275
|
├── [guide2].md # 詳細指南
|
|
@@ -582,13 +582,13 @@ UDS 有兩個相關但獨立的元件:
|
|
|
582
582
|
| 元件 | 類型 | 位置 | 用途 |
|
|
583
583
|
|------|------|------|------|
|
|
584
584
|
| UDS CLI | Node.js 程式 | `cli/src/` | 執行實際操作(`uds init`、`uds check` 等)|
|
|
585
|
-
| 斜線命令 | Markdown 文檔 | `skills/
|
|
585
|
+
| 斜線命令 | Markdown 文檔 | `skills/commands/` | 指導 AI 如何使用 CLI |
|
|
586
586
|
|
|
587
587
|
**執行流程:**
|
|
588
588
|
```
|
|
589
589
|
使用者在 Claude Code 輸入 /update
|
|
590
590
|
↓
|
|
591
|
-
AI 讀取 skills/
|
|
591
|
+
AI 讀取 skills/commands/update.md
|
|
592
592
|
↓
|
|
593
593
|
AI 執行 CLI 命令(uds check、uds update)
|
|
594
594
|
↓
|
|
@@ -601,12 +601,12 @@ AI 根據 CLI 輸出向使用者報告結果
|
|
|
601
601
|
|
|
602
602
|
| CLI 檔案 | 斜線命令 |
|
|
603
603
|
|----------|----------|
|
|
604
|
-
| `cli/src/commands/init.js` | `skills/
|
|
605
|
-
| `cli/src/commands/check.js` | `skills/
|
|
606
|
-
| `cli/src/commands/update.js` | `skills/
|
|
607
|
-
| `cli/src/commands/configure.js` | `skills/
|
|
608
|
-
| `cli/src/commands/list.js` | `skills/
|
|
609
|
-
| `cli/src/commands/skills.js` | `skills/
|
|
604
|
+
| `cli/src/commands/init.js` | `skills/commands/init.md` |
|
|
605
|
+
| `cli/src/commands/check.js` | `skills/commands/check.md` |
|
|
606
|
+
| `cli/src/commands/update.js` | `skills/commands/update.md` |
|
|
607
|
+
| `cli/src/commands/configure.js` | `skills/commands/configure.md` |
|
|
608
|
+
| `cli/src/commands/list.js` | `skills/commands/list.md` |
|
|
609
|
+
| `cli/src/commands/skills.js` | `skills/commands/skills.md` |
|
|
610
610
|
|
|
611
611
|
#### 同步檢查清單
|
|
612
612
|
|
|
@@ -614,7 +614,7 @@ AI 根據 CLI 輸出向使用者報告結果
|
|
|
614
614
|
|
|
615
615
|
1. [ ] 在 CLI 實作功能(`cli/src/commands/*.js` 或 `cli/src/utils/*.js`)
|
|
616
616
|
2. [ ] 新增單元測試(`cli/tests/`)
|
|
617
|
-
3. [ ] 更新斜線命令文檔(`skills/
|
|
617
|
+
3. [ ] 更新斜線命令文檔(`skills/commands/*.md`)
|
|
618
618
|
4. [ ] 如需要,更新翻譯(`locales/zh-TW/skills/`、`locales/zh-CN/skills/`)
|
|
619
619
|
5. [ ] 執行驗證:`cd cli && npm test && npm run lint`
|
|
620
620
|
|
|
@@ -634,10 +634,10 @@ AI 根據 CLI 輸出向使用者報告結果
|
|
|
634
634
|
步驟 3:在 cli/tests/utils/github.test.js 新增單元測試
|
|
635
635
|
- 測試各種情境(檔案存在、找不到、解析錯誤)
|
|
636
636
|
↓
|
|
637
|
-
步驟 4:更新 skills/
|
|
637
|
+
步驟 4:更新 skills/commands/check.md
|
|
638
638
|
- 在 Skills Status 區段記錄新的版本輸出
|
|
639
639
|
↓
|
|
640
|
-
步驟 5:更新 skills/
|
|
640
|
+
步驟 5:更新 skills/commands/update.md
|
|
641
641
|
- 新增說明如何檢查 Skills 版本的章節
|
|
642
642
|
```
|
|
643
643
|
|
|
@@ -660,7 +660,7 @@ AI 根據 CLI 輸出向使用者報告結果
|
|
|
660
660
|
↓
|
|
661
661
|
步驟 4:建立 ai/options/new-standard/*.ai.yaml(如適用)
|
|
662
662
|
↓
|
|
663
|
-
步驟 5:建立 skills/
|
|
663
|
+
步驟 5:建立 skills/new-skill/(如適用)
|
|
664
664
|
↓
|
|
665
665
|
步驟 6:建立 locales/zh-TW/core/new-standard.md
|
|
666
666
|
↓
|
|
@@ -701,9 +701,9 @@ AI 根據 CLI 輸出向使用者報告結果
|
|
|
701
701
|
|
|
702
702
|
4. **建立 Skill(如適用)**
|
|
703
703
|
```bash
|
|
704
|
-
mkdir -p skills/
|
|
705
|
-
touch skills/
|
|
706
|
-
touch skills/
|
|
704
|
+
mkdir -p skills/new-standard-skill
|
|
705
|
+
touch skills/new-standard-skill/SKILL.md
|
|
706
|
+
touch skills/new-standard-skill/guide.md
|
|
707
707
|
```
|
|
708
708
|
|
|
709
709
|
5. **建立翻譯**
|
|
@@ -745,7 +745,7 @@ AI 根據 CLI 輸出向使用者報告結果
|
|
|
745
745
|
**完整流程(6 步驟):**
|
|
746
746
|
|
|
747
747
|
```
|
|
748
|
-
步驟 1:建立 skills/
|
|
748
|
+
步驟 1:建立 skills/new-skill/ 目錄
|
|
749
749
|
↓
|
|
750
750
|
步驟 2:建立含 YAML 前置的 SKILL.md
|
|
751
751
|
↓
|
|
@@ -863,7 +863,7 @@ integrations/github-copilot/
|
|
|
863
863
|
**YAML 前置範本:**
|
|
864
864
|
```yaml
|
|
865
865
|
---
|
|
866
|
-
source:
|
|
866
|
+
source: ../../../docs/OPERATION-WORKFLOW.md
|
|
867
867
|
source_version: X.Y.Z
|
|
868
868
|
translation_version: X.Y.Z
|
|
869
869
|
last_synced: YYYY-MM-DD
|
|
@@ -983,7 +983,7 @@ cd cli && npm test && npm run lint
|
|
|
983
983
|
| `ai/standards/` | AI 優化規範 | 16 檔案 |
|
|
984
984
|
| `ai/options/` | AI 優化選項 | 36 檔案 |
|
|
985
985
|
| `options/` | 人類可讀選項 | 36 檔案 |
|
|
986
|
-
| `skills
|
|
986
|
+
| `skills/` | Claude Code skills | 15 目錄 |
|
|
987
987
|
| `integrations/` | AI 工具整合範本 | 10 目錄 |
|
|
988
988
|
| `locales/zh-TW/` | 繁體中文翻譯 | ~129 檔案 |
|
|
989
989
|
| `locales/zh-CN/` | 簡體中文翻譯 | 部分 |
|
|
@@ -0,0 +1,440 @@
|
|
|
1
|
+
# UDS 核心規範與業界標準對照表
|
|
2
|
+
# UDS Core Standards vs Industry Standards Reference
|
|
3
|
+
|
|
4
|
+
> **用途**:本文件對照 UDS 核心規範與業界標準、通用做法及權威參考文獻。
|
|
5
|
+
>
|
|
6
|
+
> **Purpose**: This document maps UDS core standards to industry standards, common practices, and authoritative references.
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 總覽 / Overview
|
|
11
|
+
|
|
12
|
+
| 統計項目 | 數量 |
|
|
13
|
+
|----------|------|
|
|
14
|
+
| 核心標準 / Core Standards | 29 |
|
|
15
|
+
| 引用業界標準 / Industry Standards | 27 |
|
|
16
|
+
| 通用做法 / Common Practices | 75+ |
|
|
17
|
+
| 參考書籍 / Reference Books | 15 |
|
|
18
|
+
| 標準組織 / Standards Orgs | IEEE, ISO, W3C, IETF, OWASP, ETSI, NIST, ISTQB |
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## 完整對照表 / Complete Reference Table
|
|
23
|
+
|
|
24
|
+
### Level 1 - 基本 / Essential
|
|
25
|
+
|
|
26
|
+
#### 1. 反幻覺指南 / Anti-Hallucination Guidelines
|
|
27
|
+
**檔案**: `core/anti-hallucination.md`
|
|
28
|
+
|
|
29
|
+
| 類型 | 項目 |
|
|
30
|
+
|------|------|
|
|
31
|
+
| **業界標準** | 無(UDS 原創 AI 協作標準) |
|
|
32
|
+
| **通用做法** | 基於證據分析、來源標注、確定性分類 |
|
|
33
|
+
| **參考文獻** | 無 |
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
#### 2. 提交訊息指南 / Commit Message Guide
|
|
38
|
+
**檔案**: `core/commit-message-guide.md`
|
|
39
|
+
|
|
40
|
+
| 類型 | 項目 |
|
|
41
|
+
|------|------|
|
|
42
|
+
| **業界標準** | Conventional Commits 1.0.0 |
|
|
43
|
+
| **通用做法** | Angular Commit Guidelines、語意化提交訊息 |
|
|
44
|
+
| **參考文獻** | [conventionalcommits.org](https://www.conventionalcommits.org/)、[Angular CONTRIBUTING.md](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit)、[semver.org](https://semver.org/) |
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
#### 3. 程式碼簽入標準 / Code Check-in Standards
|
|
49
|
+
**檔案**: `core/checkin-standards.md`
|
|
50
|
+
|
|
51
|
+
| 類型 | 項目 |
|
|
52
|
+
|------|------|
|
|
53
|
+
| **業界標準** | SWEBOK v4.0 第六章(軟體配置管理) |
|
|
54
|
+
| **通用做法** | Pre-commit Hooks、原子提交、品質閘門 |
|
|
55
|
+
| **參考文獻** | [IEEE SWEBOK](https://www.computer.org/education/bodies-of-knowledge/software-engineering/v4)、[Git Best Practices](https://sethrobertson.github.io/GitBestPractices/)、[The Art of the Commit](https://alistapart.com/article/the-art-of-the-commit/) |
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
#### 4. 規格驅動開發 / Spec-Driven Development
|
|
60
|
+
**檔案**: `core/spec-driven-development.md`
|
|
61
|
+
|
|
62
|
+
| 類型 | 項目 |
|
|
63
|
+
|------|------|
|
|
64
|
+
| **業界標準** | 無(2025+ AI 時代新興方法論) |
|
|
65
|
+
| **通用做法** | 規格優先程式碼其次、正向推演、三層成熟度模型 |
|
|
66
|
+
| **參考文獻** | [Thoughtworks SDD](https://www.thoughtworks.com/)、[Specmatic](https://specmatic.io/) |
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
#### 5. 安全標準 / Security Standards
|
|
71
|
+
**檔案**: `core/security-standards.md`
|
|
72
|
+
|
|
73
|
+
| 類型 | 項目 |
|
|
74
|
+
|------|------|
|
|
75
|
+
| **業界標準** | OWASP Top 10 (2021)、OWASP ASVS v4.0、NIST SP 800-53 Rev.5 |
|
|
76
|
+
| **通用做法** | 縱深防禦、最小權限原則、輸入驗證 |
|
|
77
|
+
| **參考文獻** | [OWASP Top 10](https://owasp.org/Top10/)、[OWASP ASVS](https://owasp.org/www-project-application-security-verification-standard/)、[NIST SP 800-53](https://csrc.nist.gov/publications/detail/sp/800-53/rev-5/final) |
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
### Level 2 - 推薦 / Recommended
|
|
82
|
+
|
|
83
|
+
#### 6. 程式碼審查清單 / Code Review Checklist
|
|
84
|
+
**檔案**: `core/code-review-checklist.md`
|
|
85
|
+
|
|
86
|
+
| 類型 | 項目 |
|
|
87
|
+
|------|------|
|
|
88
|
+
| **業界標準** | SWEBOK v4.0 第十章(軟體品質) |
|
|
89
|
+
| **通用做法** | Google 工程實踐、Microsoft Code Review Guidelines |
|
|
90
|
+
| **參考文獻** | [Google Code Review](https://google.github.io/eng-practices/review/)、[Microsoft PR Guidelines](https://docs.microsoft.com/en-us/azure/devops/repos/git/pull-requests)、O'Reilly "Making Software" |
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
#### 7. Git 工作流程指南 / Git Workflow Guide
|
|
95
|
+
**檔案**: `core/git-workflow.md`
|
|
96
|
+
|
|
97
|
+
| 類型 | 項目 |
|
|
98
|
+
|------|------|
|
|
99
|
+
| **業界標準** | 無(業界通用實踐) |
|
|
100
|
+
| **通用做法** | GitFlow、GitHub Flow、主幹開發、分支保護 |
|
|
101
|
+
| **參考文獻** | [Atlassian Git Tutorials](https://www.atlassian.com/git/tutorials)、[GitHub Flow](https://docs.github.com/en/get-started/quickstart/github-flow) |
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
#### 8. 語意化版本 / Semantic Versioning
|
|
106
|
+
**檔案**: `core/versioning.md`
|
|
107
|
+
|
|
108
|
+
| 類型 | 項目 |
|
|
109
|
+
|------|------|
|
|
110
|
+
| **業界標準** | Semantic Versioning 2.0.0 |
|
|
111
|
+
| **通用做法** | MAJOR.MINOR.PATCH、預發布標籤(alpha/beta/rc)、CalVer |
|
|
112
|
+
| **參考文獻** | [semver.org](https://semver.org/)、[calver.org](https://calver.org/)、[keepachangelog.com](https://keepachangelog.com/) |
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
#### 9. 變更日誌標準 / Changelog Standards
|
|
117
|
+
**檔案**: `core/changelog-standards.md`
|
|
118
|
+
|
|
119
|
+
| 類型 | 項目 |
|
|
120
|
+
|------|------|
|
|
121
|
+
| **業界標準** | Keep a Changelog 1.1.0 |
|
|
122
|
+
| **通用做法** | Added/Changed/Deprecated/Removed/Fixed/Security 分類 |
|
|
123
|
+
| **參考文獻** | [keepachangelog.com](https://keepachangelog.com/)、[conventional-changelog](https://github.com/conventional-changelog/conventional-changelog)、[semantic-release](https://github.com/semantic-release/semantic-release) |
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
127
|
+
#### 10. 測試標準 / Testing Standards
|
|
128
|
+
**檔案**: `core/testing-standards.md`
|
|
129
|
+
|
|
130
|
+
| 類型 | 項目 |
|
|
131
|
+
|------|------|
|
|
132
|
+
| **業界標準** | ISTQB CTFL v4.0、ISO/IEC/IEEE 29119、SWEBOK v4.0 |
|
|
133
|
+
| **通用做法** | 測試金字塔(70/20/10)、FIRST 原則、AAA 模式 |
|
|
134
|
+
| **參考文獻** | [ISTQB Syllabus](https://istqb.org/)、[ISO 29119](https://www.iso.org/standard/81291.html)、[IEEE SWEBOK](https://www.computer.org/education/bodies-of-knowledge/software-engineering/v4) |
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
#### 11. AI 指令檔案規範 / AI Instruction Standards
|
|
139
|
+
**檔案**: `core/ai-instruction-standards.md`
|
|
140
|
+
|
|
141
|
+
| 類型 | 項目 |
|
|
142
|
+
|------|------|
|
|
143
|
+
| **業界標準** | 無(新興 AI 工具實踐) |
|
|
144
|
+
| **通用做法** | 通用與專案特定分離、Token 感知設計 |
|
|
145
|
+
| **參考文獻** | Claude Code CLAUDE.md、Cursor .cursorrules、GitHub Copilot Instructions |
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
#### 12. AI 友善架構 / AI-Friendly Architecture
|
|
150
|
+
**檔案**: `core/ai-friendly-architecture.md`
|
|
151
|
+
|
|
152
|
+
| 類型 | 項目 |
|
|
153
|
+
|------|------|
|
|
154
|
+
| **業界標準** | 無(新興 AI 協作實踐) |
|
|
155
|
+
| **通用做法** | 顯式優於隱式、分層上下文、語意邊界 |
|
|
156
|
+
| **參考文獻** | .ai-context.yaml 配置格式 |
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
#### 13. 錯誤碼標準 / Error Code Standards
|
|
161
|
+
**檔案**: `core/error-code-standards.md`
|
|
162
|
+
|
|
163
|
+
| 類型 | 項目 |
|
|
164
|
+
|------|------|
|
|
165
|
+
| **業界標準** | RFC 7807、RFC 9457(HTTP API 問題詳情) |
|
|
166
|
+
| **通用做法** | HTTP 狀態碼、Microsoft REST API Guidelines |
|
|
167
|
+
| **參考文獻** | [RFC 7807](https://datatracker.ietf.org/doc/html/rfc7807)、[RFC 9457](https://datatracker.ietf.org/doc/html/rfc9457)、[MDN HTTP Status](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)、[Microsoft API Guidelines](https://github.com/microsoft/api-guidelines) |
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
#### 14. 日誌標準 / Logging Standards
|
|
172
|
+
**檔案**: `core/logging-standards.md`
|
|
173
|
+
|
|
174
|
+
| 類型 | 項目 |
|
|
175
|
+
|------|------|
|
|
176
|
+
| **業界標準** | RFC 5424(Syslog 協議)、OpenTelemetry Logging、W3C Trace Context |
|
|
177
|
+
| **通用做法** | 12 Factor App Logs、Google SRE Alerting、結構化日誌 |
|
|
178
|
+
| **參考文獻** | [RFC 5424](https://datatracker.ietf.org/doc/html/rfc5424)、[OpenTelemetry](https://opentelemetry.io/)、[W3C Trace Context](https://www.w3.org/TR/trace-context/)、[12factor.net/logs](https://12factor.net/logs)、[OWASP Logging Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Logging_Cheat_Sheet.html) |
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
#### 15. 測試完整性維度 / Test Completeness Dimensions
|
|
183
|
+
**檔案**: `core/test-completeness-dimensions.md`
|
|
184
|
+
|
|
185
|
+
| 類型 | 項目 |
|
|
186
|
+
|------|------|
|
|
187
|
+
| **業界標準** | ISTQB AI Testing Syllabus |
|
|
188
|
+
| **通用做法** | 8 維度模型、變異測試 |
|
|
189
|
+
| **參考文獻** | [ISTQB CT-AI](https://istqb.org/certifications/certified-tester-ai-testing-ct-ai/)、[Google Mutation Testing Blog](https://testing.googleblog.com/2021/04/mutation-testing.html)、工具:PIT、Stryker、mutmut |
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
#### 16. 測試驅動開發 / Test-Driven Development
|
|
194
|
+
**檔案**: `core/test-driven-development.md`
|
|
195
|
+
|
|
196
|
+
| 類型 | 項目 |
|
|
197
|
+
|------|------|
|
|
198
|
+
| **業界標準** | 無(1999 Kent Beck 實踐) |
|
|
199
|
+
| **通用做法** | 紅-綠-重構、FIRST 原則、小步前進 |
|
|
200
|
+
| **參考文獻** | Kent Beck "Test-Driven Development: By Example" (2002) |
|
|
201
|
+
|
|
202
|
+
---
|
|
203
|
+
|
|
204
|
+
#### 17. 行為驅動開發 / Behavior-Driven Development
|
|
205
|
+
**檔案**: `core/behavior-driven-development.md`
|
|
206
|
+
|
|
207
|
+
| 類型 | 項目 |
|
|
208
|
+
|------|------|
|
|
209
|
+
| **業界標準** | 無(2006 Dan North 實踐) |
|
|
210
|
+
| **通用做法** | Given-When-Then(Gherkin)、三方會談、雙迴圈 TDD(GOOS) |
|
|
211
|
+
| **參考文獻** | Dan North "Introducing BDD" (2006)、Freeman & Pryce "Growing Object-Oriented Software, Guided by Tests" (2009)、工具:Cucumber、Behave、SpecFlow |
|
|
212
|
+
|
|
213
|
+
---
|
|
214
|
+
|
|
215
|
+
#### 18. 驗收測試驅動開發 / Acceptance Test-Driven Development
|
|
216
|
+
**檔案**: `core/acceptance-test-driven-development.md`
|
|
217
|
+
|
|
218
|
+
| 類型 | 項目 |
|
|
219
|
+
|------|------|
|
|
220
|
+
| **業界標準** | 無(2003-2006 實踐) |
|
|
221
|
+
| **通用做法** | 三方會談(PO+Dev+QA)、規格工作坊、活文件 |
|
|
222
|
+
| **參考文獻** | Gojko Adzic "Specification by Example" (2011)、工具:FitNesse、Cucumber、Robot Framework |
|
|
223
|
+
|
|
224
|
+
---
|
|
225
|
+
|
|
226
|
+
#### 19. 反向工程標準 / Reverse Engineering Standards
|
|
227
|
+
**檔案**: `core/reverse-engineering-standards.md`
|
|
228
|
+
|
|
229
|
+
| 類型 | 項目 |
|
|
230
|
+
|------|------|
|
|
231
|
+
| **業界標準** | IEEE 830-1998、SWEBOK v4.0 第九章(軟體維護) |
|
|
232
|
+
| **通用做法** | 確定性框架([已確認]/[推論]/[假設]/[未知]) |
|
|
233
|
+
| **參考文獻** | Michael Feathers "Working Effectively with Legacy Code" (2004) |
|
|
234
|
+
|
|
235
|
+
---
|
|
236
|
+
|
|
237
|
+
#### 20. 正向推演標準 / Forward Derivation Standards
|
|
238
|
+
**檔案**: `core/forward-derivation-standards.md`
|
|
239
|
+
|
|
240
|
+
| 類型 | 項目 |
|
|
241
|
+
|------|------|
|
|
242
|
+
| **業界標準** | JSON Schema 2020-12 |
|
|
243
|
+
| **通用做法** | 規格 → BDD/TDD/ATDD/契約推演、契約設計 |
|
|
244
|
+
| **參考文獻** | Freeman & Pryce "GOOS" (2009)、Adzic "Specification by Example" (2011)、Bertrand Meyer "Design by Contract" (1986)、[Specmatic](https://specmatic.io/) |
|
|
245
|
+
|
|
246
|
+
---
|
|
247
|
+
|
|
248
|
+
#### 21. AI 協議標準 / AI Agreement Standards
|
|
249
|
+
**檔案**: `core/ai-agreement-standards.md`
|
|
250
|
+
|
|
251
|
+
| 類型 | 項目 |
|
|
252
|
+
|------|------|
|
|
253
|
+
| **業界標準** | ISO 12207 §6.1 協議流程 |
|
|
254
|
+
| **通用做法** | 上下文契約、RFP 結構、供應驗收 |
|
|
255
|
+
| **參考文獻** | [ISO/IEC 12207:2017](https://www.iso.org/standard/63712.html) |
|
|
256
|
+
|
|
257
|
+
---
|
|
258
|
+
|
|
259
|
+
#### 22. 重構標準 / Refactoring Standards
|
|
260
|
+
**檔案**: `core/refactoring-standards.md`
|
|
261
|
+
|
|
262
|
+
| 類型 | 項目 |
|
|
263
|
+
|------|------|
|
|
264
|
+
| **業界標準** | ISO/IEC 25010 可維護性 |
|
|
265
|
+
| **通用做法** | 預備重構、童子軍規則、絞殺者模式、防腐層、抽象分支、平行修改 |
|
|
266
|
+
| **參考文獻** | Martin Fowler "Refactoring" (2018)、Michael Feathers "Working Effectively with Legacy Code" (2004) |
|
|
267
|
+
|
|
268
|
+
---
|
|
269
|
+
|
|
270
|
+
#### 23. 需求工程標準 / Requirement Engineering
|
|
271
|
+
**檔案**: `core/requirement-engineering.md`
|
|
272
|
+
|
|
273
|
+
| 類型 | 項目 |
|
|
274
|
+
|------|------|
|
|
275
|
+
| **業界標準** | IEEE 830-1998、IEEE 29148-2018、SWEBOK v4.0、ISO/IEC 25010 |
|
|
276
|
+
| **通用做法** | MoSCoW 優先級、P0-P3 模型、Kano 模型、INVEST 準則 |
|
|
277
|
+
| **參考文獻** | [IEEE 830](https://standards.ieee.org/standard/830-1998.html)、[IEEE 29148](https://standards.ieee.org/standard/29148-2018.html)、[SWEBOK v4.0](https://www.computer.org/education/bodies-of-knowledge/software-engineering) |
|
|
278
|
+
|
|
279
|
+
---
|
|
280
|
+
|
|
281
|
+
#### 24. 效能標準 / Performance Standards
|
|
282
|
+
**檔案**: `core/performance-standards.md`
|
|
283
|
+
|
|
284
|
+
| 類型 | 項目 |
|
|
285
|
+
|------|------|
|
|
286
|
+
| **業界標準** | ISO/IEC 25010 效能效率 |
|
|
287
|
+
| **通用做法** | RED 方法、USE 方法、黃金信號、Core Web Vitals |
|
|
288
|
+
| **參考文獻** | [ISO/IEC 25010](https://www.iso.org/standard/35733.html)、[Google SRE Book](https://sre.google/books/)、[Core Web Vitals](https://web.dev/vitals/) |
|
|
289
|
+
|
|
290
|
+
---
|
|
291
|
+
|
|
292
|
+
#### 25. 無障礙標準 / Accessibility Standards
|
|
293
|
+
**檔案**: `core/accessibility-standards.md`
|
|
294
|
+
|
|
295
|
+
| 類型 | 項目 |
|
|
296
|
+
|------|------|
|
|
297
|
+
| **業界標準** | WCAG 2.1/2.2、WAI-ARIA 1.2、ISO/IEC 25010、Section 508、EN 301 549 |
|
|
298
|
+
| **通用做法** | POUR 原則(可感知、可操作、可理解、穩健) |
|
|
299
|
+
| **參考文獻** | [WCAG 2.1](https://www.w3.org/WAI/WCAG21/quickref/)、[WCAG 2.2](https://www.w3.org/TR/WCAG22/)、[WAI-ARIA](https://www.w3.org/TR/wai-aria-1.2/)、[WebAIM](https://webaim.org/)、[A11Y Project](https://www.a11yproject.com/) |
|
|
300
|
+
|
|
301
|
+
---
|
|
302
|
+
|
|
303
|
+
### Level 3 - 企業 / Enterprise
|
|
304
|
+
|
|
305
|
+
#### 26. 文件結構 / Documentation Structure
|
|
306
|
+
**檔案**: `core/documentation-structure.md`
|
|
307
|
+
|
|
308
|
+
| 類型 | 項目 |
|
|
309
|
+
|------|------|
|
|
310
|
+
| **業界標準** | 無(業界慣例) |
|
|
311
|
+
| **通用做法** | Diátaxis 框架、ADR(架構決策記錄)、C4 模型 |
|
|
312
|
+
| **參考文獻** | [Diátaxis](https://diataxis.fr/)、[ADR GitHub](https://adr.github.io/)、[C4 Model](https://c4model.com/)、工具:Mermaid、PlantUML、Draw.io |
|
|
313
|
+
|
|
314
|
+
---
|
|
315
|
+
|
|
316
|
+
#### 27. 文件撰寫標準 / Documentation Writing Standards
|
|
317
|
+
**檔案**: `core/documentation-writing-standards.md`
|
|
318
|
+
|
|
319
|
+
| 類型 | 項目 |
|
|
320
|
+
|------|------|
|
|
321
|
+
| **業界標準** | OpenAPI 3.1、AsyncAPI 2.6、JSON Schema 2020-12 |
|
|
322
|
+
| **通用做法** | Token 感知設計、API 優先文件 |
|
|
323
|
+
| **參考文獻** | [OpenAPI](https://www.openapis.org/)、[AsyncAPI](https://www.asyncapi.com/)、工具:Swagger、Docusaurus、Sphinx、JSDoc |
|
|
324
|
+
|
|
325
|
+
---
|
|
326
|
+
|
|
327
|
+
#### 28. 專案結構 / Project Structure
|
|
328
|
+
**檔案**: `core/project-structure.md`
|
|
329
|
+
|
|
330
|
+
| 類型 | 項目 |
|
|
331
|
+
|------|------|
|
|
332
|
+
| **業界標準** | Maven Standard Directory Layout |
|
|
333
|
+
| **通用做法** | src-layout(Python)、cmd/pkg/internal(Go)、Monorepo 模式 |
|
|
334
|
+
| **參考文獻** | [Standard Go Layout](https://github.com/golang-standards/project-layout)、[Monorepo.tools](https://monorepo.tools/)、工具:Turborepo、Nx、Lerna、Rush |
|
|
335
|
+
|
|
336
|
+
---
|
|
337
|
+
|
|
338
|
+
#### 29. 虛擬組織標準 / Virtual Organization Standards
|
|
339
|
+
**檔案**: `core/virtual-organization-standards.md`
|
|
340
|
+
|
|
341
|
+
| 類型 | 項目 |
|
|
342
|
+
|------|------|
|
|
343
|
+
| **業界標準** | ISO 12207 §6.2 組織專案賦能流程 |
|
|
344
|
+
| **通用做法** | 技能管理、MCP 工具整合、QMS 自動化 |
|
|
345
|
+
| **參考文獻** | [ISO/IEC 12207:2017](https://www.iso.org/standard/63712.html)、[Model Context Protocol](https://modelcontextprotocol.io/) |
|
|
346
|
+
|
|
347
|
+
---
|
|
348
|
+
|
|
349
|
+
## 標準組織索引 / Standards Organizations Index
|
|
350
|
+
|
|
351
|
+
| 組織 | 標準 | 引用數 |
|
|
352
|
+
|------|------|--------|
|
|
353
|
+
| **IEEE** | SWEBOK v4.0、IEEE 830、IEEE 29148 | 6 |
|
|
354
|
+
| **ISO** | ISO/IEC 25010、ISO/IEC 12207、ISO/IEC/IEEE 29119 | 5 |
|
|
355
|
+
| **W3C** | WCAG 2.1/2.2、WAI-ARIA、W3C Trace Context | 4 |
|
|
356
|
+
| **IETF** | RFC 5424、RFC 7807、RFC 9457 | 3 |
|
|
357
|
+
| **OWASP** | Top 10、ASVS v4.0、Logging Cheat Sheet | 3 |
|
|
358
|
+
| **NIST** | SP 800-53 | 1 |
|
|
359
|
+
| **ETSI** | EN 301 549 | 1 |
|
|
360
|
+
| **ISTQB** | CTFL v4.0、AI Testing Syllabus | 2 |
|
|
361
|
+
|
|
362
|
+
---
|
|
363
|
+
|
|
364
|
+
## 經典書籍參考 / Classic Books Reference
|
|
365
|
+
|
|
366
|
+
| 書籍 | 作者 | 年份 | 關聯標準 |
|
|
367
|
+
|------|------|------|----------|
|
|
368
|
+
| Test-Driven Development: By Example | Kent Beck | 2002 | TDD |
|
|
369
|
+
| Working Effectively with Legacy Code | Michael Feathers | 2004 | 重構、反向工程 |
|
|
370
|
+
| Growing Object-Oriented Software, Guided by Tests | Freeman & Pryce | 2009 | BDD、正向推演 |
|
|
371
|
+
| Specification by Example | Gojko Adzic | 2011 | ATDD、正向推演 |
|
|
372
|
+
| Refactoring(第二版) | Martin Fowler | 2018 | 重構 |
|
|
373
|
+
| Site Reliability Engineering | Google | 2016 | 日誌、效能 |
|
|
374
|
+
| Clean Code | Robert C. Martin | 2008 | 程式碼審查、重構 |
|
|
375
|
+
| The Pragmatic Programmer(20週年紀念版) | Thomas & Hunt | 2019 | 簽入標準、程式碼品質 |
|
|
376
|
+
| Domain-Driven Design | Eric Evans | 2003 | 專案結構、架構 |
|
|
377
|
+
| Continuous Delivery | Humble & Farley | 2010 | 簽入標準、Git 工作流程 |
|
|
378
|
+
| Release It!(第二版) | Michael Nygard | 2018 | 效能、日誌 |
|
|
379
|
+
| The DevOps Handbook | Kim, Humble, Debois, Willis | 2016 | Git 工作流程、測試 |
|
|
380
|
+
| Accelerate | Forsgren, Humble, Kim | 2018 | 效能、測試 |
|
|
381
|
+
| Building Microservices(第二版) | Sam Newman | 2021 | 專案結構、文件 |
|
|
382
|
+
| Object-Oriented Software Construction | Bertrand Meyer | 1988 | 契約設計、正向推演 |
|
|
383
|
+
|
|
384
|
+
---
|
|
385
|
+
|
|
386
|
+
## 通用做法分類 / Common Practices Categories
|
|
387
|
+
|
|
388
|
+
### 測試方法論 / Testing Methodologies
|
|
389
|
+
- 紅-綠-重構(TDD)
|
|
390
|
+
- Given-When-Then(BDD)
|
|
391
|
+
- 三方會談(ATDD)
|
|
392
|
+
- 測試金字塔(70/20/10)
|
|
393
|
+
- FIRST 原則
|
|
394
|
+
- 變異測試
|
|
395
|
+
|
|
396
|
+
### 版本控制 / Version Control
|
|
397
|
+
- Conventional Commits
|
|
398
|
+
- Semantic Versioning
|
|
399
|
+
- Keep a Changelog
|
|
400
|
+
- GitFlow / GitHub Flow / 主幹開發
|
|
401
|
+
|
|
402
|
+
### 程式碼品質 / Code Quality
|
|
403
|
+
- 童子軍規則
|
|
404
|
+
- 預備重構
|
|
405
|
+
- 絞殺者模式
|
|
406
|
+
- 防腐層
|
|
407
|
+
|
|
408
|
+
### API 設計 / API Design
|
|
409
|
+
- RFC 7807 Problem Details
|
|
410
|
+
- OpenAPI 3.1
|
|
411
|
+
- 契約設計
|
|
412
|
+
|
|
413
|
+
### 可觀測性 / Observability
|
|
414
|
+
- 12 Factor App Logs
|
|
415
|
+
- OpenTelemetry
|
|
416
|
+
- RED/USE/黃金信號
|
|
417
|
+
|
|
418
|
+
---
|
|
419
|
+
|
|
420
|
+
## UDS 原創貢獻 / UDS Original Contributions
|
|
421
|
+
|
|
422
|
+
以下標準為 UDS 對業界的原創貢獻:
|
|
423
|
+
|
|
424
|
+
| 標準 | 創新點 |
|
|
425
|
+
|------|--------|
|
|
426
|
+
| 反幻覺指南 | 首個系統化的 AI 協作準確性框架 |
|
|
427
|
+
| 規格驅動開發 | AI 時代的規格方法論 |
|
|
428
|
+
| AI 指令檔案規範 | 系統化的 AI 工具配置模式 |
|
|
429
|
+
| AI 友善架構 | 為 AI 協作優化的架構模式 |
|
|
430
|
+
| AI 協議標準 | 正式的 AI 任務委派協議 |
|
|
431
|
+
| 虛擬組織標準 | AI 代理編排框架 |
|
|
432
|
+
|
|
433
|
+
---
|
|
434
|
+
|
|
435
|
+
## 版本歷史 / Version History
|
|
436
|
+
|
|
437
|
+
| 版本 | 日期 | 變更 |
|
|
438
|
+
|------|------|------|
|
|
439
|
+
| 1.0.1 | 2025-02-02 | 修正:更正為 29 項標準,補充 9 本書籍參考 |
|
|
440
|
+
| 1.0.0 | 2025-02-02 | 初始發布 |
|
|
@@ -326,7 +326,7 @@ uds init -y --skills-location none --content-mode full
|
|
|
326
326
|
|
|
327
327
|
- [CLI 初始化選項](CLI-INIT-OPTIONS.md) - 完整 CLI 選項指南
|
|
328
328
|
- [採用指南](../../../adoption/ADOPTION-GUIDE.md) - 標準採用指南
|
|
329
|
-
- [Skills README](../../../skills/
|
|
329
|
+
- [Skills README](../../../skills/README.md) - Claude Code Skills 文件
|
|
330
330
|
|
|
331
331
|
---
|
|
332
332
|
|