Skip to content

Commit 9fac01f

Browse files
vieiraaeCopilotCopilot
authored
feat(extensions): add Spec2Cloud extension for Azure deployment workflow (#2412)
* feat(extensions): add Spec2Cloud extension for Azure deployment workflow Co-authored-by: Copilot <copilot@github.com> * Update extensions/catalog.community.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update extensions/catalog.community.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(extensions): update Spec2Cloud extension details and remove duplicate entry Co-authored-by: Copilot <copilot@github.com> * fix(extensions): correct formatting of updated_at timestamp * fix(extensions): update Spec2Cloud extension version and timestamps --------- Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5edc9a5 commit 9fac01f

2 files changed

Lines changed: 35 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ The following community-contributed extensions are available in [`catalog.commun
263263
| Spec Scope | Effort estimation and scope tracking — estimate work, detect creep, and budget time per phase | `process` | Read-only | [spec-kit-scope-](https://github.com/Quratulain-bilal/spec-kit-scope-) |
264264
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | `docs` | Read+Write | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |
265265
| Spec Validate | Comprehension validation, review gating, and approval state for spec-kit artifacts — staged quizzes, peer review SLA, and a hard gate before /speckit.implement | `process` | Read+Write | [spec-kit-spec-validate](https://github.com/aeltayeb/spec-kit-spec-validate) |
266+
| Spec2Cloud | Spec-driven workflow tuned for shipping to Azure | `process` | Read+Write | [spec2cloud](https://github.com/Azure-Samples/Spec2Cloud) |
266267
| SpecTest | Auto-generate test scaffolds from spec criteria, map coverage, and find untested requirements | `code` | Read+Write | [spec-kit-spectest](https://github.com/Quratulain-bilal/spec-kit-spectest) |
267268
| Squad Bridge | Bootstrap and synchronize a Squad agent team from your Speckit spec and tasks | `process` | Read+Write | [spec-kit-squad](https://github.com/jwill824/spec-kit-squad) |
268269
| Staff Review Extension | Staff-engineer-level code review that validates implementation against spec, checks security, performance, and test coverage | `code` | Read-only | [spec-kit-staff-review](https://github.com/arunt14/spec-kit-staff-review) |

extensions/catalog.community.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-29T00:00:00Z",
3+
"updated_at": "2026-04-30T09:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -2095,6 +2095,38 @@
20952095
"created_at": "2026-04-20T00:00:00Z",
20962096
"updated_at": "2026-04-21T00:00:00Z"
20972097
},
2098+
"spec2cloud": {
2099+
"name": "Spec2Cloud",
2100+
"id": "spec2cloud",
2101+
"description": "Spec-driven workflow tuned for shipping to Azure: spec → plan → tasks → implement → deploy.",
2102+
"author": "Azure Samples",
2103+
"version": "1.1.0",
2104+
"download_url": "https://github.com/Azure-Samples/Spec2Cloud/releases/download/spec-kit-spec2cloud-v1.1.0/extension.zip",
2105+
"repository": "https://github.com/Azure-Samples/Spec2Cloud",
2106+
"homepage": "https://aka.ms/spec2cloud",
2107+
"documentation": "https://github.com/Azure-Samples/Spec2Cloud/blob/main/spec-kit/README.md",
2108+
"changelog": "https://github.com/Azure-Samples/Spec2Cloud/blob/main/spec-kit/CHANGELOG.md",
2109+
"license": "MIT",
2110+
"requires": {
2111+
"speckit_version": ">=0.4.0"
2112+
},
2113+
"provides": {
2114+
"commands": 2,
2115+
"hooks": 0
2116+
},
2117+
"tags": [
2118+
"spec2cloud",
2119+
"azure",
2120+
"cloud",
2121+
"deploy",
2122+
"workflow"
2123+
],
2124+
"verified": false,
2125+
"downloads": 0,
2126+
"stars": 0,
2127+
"created_at": "2026-04-30T00:00:00Z",
2128+
"updated_at": "2026-04-30T00:00:00Z"
2129+
},
20982130
"speckit-utils": {
20992131
"name": "SDD Utilities",
21002132
"id": "speckit-utils",
@@ -2758,7 +2790,7 @@
27582790
"downloads": 0,
27592791
"stars": 0,
27602792
"created_at": "2026-04-13T00:00:00Z",
2761-
"updated_at": "2026-04-13T00:00:00Z"
2793+
"updated_at": "2026-04-13T00:00:00Z"
27622794
}
27632795
}
27642796
}

0 commit comments

Comments
 (0)