derive
Installation
SKILL.md
正向推演
語言: English | 繁體中文
從已批准的 SDD 規格生成衍生工件(BDD 場景、TDD 骨架、ATDD 表格)。
子命令
| 子命令 | 說明 | 輸出 | Output |
|---|---|---|---|
all |
生成 BDD + TDD(預設) | .feature + .test.* |
.feature + .test.* |
bdd |
僅生成 BDD 場景 | .feature |
.feature |
tdd |
僅生成 TDD 骨架 | .test.* |
.test.* |
atdd |
生成 ATDD 測試表格 | .md(Markdown 表格) |
.md (Markdown tables) |
工作流程
- 讀取規格 - 分析輸入的
SPEC-XXX.md檔案 - 擷取 AC - 解析所有驗收條件
Related skills
More from asiaostrich/universal-dev-standards
bdd
[UDS] Guide through Behavior-Driven Development workflow
24atdd
[UDS] Guide through Acceptance Test-Driven Development workflow
23methodology
[UDS] Manage development methodology workflow
21reverse
[UDS] System archeology — reverse engineer code across Logic, Data, and Runtime dimensions
20docgen
[UDS] Generate usage documentation from project sources
20sdd
[UDS] Create or review specification documents for Spec-Driven Development
19