ワンクリックで
review-plan
Multi-model peer review — sends spec + plan to external AI models for independent critique before implementation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Multi-model peer review — sends spec + plan to external AI models for independent critique before implementation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | review-plan |
| description | Multi-model peer review — sends spec + plan to external AI models for independent critique before implementation. |
| argument-hint | Optionally pass a specific feature dir (e.g., specs/003-auth-flow) |
| compatibility | Requires spec-kit project structure, .env with API keys (OPENAI_API_KEY, GEMINI_API_KEY) |
| metadata | {"author":"jabelk","source":"claude-code-template"} |
| user-invocable | true |
Send the current feature's spec + plan to external AI models (OpenAI gpt-5.3-codex, Gemini 2.5 Pro) for independent peer review before implementation begins.
Before running, consider whether the spec/plan contains sensitive data (PII, credentials, proprietary business logic). The review sends content to external API providers. If the project handles sensitive data, confirm with the user before proceeding.
Run this AFTER /speckit-plan and /speckit-tasks complete, BEFORE /speckit-implement. This is the gate between planning and coding.
./scripts/review-plan.sh $ARGUMENTS from the repo rootspecs/*/plan.md if no argument is given, or pass a specific feature dir (e.g., specs/003-auth-flow)Present both reviews to the user with a summary:
If the user wants to proceed despite warnings, that's their call. The review is advisory, not blocking.