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.
- package/README.md +3 -3
- package/bin/uds.js +239 -4
- 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 +544 -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 +211 -510
- 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-friendly-architecture.md +306 -0
- 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 +145 -46
- 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/GEMINI.md +35 -3
- package/bundled/locales/zh-CN/integrations/gemini-cli/README.md +3 -3
- package/bundled/locales/zh-CN/integrations/github-copilot/COPILOT-CHAT-REFERENCE.md +89 -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 +23 -7
- 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 +217 -490
- 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-friendly-architecture.md +306 -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 +145 -46
- 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/gemini-cli/GEMINI.md +35 -3
- package/bundled/locales/zh-TW/integrations/github-copilot/COPILOT-CHAT-REFERENCE.md +89 -3
- package/bundled/locales/zh-TW/integrations/github-copilot/copilot-instructions.md +3 -3
- package/bundled/locales/zh-TW/integrations/github-copilot/skills-mapping.md +23 -7
- 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/agents/README.md +305 -0
- package/bundled/skills/agents/code-architect.md +259 -0
- package/bundled/skills/agents/doc-writer.md +406 -0
- package/bundled/skills/agents/reviewer.md +353 -0
- package/bundled/skills/agents/spec-analyst.md +374 -0
- package/bundled/skills/agents/test-specialist.md +364 -0
- 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/workflows/README.md +303 -0
- package/bundled/skills/workflows/code-review.workflow.yaml +186 -0
- package/bundled/skills/workflows/feature-dev.workflow.yaml +174 -0
- package/bundled/skills/workflows/integrated-flow.workflow.yaml +238 -0
- package/bundled/skills/workflows/large-codebase-analysis.workflow.yaml +226 -0
- package/bundled/skills/workflows/release.workflow.yaml +893 -0
- package/package.json +14 -1
- package/src/commands/agent.js +417 -0
- package/src/commands/ai-context.js +552 -0
- package/src/commands/check.js +196 -131
- 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 -1027
- 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 +689 -0
- package/src/config/ai-agent-paths.js +292 -28
- package/src/core/constants.js +520 -0
- package/src/core/errors.js +398 -0
- package/src/core/manifest.js +474 -0
- package/src/core/paths.js +398 -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 +235 -135
- package/src/prompts/integrations.js +13 -1
- package/src/schemas/standard.schema.json +117 -0
- package/src/utils/agent-adapter.js +320 -0
- package/src/utils/agents-installer.js +393 -0
- 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/context-chunker.js +467 -0
- package/src/utils/copier.js +59 -99
- package/src/utils/github.js +22 -18
- package/src/utils/hasher.js +2 -16
- package/src/utils/inquirer-patch.js +98 -0
- package/src/utils/integration-generator.js +420 -110
- 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 +545 -0
- package/src/vibe/auto-sweep.js +349 -0
- package/src/vibe/micro-spec.js +428 -0
- package/standards-registry.json +429 -107
- 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 -207
- 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/standards-registry.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "
|
|
4
|
-
"lastUpdated": "2026-
|
|
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": "
|
|
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
|
|
57
|
-
"rawUrl": "https://raw.githubusercontent.com/AsiaOstrich/universal-dev-standards/main/skills
|
|
58
|
-
"version": "
|
|
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
|
|
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
|
|
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
|
-
"
|
|
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
|
-
"
|
|
119
|
+
"supportsTask": false,
|
|
120
|
+
"supportsAgents": true,
|
|
121
|
+
"status": "partial"
|
|
107
122
|
},
|
|
108
123
|
"roo-code": {
|
|
109
124
|
"name": "Roo Code",
|
|
110
|
-
"skillsPath": "skills
|
|
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
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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":
|
|
175
|
+
"supportsSkills": false,
|
|
150
176
|
"supportsCommands": false,
|
|
151
|
-
"
|
|
177
|
+
"supportsTask": false,
|
|
178
|
+
"supportsAgents": true,
|
|
179
|
+
"status": "minimal"
|
|
152
180
|
},
|
|
153
181
|
"gemini-cli": {
|
|
154
182
|
"name": "Gemini CLI",
|
|
155
|
-
"skillsPath": "skills
|
|
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
|
-
"
|
|
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/
|
|
169
|
-
"skills/
|
|
170
|
-
"skills/
|
|
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/
|
|
174
|
-
"skills/
|
|
175
|
-
"skills/
|
|
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/
|
|
179
|
-
"skills/
|
|
180
|
-
"skills/
|
|
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/
|
|
184
|
-
"skills/
|
|
229
|
+
"skills/testing-guide/SKILL.md",
|
|
230
|
+
"skills/testing-guide/testing-pyramid.md"
|
|
185
231
|
],
|
|
186
232
|
"release-standards": [
|
|
187
|
-
"skills/
|
|
188
|
-
"skills/
|
|
189
|
-
"skills/
|
|
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/
|
|
193
|
-
"skills/
|
|
194
|
-
"skills/
|
|
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/
|
|
198
|
-
"skills/
|
|
199
|
-
"skills/
|
|
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/
|
|
203
|
-
"skills/
|
|
204
|
-
"skills/
|
|
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/
|
|
208
|
-
"skills/
|
|
255
|
+
"skills/project-structure-guide/SKILL.md",
|
|
256
|
+
"skills/project-structure-guide/language-patterns.md"
|
|
209
257
|
],
|
|
210
258
|
"spec-driven-dev": [
|
|
211
|
-
"skills/
|
|
259
|
+
"skills/spec-driven-dev/SKILL.md",
|
|
260
|
+
"skills/spec-driven-dev/guide.md"
|
|
212
261
|
],
|
|
213
262
|
"test-coverage-assistant": [
|
|
214
|
-
"skills/
|
|
263
|
+
"skills/test-coverage-assistant/SKILL.md",
|
|
264
|
+
"skills/test-coverage-assistant/guide.md"
|
|
215
265
|
],
|
|
216
266
|
"changelog-guide": [
|
|
217
|
-
"skills/
|
|
267
|
+
"skills/changelog-guide/SKILL.md",
|
|
268
|
+
"skills/changelog-guide/guide.md"
|
|
218
269
|
],
|
|
219
270
|
"error-code-guide": [
|
|
220
|
-
"skills/
|
|
271
|
+
"skills/error-code-guide/SKILL.md"
|
|
221
272
|
],
|
|
222
273
|
"logging-guide": [
|
|
223
|
-
"skills/
|
|
274
|
+
"skills/logging-guide/SKILL.md"
|
|
224
275
|
],
|
|
225
276
|
"tdd-assistant": [
|
|
226
|
-
"skills/
|
|
227
|
-
"skills/
|
|
228
|
-
"skills/
|
|
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/
|
|
232
|
-
"skills/
|
|
233
|
-
"skills/
|
|
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/
|
|
237
|
-
"skills/
|
|
238
|
-
"skills/
|
|
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/
|
|
242
|
-
"skills/
|
|
243
|
-
"skills/
|
|
244
|
-
"skills/
|
|
245
|
-
"skills/
|
|
246
|
-
"skills/
|
|
247
|
-
"skills/
|
|
248
|
-
"skills/
|
|
249
|
-
"skills/
|
|
250
|
-
"skills/
|
|
251
|
-
"skills/
|
|
252
|
-
"skills/
|
|
253
|
-
"skills/
|
|
254
|
-
"skills/
|
|
255
|
-
"skills/
|
|
256
|
-
"skills/
|
|
257
|
-
"skills/
|
|
258
|
-
"skills/
|
|
259
|
-
"skills/
|
|
260
|
-
"skills/
|
|
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/
|
|
322
|
+
"skills/refactoring-assistant/SKILL.md",
|
|
323
|
+
"skills/refactoring-assistant/guide.md"
|
|
264
324
|
],
|
|
265
325
|
"methodology-system": [
|
|
266
|
-
"skills/
|
|
267
|
-
"skills/
|
|
268
|
-
"skills/
|
|
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/
|
|
272
|
-
"skills/
|
|
273
|
-
"skills/
|
|
274
|
-
"skills/
|
|
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/
|
|
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": "
|
|
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": "
|
|
692
|
-
"skillName":
|
|
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",
|