universal-dev-standards 3.5.1-beta.1 → 3.5.1-beta.11
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/bin/uds.js +2 -0
- package/bundled/core/ai-instruction-standards.md +205 -0
- package/bundled/core/anti-hallucination.md +684 -0
- package/bundled/core/changelog-standards.md +556 -0
- package/bundled/core/checkin-standards.md +935 -0
- package/bundled/core/code-review-checklist.md +684 -0
- package/bundled/core/commit-message-guide.md +915 -0
- package/bundled/core/documentation-structure.md +1117 -0
- package/bundled/core/documentation-writing-standards.md +487 -0
- package/bundled/core/error-code-standards.md +382 -0
- package/bundled/core/git-workflow.md +859 -0
- package/bundled/core/logging-standards.md +323 -0
- package/bundled/core/project-structure.md +354 -0
- package/bundled/core/refactoring-standards.md +636 -0
- package/bundled/core/spec-driven-development.md +207 -0
- package/bundled/core/test-completeness-dimensions.md +536 -0
- package/bundled/core/test-driven-development.md +995 -0
- package/bundled/core/testing-standards.md +3061 -0
- package/bundled/core/versioning.md +902 -0
- package/bundled/locales/README.md +88 -0
- package/bundled/locales/zh-CN/CHANGELOG.md +705 -0
- package/bundled/locales/zh-CN/CLAUDE.md +213 -0
- package/bundled/locales/zh-CN/MAINTENANCE.md +689 -0
- package/bundled/locales/zh-CN/README.md +707 -0
- package/bundled/locales/zh-CN/STANDARDS-MAPPING.md +177 -0
- package/bundled/locales/zh-CN/adoption/ADOPTION-GUIDE.md +392 -0
- package/bundled/locales/zh-CN/adoption/STATIC-DYNAMIC-GUIDE.md +302 -0
- package/bundled/locales/zh-CN/adoption/checklists/enterprise.md +332 -0
- package/bundled/locales/zh-CN/adoption/checklists/minimal.md +141 -0
- package/bundled/locales/zh-CN/adoption/checklists/recommended.md +272 -0
- package/bundled/locales/zh-CN/ai/MAINTENANCE.md +739 -0
- package/bundled/locales/zh-CN/ai/options/changelog/auto-generated.ai.yaml +76 -0
- package/bundled/locales/zh-CN/ai/options/changelog/keep-a-changelog.ai.yaml +99 -0
- package/bundled/locales/zh-CN/ai/options/code-review/automated-review.ai.yaml +120 -0
- package/bundled/locales/zh-CN/ai/options/code-review/pair-programming.ai.yaml +109 -0
- package/bundled/locales/zh-CN/ai/options/code-review/pr-review.ai.yaml +104 -0
- package/bundled/locales/zh-CN/ai/options/commit-message/bilingual.ai.yaml +105 -0
- package/bundled/locales/zh-CN/ai/options/commit-message/english.ai.yaml +79 -0
- package/bundled/locales/zh-CN/ai/options/commit-message/traditional-chinese.ai.yaml +100 -0
- package/bundled/locales/zh-CN/ai/options/documentation/api-docs.ai.yaml +140 -0
- package/bundled/locales/zh-CN/ai/options/documentation/markdown-docs.ai.yaml +89 -0
- package/bundled/locales/zh-CN/ai/options/documentation/wiki-style.ai.yaml +119 -0
- package/bundled/locales/zh-CN/ai/options/git-workflow/gitflow.ai.yaml +133 -0
- package/bundled/locales/zh-CN/ai/options/git-workflow/github-flow.ai.yaml +73 -0
- package/bundled/locales/zh-CN/ai/options/git-workflow/merge-commit.ai.yaml +88 -0
- package/bundled/locales/zh-CN/ai/options/git-workflow/rebase-ff.ai.yaml +113 -0
- package/bundled/locales/zh-CN/ai/options/git-workflow/squash-merge.ai.yaml +85 -0
- package/bundled/locales/zh-CN/ai/options/git-workflow/trunk-based.ai.yaml +117 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/dotnet.ai.yaml +108 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/go.ai.yaml +115 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/java.ai.yaml +113 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/kotlin.ai.yaml +123 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/nodejs.ai.yaml +101 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/php.ai.yaml +147 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/python.ai.yaml +116 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/ruby.ai.yaml +140 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/rust.ai.yaml +117 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/swift.ai.yaml +143 -0
- package/bundled/locales/zh-CN/ai/options/testing/contract-testing.ai.yaml +254 -0
- package/bundled/locales/zh-CN/ai/options/testing/e2e-testing.ai.yaml +116 -0
- package/bundled/locales/zh-CN/ai/options/testing/industry-pyramid.ai.yaml +144 -0
- package/bundled/locales/zh-CN/ai/options/testing/integration-testing.ai.yaml +90 -0
- package/bundled/locales/zh-CN/ai/options/testing/istqb-framework.ai.yaml +108 -0
- package/bundled/locales/zh-CN/ai/options/testing/performance-testing.ai.yaml +272 -0
- package/bundled/locales/zh-CN/ai/options/testing/security-testing.ai.yaml +160 -0
- package/bundled/locales/zh-CN/ai/options/testing/system-testing.ai.yaml +101 -0
- package/bundled/locales/zh-CN/ai/options/testing/unit-testing.ai.yaml +82 -0
- package/bundled/locales/zh-CN/ai/standards/anti-hallucination.ai.yaml +145 -0
- package/bundled/locales/zh-CN/ai/standards/changelog.ai.yaml +146 -0
- package/bundled/locales/zh-CN/ai/standards/checkin-standards.ai.yaml +170 -0
- package/bundled/locales/zh-CN/ai/standards/code-review.ai.yaml +148 -0
- package/bundled/locales/zh-CN/ai/standards/commit-message.ai.yaml +175 -0
- package/bundled/locales/zh-CN/ai/standards/documentation-structure.ai.yaml +124 -0
- package/bundled/locales/zh-CN/ai/standards/documentation-writing-standards.ai.yaml +190 -0
- package/bundled/locales/zh-CN/ai/standards/error-codes.ai.yaml +139 -0
- package/bundled/locales/zh-CN/ai/standards/git-workflow.ai.yaml +95 -0
- package/bundled/locales/zh-CN/ai/standards/logging.ai.yaml +128 -0
- package/bundled/locales/zh-CN/ai/standards/project-structure.ai.yaml +134 -0
- package/bundled/locales/zh-CN/ai/standards/spec-driven-development.ai.yaml +169 -0
- package/bundled/locales/zh-CN/ai/standards/test-completeness-dimensions.ai.yaml +220 -0
- package/bundled/locales/zh-CN/ai/standards/testing.ai.yaml +137 -0
- package/bundled/locales/zh-CN/ai/standards/versioning.ai.yaml +211 -0
- package/bundled/locales/zh-CN/core/ai-instruction-standards.md +213 -0
- package/bundled/locales/zh-CN/core/anti-hallucination.md +691 -0
- package/bundled/locales/zh-CN/core/changelog-standards.md +147 -0
- package/bundled/locales/zh-CN/core/checkin-standards.md +943 -0
- package/bundled/locales/zh-CN/core/code-review-guide.md +693 -0
- package/bundled/locales/zh-CN/core/commit-message-guide.md +129 -0
- package/bundled/locales/zh-CN/core/documentation-structure.md +173 -0
- package/bundled/locales/zh-CN/core/documentation-writing-standards.md +495 -0
- package/bundled/locales/zh-CN/core/error-code-standards.md +180 -0
- package/bundled/locales/zh-CN/core/git-workflow.md +193 -0
- package/bundled/locales/zh-CN/core/logging-standards.md +174 -0
- package/bundled/locales/zh-CN/core/project-structure.md +184 -0
- package/bundled/locales/zh-CN/core/refactoring-standards.md +642 -0
- package/bundled/locales/zh-CN/core/spec-driven-development.md +215 -0
- package/bundled/locales/zh-CN/core/test-completeness-dimensions.md +544 -0
- package/bundled/locales/zh-CN/core/test-driven-development.md +1002 -0
- package/bundled/locales/zh-CN/core/testing-standards.md +170 -0
- package/bundled/locales/zh-CN/core/versioning.md +177 -0
- package/bundled/locales/zh-CN/docs/AI-AGENT-ROADMAP.md +303 -0
- package/bundled/locales/zh-CN/docs/CLI-INIT-OPTIONS.md +990 -0
- package/bundled/locales/zh-CN/docs/OPERATION-WORKFLOW.md +1064 -0
- package/bundled/locales/zh-CN/docs/USAGE-MODES-COMPARISON.md +333 -0
- package/bundled/locales/zh-CN/docs/WINDOWS-GUIDE.md +215 -0
- package/bundled/locales/zh-CN/integrations/codex/AGENTS.md +115 -0
- package/bundled/locales/zh-CN/integrations/codex/README.md +67 -0
- package/bundled/locales/zh-CN/integrations/gemini-cli/GEMINI.md +102 -0
- package/bundled/locales/zh-CN/integrations/gemini-cli/README.md +140 -0
- package/bundled/locales/zh-CN/integrations/github-copilot/COPILOT-CHAT-REFERENCE.md +269 -0
- package/bundled/locales/zh-CN/integrations/github-copilot/README.md +167 -0
- package/bundled/locales/zh-CN/integrations/github-copilot/copilot-instructions.md +263 -0
- package/bundled/locales/zh-CN/integrations/github-copilot/skills-mapping.md +192 -0
- package/bundled/locales/zh-CN/integrations/google-antigravity/INSTRUCTIONS.md +61 -0
- package/bundled/locales/zh-CN/integrations/google-antigravity/README.md +84 -0
- package/bundled/locales/zh-CN/integrations/opencode/AGENTS.md +111 -0
- package/bundled/locales/zh-CN/integrations/opencode/README.md +176 -0
- package/bundled/locales/zh-CN/integrations/opencode/skills-mapping.md +396 -0
- package/bundled/locales/zh-CN/integrations/openspec/AGENTS.md +301 -0
- package/bundled/locales/zh-CN/integrations/openspec/README.md +43 -0
- package/bundled/locales/zh-CN/integrations/spec-kit/AGENTS.md +184 -0
- package/bundled/locales/zh-CN/integrations/spec-kit/README.md +43 -0
- package/bundled/locales/zh-CN/options/commit-message/bilingual.md +161 -0
- package/bundled/locales/zh-CN/options/commit-message/english.md +137 -0
- package/bundled/locales/zh-CN/options/commit-message/traditional-chinese.md +162 -0
- package/bundled/locales/zh-CN/options/git-workflow/gitflow.md +147 -0
- package/bundled/locales/zh-CN/options/git-workflow/github-flow.md +124 -0
- package/bundled/locales/zh-CN/options/git-workflow/merge-commit.md +124 -0
- package/bundled/locales/zh-CN/options/git-workflow/rebase-ff.md +160 -0
- package/bundled/locales/zh-CN/options/git-workflow/squash-merge.md +117 -0
- package/bundled/locales/zh-CN/options/git-workflow/trunk-based.md +125 -0
- package/bundled/locales/zh-CN/options/project-structure/dotnet.md +183 -0
- package/bundled/locales/zh-CN/options/project-structure/go.md +226 -0
- package/bundled/locales/zh-CN/options/project-structure/java.md +213 -0
- package/bundled/locales/zh-CN/options/project-structure/nodejs.md +185 -0
- package/bundled/locales/zh-CN/options/project-structure/python.md +229 -0
- package/bundled/locales/zh-CN/options/testing/e2e-testing.md +207 -0
- package/bundled/locales/zh-CN/options/testing/integration-testing.md +230 -0
- package/bundled/locales/zh-CN/options/testing/system-testing.md +183 -0
- package/bundled/locales/zh-CN/options/testing/unit-testing.md +165 -0
- package/bundled/locales/zh-CN/skills/INTEGRATION-GUIDE.md +218 -0
- package/bundled/locales/zh-CN/skills/README.md +134 -0
- package/bundled/locales/zh-CN/skills/_shared/README.md +68 -0
- package/bundled/locales/zh-CN/skills/claude-code/CONTRIBUTING.template.md +151 -0
- package/bundled/locales/zh-CN/skills/claude-code/README.md +174 -0
- package/bundled/locales/zh-CN/skills/claude-code/ai-collaboration-standards/SKILL.md +175 -0
- package/bundled/locales/zh-CN/skills/claude-code/ai-collaboration-standards/anti-hallucination.md +223 -0
- package/bundled/locales/zh-CN/skills/claude-code/ai-collaboration-standards/certainty-labels.md +132 -0
- package/bundled/locales/zh-CN/skills/claude-code/changelog-guide/SKILL.md +237 -0
- package/bundled/locales/zh-CN/skills/claude-code/checkin-assistant/SKILL.md +407 -0
- package/bundled/locales/zh-CN/skills/claude-code/code-review-assistant/SKILL.md +154 -0
- package/bundled/locales/zh-CN/skills/claude-code/code-review-assistant/checkin-checklist.md +257 -0
- package/bundled/locales/zh-CN/skills/claude-code/code-review-assistant/review-checklist.md +246 -0
- package/bundled/locales/zh-CN/skills/claude-code/commands/bdd.md +142 -0
- package/bundled/locales/zh-CN/skills/claude-code/commands/methodology.md +274 -0
- package/bundled/locales/zh-CN/skills/claude-code/commit-standards/SKILL.md +191 -0
- package/bundled/locales/zh-CN/skills/claude-code/commit-standards/conventional-commits.md +264 -0
- package/bundled/locales/zh-CN/skills/claude-code/commit-standards/language-options.md +172 -0
- package/bundled/locales/zh-CN/skills/claude-code/documentation-guide/SKILL.md +421 -0
- package/bundled/locales/zh-CN/skills/claude-code/documentation-guide/documentation-structure.md +357 -0
- package/bundled/locales/zh-CN/skills/claude-code/documentation-guide/readme-template.md +412 -0
- package/bundled/locales/zh-CN/skills/claude-code/error-code-guide/SKILL.md +269 -0
- package/bundled/locales/zh-CN/skills/claude-code/git-workflow-guide/SKILL.md +218 -0
- package/bundled/locales/zh-CN/skills/claude-code/git-workflow-guide/branch-naming.md +220 -0
- package/bundled/locales/zh-CN/skills/claude-code/git-workflow-guide/git-workflow.md +321 -0
- package/bundled/locales/zh-CN/skills/claude-code/logging-guide/SKILL.md +285 -0
- package/bundled/locales/zh-CN/skills/claude-code/methodology-system/SKILL.md +131 -0
- package/bundled/locales/zh-CN/skills/claude-code/methodology-system/create-methodology.md +350 -0
- package/bundled/locales/zh-CN/skills/claude-code/methodology-system/runtime.md +279 -0
- package/bundled/locales/zh-CN/skills/claude-code/project-structure-guide/SKILL.md +143 -0
- package/bundled/locales/zh-CN/skills/claude-code/project-structure-guide/language-patterns.md +271 -0
- package/bundled/locales/zh-CN/skills/claude-code/refactoring-assistant/SKILL.md +162 -0
- package/bundled/locales/zh-CN/skills/claude-code/release-standards/SKILL.md +191 -0
- package/bundled/locales/zh-CN/skills/claude-code/release-standards/changelog-format.md +247 -0
- package/bundled/locales/zh-CN/skills/claude-code/release-standards/release-workflow.md +345 -0
- package/bundled/locales/zh-CN/skills/claude-code/release-standards/semantic-versioning.md +250 -0
- package/bundled/locales/zh-CN/skills/claude-code/requirement-assistant/SKILL.md +227 -0
- package/bundled/locales/zh-CN/skills/claude-code/requirement-assistant/requirement-checklist.md +325 -0
- package/bundled/locales/zh-CN/skills/claude-code/requirement-assistant/requirement-writing.md +399 -0
- package/bundled/locales/zh-CN/skills/claude-code/spec-driven-dev/SKILL.md +243 -0
- package/bundled/locales/zh-CN/skills/claude-code/tdd-assistant/SKILL.md +332 -0
- package/bundled/locales/zh-CN/skills/claude-code/tdd-assistant/language-examples.md +639 -0
- package/bundled/locales/zh-CN/skills/claude-code/tdd-assistant/tdd-workflow.md +486 -0
- package/bundled/locales/zh-CN/skills/claude-code/test-coverage-assistant/SKILL.md +282 -0
- package/bundled/locales/zh-CN/skills/claude-code/testing-guide/SKILL.md +234 -0
- package/bundled/locales/zh-CN/skills/claude-code/testing-guide/testing-pyramid.md +448 -0
- package/bundled/locales/zh-CN/skills/cline/README.md +58 -0
- package/bundled/locales/zh-CN/skills/copilot/README.md +61 -0
- package/bundled/locales/zh-CN/skills/copilot/copilot-instructions.md +79 -0
- package/bundled/locales/zh-CN/skills/cursor/README.md +58 -0
- package/bundled/locales/zh-CN/skills/windsurf/README.md +59 -0
- package/bundled/locales/zh-TW/CHANGELOG.md +707 -0
- package/bundled/locales/zh-TW/CLAUDE.md +213 -0
- package/bundled/locales/zh-TW/MAINTENANCE.md +683 -0
- package/bundled/locales/zh-TW/README.md +687 -0
- package/bundled/locales/zh-TW/STANDARDS-MAPPING.md +177 -0
- package/bundled/locales/zh-TW/adoption/ADOPTION-GUIDE.md +392 -0
- package/bundled/locales/zh-TW/adoption/STATIC-DYNAMIC-GUIDE.md +299 -0
- package/bundled/locales/zh-TW/adoption/checklists/enterprise.md +332 -0
- package/bundled/locales/zh-TW/adoption/checklists/minimal.md +141 -0
- package/bundled/locales/zh-TW/adoption/checklists/recommended.md +272 -0
- package/bundled/locales/zh-TW/ai/MAINTENANCE.md +754 -0
- package/bundled/locales/zh-TW/ai/options/changelog/auto-generated.ai.yaml +76 -0
- package/bundled/locales/zh-TW/ai/options/changelog/keep-a-changelog.ai.yaml +99 -0
- package/bundled/locales/zh-TW/ai/options/code-review/automated-review.ai.yaml +120 -0
- package/bundled/locales/zh-TW/ai/options/code-review/pair-programming.ai.yaml +109 -0
- package/bundled/locales/zh-TW/ai/options/code-review/pr-review.ai.yaml +104 -0
- package/bundled/locales/zh-TW/ai/options/commit-message/bilingual.ai.yaml +105 -0
- package/bundled/locales/zh-TW/ai/options/commit-message/english.ai.yaml +79 -0
- package/bundled/locales/zh-TW/ai/options/commit-message/traditional-chinese.ai.yaml +100 -0
- package/bundled/locales/zh-TW/ai/options/documentation/api-docs.ai.yaml +140 -0
- package/bundled/locales/zh-TW/ai/options/documentation/markdown-docs.ai.yaml +89 -0
- package/bundled/locales/zh-TW/ai/options/documentation/wiki-style.ai.yaml +119 -0
- package/bundled/locales/zh-TW/ai/options/git-workflow/gitflow.ai.yaml +133 -0
- package/bundled/locales/zh-TW/ai/options/git-workflow/github-flow.ai.yaml +73 -0
- package/bundled/locales/zh-TW/ai/options/git-workflow/merge-commit.ai.yaml +88 -0
- package/bundled/locales/zh-TW/ai/options/git-workflow/rebase-ff.ai.yaml +113 -0
- package/bundled/locales/zh-TW/ai/options/git-workflow/squash-merge.ai.yaml +85 -0
- package/bundled/locales/zh-TW/ai/options/git-workflow/trunk-based.ai.yaml +117 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/dotnet.ai.yaml +108 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/go.ai.yaml +115 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/java.ai.yaml +113 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/kotlin.ai.yaml +123 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/nodejs.ai.yaml +101 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/php.ai.yaml +147 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/python.ai.yaml +116 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/ruby.ai.yaml +140 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/rust.ai.yaml +117 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/swift.ai.yaml +143 -0
- package/bundled/locales/zh-TW/ai/options/testing/contract-testing.ai.yaml +254 -0
- package/bundled/locales/zh-TW/ai/options/testing/e2e-testing.ai.yaml +116 -0
- package/bundled/locales/zh-TW/ai/options/testing/industry-pyramid.ai.yaml +144 -0
- package/bundled/locales/zh-TW/ai/options/testing/integration-testing.ai.yaml +90 -0
- package/bundled/locales/zh-TW/ai/options/testing/istqb-framework.ai.yaml +108 -0
- package/bundled/locales/zh-TW/ai/options/testing/performance-testing.ai.yaml +272 -0
- package/bundled/locales/zh-TW/ai/options/testing/security-testing.ai.yaml +160 -0
- package/bundled/locales/zh-TW/ai/options/testing/system-testing.ai.yaml +101 -0
- package/bundled/locales/zh-TW/ai/options/testing/unit-testing.ai.yaml +82 -0
- package/bundled/locales/zh-TW/ai/standards/anti-hallucination.ai.yaml +145 -0
- package/bundled/locales/zh-TW/ai/standards/changelog.ai.yaml +146 -0
- package/bundled/locales/zh-TW/ai/standards/checkin-standards.ai.yaml +170 -0
- package/bundled/locales/zh-TW/ai/standards/code-review.ai.yaml +148 -0
- package/bundled/locales/zh-TW/ai/standards/commit-message.ai.yaml +175 -0
- package/bundled/locales/zh-TW/ai/standards/documentation-structure.ai.yaml +124 -0
- package/bundled/locales/zh-TW/ai/standards/documentation-writing-standards.ai.yaml +190 -0
- package/bundled/locales/zh-TW/ai/standards/error-codes.ai.yaml +139 -0
- package/bundled/locales/zh-TW/ai/standards/git-workflow.ai.yaml +95 -0
- package/bundled/locales/zh-TW/ai/standards/logging.ai.yaml +128 -0
- package/bundled/locales/zh-TW/ai/standards/project-structure.ai.yaml +134 -0
- package/bundled/locales/zh-TW/ai/standards/spec-driven-development.ai.yaml +169 -0
- package/bundled/locales/zh-TW/ai/standards/test-completeness-dimensions.ai.yaml +220 -0
- package/bundled/locales/zh-TW/ai/standards/testing.ai.yaml +137 -0
- package/bundled/locales/zh-TW/ai/standards/versioning.ai.yaml +211 -0
- package/bundled/locales/zh-TW/core/ai-instruction-standards.md +213 -0
- package/bundled/locales/zh-TW/core/anti-hallucination.md +691 -0
- package/bundled/locales/zh-TW/core/changelog-standards.md +564 -0
- package/bundled/locales/zh-TW/core/checkin-standards.md +943 -0
- package/bundled/locales/zh-TW/core/code-review-checklist.md +693 -0
- package/bundled/locales/zh-TW/core/commit-message-guide.md +809 -0
- package/bundled/locales/zh-TW/core/documentation-structure.md +1125 -0
- package/bundled/locales/zh-TW/core/documentation-writing-standards.md +495 -0
- package/bundled/locales/zh-TW/core/error-code-standards.md +384 -0
- package/bundled/locales/zh-TW/core/git-workflow.md +860 -0
- package/bundled/locales/zh-TW/core/logging-standards.md +325 -0
- package/bundled/locales/zh-TW/core/project-structure.md +362 -0
- package/bundled/locales/zh-TW/core/refactoring-standards.md +642 -0
- package/bundled/locales/zh-TW/core/spec-driven-development.md +215 -0
- package/bundled/locales/zh-TW/core/test-completeness-dimensions.md +544 -0
- package/bundled/locales/zh-TW/core/test-driven-development.md +1004 -0
- package/bundled/locales/zh-TW/core/testing-standards.md +2158 -0
- package/bundled/locales/zh-TW/core/versioning.md +909 -0
- package/bundled/locales/zh-TW/docs/AI-AGENT-ROADMAP.md +303 -0
- package/bundled/locales/zh-TW/docs/CLI-INIT-OPTIONS.md +990 -0
- package/bundled/locales/zh-TW/docs/OPERATION-WORKFLOW.md +1064 -0
- package/bundled/locales/zh-TW/docs/USAGE-MODES-COMPARISON.md +333 -0
- package/bundled/locales/zh-TW/docs/WINDOWS-GUIDE.md +215 -0
- package/bundled/locales/zh-TW/integrations/codex/AGENTS.md +115 -0
- package/bundled/locales/zh-TW/integrations/codex/README.md +113 -0
- package/bundled/locales/zh-TW/integrations/gemini-cli/GEMINI.md +102 -0
- package/bundled/locales/zh-TW/integrations/gemini-cli/README.md +140 -0
- package/bundled/locales/zh-TW/integrations/github-copilot/COPILOT-CHAT-REFERENCE.md +269 -0
- package/bundled/locales/zh-TW/integrations/github-copilot/README.md +167 -0
- package/bundled/locales/zh-TW/integrations/github-copilot/copilot-instructions.md +263 -0
- package/bundled/locales/zh-TW/integrations/github-copilot/skills-mapping.md +192 -0
- package/bundled/locales/zh-TW/integrations/google-antigravity/INSTRUCTIONS.md +61 -0
- package/bundled/locales/zh-TW/integrations/google-antigravity/README.md +84 -0
- package/bundled/locales/zh-TW/integrations/opencode/AGENTS.md +111 -0
- package/bundled/locales/zh-TW/integrations/opencode/README.md +176 -0
- package/bundled/locales/zh-TW/integrations/opencode/skills-mapping.md +396 -0
- package/bundled/locales/zh-TW/integrations/openspec/AGENTS.md +301 -0
- package/bundled/locales/zh-TW/integrations/openspec/README.md +43 -0
- package/bundled/locales/zh-TW/integrations/spec-kit/AGENTS.md +184 -0
- package/bundled/locales/zh-TW/integrations/spec-kit/README.md +43 -0
- package/bundled/locales/zh-TW/options/commit-message/bilingual.md +161 -0
- package/bundled/locales/zh-TW/options/commit-message/english.md +137 -0
- package/bundled/locales/zh-TW/options/commit-message/traditional-chinese.md +162 -0
- package/bundled/locales/zh-TW/options/git-workflow/gitflow.md +147 -0
- package/bundled/locales/zh-TW/options/git-workflow/github-flow.md +124 -0
- package/bundled/locales/zh-TW/options/git-workflow/merge-commit.md +124 -0
- package/bundled/locales/zh-TW/options/git-workflow/rebase-ff.md +160 -0
- package/bundled/locales/zh-TW/options/git-workflow/squash-merge.md +117 -0
- package/bundled/locales/zh-TW/options/git-workflow/trunk-based.md +125 -0
- package/bundled/locales/zh-TW/options/project-structure/dotnet.md +183 -0
- package/bundled/locales/zh-TW/options/project-structure/go.md +226 -0
- package/bundled/locales/zh-TW/options/project-structure/java.md +213 -0
- package/bundled/locales/zh-TW/options/project-structure/nodejs.md +185 -0
- package/bundled/locales/zh-TW/options/project-structure/python.md +229 -0
- package/bundled/locales/zh-TW/options/testing/e2e-testing.md +207 -0
- package/bundled/locales/zh-TW/options/testing/integration-testing.md +230 -0
- package/bundled/locales/zh-TW/options/testing/system-testing.md +183 -0
- package/bundled/locales/zh-TW/options/testing/unit-testing.md +165 -0
- package/bundled/locales/zh-TW/skills/INTEGRATION-GUIDE.md +218 -0
- package/bundled/locales/zh-TW/skills/README.md +132 -0
- package/bundled/locales/zh-TW/skills/_shared/README.md +68 -0
- package/bundled/locales/zh-TW/skills/claude-code/CONTRIBUTING.template.md +151 -0
- package/bundled/locales/zh-TW/skills/claude-code/README.md +174 -0
- package/bundled/locales/zh-TW/skills/claude-code/ai-collaboration-standards/SKILL.md +175 -0
- package/bundled/locales/zh-TW/skills/claude-code/ai-collaboration-standards/anti-hallucination.md +223 -0
- package/bundled/locales/zh-TW/skills/claude-code/ai-collaboration-standards/certainty-labels.md +132 -0
- package/bundled/locales/zh-TW/skills/claude-code/changelog-guide/SKILL.md +237 -0
- package/bundled/locales/zh-TW/skills/claude-code/checkin-assistant/SKILL.md +407 -0
- package/bundled/locales/zh-TW/skills/claude-code/code-review-assistant/SKILL.md +154 -0
- package/bundled/locales/zh-TW/skills/claude-code/code-review-assistant/checkin-checklist.md +257 -0
- package/bundled/locales/zh-TW/skills/claude-code/code-review-assistant/review-checklist.md +246 -0
- package/bundled/locales/zh-TW/skills/claude-code/commands/bdd.md +142 -0
- package/bundled/locales/zh-TW/skills/claude-code/commands/methodology.md +274 -0
- package/bundled/locales/zh-TW/skills/claude-code/commit-standards/SKILL.md +191 -0
- package/bundled/locales/zh-TW/skills/claude-code/commit-standards/conventional-commits.md +264 -0
- package/bundled/locales/zh-TW/skills/claude-code/commit-standards/language-options.md +172 -0
- package/bundled/locales/zh-TW/skills/claude-code/documentation-guide/SKILL.md +421 -0
- package/bundled/locales/zh-TW/skills/claude-code/documentation-guide/documentation-structure.md +357 -0
- package/bundled/locales/zh-TW/skills/claude-code/documentation-guide/readme-template.md +412 -0
- package/bundled/locales/zh-TW/skills/claude-code/error-code-guide/SKILL.md +269 -0
- package/bundled/locales/zh-TW/skills/claude-code/git-workflow-guide/SKILL.md +218 -0
- package/bundled/locales/zh-TW/skills/claude-code/git-workflow-guide/branch-naming.md +220 -0
- package/bundled/locales/zh-TW/skills/claude-code/git-workflow-guide/git-workflow.md +321 -0
- package/bundled/locales/zh-TW/skills/claude-code/logging-guide/SKILL.md +285 -0
- package/bundled/locales/zh-TW/skills/claude-code/methodology-system/SKILL.md +131 -0
- package/bundled/locales/zh-TW/skills/claude-code/methodology-system/create-methodology.md +350 -0
- package/bundled/locales/zh-TW/skills/claude-code/methodology-system/runtime.md +279 -0
- package/bundled/locales/zh-TW/skills/claude-code/project-structure-guide/SKILL.md +143 -0
- package/bundled/locales/zh-TW/skills/claude-code/project-structure-guide/language-patterns.md +271 -0
- package/bundled/locales/zh-TW/skills/claude-code/refactoring-assistant/SKILL.md +162 -0
- package/bundled/locales/zh-TW/skills/claude-code/release-standards/SKILL.md +191 -0
- package/bundled/locales/zh-TW/skills/claude-code/release-standards/changelog-format.md +247 -0
- package/bundled/locales/zh-TW/skills/claude-code/release-standards/release-workflow.md +345 -0
- package/bundled/locales/zh-TW/skills/claude-code/release-standards/semantic-versioning.md +250 -0
- package/bundled/locales/zh-TW/skills/claude-code/requirement-assistant/SKILL.md +227 -0
- package/bundled/locales/zh-TW/skills/claude-code/requirement-assistant/requirement-checklist.md +325 -0
- package/bundled/locales/zh-TW/skills/claude-code/requirement-assistant/requirement-writing.md +399 -0
- package/bundled/locales/zh-TW/skills/claude-code/spec-driven-dev/SKILL.md +243 -0
- package/bundled/locales/zh-TW/skills/claude-code/tdd-assistant/SKILL.md +332 -0
- package/bundled/locales/zh-TW/skills/claude-code/tdd-assistant/language-examples.md +639 -0
- package/bundled/locales/zh-TW/skills/claude-code/tdd-assistant/tdd-workflow.md +486 -0
- package/bundled/locales/zh-TW/skills/claude-code/test-coverage-assistant/SKILL.md +282 -0
- package/bundled/locales/zh-TW/skills/claude-code/testing-guide/SKILL.md +234 -0
- package/bundled/locales/zh-TW/skills/claude-code/testing-guide/testing-pyramid.md +448 -0
- package/bundled/locales/zh-TW/skills/cline/README.md +58 -0
- package/bundled/locales/zh-TW/skills/copilot/README.md +61 -0
- package/bundled/locales/zh-TW/skills/copilot/copilot-instructions.md +79 -0
- package/bundled/locales/zh-TW/skills/cursor/README.md +58 -0
- package/bundled/locales/zh-TW/skills/windsurf/README.md +59 -0
- package/bundled/skills/claude-code/CONTRIBUTING.template.md +141 -0
- package/bundled/skills/claude-code/README.md +196 -0
- package/bundled/skills/claude-code/ai/standards/checkin.ai.yaml +21 -0
- package/bundled/skills/claude-code/ai/standards/commit.ai.yaml +20 -0
- package/bundled/skills/claude-code/ai/standards/refactoring.ai.yaml +34 -0
- package/bundled/skills/claude-code/ai/standards/testing.ai.yaml +41 -0
- package/bundled/skills/claude-code/ai-collaboration-standards/SKILL.md +175 -0
- package/bundled/skills/claude-code/ai-collaboration-standards/anti-hallucination.md +215 -0
- package/bundled/skills/claude-code/ai-collaboration-standards/certainty-labels.md +124 -0
- package/bundled/skills/claude-code/changelog-guide/SKILL.md +232 -0
- package/bundled/skills/claude-code/checkin-assistant/SKILL.md +402 -0
- package/bundled/skills/claude-code/code-review-assistant/SKILL.md +220 -0
- package/bundled/skills/claude-code/code-review-assistant/checkin-checklist.md +249 -0
- package/bundled/skills/claude-code/code-review-assistant/review-checklist.md +238 -0
- package/bundled/skills/claude-code/commands/README.md +78 -0
- package/bundled/skills/claude-code/commands/bdd.md +142 -0
- package/bundled/skills/claude-code/commands/changelog.md +57 -0
- package/bundled/skills/claude-code/commands/check.md +91 -0
- package/bundled/skills/claude-code/commands/commit.md +48 -0
- package/bundled/skills/claude-code/commands/config.md +97 -0
- package/bundled/skills/claude-code/commands/coverage.md +58 -0
- package/bundled/skills/claude-code/commands/docs.md +75 -0
- package/bundled/skills/claude-code/commands/init.md +88 -0
- package/bundled/skills/claude-code/commands/methodology.md +268 -0
- package/bundled/skills/claude-code/commands/release.md +50 -0
- package/bundled/skills/claude-code/commands/requirement.md +54 -0
- package/bundled/skills/claude-code/commands/review.md +50 -0
- package/bundled/skills/claude-code/commands/spec.md +69 -0
- package/bundled/skills/claude-code/commands/tdd.md +86 -0
- package/bundled/skills/claude-code/commands/update.md +122 -0
- package/bundled/skills/claude-code/commit-standards/SKILL.md +249 -0
- package/bundled/skills/claude-code/commit-standards/conventional-commits.md +256 -0
- package/bundled/skills/claude-code/commit-standards/language-options.md +164 -0
- package/bundled/skills/claude-code/documentation-guide/SKILL.md +416 -0
- package/bundled/skills/claude-code/documentation-guide/documentation-structure.md +349 -0
- package/bundled/skills/claude-code/documentation-guide/readme-template.md +404 -0
- package/bundled/skills/claude-code/error-code-guide/SKILL.md +264 -0
- package/bundled/skills/claude-code/git-workflow-guide/SKILL.md +226 -0
- package/bundled/skills/claude-code/git-workflow-guide/branch-naming.md +212 -0
- package/bundled/skills/claude-code/git-workflow-guide/git-workflow.md +313 -0
- package/bundled/skills/claude-code/logging-guide/SKILL.md +280 -0
- package/bundled/skills/claude-code/methodology-system/SKILL.md +215 -0
- package/bundled/skills/claude-code/methodology-system/create-methodology.md +450 -0
- package/bundled/skills/claude-code/methodology-system/runtime.md +271 -0
- package/bundled/skills/claude-code/project-structure-guide/SKILL.md +143 -0
- package/bundled/skills/claude-code/project-structure-guide/language-patterns.md +263 -0
- package/bundled/skills/claude-code/refactoring-assistant/SKILL.md +205 -0
- package/bundled/skills/claude-code/release-standards/SKILL.md +191 -0
- package/bundled/skills/claude-code/release-standards/changelog-format.md +239 -0
- package/bundled/skills/claude-code/release-standards/release-workflow.md +337 -0
- package/bundled/skills/claude-code/release-standards/semantic-versioning.md +242 -0
- package/bundled/skills/claude-code/requirement-assistant/SKILL.md +222 -0
- package/bundled/skills/claude-code/requirement-assistant/requirement-checklist.md +317 -0
- package/bundled/skills/claude-code/requirement-assistant/requirement-writing.md +391 -0
- package/bundled/skills/claude-code/spec-driven-dev/SKILL.md +238 -0
- package/bundled/skills/claude-code/tdd-assistant/SKILL.md +384 -0
- package/bundled/skills/claude-code/tdd-assistant/language-examples.md +1276 -0
- package/bundled/skills/claude-code/tdd-assistant/tdd-workflow.md +659 -0
- package/bundled/skills/claude-code/test-coverage-assistant/SKILL.md +277 -0
- package/bundled/skills/claude-code/testing-guide/SKILL.md +317 -0
- package/bundled/skills/claude-code/testing-guide/testing-pyramid.md +440 -0
- package/package.json +4 -2
- package/src/commands/check.js +38 -6
- package/src/commands/init.js +20 -6
- package/src/commands/list.js +7 -2
- package/src/commands/skills.js +0 -2
- package/src/commands/update.js +271 -0
- package/src/i18n/messages.js +161 -11
- package/src/utils/copier.js +63 -10
- package/src/utils/skills-installer.js +47 -11
- package/standards-registry.json +6 -3
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: requirement-assistant
|
|
3
|
+
description: |
|
|
4
|
+
Guide requirement writing, user story creation, and feature specification.
|
|
5
|
+
Use when: writing requirements, user stories, issues, feature planning.
|
|
6
|
+
Keywords: requirement, user story, issue, feature, specification, 需求, 功能規劃, 規格.
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Requirement Assistant
|
|
10
|
+
|
|
11
|
+
> **Language**: English | [繁體中文](../../../../locales/zh-TW/skills/claude-code/requirement-assistant/SKILL.md)
|
|
12
|
+
|
|
13
|
+
**Version**: 1.0.0
|
|
14
|
+
**Last Updated**: 2025-12-24
|
|
15
|
+
**Applicability**: Claude Code Skills
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Purpose
|
|
20
|
+
|
|
21
|
+
This skill provides guidance on writing clear, complete, and actionable requirements.
|
|
22
|
+
|
|
23
|
+
## Quick Reference
|
|
24
|
+
|
|
25
|
+
### User Story Format (INVEST)
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
As a [role],
|
|
29
|
+
I want [feature],
|
|
30
|
+
So that [benefit].
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
### INVEST Criteria
|
|
34
|
+
|
|
35
|
+
| Criterion | Description | Question to Ask |
|
|
36
|
+
|-----------|-------------|-----------------|
|
|
37
|
+
| **I**ndependent | Can be delivered alone | Does this depend on other stories? |
|
|
38
|
+
| **N**egotiable | Details can be discussed | Is this too prescriptive? |
|
|
39
|
+
| **V**aluable | Provides user value | What problem does this solve? |
|
|
40
|
+
| **E**stimable | Can estimate effort | Do we understand the scope? |
|
|
41
|
+
| **S**mall | Fits in one sprint | Can we break this down? |
|
|
42
|
+
| **T**estable | Has clear acceptance criteria | How do we know it's done? |
|
|
43
|
+
|
|
44
|
+
### Requirement Priority Levels
|
|
45
|
+
|
|
46
|
+
| Priority | Label | Description |
|
|
47
|
+
|----------|-------|-------------|
|
|
48
|
+
| P0 | Must Have | Critical for release |
|
|
49
|
+
| P1 | Should Have | Important but not blocking |
|
|
50
|
+
| P2 | Could Have | Nice to have |
|
|
51
|
+
| P3 | Won't Have | Out of scope (this release) |
|
|
52
|
+
|
|
53
|
+
## Detailed Guidelines
|
|
54
|
+
|
|
55
|
+
For complete standards, see:
|
|
56
|
+
- [Requirement Writing Guide](./requirement-writing.md)
|
|
57
|
+
- [Requirement Checklist](./requirement-checklist.md)
|
|
58
|
+
|
|
59
|
+
## Quick Templates
|
|
60
|
+
|
|
61
|
+
### Simple Issue Template
|
|
62
|
+
|
|
63
|
+
```markdown
|
|
64
|
+
## Problem
|
|
65
|
+
[What problem are we solving?]
|
|
66
|
+
|
|
67
|
+
## Proposed Solution
|
|
68
|
+
[How should we solve it?]
|
|
69
|
+
|
|
70
|
+
## Acceptance Criteria
|
|
71
|
+
- [ ] [Criterion 1]
|
|
72
|
+
- [ ] [Criterion 2]
|
|
73
|
+
- [ ] [Criterion 3]
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### Feature Request Template
|
|
77
|
+
|
|
78
|
+
```markdown
|
|
79
|
+
## Summary
|
|
80
|
+
[One-line description]
|
|
81
|
+
|
|
82
|
+
## Motivation
|
|
83
|
+
[Why is this needed? Who benefits?]
|
|
84
|
+
|
|
85
|
+
## Detailed Description
|
|
86
|
+
[Full description of the feature]
|
|
87
|
+
|
|
88
|
+
## Acceptance Criteria
|
|
89
|
+
- [ ] [Measurable criterion 1]
|
|
90
|
+
- [ ] [Measurable criterion 2]
|
|
91
|
+
|
|
92
|
+
## Out of Scope
|
|
93
|
+
- [What this feature does NOT include]
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
### Bug Report Template
|
|
97
|
+
|
|
98
|
+
```markdown
|
|
99
|
+
## Description
|
|
100
|
+
[Brief description of the bug]
|
|
101
|
+
|
|
102
|
+
## Steps to Reproduce
|
|
103
|
+
1. [Step 1]
|
|
104
|
+
2. [Step 2]
|
|
105
|
+
3. [Step 3]
|
|
106
|
+
|
|
107
|
+
## Expected Behavior
|
|
108
|
+
[What should happen]
|
|
109
|
+
|
|
110
|
+
## Actual Behavior
|
|
111
|
+
[What actually happens]
|
|
112
|
+
|
|
113
|
+
## Environment
|
|
114
|
+
- OS: [e.g., Windows 11]
|
|
115
|
+
- Version: [e.g., v1.2.3]
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
## Acceptance Criteria Guidelines
|
|
119
|
+
|
|
120
|
+
### Good Acceptance Criteria
|
|
121
|
+
|
|
122
|
+
- **Specific**: Clear, unambiguous
|
|
123
|
+
- **Measurable**: Can verify pass/fail
|
|
124
|
+
- **Achievable**: Technically feasible
|
|
125
|
+
- **Relevant**: Related to the requirement
|
|
126
|
+
- **Testable**: Can write a test for it
|
|
127
|
+
|
|
128
|
+
### Examples
|
|
129
|
+
|
|
130
|
+
**Good**:
|
|
131
|
+
```markdown
|
|
132
|
+
- [ ] User can upload files up to 10MB
|
|
133
|
+
- [ ] System responds within 500ms for 95th percentile
|
|
134
|
+
- [ ] Error message displays when upload fails
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
**Bad**:
|
|
138
|
+
```markdown
|
|
139
|
+
- [ ] System should be fast # Not measurable
|
|
140
|
+
- [ ] Make it user-friendly # Too vague
|
|
141
|
+
- [ ] Fix the bug # No specific criteria
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
## Requirement Completeness Checklist
|
|
145
|
+
|
|
146
|
+
When writing requirements, ensure you cover:
|
|
147
|
+
|
|
148
|
+
- [ ] **What**: Clear description of the feature
|
|
149
|
+
- [ ] **Why**: Business value / problem solved
|
|
150
|
+
- [ ] **Who**: Target users / personas
|
|
151
|
+
- [ ] **When**: Priority / timeline
|
|
152
|
+
- [ ] **How**: High-level approach (if known)
|
|
153
|
+
- [ ] **Acceptance**: Criteria for completion
|
|
154
|
+
- [ ] **Scope**: What's NOT included
|
|
155
|
+
|
|
156
|
+
---
|
|
157
|
+
|
|
158
|
+
## Configuration Detection
|
|
159
|
+
|
|
160
|
+
This skill supports project-specific requirement templates.
|
|
161
|
+
|
|
162
|
+
### Detection Order
|
|
163
|
+
|
|
164
|
+
1. Check `CONTRIBUTING.md` for "Disabled Skills" section
|
|
165
|
+
- If this skill is listed, it is disabled for this project
|
|
166
|
+
2. Check `CONTRIBUTING.md` for "Requirement Language" section
|
|
167
|
+
3. Check for `.github/ISSUE_TEMPLATE/` directory
|
|
168
|
+
4. Check for `docs/templates/` directory
|
|
169
|
+
5. If not found, **default to English** and use default templates
|
|
170
|
+
|
|
171
|
+
### First-Time Setup
|
|
172
|
+
|
|
173
|
+
If no templates found:
|
|
174
|
+
|
|
175
|
+
1. Ask the user: "This project doesn't have requirement templates. Which language should I use? (English / 中文)"
|
|
176
|
+
2. After user selection, suggest documenting in `CONTRIBUTING.md`:
|
|
177
|
+
|
|
178
|
+
```markdown
|
|
179
|
+
## Requirement Language
|
|
180
|
+
|
|
181
|
+
This project uses **[chosen option]** for requirements and issues.
|
|
182
|
+
<!-- Options: English | 中文 -->
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
3. Suggest appropriate template based on project type
|
|
186
|
+
|
|
187
|
+
### Configuration Example
|
|
188
|
+
|
|
189
|
+
In project's `CONTRIBUTING.md`:
|
|
190
|
+
|
|
191
|
+
```markdown
|
|
192
|
+
## Requirement Language
|
|
193
|
+
|
|
194
|
+
This project uses **English** for requirements and issues.
|
|
195
|
+
<!-- Options: English | 中文 -->
|
|
196
|
+
|
|
197
|
+
### Issue Templates Location
|
|
198
|
+
`.github/ISSUE_TEMPLATE/`
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
---
|
|
202
|
+
|
|
203
|
+
## Related Standards
|
|
204
|
+
|
|
205
|
+
- [Spec-Driven Development](../../core/spec-driven-development.md)
|
|
206
|
+
- [Checkin Standards](../../core/checkin-standards.md)
|
|
207
|
+
|
|
208
|
+
---
|
|
209
|
+
|
|
210
|
+
## Version History
|
|
211
|
+
|
|
212
|
+
| Version | Date | Changes |
|
|
213
|
+
|---------|------|---------|
|
|
214
|
+
| 1.0.0 | 2025-12-24 | Added: Standard sections (Purpose, Related Standards, Version History, License) |
|
|
215
|
+
|
|
216
|
+
---
|
|
217
|
+
|
|
218
|
+
## License
|
|
219
|
+
|
|
220
|
+
This skill is released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
|
|
221
|
+
|
|
222
|
+
**Source**: [universal-dev-standards](https://github.com/AsiaOstrich/universal-dev-standards)
|
|
@@ -0,0 +1,317 @@
|
|
|
1
|
+
# Requirement Completeness Checklist
|
|
2
|
+
|
|
3
|
+
> **Language**: English | [繁體中文](../../../../locales/zh-TW/skills/claude-code/requirement-assistant/requirement-checklist.md)
|
|
4
|
+
|
|
5
|
+
**Version**: 1.0.0
|
|
6
|
+
**Last Updated**: 2025-12-24
|
|
7
|
+
**Applicability**: Claude Code Skills
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Purpose
|
|
12
|
+
|
|
13
|
+
This document provides checklists for verifying requirement completeness and quality.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Quick Checklist
|
|
18
|
+
|
|
19
|
+
Before submitting any requirement, verify these essentials:
|
|
20
|
+
|
|
21
|
+
| Item | Check | Question |
|
|
22
|
+
|------|:-----:|----------|
|
|
23
|
+
| Problem | [ ] | What problem are we solving? |
|
|
24
|
+
| Users | [ ] | Who benefits from this? |
|
|
25
|
+
| Value | [ ] | Why is this important? |
|
|
26
|
+
| Scope | [ ] | What's included and excluded? |
|
|
27
|
+
| Criteria | [ ] | How do we know it's done? |
|
|
28
|
+
| Priority | [ ] | How urgent is this? |
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## Detailed Checklist by Requirement Type
|
|
33
|
+
|
|
34
|
+
### Feature Request Checklist
|
|
35
|
+
|
|
36
|
+
#### 1. Problem Definition
|
|
37
|
+
|
|
38
|
+
- [ ] Problem is clearly stated
|
|
39
|
+
- [ ] Current pain points identified
|
|
40
|
+
- [ ] Impact quantified (if possible)
|
|
41
|
+
- [ ] Root cause understood
|
|
42
|
+
|
|
43
|
+
#### 2. User Context
|
|
44
|
+
|
|
45
|
+
- [ ] Target users/personas identified
|
|
46
|
+
- [ ] User goals described
|
|
47
|
+
- [ ] Current workarounds documented
|
|
48
|
+
- [ ] User journey mapped (if complex)
|
|
49
|
+
|
|
50
|
+
#### 3. Solution Description
|
|
51
|
+
|
|
52
|
+
- [ ] Feature described (not implementation)
|
|
53
|
+
- [ ] User interactions outlined
|
|
54
|
+
- [ ] Expected outcomes stated
|
|
55
|
+
- [ ] Success metrics defined
|
|
56
|
+
|
|
57
|
+
#### 4. Acceptance Criteria
|
|
58
|
+
|
|
59
|
+
- [ ] All criteria are testable
|
|
60
|
+
- [ ] Happy path covered
|
|
61
|
+
- [ ] Error scenarios defined
|
|
62
|
+
- [ ] Edge cases considered
|
|
63
|
+
- [ ] Performance criteria (if applicable)
|
|
64
|
+
|
|
65
|
+
#### 5. Scope Definition
|
|
66
|
+
|
|
67
|
+
- [ ] In-scope items listed
|
|
68
|
+
- [ ] Out-of-scope items listed
|
|
69
|
+
- [ ] Future considerations noted
|
|
70
|
+
- [ ] Dependencies identified
|
|
71
|
+
|
|
72
|
+
#### 6. Priority & Timeline
|
|
73
|
+
|
|
74
|
+
- [ ] Priority assigned (P0-P3 or MoSCoW)
|
|
75
|
+
- [ ] Business justification provided
|
|
76
|
+
- [ ] Deadline noted (if any)
|
|
77
|
+
- [ ] Release target identified
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
### Bug Report Checklist
|
|
82
|
+
|
|
83
|
+
#### 1. Description
|
|
84
|
+
|
|
85
|
+
- [ ] Title is clear and specific
|
|
86
|
+
- [ ] Description is concise
|
|
87
|
+
- [ ] Impact/severity stated
|
|
88
|
+
|
|
89
|
+
#### 2. Reproduction
|
|
90
|
+
|
|
91
|
+
- [ ] Steps are numbered
|
|
92
|
+
- [ ] Steps are reproducible
|
|
93
|
+
- [ ] Prerequisites listed
|
|
94
|
+
- [ ] Test data provided (if needed)
|
|
95
|
+
|
|
96
|
+
#### 3. Behavior
|
|
97
|
+
|
|
98
|
+
- [ ] Expected behavior described
|
|
99
|
+
- [ ] Actual behavior described
|
|
100
|
+
- [ ] Difference is clear
|
|
101
|
+
|
|
102
|
+
#### 4. Evidence
|
|
103
|
+
|
|
104
|
+
- [ ] Screenshots attached (if UI)
|
|
105
|
+
- [ ] Error logs included (if available)
|
|
106
|
+
- [ ] Stack trace provided (if crash)
|
|
107
|
+
|
|
108
|
+
#### 5. Environment
|
|
109
|
+
|
|
110
|
+
- [ ] OS and version
|
|
111
|
+
- [ ] Browser and version (if web)
|
|
112
|
+
- [ ] App version
|
|
113
|
+
- [ ] Relevant configuration
|
|
114
|
+
|
|
115
|
+
#### 6. Classification
|
|
116
|
+
|
|
117
|
+
- [ ] Severity assigned
|
|
118
|
+
- [ ] Priority assigned
|
|
119
|
+
- [ ] Component/area identified
|
|
120
|
+
- [ ] Related issues linked
|
|
121
|
+
|
|
122
|
+
---
|
|
123
|
+
|
|
124
|
+
### Technical Task Checklist
|
|
125
|
+
|
|
126
|
+
#### 1. Context
|
|
127
|
+
|
|
128
|
+
- [ ] Why is this needed?
|
|
129
|
+
- [ ] What problem does it solve?
|
|
130
|
+
- [ ] What triggered this task?
|
|
131
|
+
|
|
132
|
+
#### 2. Technical Details
|
|
133
|
+
|
|
134
|
+
- [ ] Approach described
|
|
135
|
+
- [ ] Affected components listed
|
|
136
|
+
- [ ] Database changes noted
|
|
137
|
+
- [ ] API changes noted
|
|
138
|
+
|
|
139
|
+
#### 3. Scope
|
|
140
|
+
|
|
141
|
+
- [ ] What will be changed?
|
|
142
|
+
- [ ] What will NOT be changed?
|
|
143
|
+
- [ ] Backward compatibility addressed
|
|
144
|
+
|
|
145
|
+
#### 4. Criteria
|
|
146
|
+
|
|
147
|
+
- [ ] Definition of done clear
|
|
148
|
+
- [ ] Testing requirements defined
|
|
149
|
+
- [ ] Documentation needs identified
|
|
150
|
+
|
|
151
|
+
#### 5. Risks
|
|
152
|
+
|
|
153
|
+
- [ ] Technical risks identified
|
|
154
|
+
- [ ] Mitigation strategies noted
|
|
155
|
+
- [ ] Rollback plan (if deployment)
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## INVEST Validation
|
|
160
|
+
|
|
161
|
+
Use this to validate user stories:
|
|
162
|
+
|
|
163
|
+
### Independent
|
|
164
|
+
|
|
165
|
+
- [ ] Can be delivered without other stories
|
|
166
|
+
- [ ] No blocking dependencies
|
|
167
|
+
- [ ] Can be prioritized freely
|
|
168
|
+
|
|
169
|
+
**If NO**: Consider combining with dependent story or redefining scope.
|
|
170
|
+
|
|
171
|
+
### Negotiable
|
|
172
|
+
|
|
173
|
+
- [ ] Implementation details not locked in
|
|
174
|
+
- [ ] Room for technical discussion
|
|
175
|
+
- [ ] Focus on WHAT, not HOW
|
|
176
|
+
|
|
177
|
+
**If NO**: Remove implementation specifics, focus on outcome.
|
|
178
|
+
|
|
179
|
+
### Valuable
|
|
180
|
+
|
|
181
|
+
- [ ] Delivers value to user/stakeholder
|
|
182
|
+
- [ ] Solves a real problem
|
|
183
|
+
- [ ] Benefit is clear
|
|
184
|
+
|
|
185
|
+
**If NO**: Reconsider if this should be done at all.
|
|
186
|
+
|
|
187
|
+
### Estimable
|
|
188
|
+
|
|
189
|
+
- [ ] Team can estimate effort
|
|
190
|
+
- [ ] Scope is understood
|
|
191
|
+
- [ ] No major unknowns
|
|
192
|
+
|
|
193
|
+
**If NO**: Spike/research task needed first.
|
|
194
|
+
|
|
195
|
+
### Small
|
|
196
|
+
|
|
197
|
+
- [ ] Can complete in one sprint
|
|
198
|
+
- [ ] Typically 1-5 days effort
|
|
199
|
+
- [ ] Single coherent piece of work
|
|
200
|
+
|
|
201
|
+
**If NO**: Break into smaller stories.
|
|
202
|
+
|
|
203
|
+
### Testable
|
|
204
|
+
|
|
205
|
+
- [ ] Clear acceptance criteria
|
|
206
|
+
- [ ] Can write automated tests
|
|
207
|
+
- [ ] Definition of done is unambiguous
|
|
208
|
+
|
|
209
|
+
**If NO**: Add specific, measurable criteria.
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
213
|
+
## Acceptance Criteria Quality Check
|
|
214
|
+
|
|
215
|
+
For each acceptance criterion:
|
|
216
|
+
|
|
217
|
+
| Quality | Check | Example |
|
|
218
|
+
|---------|:-----:|---------|
|
|
219
|
+
| Specific | [ ] | "Login button is blue (#007bff)" not "Button looks good" |
|
|
220
|
+
| Measurable | [ ] | "Response < 200ms" not "Fast response" |
|
|
221
|
+
| Achievable | [ ] | Technically feasible |
|
|
222
|
+
| Relevant | [ ] | Related to the requirement |
|
|
223
|
+
| Testable | [ ] | Can write a test case |
|
|
224
|
+
|
|
225
|
+
### Common Issues
|
|
226
|
+
|
|
227
|
+
| Issue | Bad Example | Good Example |
|
|
228
|
+
|-------|-------------|--------------|
|
|
229
|
+
| Too vague | "System works well" | "System returns 200 OK within 500ms" |
|
|
230
|
+
| Subjective | "UI is user-friendly" | "User can complete checkout in 3 clicks" |
|
|
231
|
+
| Missing edge cases | "User can upload file" | "User can upload 1-10MB files; error shown for larger files" |
|
|
232
|
+
| Implementation detail | "Use Redis cache" | "Dashboard loads in under 1 second" |
|
|
233
|
+
|
|
234
|
+
---
|
|
235
|
+
|
|
236
|
+
## Final Review Checklist
|
|
237
|
+
|
|
238
|
+
Before submitting for development:
|
|
239
|
+
|
|
240
|
+
### Content Quality
|
|
241
|
+
|
|
242
|
+
- [ ] Title is clear and descriptive
|
|
243
|
+
- [ ] Description is complete
|
|
244
|
+
- [ ] No ambiguous language
|
|
245
|
+
- [ ] No assumptions unstated
|
|
246
|
+
- [ ] Technical jargon explained
|
|
247
|
+
|
|
248
|
+
### Completeness
|
|
249
|
+
|
|
250
|
+
- [ ] All required fields filled
|
|
251
|
+
- [ ] Acceptance criteria defined
|
|
252
|
+
- [ ] Scope boundaries clear
|
|
253
|
+
- [ ] Dependencies listed
|
|
254
|
+
- [ ] Priority assigned
|
|
255
|
+
|
|
256
|
+
### Consistency
|
|
257
|
+
|
|
258
|
+
- [ ] Follows team templates
|
|
259
|
+
- [ ] Consistent terminology
|
|
260
|
+
- [ ] Linked to related items
|
|
261
|
+
- [ ] Labels applied correctly
|
|
262
|
+
|
|
263
|
+
### Ready for Development
|
|
264
|
+
|
|
265
|
+
- [ ] Team can estimate effort
|
|
266
|
+
- [ ] No blocking questions
|
|
267
|
+
- [ ] Stakeholder approval (if needed)
|
|
268
|
+
- [ ] Design assets ready (if UI)
|
|
269
|
+
|
|
270
|
+
---
|
|
271
|
+
|
|
272
|
+
## Checklist Results
|
|
273
|
+
|
|
274
|
+
**Requirement Title**: ___________________________
|
|
275
|
+
|
|
276
|
+
**Checked By**: ___________________________
|
|
277
|
+
|
|
278
|
+
**Date**: ___________________________
|
|
279
|
+
|
|
280
|
+
| Section | Complete | Notes |
|
|
281
|
+
|---------|:--------:|-------|
|
|
282
|
+
| Problem Definition | [ ] | |
|
|
283
|
+
| User Context | [ ] | |
|
|
284
|
+
| Solution Description | [ ] | |
|
|
285
|
+
| Acceptance Criteria | [ ] | |
|
|
286
|
+
| Scope Definition | [ ] | |
|
|
287
|
+
| Priority | [ ] | |
|
|
288
|
+
| INVEST Validation | [ ] | |
|
|
289
|
+
|
|
290
|
+
**Ready for Development**: [ ] Yes [ ] No
|
|
291
|
+
|
|
292
|
+
**Action Items**:
|
|
293
|
+
- ___________________________
|
|
294
|
+
- ___________________________
|
|
295
|
+
|
|
296
|
+
---
|
|
297
|
+
|
|
298
|
+
## Related Standards
|
|
299
|
+
|
|
300
|
+
- [Requirement Writing Guide](./requirement-writing.md)
|
|
301
|
+
- [Spec-Driven Development](../../../core/spec-driven-development.md)
|
|
302
|
+
|
|
303
|
+
---
|
|
304
|
+
|
|
305
|
+
## Version History
|
|
306
|
+
|
|
307
|
+
| Version | Date | Changes |
|
|
308
|
+
|---------|------|---------|
|
|
309
|
+
| 1.0.0 | 2025-12-24 | Added: Standard sections (Purpose, Related Standards, Version History, License) |
|
|
310
|
+
|
|
311
|
+
---
|
|
312
|
+
|
|
313
|
+
## License
|
|
314
|
+
|
|
315
|
+
This document is released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
|
|
316
|
+
|
|
317
|
+
**Source**: [universal-dev-standards](https://github.com/AsiaOstrich/universal-dev-standards)
|