一键导入
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.