-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreset.yml
More file actions
263 lines (226 loc) · 9.38 KB
/
Copy pathpreset.yml
File metadata and controls
263 lines (226 loc) · 9.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
schema_version: "1.0"
preset:
id: "workflow-preset"
name: "Workflow Preset"
version: "3.3.0"
description: "Stable-ID single Requirement Gate, separated SDD governance, X0-X4 design, test-first contracts, and execution-ready task mapping"
author: "bigsmartben"
repository: "https://github.com/bigsmartben/spec-kit-workflow-preset"
license: "MIT"
requires:
speckit_version: ">=0.12.7.dev0"
provides:
templates:
- type: "template"
name: "plan-template"
file: "templates/plan-template.md"
description: "Add design artifact navigation to the plan template"
replaces: "plan-template"
strategy: "wrap"
- type: "template"
name: "spec-template"
file: "templates/spec-template.md"
description: "Add full-spectrum stable-ID requirement carriers to the core specification template"
replaces: "spec-template"
strategy: "wrap"
- type: "template"
name: "class-diagram-template"
file: "templates/class-diagram-template.md"
description: "Structured object responsibility and dependency design"
replaces: "class-diagram-template"
strategy: "replace"
- type: "template"
name: "sequences-template"
file: "templates/sequences-template.md"
description: "Structured cross-boundary success, retry, rollback, and failure sequences"
replaces: "sequences-template"
strategy: "replace"
- type: "template"
name: "ui-ux-design-template"
file: "templates/ui-ux-design-template.md"
description: "Canonical UI/UX delivery design and readiness carrier"
replaces: "ui-ux-design-template"
strategy: "replace"
- type: "template"
name: "quickstart-template"
file: "templates/quickstart-template.md"
description: "Provide stable VAL path contracts for the quickstart guide"
replaces: "quickstart-template"
strategy: "replace"
- type: "template"
name: "test-conditions-template"
file: "templates/test/test-conditions.json"
description: "Canonical test-first acceptance condition contract"
replaces: "test-conditions-template"
strategy: "replace"
- type: "template"
name: "test-readiness-template"
file: "templates/test-readiness-template.md"
description: "Single Test readiness and Tasks handoff carrier"
replaces: "test-readiness-template"
strategy: "replace"
- type: "template"
name: "constitution-template"
file: "templates/constitution-template.md"
description: "Add change scope granularity and Constitution-managed architecture governance"
replaces: "constitution-template"
strategy: "wrap"
- type: "template"
name: "architecture-template"
file: "templates/architecture-template.md"
description: "Define the single-file project Architecture maintained by the Constitution stage"
replaces: "architecture-template"
strategy: "replace"
- type: "command"
name: "speckit.specify"
file: "commands/speckit.specify.md"
description: "Create one full-spectrum WHAT/WHY specification without checklist side effects"
replaces: "speckit.specify"
strategy: "replace"
- type: "command"
name: "speckit.clarify"
file: "commands/speckit.clarify.md"
description: "Resolve shared product root causes and synchronize spec.md with the one Requirement Gate"
replaces: "speckit.clarify"
strategy: "replace"
- type: "command"
name: "speckit.checklist"
file: "commands/speckit.checklist.md"
description: "Build one semantic-grouped requirements.md with six logical requirement Gates"
replaces: "speckit.checklist"
strategy: "wrap"
- type: "command"
name: "speckit.constitution"
file: "commands/speckit.constitution.md"
description: "Manage SDD governance and repository technical Architecture with independent output gates"
replaces: "speckit.constitution"
strategy: "replace"
- type: "command"
name: "speckit.analyze"
file: "commands/speckit.analyze.md"
description: "Audit Constitution, Architecture, Spec, Plan, and Tasks cross-command consistency"
replaces: "speckit.analyze"
strategy: "wrap"
- type: "command"
name: "speckit.plan"
file: "commands/speckit.plan.md"
description: "Hard-gate the canonical requirements.md before Core Plan, then run X0-X4 design"
replaces: "speckit.plan"
strategy: "wrap"
- type: "command"
name: "speckit.tasks"
file: "commands/speckit.tasks.md"
description: "Map PLAN_OUTPUT_READY records to concrete paths, dependencies, tests, and final review"
replaces: "speckit.tasks"
strategy: "wrap"
- type: "template"
name: "behavior-bdd-draft-template"
file: "templates/behavior/bdd-draft.feature"
description: "Optional BDD technique draft derived from canonical Test Conditions"
replaces: "behavior-bdd-draft-template"
strategy: "replace"
- type: "template"
name: "behavior-scenarios-draft-template"
file: "templates/behavior/behavior-scenarios-draft.json"
description: "Template for structured behavior scenario drafts"
replaces: "behavior-scenarios-draft-template"
strategy: "replace"
- type: "template"
name: "requirement-domain-gate-template"
file: "templates/requirements/domain-gate.md"
description: "Assembly rules for Requirements, UX, and Security logical Gates"
replaces: "requirement-domain-gate-template"
strategy: "replace"
- type: "template"
name: "requirement-behavior-gate-template"
file: "templates/requirements/behavior-gate.md"
description: "Assembly rules for the Behavior logical Gate"
replaces: "requirement-behavior-gate-template"
strategy: "replace"
- type: "template"
name: "requirement-nfr-gate-template"
file: "templates/requirements/nfr-gate.md"
description: "Assembly rules for the NFR logical Gate"
replaces: "requirement-nfr-gate-template"
strategy: "replace"
- type: "template"
name: "requirement-visual-gate-template"
file: "templates/requirements/visual-gate.md"
description: "Assembly rules for Visual and UI requirement quality"
replaces: "requirement-visual-gate-template"
strategy: "replace"
- type: "template"
name: "behavior-bdd-contract-template"
file: "templates/behavior/bdd-contract.feature"
description: "Template for formal BDD contracts"
replaces: "behavior-bdd-contract-template"
strategy: "replace"
- type: "template"
name: "behavior-uif-expected-template"
file: "templates/behavior/uif-expected.json"
description: "Template for Expected UIF contracts"
replaces: "behavior-uif-expected-template"
strategy: "replace"
- type: "template"
name: "behavior-scenario-instances-template"
file: "templates/behavior/scenario-instances.json"
description: "Template for formal behavior scenario instances"
replaces: "behavior-scenario-instances-template"
strategy: "replace"
- type: "template"
name: "behavior-data-fixtures-template"
file: "templates/behavior/data-fixtures.json"
description: "Template for formal behavior data fixtures"
replaces: "behavior-data-fixtures-template"
strategy: "replace"
- type: "template"
name: "behavior-assertions-template"
file: "templates/behavior/assertions.json"
description: "Template for formal behavior assertions"
replaces: "behavior-assertions-template"
strategy: "replace"
- type: "template"
name: "speckit-behavior-scenarios-draft-v1-schema"
file: "schemas/speckit.behavior.scenarios.draft.v1.schema.json"
description: "Schema for structured behavior scenario drafts"
replaces: "speckit-behavior-scenarios-draft-v1-schema"
strategy: "replace"
- type: "template"
name: "speckit-behavior-uif-expected-v1-schema"
file: "schemas/speckit.behavior.uif.expected.v1.schema.json"
description: "Schema for Expected UIF contracts"
replaces: "speckit-behavior-uif-expected-v1-schema"
strategy: "replace"
- type: "template"
name: "speckit-behavior-scenario-instances-v1-schema"
file: "schemas/speckit.behavior.scenario-instances.v1.schema.json"
description: "Schema for formal behavior scenario instances"
replaces: "speckit-behavior-scenario-instances-v1-schema"
strategy: "replace"
- type: "template"
name: "speckit-behavior-data-fixtures-v1-schema"
file: "schemas/speckit.behavior.data-fixtures.v1.schema.json"
description: "Schema for formal behavior data fixtures"
replaces: "speckit-behavior-data-fixtures-v1-schema"
strategy: "replace"
- type: "template"
name: "speckit-behavior-assertions-v1-schema"
file: "schemas/speckit.behavior.assertions.v1.schema.json"
description: "Schema for formal behavior assertions"
replaces: "speckit-behavior-assertions-v1-schema"
strategy: "replace"
- type: "template"
name: "speckit-test-conditions-v1-schema"
file: "schemas/speckit.test.conditions.v1.schema.json"
description: "Schema for canonical Test Conditions"
replaces: "speckit-test-conditions-v1-schema"
strategy: "replace"
tags:
- "architecture"
- "constitution"
- "behavior"
- "bdd"
- "test-first"
- "ui-ux"
- "planning"
- "implementation"