Skip to content

Commit 049814e

Browse files
committed
feat(presets): add Spec2Cloud preset details to community catalog
1 parent f450532 commit 049814e

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

docs/community/presets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The following community-contributed presets customize how Spec Kit behaves — o
1616
| Multi-Repo Branching | Coordinates feature branch creation across multiple git repositories (independent repos and submodules) during plan and tasks phases | 2 commands || [spec-kit-preset-multi-repo-branching](https://github.com/sakitA/spec-kit-preset-multi-repo-branching) |
1717
| Pirate Speak (Full) | Transforms all Spec Kit output into pirate speak — specs become "Voyage Manifests", plans become "Battle Plans", tasks become "Crew Assignments" | 6 templates, 9 commands || [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) |
1818
| Screenwriting | Spec-Driven Development for screenwriting/scriptwriting/tutorials: feature films, television (pilot, episode, limited series), and stage plays. Adapts the Spec Kit workflow to screenplay craft — slug lines, action lines, act breaks, beat sheets, and industry-standard pitch documents. Supports three-act, Save the Cat, TV pilot, network episode, cable/streaming episode, and stage-play structural frameworks. Export to Fountain, FTX, PDF | 26 templates, 32 commands, 1 script || [speckit-preset-screenwriting](https://github.com/adaumann/speckit-preset-screenwriting) |
19+
| Spec2Cloud | Spec-driven workflow tuned for shipping to Azure: spec → plan → tasks → implement → deploy | 5 templates, 8 commands || [spec2cloud](https://aka.ms/spec2cloud) |
1920
| Table of Contents Navigation | Adds a navigable Table of Contents to generated spec.md, plan.md, and tasks.md documents | 3 templates, 3 commands || [spec-kit-preset-toc-navigation](https://github.com/Quratulain-bilal/spec-kit-preset-toc-navigation) |
2021
| VS Code Ask Questions | Enhances the clarify command to use `vscode/askQuestions` for batched interactive questioning. | 1 command || [spec-kit-presets](https://github.com/fdcastel/spec-kit-presets) |
21-
| Spec2Cloud | Spec-driven workflow tuned for shipping to Azure: spec → plan → tasks → implement → deploy | 5 templates, 8 commands || [spec2cloud](https://aka.ms/spec2cloud) |
2222

2323
To build and publish your own preset, see the [Presets Publishing Guide](https://github.com/github/spec-kit/blob/main/presets/PUBLISHING.md).

presets/catalog.community.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,31 @@
259259
"created_at": "2026-04-23T08:00:00Z",
260260
"updated_at": "2026-04-23T08:00:00Z"
261261
},
262+
"spec2cloud": {
263+
"name": "Spec2Cloud",
264+
"id": "spec2cloud",
265+
"version": "1.0.0",
266+
"description": "Spec-driven workflow tuned for shipping to Azure: spec → plan → tasks → implement → deploy.",
267+
"author": "Azure Samples",
268+
"repository": "https://github.com/Azure-Samples/Spec2Cloud",
269+
"download_url": "https://github.com/Azure-Samples/Spec2Cloud/releases/latest/download/preset.zip",
270+
"homepage": "https://aka.ms/spec2cloud",
271+
"documentation": "https://github.com/Azure-Samples/Spec2Cloud/blob/main/spec-kit/README.md",
272+
"license": "MIT",
273+
"requires": {
274+
"speckit_version": ">=0.1.0"
275+
},
276+
"provides": {
277+
"templates": 5,
278+
"commands": 8
279+
},
280+
"tags": [
281+
"azure",
282+
"spec2cloud",
283+
"workflow",
284+
"deployment"
285+
]
286+
},
262287
"toc-navigation": {
263288
"name": "Table of Contents Navigation",
264289
"id": "toc-navigation",
@@ -307,31 +332,6 @@
307332
"clarify",
308333
"interactive"
309334
]
310-
},
311-
"spec2cloud": {
312-
"name": "Spec2Cloud",
313-
"id": "spec2cloud",
314-
"version": "1.0.0",
315-
"description": "Spec-driven workflow tuned for shipping to Azure: spec → plan → tasks → implement → deploy.",
316-
"author": "Azure Samples",
317-
"repository": "https://github.com/Azure-Samples/Spec2Cloud",
318-
"download_url": "https://github.com/Azure-Samples/Spec2Cloud/releases/latest/download/preset.zip",
319-
"homepage": "https://aka.ms/spec2cloud",
320-
"documentation": "https://github.com/Azure-Samples/Spec2Cloud/blob/main/spec-kit/README.md",
321-
"license": "MIT",
322-
"requires": {
323-
"speckit_version": ">=0.1.0"
324-
},
325-
"provides": {
326-
"templates": 5,
327-
"commands": 8
328-
},
329-
"tags": [
330-
"azure",
331-
"spec2cloud",
332-
"workflow",
333-
"deployment"
334-
]
335335
}
336336
}
337337
}

0 commit comments

Comments
 (0)