Skip to content

Commit 4384338

Browse files
mnriemCopilot
andauthored
Add SpecKit Companion extension to community catalog (#2937)
* Add SpecKit Companion extension to community catalog Add companion extension submitted by @alfredoperez to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #2926 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Address review: multi-line tools format, add vscode tag Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent dd9d84e commit 4384338

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ The following community-contributed extensions are available in [`catalog.commun
116116
| Spec Trace | Build a requirement → test traceability matrix from spec.md and the test suite — surface untested requirements and orphan tests | `code` | Read+Write | [spec-kit-trace](https://github.com/Quratulain-bilal/spec-kit-trace) |
117117
| 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) |
118118
| Spec2Cloud | Spec-driven workflow tuned for shipping to Azure | `process` | Read+Write | [spec2cloud](https://github.com/Azure-Samples/Spec2Cloud) |
119+
| SpecKit Companion | Live spec-driven progress — lifecycle capture, status, resume, and a turbo pipeline profile | `visibility` | Read+Write | [speckit-companion](https://github.com/alfredoperez/speckit-companion) |
119120
| 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) |
120121
| 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) |
121122
| 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: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-06-12T00:00:00Z",
3+
"updated_at": "2026-06-11T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -769,6 +769,44 @@
769769
"created_at": "2026-06-11T00:00:00Z",
770770
"updated_at": "2026-06-11T00:00:00Z"
771771
},
772+
"companion": {
773+
"name": "SpecKit Companion",
774+
"id": "companion",
775+
"description": "Live spec-driven progress for SpecKit Companion — lifecycle capture, status, resume, and a turbo pipeline profile.",
776+
"author": "alfredoperez",
777+
"version": "0.3.0",
778+
"download_url": "https://github.com/alfredoperez/speckit-companion/releases/download/speckit-ext-v0.3.0/companion-0.3.0.zip",
779+
"repository": "https://github.com/alfredoperez/speckit-companion",
780+
"homepage": "https://github.com/alfredoperez/speckit-companion/tree/main/speckit-extension",
781+
"documentation": "https://github.com/alfredoperez/speckit-companion/blob/main/speckit-extension/docs/",
782+
"changelog": "https://github.com/alfredoperez/speckit-companion/blob/main/speckit-extension/CHANGELOG.md",
783+
"license": "MIT",
784+
"category": "visibility",
785+
"effect": "read-write",
786+
"requires": {
787+
"speckit_version": ">=0.8.5",
788+
"tools": [
789+
{ "name": "python3", "required": false }
790+
]
791+
},
792+
"provides": {
793+
"commands": 10,
794+
"hooks": 4
795+
},
796+
"tags": [
797+
"tracking",
798+
"companion",
799+
"progress",
800+
"vscode",
801+
"lifecycle",
802+
"resume"
803+
],
804+
"verified": false,
805+
"downloads": 0,
806+
"stars": 0,
807+
"created_at": "2026-06-11T00:00:00Z",
808+
"updated_at": "2026-06-11T00:00:00Z"
809+
},
772810
"conduct": {
773811
"name": "Conduct Extension",
774812
"id": "conduct",

0 commit comments

Comments
 (0)