Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ The following community-contributed extensions are available in [`catalog.commun
| 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) |
| 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) |
| 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) |
| Spec2Cloud | Spec-driven workflow tuned for shipping to Azure | `process` | Read+Write | [spec2cloud](https://aka.ms/spec2cloud) |
Comment thread
vieiraae marked this conversation as resolved.
Outdated

Comment thread
vieiraae marked this conversation as resolved.
Outdated

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

Expand Down
36 changes: 34 additions & 2 deletions extensions/catalog.community.json
Original file line number Diff line number Diff line change
Expand Up @@ -2565,8 +2565,40 @@
"verified": false,
"downloads": 0,
"stars": 0,
"created_at": "2026-04-13T00:00:00Z",
"updated_at": "2026-04-13T00:00:00Z"
"created_at": "2026-04-29T15:00:00Z",
"updated_at": "2026-04-29T15:00:00Z"
Comment thread
vieiraae marked this conversation as resolved.
Outdated
Comment thread
vieiraae marked this conversation as resolved.
Outdated
},
"spec2cloud": {
"name": "Spec2Cloud",
Comment thread
vieiraae marked this conversation as resolved.
Outdated
"id": "spec2cloud",
"description": "Spec-driven workflow tuned for shipping to Azure: spec → plan → tasks → implement → deploy.",
Comment thread
vieiraae marked this conversation as resolved.
Outdated
Comment thread
vieiraae marked this conversation as resolved.
Outdated
"author": "github",
"version": "1.0.0",
Comment thread
vieiraae marked this conversation as resolved.
Outdated
"download_url": "https://github.com/Azure-Samples/Spec2Cloud/releases/latest/download/extension.zip",
Comment thread
vieiraae marked this conversation as resolved.
Outdated
"repository": "https://github.com/Azure-Samples/Spec2Cloud/",
Comment thread
vieiraae marked this conversation as resolved.
Outdated
"homepage": "https://aka.ms/spec2cloud",
"documentation": "https://github.com/Azure-Samples/Spec2Cloud/blob/main/spec-kit/README.md",
"changelog": "https://github.com/Azure-Samples/Spec2Cloud/blob/main/spec-kit/CHANGELOG.md",
"license": "MIT",
"requires": {
"speckit_version": ">=0.4.0"
},
"provides": {
"commands": 2,
"hooks": 0
},
"tags": [
"spec2cloud",
"azure",
"cloud",
"deploy",
"workflow"
],
"verified": false,
"downloads": 0,
"stars": 0,
"created_at": "2026-04-29T15:00:00Z",
"updated_at": "2026-04-29T15:00:00Z"
Comment thread
vieiraae marked this conversation as resolved.
Outdated
Comment thread
vieiraae marked this conversation as resolved.
Outdated
}
}
}
Loading