spec-derive
Installation
SKILL.md
Forward Derivation | 正向推演
Generate derived artifacts (BDD scenarios, TDD skeletons, ATDD tables) from approved SDD specifications.
從已批准的 SDD 規格生成衍生工件(BDD 場景、TDD 骨架、ATDD 表格)。
Subcommands | 子命令
| Subcommand | Description | Output |
|---|---|---|
all |
Full derivation pipeline (BDD + TDD + IT + E2E + ATDD + Contracts) | .feature + .test.* + .it.test.* + .e2e.test.* + .md + .json |
bdd |
Generate BDD scenarios only | .feature |
tdd |
Generate TDD skeletons only | .test.* |
it |
Generate Integration test skeletons | .it.test.* |
e2e |
Generate E2E test skeletons | .e2e.test.* |
atdd |
Generate ATDD test tables | .md (Markdown tables) |