Skip to content

Commit 790c4c5

Browse files
vieiraaeCopilot
andcommitted
feat(extensions): update Spec2Cloud extension details and remove duplicate entry
Co-authored-by: Copilot <copilot@github.com>
1 parent 5a80283 commit 790c4c5

2 files changed

Lines changed: 33 additions & 34 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ The following community-contributed extensions are available in [`catalog.commun
260260
| 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-) |
261261
| 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) |
262262
| 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) |
263+
| Spec2Cloud | Spec-driven workflow tuned for shipping to Azure | `process` | Read+Write | [spec2cloud](https://github.com/Azure-Samples/Spec2Cloud) |
263264
| 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) |
264265
| 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) |
265266
| Status Report | Project status, feature progress, and next-action recommendations for spec-driven workflows | `visibility` | Read-only | [Open-Agent-Tools/spec-kit-status](https://github.com/Open-Agent-Tools/spec-kit-status) |
@@ -274,8 +275,6 @@ The following community-contributed extensions are available in [`catalog.commun
274275
| Wireframe Visual Feedback Loop | SVG wireframe generation, review, and sign-off for spec-driven development. Approved wireframes become spec constraints honored by /speckit.plan, /speckit.tasks, and /speckit.implement | `visibility` | Read+Write | [spec-kit-extension-wireframe](https://github.com/TortoiseWolfe/spec-kit-extension-wireframe) |
275276
| Worktree Isolation | Spawn isolated git worktrees for parallel feature development without checkout switching | `process` | Read+Write | [spec-kit-worktree](https://github.com/Quratulain-bilal/spec-kit-worktree) |
276277
| Worktrees | Default-on worktree isolation for parallel agents — sibling or nested layout | `process` | Read+Write | [spec-kit-worktree-parallel](https://github.com/dango85/spec-kit-worktree-parallel) |
277-
| Spec2Cloud | Spec-driven workflow tuned for shipping to Azure | `process` | Read+Write | [spec2cloud](https://aka.ms/spec2cloud) |
278-
279278

280279
To submit your own extension, see the [Extension Publishing Guide](extensions/EXTENSION-PUBLISHING-GUIDE.md).
281280

extensions/catalog.community.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,6 +2018,38 @@
20182018
"created_at": "2026-04-20T00:00:00Z",
20192019
"updated_at": "2026-04-21T00:00:00Z"
20202020
},
2021+
"spec2cloud": {
2022+
"name": "Spec2Cloud",
2023+
"id": "spec2cloud",
2024+
"description": "Spec-driven workflow tuned for shipping to Azure: spec → plan → tasks → implement → deploy.",
2025+
"author": "Azure Samples",
2026+
"version": "1.0.0",
2027+
"download_url": "https://github.com/Azure-Samples/Spec2Cloud/releases/latest/download/extension.zip",
2028+
"repository": "https://github.com/Azure-Samples/Spec2Cloud",
2029+
"homepage": "https://aka.ms/spec2cloud",
2030+
"documentation": "https://github.com/Azure-Samples/Spec2Cloud/blob/main/spec-kit/README.md",
2031+
"changelog": "https://github.com/Azure-Samples/Spec2Cloud/blob/main/spec-kit/CHANGELOG.md",
2032+
"license": "MIT",
2033+
"requires": {
2034+
"speckit_version": ">=0.4.0"
2035+
},
2036+
"provides": {
2037+
"commands": 2,
2038+
"hooks": 0
2039+
},
2040+
"tags": [
2041+
"spec2cloud",
2042+
"azure",
2043+
"cloud",
2044+
"deploy",
2045+
"workflow"
2046+
],
2047+
"verified": false,
2048+
"downloads": 0,
2049+
"stars": 0,
2050+
"created_at": "2026-04-29T15:00:00Z",
2051+
"updated_at": "2026-04-29T15:00:00Z"
2052+
},
20212053
"speckit-utils": {
20222054
"name": "SDD Utilities",
20232055
"id": "speckit-utils",
@@ -2567,38 +2599,6 @@
25672599
"stars": 0,
25682600
"created_at": "2026-04-13T00:00:00Z",
25692601
"updated_at": "2026-04-13T00:00:00Z"
2570-
},
2571-
"spec2cloud": {
2572-
"name": "Spec2Cloud",
2573-
"id": "spec2cloud",
2574-
"description": "Spec-driven workflow tuned for shipping to Azure: spec → plan → tasks → implement → deploy.",
2575-
"author": "github",
2576-
"version": "1.0.0",
2577-
"download_url": "https://github.com/Azure-Samples/Spec2Cloud/releases/latest/download/extension.zip",
2578-
"repository": "https://github.com/Azure-Samples/Spec2Cloud",
2579-
"homepage": "https://aka.ms/spec2cloud",
2580-
"documentation": "https://github.com/Azure-Samples/Spec2Cloud/blob/main/spec-kit/README.md",
2581-
"changelog": "https://github.com/Azure-Samples/Spec2Cloud/blob/main/spec-kit/CHANGELOG.md",
2582-
"license": "MIT",
2583-
"requires": {
2584-
"speckit_version": ">=0.4.0"
2585-
},
2586-
"provides": {
2587-
"commands": 2,
2588-
"hooks": 0
2589-
},
2590-
"tags": [
2591-
"spec2cloud",
2592-
"azure",
2593-
"cloud",
2594-
"deploy",
2595-
"workflow"
2596-
],
2597-
"verified": false,
2598-
"downloads": 0,
2599-
"stars": 0,
2600-
"created_at": "2026-04-29T15:00:00Z",
2601-
"updated_at": "2026-04-29T15:00:00Z"
26022602
}
26032603
}
26042604
}

0 commit comments

Comments
 (0)