Skip to content

Commit 0d8685a

Browse files
formingmkim-sds
andauthored
Add multi-model-review extension to community catalog (#2446)
Co-authored-by: formin <formin@sds.co.kr>
1 parent 4a8f19c commit 0d8685a

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ The following community-contributed extensions are available in [`catalog.commun
233233
| Memory MD | Spec Kit extension for repository-native Markdown memory that captures durable decisions, bugs, and project context | `docs` | Read+Write | [spec-kit-memory-hub](https://github.com/DyanGalih/spec-kit-memory-hub) |
234234
| MemoryLint | Agent memory governance tool: Automatically audits and fixes boundary conflicts between AGENTS.md and the constitution. | `process` | Read+Write | [memorylint](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/memorylint) |
235235
| Microsoft 365 Integration | Fetch Teams messages, meeting transcripts, and SharePoint/OneDrive files as local Markdown for spec generation | `integration` | Read+Write | [spec-kit-m365](https://github.com/BenBtg/spec-kit-m365) |
236+
| Multi-Model Review | Cross-model Spec Kit handoffs for spec authoring, implementation routing, and review. | `process` | Read+Write | [multi-model-review](https://github.com/formin/multi-model-review) |
236237
| Onboard | Contextual onboarding and progressive growth for developers new to spec-kit projects. Explains specs, maps dependencies, validates understanding, and guides the next step | `process` | Read+Write | [spec-kit-onboard](https://github.com/dmux/spec-kit-onboard) |
237238
| Optimize | Audit and optimize AI governance for context efficiency — token budgets, rule health, interpretability, compression, coherence, and echo detection | `process` | Read+Write | [spec-kit-optimize](https://github.com/sakitA/spec-kit-optimize) |
238239
| OWASP LLM Threat Model | OWASP Top 10 for LLM Applications 2025 threat analysis on agent artifacts | `code` | Read-only | [spec-kit-threatmodel](https://github.com/NaviaSamal/spec-kit-threatmodel) |

extensions/catalog.community.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,6 +1340,56 @@
13401340
"created_at": "2026-04-09T00:00:00Z",
13411341
"updated_at": "2026-04-16T13:10:26Z"
13421342
},
1343+
"multi-model-review": {
1344+
"name": "Multi-Model Review",
1345+
"id": "multi-model-review",
1346+
"description": "Cross-model Spec Kit handoffs for spec authoring, implementation routing, and review.",
1347+
"author": "formin",
1348+
"version": "0.1.0",
1349+
"download_url": "https://github.com/formin/multi-model-review/archive/refs/tags/v0.1.0.zip",
1350+
"repository": "https://github.com/formin/multi-model-review",
1351+
"homepage": "https://github.com/formin/multi-model-review",
1352+
"documentation": "https://github.com/formin/multi-model-review/blob/main/README.md",
1353+
"changelog": "https://github.com/formin/multi-model-review/blob/main/CHANGELOG.md",
1354+
"license": "MIT",
1355+
"requires": {
1356+
"speckit_version": ">=0.2.0",
1357+
"tools": [
1358+
{
1359+
"name": "git",
1360+
"required": true
1361+
},
1362+
{
1363+
"name": "codex",
1364+
"required": false
1365+
},
1366+
{
1367+
"name": "gemini",
1368+
"required": false
1369+
},
1370+
{
1371+
"name": "claude",
1372+
"required": false
1373+
}
1374+
]
1375+
},
1376+
"provides": {
1377+
"commands": 4,
1378+
"hooks": 0
1379+
},
1380+
"tags": [
1381+
"review",
1382+
"workflow",
1383+
"multi-model",
1384+
"spec-driven-development",
1385+
"code"
1386+
],
1387+
"verified": false,
1388+
"downloads": 0,
1389+
"stars": 0,
1390+
"created_at": "2026-05-04T02:51:52Z",
1391+
"updated_at": "2026-05-04T02:51:52Z"
1392+
},
13431393
"onboard": {
13441394
"name": "Onboard",
13451395
"id": "onboard",

0 commit comments

Comments
 (0)