|
1 | 1 | { |
2 | 2 | "schema_version": "1.0", |
3 | | - "updated_at": "2026-03-05T00:00:00Z", |
| 3 | + "updated_at": "2026-03-09T00:00:00Z", |
4 | 4 | "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", |
5 | 5 | "extensions": { |
6 | 6 | "azure-devops": { |
|
29 | 29 | "commands": 1, |
30 | 30 | "hooks": 1 |
31 | 31 | }, |
32 | | - "tags": ["azure", "devops", "project-management", "work-items", "issue-tracking"], |
| 32 | + "tags": [ |
| 33 | + "azure", |
| 34 | + "devops", |
| 35 | + "project-management", |
| 36 | + "work-items", |
| 37 | + "issue-tracking" |
| 38 | + ], |
33 | 39 | "verified": false, |
34 | 40 | "downloads": 0, |
35 | 41 | "stars": 0, |
|
55 | 61 | "commands": 1, |
56 | 62 | "hooks": 1 |
57 | 63 | }, |
58 | | - "tags": ["quality", "tech-debt", "review", "cleanup", "scout-rule"], |
| 64 | + "tags": [ |
| 65 | + "quality", |
| 66 | + "tech-debt", |
| 67 | + "review", |
| 68 | + "cleanup", |
| 69 | + "scout-rule" |
| 70 | + ], |
59 | 71 | "verified": false, |
60 | 72 | "downloads": 0, |
61 | 73 | "stars": 0, |
62 | 74 | "created_at": "2026-02-22T00:00:00Z", |
63 | 75 | "updated_at": "2026-02-22T00:00:00Z" |
64 | 76 | }, |
| 77 | + "fleet": { |
| 78 | + "name": "Fleet Orchestrator", |
| 79 | + "id": "fleet", |
| 80 | + "description": "Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases.", |
| 81 | + "author": "sharathsatish", |
| 82 | + "version": "1.0.0", |
| 83 | + "download_url": "https://github.com/sharathsatish/spec-kit-fleet/archive/refs/tags/v1.0.0.zip", |
| 84 | + "repository": "https://github.com/sharathsatish/spec-kit-fleet", |
| 85 | + "homepage": "https://github.com/sharathsatish/spec-kit-fleet", |
| 86 | + "documentation": "https://github.com/sharathsatish/spec-kit-fleet/blob/main/README.md", |
| 87 | + "changelog": "https://github.com/sharathsatish/spec-kit-fleet/blob/main/CHANGELOG.md", |
| 88 | + "license": "MIT", |
| 89 | + "requires": { |
| 90 | + "speckit_version": ">=0.1.0" |
| 91 | + }, |
| 92 | + "provides": { |
| 93 | + "commands": 2, |
| 94 | + "hooks": 1 |
| 95 | + }, |
| 96 | + "tags": ["orchestration", "workflow", "human-in-the-loop", "parallel"], |
| 97 | + "verified": false, |
| 98 | + "downloads": 0, |
| 99 | + "stars": 0, |
| 100 | + "created_at": "2026-03-06T00:00:00Z", |
| 101 | + "updated_at": "2026-03-06T00:00:00Z" |
| 102 | + }, |
65 | 103 | "jira": { |
66 | 104 | "name": "Jira Integration", |
67 | 105 | "id": "jira", |
|
81 | 119 | "commands": 3, |
82 | 120 | "hooks": 1 |
83 | 121 | }, |
84 | | - "tags": ["issue-tracking", "jira", "atlassian", "project-management"], |
| 122 | + "tags": [ |
| 123 | + "issue-tracking", |
| 124 | + "jira", |
| 125 | + "atlassian", |
| 126 | + "project-management" |
| 127 | + ], |
85 | 128 | "verified": false, |
86 | 129 | "downloads": 0, |
87 | 130 | "stars": 0, |
88 | 131 | "created_at": "2026-03-05T00:00:00Z", |
89 | 132 | "updated_at": "2026-03-05T00:00:00Z" |
90 | 133 | }, |
| 134 | + "ralph": { |
| 135 | + "name": "Ralph Loop", |
| 136 | + "id": "ralph", |
| 137 | + "description": "Autonomous implementation loop using AI agent CLI.", |
| 138 | + "author": "Rubiss", |
| 139 | + "version": "1.0.0", |
| 140 | + "download_url": "https://github.com/Rubiss/spec-kit-ralph/archive/refs/tags/v1.0.0.zip", |
| 141 | + "repository": "https://github.com/Rubiss/spec-kit-ralph", |
| 142 | + "homepage": "https://github.com/Rubiss/spec-kit-ralph", |
| 143 | + "documentation": "https://github.com/Rubiss/spec-kit-ralph/blob/main/README.md", |
| 144 | + "changelog": "https://github.com/Rubiss/spec-kit-ralph/blob/main/CHANGELOG.md", |
| 145 | + "license": "MIT", |
| 146 | + "requires": { |
| 147 | + "speckit_version": ">=0.1.0", |
| 148 | + "tools": [ |
| 149 | + { |
| 150 | + "name": "copilot", |
| 151 | + "required": true |
| 152 | + }, |
| 153 | + { |
| 154 | + "name": "git", |
| 155 | + "required": true |
| 156 | + } |
| 157 | + ] |
| 158 | + }, |
| 159 | + "provides": { |
| 160 | + "commands": 2, |
| 161 | + "hooks": 1 |
| 162 | + }, |
| 163 | + "tags": ["implementation", "automation", "loop", "copilot"], |
| 164 | + "verified": false, |
| 165 | + "downloads": 0, |
| 166 | + "stars": 0, |
| 167 | + "created_at": "2026-03-09T00:00:00Z", |
| 168 | + "updated_at": "2026-03-09T00:00:00Z" |
| 169 | + }, |
91 | 170 | "retrospective": { |
92 | 171 | "name": "Retrospective Extension", |
93 | 172 | "id": "retrospective", |
|
107 | 186 | "commands": 1, |
108 | 187 | "hooks": 1 |
109 | 188 | }, |
110 | | - "tags": ["retrospective", "spec-drift", "quality", "analysis", "governance"], |
| 189 | + "tags": [ |
| 190 | + "retrospective", |
| 191 | + "spec-drift", |
| 192 | + "quality", |
| 193 | + "analysis", |
| 194 | + "governance" |
| 195 | + ], |
111 | 196 | "verified": false, |
112 | 197 | "downloads": 0, |
113 | 198 | "stars": 0, |
114 | 199 | "created_at": "2026-02-24T00:00:00Z", |
115 | 200 | "updated_at": "2026-02-24T00:00:00Z" |
116 | 201 | }, |
| 202 | + "review": { |
| 203 | + "name": "Review Extension", |
| 204 | + "id": "review", |
| 205 | + "description": "Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification.", |
| 206 | + "author": "ismaelJimenez", |
| 207 | + "version": "1.0.0", |
| 208 | + "download_url": "https://github.com/ismaelJimenez/spec-kit-review/archive/refs/tags/v1.0.0.zip", |
| 209 | + "repository": "https://github.com/ismaelJimenez/spec-kit-review", |
| 210 | + "homepage": "https://github.com/ismaelJimenez/spec-kit-review", |
| 211 | + "documentation": "https://github.com/ismaelJimenez/spec-kit-review/blob/main/README.md", |
| 212 | + "changelog": "https://github.com/ismaelJimenez/spec-kit-review/blob/main/CHANGELOG.md", |
| 213 | + "license": "MIT", |
| 214 | + "requires": { |
| 215 | + "speckit_version": ">=0.1.0" |
| 216 | + }, |
| 217 | + "provides": { |
| 218 | + "commands": 7, |
| 219 | + "hooks": 1 |
| 220 | + }, |
| 221 | + "tags": ["code-review", "quality", "review", "testing", "error-handling", "type-design", "simplification"], |
| 222 | + "verified": false, |
| 223 | + "downloads": 0, |
| 224 | + "stars": 0, |
| 225 | + "created_at": "2026-03-06T00:00:00Z", |
| 226 | + "updated_at": "2026-03-06T00:00:00Z" |
| 227 | + }, |
117 | 228 | "sync": { |
118 | 229 | "name": "Spec Sync", |
119 | 230 | "id": "sync", |
|
133 | 244 | "commands": 5, |
134 | 245 | "hooks": 1 |
135 | 246 | }, |
136 | | - "tags": ["sync", "drift", "validation", "bidirectional", "backfill"], |
| 247 | + "tags": [ |
| 248 | + "sync", |
| 249 | + "drift", |
| 250 | + "validation", |
| 251 | + "bidirectional", |
| 252 | + "backfill" |
| 253 | + ], |
137 | 254 | "verified": false, |
138 | 255 | "downloads": 0, |
139 | 256 | "stars": 0, |
140 | 257 | "created_at": "2026-03-02T00:00:00Z", |
141 | 258 | "updated_at": "2026-03-02T00:00:00Z" |
142 | 259 | }, |
| 260 | + "understanding": { |
| 261 | + "name": "Understanding", |
| 262 | + "id": "understanding", |
| 263 | + "description": "Automated requirements quality analysis — validates specs against IEEE/ISO standards using 31 deterministic metrics. Catches ambiguity, missing testability, and structural issues before they reach implementation. Includes experimental energy-based ambiguity detection using local LM token perplexity.", |
| 264 | + "author": "Ladislav Bihari", |
| 265 | + "version": "3.4.0", |
| 266 | + "download_url": "https://github.com/Testimonial/understanding/archive/refs/tags/v3.4.0.zip", |
| 267 | + "repository": "https://github.com/Testimonial/understanding", |
| 268 | + "homepage": "https://github.com/Testimonial/understanding", |
| 269 | + "documentation": "https://github.com/Testimonial/understanding/blob/main/extension/README.md", |
| 270 | + "changelog": "https://github.com/Testimonial/understanding/blob/main/extension/CHANGELOG.md", |
| 271 | + "license": "MIT", |
| 272 | + "requires": { |
| 273 | + "speckit_version": ">=0.1.0", |
| 274 | + "tools": [ |
| 275 | + { |
| 276 | + "name": "understanding", |
| 277 | + "version": ">=3.4.0", |
| 278 | + "required": true |
| 279 | + } |
| 280 | + ] |
| 281 | + }, |
| 282 | + "provides": { |
| 283 | + "commands": 3, |
| 284 | + "hooks": 1 |
| 285 | + }, |
| 286 | + "tags": [ |
| 287 | + "quality", |
| 288 | + "metrics", |
| 289 | + "requirements", |
| 290 | + "validation", |
| 291 | + "readability", |
| 292 | + "IEEE-830", |
| 293 | + "ISO-29148" |
| 294 | + ], |
| 295 | + "verified": false, |
| 296 | + "downloads": 0, |
| 297 | + "stars": 0, |
| 298 | + "created_at": "2026-03-07T00:00:00Z", |
| 299 | + "updated_at": "2026-03-07T00:00:00Z" |
| 300 | + }, |
143 | 301 | "v-model": { |
144 | 302 | "name": "V-Model Extension Pack", |
145 | 303 | "id": "v-model", |
|
159 | 317 | "commands": 9, |
160 | 318 | "hooks": 1 |
161 | 319 | }, |
162 | | - "tags": ["v-model", "traceability", "testing", "compliance", "safety-critical"], |
| 320 | + "tags": [ |
| 321 | + "v-model", |
| 322 | + "traceability", |
| 323 | + "testing", |
| 324 | + "compliance", |
| 325 | + "safety-critical" |
| 326 | + ], |
163 | 327 | "verified": false, |
164 | 328 | "downloads": 0, |
165 | 329 | "stars": 0, |
|
185 | 349 | "commands": 1, |
186 | 350 | "hooks": 1 |
187 | 351 | }, |
188 | | - "tags": ["verification", "quality-gate", "implementation", "spec-adherence", "compliance"], |
| 352 | + "tags": [ |
| 353 | + "verification", |
| 354 | + "quality-gate", |
| 355 | + "implementation", |
| 356 | + "spec-adherence", |
| 357 | + "compliance" |
| 358 | + ], |
189 | 359 | "verified": false, |
190 | 360 | "downloads": 0, |
191 | 361 | "stars": 0, |
|
0 commit comments