universal-dev-standards 5.10.0 → 5.11.0
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/bundled/core/adversarial-test.md +3 -0
- package/bundled/core/behavior-snapshot.md +1 -1
- package/bundled/core/capability-declaration.md +3 -0
- package/bundled/core/cd-deployment-strategies.md +3 -0
- package/bundled/core/chaos-injection-tests.md +3 -0
- package/bundled/core/circuit-breaker.md +3 -0
- package/bundled/core/container-security.md +3 -0
- package/bundled/core/cost-budget-test.md +3 -0
- package/bundled/core/data-migration-testing.md +3 -0
- package/bundled/core/disaster-recovery-drill.md +3 -0
- package/bundled/core/dual-phase-output.md +3 -0
- package/bundled/core/failure-source-taxonomy.md +3 -0
- package/bundled/core/feature-manifest-standard.md +1 -1
- package/bundled/core/flaky-test-management.md +3 -0
- package/bundled/core/full-coverage-testing.md +3 -0
- package/bundled/core/health-check-standards.md +3 -0
- package/bundled/core/immutability-first.md +3 -0
- package/bundled/core/llm-output-validation.md +3 -0
- package/bundled/core/no-cicd-deployment.md +3 -0
- package/bundled/core/pipeline-security-gates.md +3 -0
- package/bundled/core/policy-as-code-testing.md +3 -0
- package/bundled/core/prompt-regression.md +3 -0
- package/bundled/core/property-based-testing.md +3 -0
- package/bundled/core/recovery-recipe-registry.md +3 -0
- package/bundled/core/release-quality-manifest.md +3 -0
- package/bundled/core/replay-test.md +3 -0
- package/bundled/core/retry-standards.md +3 -0
- package/bundled/core/rollback-standards.md +3 -0
- package/bundled/core/sast-advanced.md +1 -1
- package/bundled/core/secure-op.md +3 -0
- package/bundled/core/security-decision.md +3 -0
- package/bundled/core/server-ops-security.md +3 -0
- package/bundled/core/skill-standard-alignment-check.md +3 -0
- package/bundled/core/smoke-test.md +3 -0
- package/bundled/core/standard-admission-criteria.md +3 -0
- package/bundled/core/standard-lifecycle-management.md +3 -0
- package/bundled/core/supply-chain-attestation.md +3 -0
- package/bundled/core/timeout-standards.md +3 -0
- package/bundled/core/token-budget.md +3 -0
- package/bundled/locales/zh-CN/CHANGELOG.md +13 -3
- package/bundled/locales/zh-CN/CLAUDE.md +1 -1
- package/bundled/locales/zh-CN/README.md +3 -3
- package/bundled/locales/zh-CN/SECURITY.md +1 -2
- package/bundled/locales/zh-CN/docs/CHEATSHEET.md +127 -15
- package/bundled/locales/zh-CN/docs/FEATURE-REFERENCE.md +141 -25
- package/bundled/locales/zh-CN/skills/adr-assistant/SKILL.md +43 -0
- package/bundled/locales/zh-CN/skills/ai-collaboration-standards/SKILL.md +35 -0
- package/bundled/locales/zh-CN/skills/ai-friendly-architecture/SKILL.md +35 -0
- package/bundled/locales/zh-CN/skills/ai-instruction-standards/SKILL.md +35 -0
- package/bundled/locales/zh-CN/skills/contract-test-assistant/SKILL.md +24 -0
- package/bundled/locales/zh-CN/skills/documentation-guide/SKILL.md +37 -0
- package/bundled/locales/zh-CN/skills/error-code-guide/SKILL.md +33 -0
- package/bundled/locales/zh-CN/skills/git-workflow-guide/SKILL.md +34 -0
- package/bundled/locales/zh-CN/skills/logging-guide/SKILL.md +33 -0
- package/bundled/locales/zh-CN/skills/project-structure-guide/SKILL.md +19 -0
- package/bundled/locales/zh-CN/skills/retrospective-assistant/SKILL.md +38 -0
- package/bundled/locales/zh-CN/skills/testing-guide/SKILL.md +36 -0
- package/bundled/locales/zh-TW/CHANGELOG.md +13 -3
- package/bundled/locales/zh-TW/CLAUDE.md +1 -1
- package/bundled/locales/zh-TW/README.md +3 -3
- package/bundled/locales/zh-TW/SECURITY.md +1 -2
- package/bundled/locales/zh-TW/docs/CHEATSHEET.md +127 -15
- package/bundled/locales/zh-TW/docs/FEATURE-REFERENCE.md +141 -25
- package/bundled/locales/zh-TW/skills/adr-assistant/SKILL.md +43 -0
- package/bundled/locales/zh-TW/skills/ai-collaboration-standards/SKILL.md +35 -0
- package/bundled/locales/zh-TW/skills/ai-friendly-architecture/SKILL.md +35 -0
- package/bundled/locales/zh-TW/skills/ai-instruction-standards/SKILL.md +35 -0
- package/bundled/locales/zh-TW/skills/brainstorm-assistant/guide.md +661 -267
- package/bundled/locales/zh-TW/skills/contract-test-assistant/SKILL.md +24 -0
- package/bundled/locales/zh-TW/skills/documentation-guide/SKILL.md +37 -0
- package/bundled/locales/zh-TW/skills/error-code-guide/SKILL.md +33 -0
- package/bundled/locales/zh-TW/skills/git-workflow-guide/SKILL.md +34 -0
- package/bundled/locales/zh-TW/skills/logging-guide/SKILL.md +33 -0
- package/bundled/locales/zh-TW/skills/project-structure-guide/SKILL.md +19 -0
- package/bundled/locales/zh-TW/skills/retrospective-assistant/SKILL.md +38 -0
- package/bundled/locales/zh-TW/skills/testing-guide/SKILL.md +36 -0
- package/bundled/skills/README.md +1 -1
- package/bundled/skills/spec-driven-dev/SKILL.md +41 -0
- package/package.json +1 -1
- package/src/commands/update.js +35 -0
- package/src/config/ai-agent-paths.js +8 -0
- package/src/i18n/messages.js +3 -0
- package/src/utils/integration-generator.js +18 -2
- package/standards-registry.json +3 -3
- package/bundled/locales/zh-TW/docs/MIGRATION-V5.md +0 -79
|
@@ -1,14 +1,6 @@
|
|
|
1
|
-
---
|
|
2
|
-
source: ../../../docs/CHEATSHEET.md
|
|
3
|
-
source_version: 1.0.0
|
|
4
|
-
translation_version: 1.0.0
|
|
5
|
-
last_synced: 2026-04-22
|
|
6
|
-
status: current
|
|
7
|
-
---
|
|
8
|
-
|
|
9
1
|
# UDS 速查表
|
|
10
2
|
|
|
11
|
-
> Quick reference for all UDS features | Last updated: 2026-
|
|
3
|
+
> Quick reference for all UDS features | Last updated: 2026-05-14
|
|
12
4
|
|
|
13
5
|
**Language**: [English](../../../docs/CHEATSHEET.md) | 繁體中文 | [简体中文](../../zh-CN/docs/CHEATSHEET.md)
|
|
14
6
|
|
|
@@ -33,15 +25,19 @@ status: current
|
|
|
33
25
|
| Command | 說明 |
|
|
34
26
|
|---------|-------------|
|
|
35
27
|
| `/ac-coverage` | "[UDS] Generate AC-to-test traceability matrix and coverage report" |
|
|
28
|
+
| `/api-design` | "[UDS] Guide API design following REST, GraphQL and gRPC best practices" |
|
|
36
29
|
| `/atdd` | [UDS] Guide through Acceptance Test-Driven Development workflow |
|
|
30
|
+
| `/audit` | "[UDS] UDS health check and feedback system, diagnose installation integrity and detect development patterns" |
|
|
37
31
|
| `/bdd` | [UDS] Guide through Behavior-Driven Development workflow |
|
|
38
32
|
| `/brainstorm` | "[UDS] Structured AI-assisted brainstorming before spec creation" |
|
|
39
33
|
| `/changelog` | "[UDS] Generate and maintain CHANGELOG.md entries" |
|
|
40
34
|
| `/check` | [UDS] Verify standards adoption status |
|
|
41
35
|
| `/checkin` | "[UDS] Pre-commit quality gates verification" |
|
|
36
|
+
| `/ci-cd` | "[UDS] Guide CI/CD pipeline design, configuration and optimization" |
|
|
42
37
|
| `/commit` | [UDS] Generate commit messages following Conventional Commits standard |
|
|
43
38
|
| `/config` | [UDS] Configure project development standards |
|
|
44
39
|
| `/coverage` | [UDS] Analyze test coverage and provide recommendations |
|
|
40
|
+
| `/database` | "[UDS] Guide database design, migration planning and query optimization" |
|
|
45
41
|
| `/derive-all` | [UDS] Derive all test structures (BDD, TDD, ATDD) from SDD specification |
|
|
46
42
|
| `/derive-atdd` | [UDS] Derive ATDD acceptance tests from SDD specification |
|
|
47
43
|
| `/derive-bdd` | [UDS] Derive BDD Gherkin scenarios from SDD specification |
|
|
@@ -51,9 +47,16 @@ status: current
|
|
|
51
47
|
| `/discover` | "[UDS] Assess project health, architecture, and risks before adding features" |
|
|
52
48
|
| `/docgen` | "[UDS] Generate usage documentation from project sources" |
|
|
53
49
|
| `/docs` | [UDS] Manage, guide, and generate documentation. |
|
|
50
|
+
| `/durable` | "[UDS] Guide workflow failure recovery with checkpoints, retries and rollback strategies" |
|
|
51
|
+
| `/e2e` | [UDS] Generate E2E test skeletons from BDD scenarios with framework detection |
|
|
54
52
|
| `/guide` | [UDS] Access Universal Development Standards guides and references. |
|
|
53
|
+
| `/incident` | "[UDS] Guide incident response, root cause analysis and post-mortem documentation" |
|
|
55
54
|
| `/init` | [UDS] Initialize development standards in current project |
|
|
56
55
|
| `/methodology` | [UDS] Manage development methodology workflow |
|
|
56
|
+
| `/metrics` | "[UDS] Track development metrics, code quality indicators and project health" |
|
|
57
|
+
| `/migrate` | "[UDS] Guide code migration, framework upgrades and technology modernization" |
|
|
58
|
+
| `/observability` | "[UDS] Guide observability setup, metrics design, alerting, and maturity assessment" |
|
|
59
|
+
| `/pr` | "[UDS] Guide Pull Request creation, review automation and merge strategies" |
|
|
57
60
|
| `/refactor` | [UDS] Guide refactoring decisions and strategy selection |
|
|
58
61
|
| `/release` | [UDS] Manage release process and changelogs. |
|
|
59
62
|
| `/requirement` | [UDS] Write user stories and requirements following INVEST criteria |
|
|
@@ -62,8 +65,12 @@ status: current
|
|
|
62
65
|
| `/reverse-tdd` | [UDS] Analyze BDD-TDD coverage gaps |
|
|
63
66
|
| `/reverse` | [UDS] Reverse engineer code to Specs, BDD, or TDD coverage. |
|
|
64
67
|
| `/review` | [UDS] Perform systematic code review with checklist |
|
|
68
|
+
| `/runbook` | "[UDS] Guide runbook creation, maintenance, drills, and coverage reporting" |
|
|
69
|
+
| `/scan` | "[UDS] Guide automated security scanning, dependency auditing and secret detection" |
|
|
65
70
|
| `/sdd-retro` | [UDS] Create retroactive specs for untracked feat/fix commits |
|
|
66
71
|
| `/sdd` | [UDS] Create or review specification documents for Spec-Driven Development |
|
|
72
|
+
| `/security` | "[UDS] Guide security review and vulnerability assessment following OWASP standards" |
|
|
73
|
+
| `/slo` | "[UDS] Guide SLI selection, SLO setting, and Error Budget management" |
|
|
67
74
|
| `/tdd` | [UDS] Guide through Test-Driven Development workflow |
|
|
68
75
|
| `/update` | [UDS] Update development standards to latest version |
|
|
69
76
|
|
|
@@ -71,10 +78,11 @@ status: current
|
|
|
71
78
|
|
|
72
79
|
| Skill | 說明 |
|
|
73
80
|
|-------|-------------|
|
|
74
|
-
| `ac-coverage
|
|
81
|
+
| `ac-coverage` | "[UDS] Analyze AC-to-test traceability and coverage" |
|
|
82
|
+
| `adr-assistant` | [UDS] Create, manage, and track Architecture Decision Record |
|
|
75
83
|
| `ai-collaboration-standards` | Prevent AI hallucination and ensure evidence-based responses |
|
|
76
84
|
| `ai-friendly-architecture` | Design AI-friendly architecture with explicit patterns, laye |
|
|
77
|
-
| `ai-instruction-standards` | Create and maintain AI instruction files (CLAUDE.md, .
|
|
85
|
+
| `ai-instruction-standards` | Create and maintain AI instruction files (CLAUDE.md, AGENTS. |
|
|
78
86
|
| `api-design-assistant` | Guide API design following REST, GraphQL, and gRPC best prac |
|
|
79
87
|
| `atdd-assistant` | "[UDS] Guide through Acceptance Test-Driven Development work |
|
|
80
88
|
| `audit-assistant` | "[UDS] UDS Health & Feedback System \| UDS 健康檢查與回饋系統" |
|
|
@@ -85,29 +93,42 @@ status: current
|
|
|
85
93
|
| `ci-cd-assistant` | Guide CI/CD pipeline design, configuration, and optimization |
|
|
86
94
|
| `code-review-assistant` | "[UDS] Perform systematic code review with checklist" |
|
|
87
95
|
| `commit-standards` | "[UDS] Generate commit messages following Conventional Commi |
|
|
96
|
+
| `contract-test-assistant` | [UDS] Guide contract testing strategy for APIs and microserv |
|
|
88
97
|
| `database-assistant` | Guide database design, migration, and query optimization. |
|
|
98
|
+
| `deploy-assistant` | Guide reliable deployments without CI/CD platforms (GitHub A |
|
|
99
|
+
| `dev-methodology` | "[UDS] Manage development methodology workflow" |
|
|
89
100
|
| `dev-workflow-guide` | "[UDS] Guide for mapping software development phases to UDS |
|
|
90
101
|
| `docs-generator` | "[UDS] Generate usage documentation from project sources" |
|
|
91
102
|
| `documentation-guide` | Guide documentation structure, content requirements, and pro |
|
|
92
103
|
| `durable-execution-assistant` | "[UDS] Guide workflow failure recovery with checkpoints, ret |
|
|
104
|
+
| `e2e-assistant` | "[UDS] Generate E2E test skeletons from BDD scenarios" |
|
|
93
105
|
| `error-code-guide` | Design consistent error codes following the PREFIX_CATEGORY_ |
|
|
94
|
-
| `forward-derivation` | "[UDS] Derive BDD scenarios, TDD skeletons, or ATDD tables f |
|
|
95
106
|
| `git-workflow-guide` | Guide Git branching strategies, branch naming, and merge ope |
|
|
96
107
|
| `incident-response-assistant` | Guide incident response, root cause analysis, and post-morte |
|
|
108
|
+
| `journey-test-assistant` | "[UDS] 從專案描述生成連貫使用者旅程測試計畫(TESTPLAN)與 E2E 骨架" |
|
|
97
109
|
| `logging-guide` | Implement structured logging with proper log levels and sens |
|
|
98
|
-
| `methodology-system` | "[UDS] Manage development methodology workflow" |
|
|
99
110
|
| `metrics-dashboard-assistant` | "[UDS] Track development metrics, code quality indicators, a |
|
|
100
111
|
| `migration-assistant` | "[UDS] Guide code migration, framework upgrades, and technol |
|
|
112
|
+
| `observability-assistant` | Guide observability setup, metrics design, and alerting conf |
|
|
113
|
+
| `orchestrate` | Orchestrate multi-task execution plans using Claude's native |
|
|
114
|
+
| `plan` | Generate plan.json from Spec documents, OpenSpec changes, or |
|
|
101
115
|
| `pr-automation-assistant` | Guide pull request creation, review automation, and merge st |
|
|
102
116
|
| `project-discovery` | "[UDS] Assess project health, architecture, and risks before |
|
|
103
117
|
| `project-structure-guide` | Guide for organizing project directories following language- |
|
|
118
|
+
| `push` | AI-assisted safety layer for git push operations with qualit |
|
|
104
119
|
| `refactoring-assistant` | "[UDS] Guide refactoring decisions and strategy selection" |
|
|
105
120
|
| `release-standards` | "[UDS] Guide release process and changelogs" |
|
|
106
121
|
| `requirement-assistant` | "[UDS] Write user stories and requirements following INVEST |
|
|
122
|
+
| `retrospective-assistant` | [UDS] Guide structured team retrospectives for Sprint and Re |
|
|
107
123
|
| `reverse-engineer` | "[UDS] System archeology — reverse engineer code across Logi |
|
|
124
|
+
| `runbook-assistant` | Guide runbook creation, maintenance, and drill exercises. |
|
|
108
125
|
| `security-assistant` | Guide security review and vulnerability assessment following |
|
|
109
126
|
| `security-scan-assistant` | Guide automated security scanning, dependency auditing, and |
|
|
127
|
+
| `skill-builder` | "[UDS] Identify repeated processes and build Skills with the |
|
|
128
|
+
| `slo-assistant` | Guide SLI selection, SLO setting, and Error Budget managemen |
|
|
129
|
+
| `spec-derivation` | "[UDS] Derive BDD scenarios, TDD skeletons, or ATDD tables f |
|
|
110
130
|
| `spec-driven-dev` | "[UDS] Create or review specification documents for Spec-Dri |
|
|
131
|
+
| `sweep` | Scan codebase for debug artifacts and code quality issues; o |
|
|
111
132
|
| `tdd-assistant` | "[UDS] Guide through Test-Driven Development workflow" |
|
|
112
133
|
| `test-coverage-assistant` | "[UDS] Analyze test coverage and provide recommendations" |
|
|
113
134
|
| `testing-guide` | Testing pyramid and test writing standards for UT/IT/ST/E2E. |
|
|
@@ -139,46 +160,123 @@ status: current
|
|
|
139
160
|
| `acceptance-criteria-traceability` | Acceptance Criteria Traceability Standards |
|
|
140
161
|
| `acceptance-test-driven-development` | Acceptance Test-Driven Development (ATDD) Standards |
|
|
141
162
|
| `accessibility-standards` | This standard defines comprehensive guidelines for |
|
|
163
|
+
| `adr-standards` | Architecture Decision Records capture the context, |
|
|
164
|
+
| `adversarial-test` | 對抗性測試標準 |
|
|
165
|
+
| `agent-behavior-discipline` | This standard defines four behavioral disciplines |
|
|
166
|
+
| `agent-communication-protocol` | Define a unified communication protocol for AI age |
|
|
142
167
|
| `agent-dispatch` | Define standards for dispatching AI sub-agents in |
|
|
143
168
|
| `ai-agreement-standards` | This standard formalizes the interaction between H |
|
|
169
|
+
| `ai-command-behavior` | This standard defines a structure for specifying A |
|
|
144
170
|
| `ai-friendly-architecture` | This standard defines architecture and documentati |
|
|
145
171
|
| `ai-instruction-standards` | This standard defines best practices for creating |
|
|
172
|
+
| `ai-response-navigation` | This standard defines navigation behavior for AI r |
|
|
173
|
+
| `alerting-standards` | Alerting Standards |
|
|
146
174
|
| `anti-hallucination` | This standard defines strict guidelines for AI ass |
|
|
175
|
+
| `anti-sycophancy-prompting` | This standard defines techniques and rules for des |
|
|
147
176
|
| `api-design-standards` | This standard defines comprehensive guidelines for |
|
|
148
177
|
| `behavior-driven-development` | Behavior-Driven Development (BDD) Standards |
|
|
178
|
+
| `behavior-snapshot` | Behavior Snapshot Standard |
|
|
149
179
|
| `branch-completion` | Define a standardized workflow for completing deve |
|
|
180
|
+
| `browser-compatibility-standards` | This standard defines supported browser and device |
|
|
181
|
+
| `capability-declaration` | Capability Declaration Standard |
|
|
182
|
+
| `cd-deployment-strategies` | CD Deployment Strategies(CD 部署策略) |
|
|
150
183
|
| `change-batching-standards` | Change Batching Standards |
|
|
151
184
|
| `changelog-standards` | This standard defines how to write and maintain a |
|
|
185
|
+
| `chaos-engineering-standards` | Chaos Engineering Standards |
|
|
186
|
+
| `chaos-injection-tests` | Chaos Injection Tests |
|
|
152
187
|
| `checkin-standards` | This standard defines quality gates that MUST be p |
|
|
188
|
+
| `circuit-breaker` | Circuit Breaker Standard |
|
|
153
189
|
| `code-review-checklist` | This standard provides a comprehensive checklist f |
|
|
154
190
|
| `commit-message-guide` | Standardized commit messages improve code review e |
|
|
191
|
+
| `container-security` | 容器安全標準 |
|
|
192
|
+
| `containerization-standards` | Containerization Standards |
|
|
155
193
|
| `context-aware-loading` | This standard defines a protocol for AI tools to s |
|
|
194
|
+
| `contract-testing-standards` | Contract testing verifies that a provider (API ser |
|
|
195
|
+
| `cost-budget-test` | Cost Budget Test Standards |
|
|
196
|
+
| `cross-flow-regression` | This standard defines cross-flow regression testin |
|
|
197
|
+
| `data-migration-testing` | Data Migration Testing |
|
|
156
198
|
| `database-standards` | This standard defines guidelines for database desi |
|
|
157
199
|
| `deployment-standards` | This standard defines guidelines for safely deploy |
|
|
200
|
+
| `deprecation-standards` | Deprecation & Sunset Standards |
|
|
201
|
+
| `design-document-standards` | Design Document Standards |
|
|
158
202
|
| `developer-memory` | This standard defines a structured system for capt |
|
|
203
|
+
| `disaster-recovery-drill` | Disaster Recovery Drill Standards |
|
|
204
|
+
| `documentation-lifecycle` | This standard defines **when** to update documenta |
|
|
159
205
|
| `documentation-structure` | This standard defines a consistent documentation s |
|
|
160
206
|
| `documentation-writing-standards` | This standard defines documentation requirements b |
|
|
207
|
+
| `dual-phase-output` | Dual-Phase LLM Output Standard |
|
|
208
|
+
| `environment-standards` | Environment Management Standards |
|
|
161
209
|
| `error-code-standards` | Error Code Standards |
|
|
210
|
+
| `estimation-standards` | Estimation Standards |
|
|
211
|
+
| `execution-history` | Execution History Repository Standards |
|
|
212
|
+
| `failure-source-taxonomy` | Failure Source Taxonomy Standard |
|
|
213
|
+
| `feature-flag-standards` | Feature Flag Management Standards |
|
|
214
|
+
| `feature-manifest-standard` | Feature Manifest Standard |
|
|
215
|
+
| `flaky-test-management` | Flaky Test Management Standards |
|
|
216
|
+
| `flow-based-testing` | This document defines a systematic methodology for |
|
|
162
217
|
| `forward-derivation-standards` | This standard defines the principles and workflows |
|
|
218
|
+
| `frontend-design-standards` | This standard defines a machine-readable frontend |
|
|
219
|
+
| `full-coverage-testing` | Full Coverage Testing Standards |
|
|
163
220
|
| `git-workflow` | This standard defines Git branching strategies and |
|
|
164
221
|
| `git-worktree` | Define a lifecycle for using Git worktrees to isol |
|
|
222
|
+
| `governance-layer` | A governance layer provides a shared anchor for al |
|
|
223
|
+
| `health-check-standards` | Health Check Standards |
|
|
224
|
+
| `immutability-first` | Immutability-First Architecture Standard |
|
|
225
|
+
| `knowledge-transfer-standards` | Knowledge Transfer Standards |
|
|
226
|
+
| `llm-output-validation` | LLM 輸出驗證標準 |
|
|
165
227
|
| `logging-standards` | Logging Standards |
|
|
228
|
+
| `mock-boundary` | This document defines rules for what can and canno |
|
|
166
229
|
| `model-selection` | Define a cost-effective strategy for selecting AI |
|
|
230
|
+
| `mutation-testing` | Mutation testing evaluates test suite effectivenes |
|
|
231
|
+
| `no-cicd-deployment` | No-CI/CD Deployment Strategy |
|
|
232
|
+
| `observability-standards` | Observability Standards |
|
|
233
|
+
| `packaging-standards` | This standard defines a Recipe-based packaging fra |
|
|
167
234
|
| `performance-standards` | This standard defines comprehensive guidelines for |
|
|
168
235
|
| `pipeline-integration-standards` | Pipeline Integration Standards |
|
|
236
|
+
| `pipeline-security-gates` | Pipeline Security Gates(CI Pipeline 安全檢查點) |
|
|
237
|
+
| `policy-as-code-testing` | Policy as Code 測試標準 |
|
|
238
|
+
| `postmortem-standards` | Postmortem Standards (Blameless Post-Incident Review) |
|
|
239
|
+
| `privacy-standards` | Privacy Standards |
|
|
169
240
|
| `project-context-memory` | This standard defines a structured system for capt |
|
|
170
241
|
| `project-structure` | This standard defines conventions for project dire |
|
|
242
|
+
| `prompt-regression` | Prompt Regression Standards |
|
|
243
|
+
| `property-based-testing` | Property-Based Testing Standards |
|
|
244
|
+
| `recovery-recipe-registry` | Recovery Recipe Registry Standard |
|
|
171
245
|
| `refactoring-standards` | This standard defines comprehensive guidelines for |
|
|
246
|
+
| `release-quality-manifest` | Release Quality Manifest |
|
|
247
|
+
| `release-readiness-gate` | This standard defines a **single, aggregated Relea |
|
|
248
|
+
| `replay-test` | Replay Test Standards |
|
|
172
249
|
| `requirement-engineering` | Requirement Engineering Standards |
|
|
250
|
+
| `retrospective-standards` | Retrospectives are structured team reflections tha |
|
|
251
|
+
| `retry-standards` | Retry Standards |
|
|
173
252
|
| `reverse-engineering-standards` | This standard defines the principles, workflows, a |
|
|
253
|
+
| `rollback-standards` | Rollback Standards(回滾標準) |
|
|
254
|
+
| `runbook-standards` | Runbook Standards |
|
|
255
|
+
| `sast-advanced` | This standard defines Advanced Static Application |
|
|
256
|
+
| `secure-op` | Secure-Op:AI Agent 安全操作標準 |
|
|
257
|
+
| `security-decision` | Security Decision Standard |
|
|
174
258
|
| `security-standards` | This standard defines comprehensive security guide |
|
|
259
|
+
| `security-testing` | This document defines the security testing methodo |
|
|
260
|
+
| `server-ops-security` | 伺服器操作安全標準 |
|
|
261
|
+
| `skill-standard-alignment-check` | Skill-Standard Alignment Check |
|
|
262
|
+
| `slo-standards` | SLO Standards (Service Level Objectives) |
|
|
263
|
+
| `smoke-test` | Smoke Test Standards |
|
|
175
264
|
| `spec-driven-development` | Spec-Driven Development (SDD) Standards |
|
|
265
|
+
| `standard-admission-criteria` | Standard Admission Criteria |
|
|
266
|
+
| `standard-lifecycle-management` | Standard Lifecycle Management |
|
|
176
267
|
| `structured-task-definition` | Structured Task Definition Standards |
|
|
268
|
+
| `supply-chain-attestation` | Supply Chain Attestation Standards |
|
|
269
|
+
| `supply-chain-security-standards` | Supply Chain Security Standards |
|
|
177
270
|
| `systematic-debugging` | Define a structured, four-phase debugging workflow |
|
|
271
|
+
| `tech-debt-standards` | Tech Debt Management Standards |
|
|
178
272
|
| `test-completeness-dimensions` | This document defines a systematic framework for e |
|
|
273
|
+
| `test-data-standards` | Test Data Standards |
|
|
179
274
|
| `test-driven-development` | Test-Driven Development (TDD) Standards |
|
|
180
275
|
| `test-governance` | Test Governance Standards |
|
|
181
276
|
| `testing-standards` | This standard defines actionable testing rules and |
|
|
277
|
+
| `timeout-standards` | Timeout Standards |
|
|
278
|
+
| `token-budget` | Token Budget Zone Standard |
|
|
279
|
+
| `translation-lifecycle-standards` | Translation lifecycle standards: MISSING vs OUTDAT |
|
|
182
280
|
| `verification-evidence` | Establish an "Iron Law" that no task can be claime |
|
|
183
281
|
| `versioning` | This standard defines how to version software rele |
|
|
184
282
|
| `virtual-organization-standards` | This standard treats the AI ecosystem as a "Virtua |
|
|
@@ -190,19 +288,29 @@ status: current
|
|
|
190
288
|
| Script | 說明 |
|
|
191
289
|
|--------|-------------|
|
|
192
290
|
| `add-industry-standards-metadata.mjs` | Add industry standards metadata to core/ |
|
|
291
|
+
| `aggregate-effectiveness.mjs` | Aggregate Standards Effectiveness Reports |
|
|
292
|
+
| `analyze-hook-stats.mjs` | Hook Statistics Analyzer (SPEC-SELFDIAG-001 REQ-7, |
|
|
293
|
+
| `bump-version.mjs` | Build a platform-aware shell command for a .sh scr |
|
|
294
|
+
| `bump-version.sh` | DEPRECATED: Use 'node scripts/bump-version.mjs <ve |
|
|
193
295
|
| `check-ai-agent-sync.ps1` | Check Ai Agent Sync |
|
|
194
296
|
| `check-ai-agent-sync.sh` | AI Agent Sync Checker |
|
|
297
|
+
| `check-ai-behavior-sync.sh` | DEPRECATED: Use 'npx tsx scripts/check-ai-behavior |
|
|
195
298
|
| `check-cli-docs-sync.ps1` | Check Cli Docs Sync |
|
|
196
299
|
| `check-cli-docs-sync.sh` | CLI-to-Documentation Sync Checker |
|
|
197
300
|
| `check-commands-sync.ps1` | Check Commands Sync |
|
|
198
301
|
| `check-commands-sync.sh` | Commands Sync Checker |
|
|
199
|
-
| `check-commit-spec-reference.sh` |
|
|
302
|
+
| `check-commit-spec-reference.sh` | DEPRECATED: Use 'npx tsx scripts/check-commit-spec |
|
|
200
303
|
| `check-docs-integrity.ps1` | Check Docs Integrity |
|
|
201
304
|
| `check-docs-integrity.sh` | Documentation Integrity Checker |
|
|
202
305
|
| `check-docs-sync.ps1` | Check Docs Sync |
|
|
203
306
|
| `check-docs-sync.sh` | Documentation Sync Checker |
|
|
307
|
+
| `check-external-references.mjs` | External Reference Checker (SPEC-SELFDIAG-001 REQ- |
|
|
308
|
+
| `check-flow-gate-report.sh` | DEPRECATED: Use 'npx tsx scripts/check-flow-gate-r |
|
|
309
|
+
| `check-integration-commands-sync.sh` | DEPRECATED: Use 'npx tsx scripts/check-integration |
|
|
204
310
|
| `check-orphan-specs.ps1` | Check Orphan Specs |
|
|
205
311
|
| `check-orphan-specs.sh` | Orphan Spec Detection Script |
|
|
312
|
+
| `check-registry-completeness.sh` | DEPRECATED: Use 'npx tsx scripts/check-registry-co |
|
|
313
|
+
| `check-release-readiness-signoff.sh` | DEPRECATED: Use 'npx tsx scripts/check-release-rea |
|
|
206
314
|
| `check-scope-sync.ps1` | Check Scope Sync |
|
|
207
315
|
| `check-scope-sync.sh` | Scope Consistency Check Script |
|
|
208
316
|
| `check-skill-next-steps-sync.ps1` | Check Skill Next Steps Sync |
|
|
@@ -219,11 +327,15 @@ status: current
|
|
|
219
327
|
| `check-usage-docs-sync.sh` | check-usage-docs-sync.sh |
|
|
220
328
|
| `check-version-sync.ps1` | Check Version Sync |
|
|
221
329
|
| `check-version-sync.sh` | Version Sync Checker |
|
|
222
|
-
| `check-workflow-compliance.sh` |
|
|
330
|
+
| `check-workflow-compliance.sh` | DEPRECATED: Use 'npx tsx scripts/check-workflow-co |
|
|
223
331
|
| `convert-md-to-yaml.mjs` | Markdown to AI-YAML Conversion Script |
|
|
224
332
|
| `fix-manifest-paths.ps1` | Fix Manifest Paths |
|
|
225
333
|
| `fix-manifest-paths.sh` | Manifest Path Fixer |
|
|
226
334
|
| `generate-docs.mjs` | Generate Docs |
|
|
335
|
+
| `generate-version-manifest.mjs` | Generate Version Manifest (SPEC-SELFDIAG-001 REQ-9 |
|
|
336
|
+
| `install-hooks.mjs` | Install Hooks |
|
|
337
|
+
| `install-hooks.sh` | DEPRECATED: Use 'node scripts/install-hooks.mjs' i |
|
|
338
|
+
| `pre-commit.mjs` | Build a platform-aware shell command for a .sh scr |
|
|
227
339
|
| `pre-release-check.ps1` | Pre Release Check |
|
|
228
340
|
| `pre-release-check.sh` | Pre-release Check Script |
|
|
229
341
|
| `pre-release.ps1` | Pre-Release Preparation Script for Universal Devel |
|
|
@@ -1,15 +1,7 @@
|
|
|
1
|
-
---
|
|
2
|
-
source: ../../../docs/FEATURE-REFERENCE.md
|
|
3
|
-
source_version: 1.0.0
|
|
4
|
-
translation_version: 1.0.0
|
|
5
|
-
last_synced: 2026-04-22
|
|
6
|
-
status: current
|
|
7
|
-
---
|
|
8
|
-
|
|
9
1
|
# UDS 功能參考手冊
|
|
10
2
|
|
|
11
3
|
> Universal Development Standards - 完整功能文件
|
|
12
|
-
> Auto-generated | Last updated: 2026-
|
|
4
|
+
> Auto-generated | Last updated: 2026-05-14
|
|
13
5
|
|
|
14
6
|
**Language**: [English](../../../docs/FEATURE-REFERENCE.md) | 繁體中文 | [简体中文](../../zh-CN/docs/FEATURE-REFERENCE.md)
|
|
15
7
|
|
|
@@ -18,14 +10,14 @@ status: current
|
|
|
18
10
|
## 目錄
|
|
19
11
|
|
|
20
12
|
1. [CLI 指令](#cli-commands) (9)
|
|
21
|
-
2. [斜線命令](#slash-commands) (
|
|
22
|
-
3. [技能](#skills) (
|
|
13
|
+
2. [斜線命令](#slash-commands) (49)
|
|
14
|
+
3. [技能](#skills) (54)
|
|
23
15
|
4. [代理](#agents) (5)
|
|
24
16
|
5. [工作流程](#workflows) (5)
|
|
25
|
-
6. [核心規範](#core-standards) (
|
|
26
|
-
7. [腳本](#scripts) (
|
|
17
|
+
6. [核心規範](#core-standards) (125)
|
|
18
|
+
7. [腳本](#scripts) (55)
|
|
27
19
|
|
|
28
|
-
**Total Features:
|
|
20
|
+
**Total Features: 302**
|
|
29
21
|
|
|
30
22
|
---
|
|
31
23
|
|
|
@@ -60,8 +52,11 @@ status: current
|
|
|
60
52
|
| `--content-mode` | Content mode for integration files (minimal, index, full) [default: index] |
|
|
61
53
|
| `--agents-md` | Generate AGENTS.md universal summary |
|
|
62
54
|
| `--no-agents-md` | Skip AGENTS.md generation |
|
|
55
|
+
| `--with-hooks` | Install enforcement hooks (commit-msg, security, logging) |
|
|
56
|
+
| `--content-layout` | Content layout (flat, layered) [default: flat] |
|
|
63
57
|
| `-y, --yes` | Use defaults, skip interactive prompts |
|
|
64
58
|
| `-E, --experimental` | Enable experimental features (methodology) |
|
|
59
|
+
| `--force` | Bypass UDS source-repo self-adoption guard (DEC-044 / XSPEC-071) |
|
|
65
60
|
|
|
66
61
|
### `uds configure`
|
|
67
62
|
|
|
@@ -93,6 +88,7 @@ status: current
|
|
|
93
88
|
| `--ci` | CI mode: disable interactive prompts and set exit code on issues |
|
|
94
89
|
| `--migrate` | Migrate legacy manifest to hash-based tracking |
|
|
95
90
|
| `--offline` | Skip npm registry check for CLI updates |
|
|
91
|
+
| `--force` | Bypass UDS source-repo self-adoption guard (DEC-044 / XSPEC-071) |
|
|
96
92
|
|
|
97
93
|
### `uds update`
|
|
98
94
|
|
|
@@ -159,15 +155,19 @@ status: current
|
|
|
159
155
|
| Command | 說明 |
|
|
160
156
|
|---------|-------------|
|
|
161
157
|
| `/ac-coverage` | "[UDS] Generate AC-to-test traceability matrix and coverage report" |
|
|
158
|
+
| `/api-design` | "[UDS] Guide API design following REST, GraphQL and gRPC best practices" |
|
|
162
159
|
| `/atdd` | [UDS] Guide through Acceptance Test-Driven Development workflow |
|
|
160
|
+
| `/audit` | "[UDS] UDS health check and feedback system, diagnose installation integrity and detect development patterns" |
|
|
163
161
|
| `/bdd` | [UDS] Guide through Behavior-Driven Development workflow |
|
|
164
162
|
| `/brainstorm` | "[UDS] Structured AI-assisted brainstorming before spec creation" |
|
|
165
163
|
| `/changelog` | "[UDS] Generate and maintain CHANGELOG.md entries" |
|
|
166
164
|
| `/check` | [UDS] Verify standards adoption status |
|
|
167
165
|
| `/checkin` | "[UDS] Pre-commit quality gates verification" |
|
|
166
|
+
| `/ci-cd` | "[UDS] Guide CI/CD pipeline design, configuration and optimization" |
|
|
168
167
|
| `/commit` | [UDS] Generate commit messages following Conventional Commits standard |
|
|
169
168
|
| `/config` | [UDS] Configure project development standards |
|
|
170
169
|
| `/coverage` | [UDS] Analyze test coverage and provide recommendations |
|
|
170
|
+
| `/database` | "[UDS] Guide database design, migration planning and query optimization" |
|
|
171
171
|
| `/derive-all` | [UDS] Derive all test structures (BDD, TDD, ATDD) from SDD specification |
|
|
172
172
|
| `/derive-atdd` | [UDS] Derive ATDD acceptance tests from SDD specification |
|
|
173
173
|
| `/derive-bdd` | [UDS] Derive BDD Gherkin scenarios from SDD specification |
|
|
@@ -177,9 +177,16 @@ status: current
|
|
|
177
177
|
| `/discover` | "[UDS] Assess project health, architecture, and risks before adding features" |
|
|
178
178
|
| `/docgen` | "[UDS] Generate usage documentation from project sources" |
|
|
179
179
|
| `/docs` | [UDS] Manage, guide, and generate documentation. |
|
|
180
|
+
| `/durable` | "[UDS] Guide workflow failure recovery with checkpoints, retries and rollback strategies" |
|
|
181
|
+
| `/e2e` | [UDS] Generate E2E test skeletons from BDD scenarios with framework detection |
|
|
180
182
|
| `/guide` | [UDS] Access Universal Development Standards guides and references. |
|
|
183
|
+
| `/incident` | "[UDS] Guide incident response, root cause analysis and post-mortem documentation" |
|
|
181
184
|
| `/init` | [UDS] Initialize development standards in current project |
|
|
182
185
|
| `/methodology` | [UDS] Manage development methodology workflow |
|
|
186
|
+
| `/metrics` | "[UDS] Track development metrics, code quality indicators and project health" |
|
|
187
|
+
| `/migrate` | "[UDS] Guide code migration, framework upgrades and technology modernization" |
|
|
188
|
+
| `/observability` | "[UDS] Guide observability setup, metrics design, alerting, and maturity assessment" |
|
|
189
|
+
| `/pr` | "[UDS] Guide Pull Request creation, review automation and merge strategies" |
|
|
183
190
|
| `/refactor` | [UDS] Guide refactoring decisions and strategy selection |
|
|
184
191
|
| `/release` | [UDS] Manage release process and changelogs. |
|
|
185
192
|
| `/requirement` | [UDS] Write user stories and requirements following INVEST criteria |
|
|
@@ -188,8 +195,12 @@ status: current
|
|
|
188
195
|
| `/reverse-tdd` | [UDS] Analyze BDD-TDD coverage gaps |
|
|
189
196
|
| `/reverse` | [UDS] Reverse engineer code to Specs, BDD, or TDD coverage. |
|
|
190
197
|
| `/review` | [UDS] Perform systematic code review with checklist |
|
|
198
|
+
| `/runbook` | "[UDS] Guide runbook creation, maintenance, drills, and coverage reporting" |
|
|
199
|
+
| `/scan` | "[UDS] Guide automated security scanning, dependency auditing and secret detection" |
|
|
191
200
|
| `/sdd-retro` | [UDS] Create retroactive specs for untracked feat/fix commits |
|
|
192
201
|
| `/sdd` | [UDS] Create or review specification documents for Spec-Driven Development |
|
|
202
|
+
| `/security` | "[UDS] Guide security review and vulnerability assessment following OWASP standards" |
|
|
203
|
+
| `/slo` | "[UDS] Guide SLI selection, SLO setting, and Error Budget management" |
|
|
193
204
|
| `/tdd` | [UDS] Guide through Test-Driven Development workflow |
|
|
194
205
|
| `/update` | [UDS] Update development standards to latest version |
|
|
195
206
|
|
|
@@ -199,10 +210,11 @@ status: current
|
|
|
199
210
|
|
|
200
211
|
| Skill | 說明 |
|
|
201
212
|
|-------|-------------|
|
|
202
|
-
| `ac-coverage
|
|
213
|
+
| `ac-coverage` | "[UDS] Analyze AC-to-test traceability and coverage" |
|
|
214
|
+
| `adr-assistant` | [UDS] Create, manage, and track Architecture Decision Records (ADR). |
|
|
203
215
|
| `ai-collaboration-standards` | Prevent AI hallucination and ensure evidence-based responses when analyzing code or making suggestions. |
|
|
204
216
|
| `ai-friendly-architecture` | Design AI-friendly architecture with explicit patterns, layered documentation, and semantic boundaries. |
|
|
205
|
-
| `ai-instruction-standards` | Create and maintain AI instruction files (CLAUDE.md, .
|
|
217
|
+
| `ai-instruction-standards` | Create and maintain AI instruction files (CLAUDE.md, AGENTS.md, .cursor/rules/, etc.) with proper structure. |
|
|
206
218
|
| `api-design-assistant` | Guide API design following REST, GraphQL, and gRPC best practices. |
|
|
207
219
|
| `atdd-assistant` | "[UDS] Guide through Acceptance Test-Driven Development workflow" |
|
|
208
220
|
| `audit-assistant` | "[UDS] UDS Health & Feedback System \| UDS 健康檢查與回饋系統" |
|
|
@@ -213,29 +225,42 @@ status: current
|
|
|
213
225
|
| `ci-cd-assistant` | Guide CI/CD pipeline design, configuration, and optimization. |
|
|
214
226
|
| `code-review-assistant` | "[UDS] Perform systematic code review with checklist" |
|
|
215
227
|
| `commit-standards` | "[UDS] Generate commit messages following Conventional Commits standard" |
|
|
228
|
+
| `contract-test-assistant` | [UDS] Guide contract testing strategy for APIs and microservices. |
|
|
216
229
|
| `database-assistant` | Guide database design, migration, and query optimization. |
|
|
230
|
+
| `deploy-assistant` | Guide reliable deployments without CI/CD platforms (GitHub Actions / GitLab CI). |
|
|
231
|
+
| `dev-methodology` | "[UDS] Manage development methodology workflow" |
|
|
217
232
|
| `dev-workflow-guide` | "[UDS] Guide for mapping software development phases to UDS commands and features" |
|
|
218
233
|
| `docs-generator` | "[UDS] Generate usage documentation from project sources" |
|
|
219
234
|
| `documentation-guide` | Guide documentation structure, content requirements, and project documentation best practices. |
|
|
220
235
|
| `durable-execution-assistant` | "[UDS] Guide workflow failure recovery with checkpoints, retries, and rollback" |
|
|
236
|
+
| `e2e-assistant` | "[UDS] Generate E2E test skeletons from BDD scenarios" |
|
|
221
237
|
| `error-code-guide` | Design consistent error codes following the PREFIX_CATEGORY_NUMBER format. |
|
|
222
|
-
| `forward-derivation` | "[UDS] Derive BDD scenarios, TDD skeletons, or ATDD tables from specifications" |
|
|
223
238
|
| `git-workflow-guide` | Guide Git branching strategies, branch naming, and merge operations. |
|
|
224
239
|
| `incident-response-assistant` | Guide incident response, root cause analysis, and post-mortem documentation. |
|
|
240
|
+
| `journey-test-assistant` | "[UDS] 從專案描述生成連貫使用者旅程測試計畫(TESTPLAN)與 E2E 骨架" |
|
|
225
241
|
| `logging-guide` | Implement structured logging with proper log levels and sensitive data handling. |
|
|
226
|
-
| `methodology-system` | "[UDS] Manage development methodology workflow" |
|
|
227
242
|
| `metrics-dashboard-assistant` | "[UDS] Track development metrics, code quality indicators, and project health" |
|
|
228
243
|
| `migration-assistant` | "[UDS] Guide code migration, framework upgrades, and technology modernization" |
|
|
244
|
+
| `observability-assistant` | Guide observability setup, metrics design, and alerting configuration. |
|
|
245
|
+
| `orchestrate` | Orchestrate multi-task execution plans using Claude's native Agent tool (DAG-based, no external engine). |
|
|
246
|
+
| `plan` | Generate plan.json from Spec documents, OpenSpec changes, or free-text requirements. |
|
|
229
247
|
| `pr-automation-assistant` | Guide pull request creation, review automation, and merge strategies. |
|
|
230
248
|
| `project-discovery` | "[UDS] Assess project health, architecture, and risks before adding features" |
|
|
231
249
|
| `project-structure-guide` | Guide for organizing project directories following language-specific best practices. |
|
|
250
|
+
| `push` | AI-assisted safety layer for git push operations with quality gates and collaboration guardrails. |
|
|
232
251
|
| `refactoring-assistant` | "[UDS] Guide refactoring decisions and strategy selection" |
|
|
233
252
|
| `release-standards` | "[UDS] Guide release process and changelogs" |
|
|
234
253
|
| `requirement-assistant` | "[UDS] Write user stories and requirements following INVEST criteria" |
|
|
254
|
+
| `retrospective-assistant` | [UDS] Guide structured team retrospectives for Sprint and Release cycles. |
|
|
235
255
|
| `reverse-engineer` | "[UDS] System archeology — reverse engineer code across Logic, Data, and Runtime dimensions" |
|
|
256
|
+
| `runbook-assistant` | Guide runbook creation, maintenance, and drill exercises. |
|
|
236
257
|
| `security-assistant` | Guide security review and vulnerability assessment following OWASP standards. |
|
|
237
258
|
| `security-scan-assistant` | Guide automated security scanning, dependency auditing, and secret detection. |
|
|
259
|
+
| `skill-builder` | "[UDS] Identify repeated processes and build Skills with the right development depth" |
|
|
260
|
+
| `slo-assistant` | Guide SLI selection, SLO setting, and Error Budget management. |
|
|
261
|
+
| `spec-derivation` | "[UDS] Derive BDD scenarios, TDD skeletons, or ATDD tables from specifications" |
|
|
238
262
|
| `spec-driven-dev` | "[UDS] Create or review specification documents for Spec-Driven Development" |
|
|
263
|
+
| `sweep` | Scan codebase for debug artifacts and code quality issues; optionally auto-fix safe patterns. |
|
|
239
264
|
| `tdd-assistant` | "[UDS] Guide through Test-Driven Development workflow" |
|
|
240
265
|
| `test-coverage-assistant` | "[UDS] Analyze test coverage and provide recommendations" |
|
|
241
266
|
| `testing-guide` | Testing pyramid and test writing standards for UT/IT/ST/E2E. |
|
|
@@ -273,46 +298,123 @@ status: current
|
|
|
273
298
|
| `acceptance-criteria-traceability` | - | |
|
|
274
299
|
| `acceptance-test-driven-development` | 1.1.0 | |
|
|
275
300
|
| `accessibility-standards` | 1.0.0 | This standard defines comprehensive guidelines for creating accessible software |
|
|
301
|
+
| `adr-standards` | 1.0.0 | Architecture Decision Records capture the context, options, and rationale behind |
|
|
302
|
+
| `adversarial-test` | - | |
|
|
303
|
+
| `agent-behavior-discipline` | 1.0.0 | This standard defines four behavioral disciplines for AI agents that elevate per |
|
|
304
|
+
| `agent-communication-protocol` | 1.0.0 | Define a unified communication protocol for AI agents across the AsiaOstrich pro |
|
|
276
305
|
| `agent-dispatch` | 1.0.0 | Define standards for dispatching AI sub-agents in parallel, coordinating their w |
|
|
277
306
|
| `ai-agreement-standards` | 1.0.0 | This standard formalizes the interaction between Human (Acquirer) and AI (Suppli |
|
|
307
|
+
| `ai-command-behavior` | 1.0.0 | This standard defines a structure for specifying AI Agent runtime behavior in co |
|
|
278
308
|
| `ai-friendly-architecture` | 1.0.0 | This standard defines architecture and documentation practices that maximize the |
|
|
279
309
|
| `ai-instruction-standards` | 1.0.0 | This standard defines best practices for creating and maintaining AI instruction |
|
|
280
|
-
| `
|
|
310
|
+
| `ai-response-navigation` | 1.0.0 | This standard defines navigation behavior for AI responses: every substantive AI |
|
|
311
|
+
| `alerting-standards` | 1.0.0 | |
|
|
312
|
+
| `anti-hallucination` | 1.5.1 | This standard defines strict guidelines for AI assistants to prevent hallucinati |
|
|
313
|
+
| `anti-sycophancy-prompting` | 1.0.0 | This standard defines techniques and rules for designing prompts that elicit gen |
|
|
281
314
|
| `api-design-standards` | 1.0.0 | This standard defines comprehensive guidelines for designing, building, and main |
|
|
282
315
|
| `behavior-driven-development` | 1.1.0 | |
|
|
316
|
+
| `behavior-snapshot` | - | |
|
|
283
317
|
| `branch-completion` | 1.0.0 | Define a standardized workflow for completing development branches, including pr |
|
|
318
|
+
| `browser-compatibility-standards` | 1.0.0 | This standard defines supported browser and device matrices, testing automation |
|
|
319
|
+
| `capability-declaration` | - | |
|
|
320
|
+
| `cd-deployment-strategies` | - | |
|
|
284
321
|
| `change-batching-standards` | - | |
|
|
285
322
|
| `changelog-standards` | 1.0.2 | This standard defines how to write and maintain a CHANGELOG.md file to communica |
|
|
286
|
-
| `
|
|
323
|
+
| `chaos-engineering-standards` | 1.0.0 | |
|
|
324
|
+
| `chaos-injection-tests` | - | |
|
|
325
|
+
| `checkin-standards` | 1.6.0 | This standard defines quality gates that MUST be passed before committing code t |
|
|
326
|
+
| `circuit-breaker` | - | |
|
|
287
327
|
| `code-review-checklist` | 1.3.0 | This standard provides a comprehensive checklist for reviewing code changes, ens |
|
|
288
328
|
| `commit-message-guide` | 1.3.0 | Standardized commit messages improve code review efficiency, facilitate automate |
|
|
329
|
+
| `container-security` | - | |
|
|
330
|
+
| `containerization-standards` | 1.0.0 | |
|
|
289
331
|
| `context-aware-loading` | 1.0.0 | This standard defines a protocol for AI tools to selectively load development st |
|
|
332
|
+
| `contract-testing-standards` | 1.0.0 | Contract testing verifies that a provider (API server) and its consumers (client |
|
|
333
|
+
| `cost-budget-test` | - | |
|
|
334
|
+
| `cross-flow-regression` | 1.0.0 | This standard defines cross-flow regression testing — verifying that changes to |
|
|
335
|
+
| `data-migration-testing` | - | |
|
|
290
336
|
| `database-standards` | 1.0.0 | This standard defines guidelines for database design, querying, migration, and o |
|
|
291
337
|
| `deployment-standards` | 1.0.0 | This standard defines guidelines for safely deploying software to production, co |
|
|
338
|
+
| `deprecation-standards` | 1.0.0 | |
|
|
339
|
+
| `design-document-standards` | 1.0.0 | |
|
|
292
340
|
| `developer-memory` | 1.0.0 | This standard defines a structured system for capturing, retrieving, and surfaci |
|
|
341
|
+
| `disaster-recovery-drill` | - | |
|
|
342
|
+
| `documentation-lifecycle` | 1.0.0 | This standard defines **when** to update documentation, **when** to check it, an |
|
|
293
343
|
| `documentation-structure` | 1.5.0 | This standard defines a consistent documentation structure for software projects |
|
|
294
344
|
| `documentation-writing-standards` | 1.2.0 | This standard defines documentation requirements based on project types and prov |
|
|
345
|
+
| `dual-phase-output` | - | |
|
|
346
|
+
| `environment-standards` | 1.0.0 | |
|
|
295
347
|
| `error-code-standards` | 1.2.0 | |
|
|
348
|
+
| `estimation-standards` | 1.0.0 | |
|
|
349
|
+
| `execution-history` | 1.0.0 | |
|
|
350
|
+
| `failure-source-taxonomy` | - | |
|
|
351
|
+
| `feature-flag-standards` | 1.0.0 | |
|
|
352
|
+
| `feature-manifest-standard` | - | |
|
|
353
|
+
| `flaky-test-management` | - | |
|
|
354
|
+
| `flow-based-testing` | 1.3.0 | This document defines a systematic methodology for testing multi-step processes. |
|
|
296
355
|
| `forward-derivation-standards` | 1.2.0 | This standard defines the principles and workflows for Forward Derivation—automa |
|
|
356
|
+
| `frontend-design-standards` | 1.0.0 | This standard defines a machine-readable frontend design specification format (D |
|
|
357
|
+
| `full-coverage-testing` | - | |
|
|
297
358
|
| `git-workflow` | 1.4.0 | This standard defines Git branching strategies and workflows to ensure consisten |
|
|
298
359
|
| `git-worktree` | 1.0.0 | Define a lifecycle for using Git worktrees to isolate development work, ensuring |
|
|
360
|
+
| `governance-layer` | 1.0.0 | A governance layer provides a shared anchor for all agents and roles in a projec |
|
|
361
|
+
| `health-check-standards` | - | |
|
|
362
|
+
| `immutability-first` | - | |
|
|
363
|
+
| `knowledge-transfer-standards` | 1.0.0 | |
|
|
364
|
+
| `llm-output-validation` | - | |
|
|
299
365
|
| `logging-standards` | 1.2.0 | |
|
|
366
|
+
| `mock-boundary` | 1.0.0 | This document defines rules for what can and cannot be mocked in tests. Its goal |
|
|
300
367
|
| `model-selection` | 1.0.0 | Define a cost-effective strategy for selecting AI model tiers based on task comp |
|
|
368
|
+
| `mutation-testing` | 1.0.0 | Mutation testing evaluates test suite effectiveness by injecting artificial bugs |
|
|
369
|
+
| `no-cicd-deployment` | - | |
|
|
370
|
+
| `observability-standards` | 1.0.0 | |
|
|
371
|
+
| `packaging-standards` | 1.0.0 | This standard defines a Recipe-based packaging framework that enables user proje |
|
|
301
372
|
| `performance-standards` | 1.1.0 | This standard defines comprehensive guidelines for software performance engineer |
|
|
302
373
|
| `pipeline-integration-standards` | - | |
|
|
374
|
+
| `pipeline-security-gates` | - | |
|
|
375
|
+
| `policy-as-code-testing` | - | |
|
|
376
|
+
| `postmortem-standards` | 1.0.0 | |
|
|
377
|
+
| `privacy-standards` | 1.0.0 | |
|
|
303
378
|
| `project-context-memory` | 1.1.0 | This standard defines a structured system for capturing, retrieving, and enforci |
|
|
304
379
|
| `project-structure` | 1.2.0 | This standard defines conventions for project directory structure beyond documen |
|
|
380
|
+
| `prompt-regression` | - | |
|
|
381
|
+
| `property-based-testing` | - | |
|
|
382
|
+
| `recovery-recipe-registry` | - | |
|
|
305
383
|
| `refactoring-standards` | 2.1.0 | This standard defines comprehensive guidelines for code refactoring, covering ev |
|
|
384
|
+
| `release-quality-manifest` | - | |
|
|
385
|
+
| `release-readiness-gate` | 1.0.0 | This standard defines a **single, aggregated Release Readiness Gate** that unifi |
|
|
386
|
+
| `replay-test` | - | |
|
|
306
387
|
| `requirement-engineering` | 1.0.0 | |
|
|
388
|
+
| `retrospective-standards` | 1.0.0 | Retrospectives are structured team reflections that identify what worked well, w |
|
|
389
|
+
| `retry-standards` | - | |
|
|
307
390
|
| `reverse-engineering-standards` | 1.0.0 | This standard defines the principles, workflows, and best practices for reverse |
|
|
391
|
+
| `rollback-standards` | - | |
|
|
392
|
+
| `runbook-standards` | 1.0.0 | |
|
|
393
|
+
| `sast-advanced` | 1.0.0 | This standard defines Advanced Static Application Security Testing (SAST) practi |
|
|
394
|
+
| `secure-op` | - | |
|
|
395
|
+
| `security-decision` | - | |
|
|
308
396
|
| `security-standards` | 1.1.0 | This standard defines comprehensive security guidelines for software development |
|
|
309
|
-
| `
|
|
397
|
+
| `security-testing` | 1.0.0 | This document defines the security testing methodology for software projects. It |
|
|
398
|
+
| `server-ops-security` | - | |
|
|
399
|
+
| `skill-standard-alignment-check` | - | |
|
|
400
|
+
| `slo-standards` | 1.0.0 | |
|
|
401
|
+
| `smoke-test` | - | |
|
|
402
|
+
| `spec-driven-development` | 2.2.0 | |
|
|
403
|
+
| `standard-admission-criteria` | - | |
|
|
404
|
+
| `standard-lifecycle-management` | - | |
|
|
310
405
|
| `structured-task-definition` | 1.0.0 | |
|
|
406
|
+
| `supply-chain-attestation` | - | |
|
|
407
|
+
| `supply-chain-security-standards` | 1.0.0 | |
|
|
311
408
|
| `systematic-debugging` | 1.0.0 | Define a structured, four-phase debugging workflow that prevents the common anti |
|
|
409
|
+
| `tech-debt-standards` | 1.0.0 | |
|
|
312
410
|
| `test-completeness-dimensions` | 1.1.0 | This document defines a systematic framework for evaluating test completeness. I |
|
|
411
|
+
| `test-data-standards` | 1.0.0 | |
|
|
313
412
|
| `test-driven-development` | 1.2.0 | |
|
|
314
|
-
| `test-governance` |
|
|
315
|
-
| `testing-standards` | 3.
|
|
413
|
+
| `test-governance` | 1.1.0 | |
|
|
414
|
+
| `testing-standards` | 3.2.0 | This standard defines actionable testing rules and conventions for AI agents and |
|
|
415
|
+
| `timeout-standards` | - | |
|
|
416
|
+
| `token-budget` | - | |
|
|
417
|
+
| `translation-lifecycle-standards` | 1.0.0 | Translation lifecycle standards: MISSING vs OUTDATED distinction, semver-aware s |
|
|
316
418
|
| `verification-evidence` | 1.0.0 | Establish an "Iron Law" that no task can be claimed as complete without verifica |
|
|
317
419
|
| `versioning` | 1.2.0 | This standard defines how to version software releases using Semantic Versioning |
|
|
318
420
|
| `virtual-organization-standards` | 1.0.0 | This standard treats the AI ecosystem as a "Virtual Organization." It defines ho |
|
|
@@ -326,19 +428,29 @@ status: current
|
|
|
326
428
|
| Script | 說明 |
|
|
327
429
|
|--------|-------------|
|
|
328
430
|
| `add-industry-standards-metadata.mjs` | Add industry standards metadata to core/ |
|
|
431
|
+
| `aggregate-effectiveness.mjs` | Aggregate Standards Effectiveness Reports |
|
|
432
|
+
| `analyze-hook-stats.mjs` | Hook Statistics Analyzer (SPEC-SELFDIAG-001 REQ-7, AC-11) |
|
|
433
|
+
| `bump-version.mjs` | Build a platform-aware shell command for a .sh script. |
|
|
434
|
+
| `bump-version.sh` | DEPRECATED: Use 'node scripts/bump-version.mjs <version>' instead (cross-platform). |
|
|
329
435
|
| `check-ai-agent-sync.ps1` | Check Ai Agent Sync |
|
|
330
436
|
| `check-ai-agent-sync.sh` | AI Agent Sync Checker |
|
|
437
|
+
| `check-ai-behavior-sync.sh` | DEPRECATED: Use 'npx tsx scripts/check-ai-behavior-sync.ts' instead (cross-platform). |
|
|
331
438
|
| `check-cli-docs-sync.ps1` | Check Cli Docs Sync |
|
|
332
439
|
| `check-cli-docs-sync.sh` | CLI-to-Documentation Sync Checker |
|
|
333
440
|
| `check-commands-sync.ps1` | Check Commands Sync |
|
|
334
441
|
| `check-commands-sync.sh` | Commands Sync Checker |
|
|
335
|
-
| `check-commit-spec-reference.sh` |
|
|
442
|
+
| `check-commit-spec-reference.sh` | DEPRECATED: Use 'npx tsx scripts/check-commit-spec-reference.ts' instead (cross-platform). |
|
|
336
443
|
| `check-docs-integrity.ps1` | Check Docs Integrity |
|
|
337
444
|
| `check-docs-integrity.sh` | Documentation Integrity Checker |
|
|
338
445
|
| `check-docs-sync.ps1` | Check Docs Sync |
|
|
339
446
|
| `check-docs-sync.sh` | Documentation Sync Checker |
|
|
447
|
+
| `check-external-references.mjs` | External Reference Checker (SPEC-SELFDIAG-001 REQ-5, AC-7) |
|
|
448
|
+
| `check-flow-gate-report.sh` | DEPRECATED: Use 'npx tsx scripts/check-flow-gate-report.ts' instead (cross-platform). |
|
|
449
|
+
| `check-integration-commands-sync.sh` | DEPRECATED: Use 'npx tsx scripts/check-integration-commands-sync.ts' instead (cross-platform). |
|
|
340
450
|
| `check-orphan-specs.ps1` | Check Orphan Specs |
|
|
341
451
|
| `check-orphan-specs.sh` | Orphan Spec Detection Script |
|
|
452
|
+
| `check-registry-completeness.sh` | DEPRECATED: Use 'npx tsx scripts/check-registry-completeness.ts' instead (cross-platform). |
|
|
453
|
+
| `check-release-readiness-signoff.sh` | DEPRECATED: Use 'npx tsx scripts/check-release-readiness-signoff.ts' instead (cross-platform). |
|
|
342
454
|
| `check-scope-sync.ps1` | Check Scope Sync |
|
|
343
455
|
| `check-scope-sync.sh` | Scope Consistency Check Script |
|
|
344
456
|
| `check-skill-next-steps-sync.ps1` | Check Skill Next Steps Sync |
|
|
@@ -355,11 +467,15 @@ status: current
|
|
|
355
467
|
| `check-usage-docs-sync.sh` | check-usage-docs-sync.sh |
|
|
356
468
|
| `check-version-sync.ps1` | Check Version Sync |
|
|
357
469
|
| `check-version-sync.sh` | Version Sync Checker |
|
|
358
|
-
| `check-workflow-compliance.sh` |
|
|
470
|
+
| `check-workflow-compliance.sh` | DEPRECATED: Use 'npx tsx scripts/check-workflow-compliance.ts' instead (cross-platform). |
|
|
359
471
|
| `convert-md-to-yaml.mjs` | Markdown to AI-YAML Conversion Script |
|
|
360
472
|
| `fix-manifest-paths.ps1` | Fix Manifest Paths |
|
|
361
473
|
| `fix-manifest-paths.sh` | Manifest Path Fixer |
|
|
362
474
|
| `generate-docs.mjs` | Generate Docs |
|
|
475
|
+
| `generate-version-manifest.mjs` | Generate Version Manifest (SPEC-SELFDIAG-001 REQ-9, AC-14) |
|
|
476
|
+
| `install-hooks.mjs` | Install Hooks |
|
|
477
|
+
| `install-hooks.sh` | DEPRECATED: Use 'node scripts/install-hooks.mjs' instead (cross-platform). |
|
|
478
|
+
| `pre-commit.mjs` | Build a platform-aware shell command for a .sh script. |
|
|
363
479
|
| `pre-release-check.ps1` | Pre Release Check |
|
|
364
480
|
| `pre-release-check.sh` | Pre-release Check Script |
|
|
365
481
|
| `pre-release.ps1` | Pre-Release Preparation Script for Universal Development Standards |
|