원클릭으로
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.