This is an update to the existing multi-model-review community catalog entry, currently listed at 0.1.1.
Extension ID
multi-model-review
Extension Name
Multi-Model Review
Version
0.1.2
Description
Cross-model Spec Kit handoffs for spec authoring, implementation routing, and review.
Author
formin
Repository URL
https://github.com/formin/multi-model-review
Download URL
https://github.com/formin/multi-model-review/archive/refs/tags/v0.1.2.zip
License
MIT
Homepage
https://github.com/formin/multi-model-review
Documentation URL
https://github.com/formin/multi-model-review/blob/main/README.md
Changelog URL
https://github.com/formin/multi-model-review/blob/main/CHANGELOG.md
Required Spec Kit Version
=0.2.0
Required Tools
- git - required
- codex - optional
- gemini - optional
- claude - optional
Number of Commands
4
Number of Hooks
0
Tags
review, workflow, multi-model, spec-driven-development, code
Key Features
- Route Spec Kit spec authoring, implementation metadata, and review across different models.
- Export compact-first cross-model review packages from Spec Kit artifacts and git diffs.
- Support Codex CLI, Codex MCP, Claude, Gemini, Hermes, and custom CLI reviewer templates.
- Document Codex OSS/local provider review and spec-authoring flows through
codex exec --oss.
- Keep review findings confidence-gated and ingest accepted findings into remediation state.
Testing Checklist
Submission Requirements
Testing Details
Tested on:
- Windows / Git Bash
- Spec Kit CLI
0.10.1
Test project:
- Fresh temporary project created with
specify init --here --integration claude --ignore-agent-tools --script sh
Commands run:
git diff --check
- Markdown fence balance check over changed Markdown files
.claude-plugin/plugin.json JSON parse check
specify extension add --dev /k/dev/github/multi-model-review
specify extension add multi-model-review --from https://github.com/formin/multi-model-review/archive/refs/tags/v0.1.2.zip
specify extension list
Observed results:
- Dev install reports
Multi-Model Review (v0.1.2).
- Release archive install reports
Multi-Model Review (v0.1.2).
- Installed extension lists 4 commands and 0 hooks.
Example Usage
specify extension add multi-model-review --from https://github.com/formin/multi-model-review/archive/refs/tags/v0.1.2.zip
/speckit.multi-model-review.cross-review init --spec codex-5.5:xhigh@normal --spec-heavy opus-4.7:1m@max --dev sonnet-4.6@high --review codex-5.5:high@normal --subagents auto
/speckit.multi-model-review.review-package 001-auth-rework
Proposed Catalog Entry
{
"multi-model-review": {
"name": "Multi-Model Review",
"id": "multi-model-review",
"description": "Cross-model Spec Kit handoffs for spec authoring, implementation routing, and review.",
"author": "formin",
"version": "0.1.2",
"download_url": "https://github.com/formin/multi-model-review/archive/refs/tags/v0.1.2.zip",
"repository": "https://github.com/formin/multi-model-review",
"homepage": "https://github.com/formin/multi-model-review",
"documentation": "https://github.com/formin/multi-model-review/blob/main/README.md",
"changelog": "https://github.com/formin/multi-model-review/blob/main/CHANGELOG.md",
"license": "MIT",
"category": "process",
"effect": "read-write",
"requires": {
"speckit_version": ">=0.2.0",
"tools": [
{ "name": "git", "required": true },
{ "name": "codex", "required": false },
{ "name": "gemini", "required": false },
{ "name": "claude", "required": false }
]
},
"provides": {
"commands": 4,
"hooks": 0
},
"tags": [
"review",
"workflow",
"multi-model",
"spec-driven-development",
"code"
],
"verified": false,
"downloads": 0,
"stars": 0,
"created_at": "2026-05-04T02:51:52Z",
"updated_at": "2026-06-19T00:00:00Z"
}
}
Additional Context
This release follows the current Extension Publishing Guide update flow: release a new version, then file an Extension Submission issue instead of opening a pull request against extensions/catalog.community.json.
This is an update to the existing
multi-model-reviewcommunity catalog entry, currently listed at0.1.1.Extension ID
multi-model-review
Extension Name
Multi-Model Review
Version
0.1.2
Description
Cross-model Spec Kit handoffs for spec authoring, implementation routing, and review.
Author
formin
Repository URL
https://github.com/formin/multi-model-review
Download URL
https://github.com/formin/multi-model-review/archive/refs/tags/v0.1.2.zip
License
MIT
Homepage
https://github.com/formin/multi-model-review
Documentation URL
https://github.com/formin/multi-model-review/blob/main/README.md
Changelog URL
https://github.com/formin/multi-model-review/blob/main/CHANGELOG.md
Required Spec Kit Version
Required Tools
Number of Commands
4
Number of Hooks
0
Tags
review, workflow, multi-model, spec-driven-development, code
Key Features
codex exec --oss.Testing Checklist
specify extension listwith 4 commands.specify init --here --integration claude --ignore-agent-tools --script shproject.Submission Requirements
extension.ymlmanifest included.v0.1.2.Testing Details
Tested on:
0.10.1Test project:
specify init --here --integration claude --ignore-agent-tools --script shCommands run:
git diff --check.claude-plugin/plugin.jsonJSON parse checkspecify extension add --dev /k/dev/github/multi-model-reviewspecify extension add multi-model-review --from https://github.com/formin/multi-model-review/archive/refs/tags/v0.1.2.zipspecify extension listObserved results:
Multi-Model Review (v0.1.2).Multi-Model Review (v0.1.2).Example Usage
Proposed Catalog Entry
{ "multi-model-review": { "name": "Multi-Model Review", "id": "multi-model-review", "description": "Cross-model Spec Kit handoffs for spec authoring, implementation routing, and review.", "author": "formin", "version": "0.1.2", "download_url": "https://github.com/formin/multi-model-review/archive/refs/tags/v0.1.2.zip", "repository": "https://github.com/formin/multi-model-review", "homepage": "https://github.com/formin/multi-model-review", "documentation": "https://github.com/formin/multi-model-review/blob/main/README.md", "changelog": "https://github.com/formin/multi-model-review/blob/main/CHANGELOG.md", "license": "MIT", "category": "process", "effect": "read-write", "requires": { "speckit_version": ">=0.2.0", "tools": [ { "name": "git", "required": true }, { "name": "codex", "required": false }, { "name": "gemini", "required": false }, { "name": "claude", "required": false } ] }, "provides": { "commands": 4, "hooks": 0 }, "tags": [ "review", "workflow", "multi-model", "spec-driven-development", "code" ], "verified": false, "downloads": 0, "stars": 0, "created_at": "2026-05-04T02:51:52Z", "updated_at": "2026-06-19T00:00:00Z" } }Additional Context
This release follows the current Extension Publishing Guide update flow: release a new version, then file an Extension Submission issue instead of opening a pull request against
extensions/catalog.community.json.