원클릭으로
plan-review-checklist
Reviews .agents/PLAN.md for implementation readiness, correctness, scope, risk, and validation gaps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reviews .agents/PLAN.md for implementation readiness, correctness, scope, risk, and validation gaps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Onboard project or init project safely: prepare the active repository with agent state, a full persistent codebase-memory index, evidence-based AGENTS.md handling, and safe check reporting.
Backend implementation protocol. Use by backend agents when editing assigned server-side slices.
Code review protocol. Use when reviewing final diffs against .agents/PLAN.md.
Failure routing protocol. Use when routing test or review failures to the correct agent.
Frontend implementation protocol. Use by frontend agents when editing assigned UI slices.
Performance review checklist. Use for database, API, rendering, caching, loops, network calls, bundle, and runtime risks.
| name | plan-review-checklist |
| description | Reviews .agents/PLAN.md for implementation readiness, correctness, scope, risk, and validation gaps. |
Read .agents/PLAN.md and .agents/REVIEW.md directly. The latter is a read-only schema template. Review type is plan unless the assignment explicitly specifies a supported type (currently migration for migration-specialist). The orchestrator assigns an absent .agents/REVIEW_<assigned-type>-<n>.md path; write the complete review only there, never write findings to .agents/REVIEW.md, self-allocate, or overwrite an artifact. The default plan type uses .agents/REVIEW_plan-<n>.md; an assigned migration review uses .agents/REVIEW_migration-<n>.md.
Confirm that the plan:
Report only concrete changes required before safe implementation.
A finding must identify:
Do not report style, formatting, or optional process preferences.
[P0]: Universal release or operations blocker.[P1]: Urgent correctness, security, data, or scope risk.[P2]: Material ambiguity, validation gap, or maintainability risk.[P3]: Low-risk improvement that still affects execution quality.Use the complete schema in templates/REVIEW.md, with the assigned review-type metadata and headings ### F<n> — [P0|P1|P2|P3] .... Re-reviews use assigned successor artifacts of the same type with predecessor paths and dispositions by reference.
Use No findings. instead of a finding list when no actionable issue exists. Order findings by priority, keep titles under 80 characters, and return only artifact path, verdict, and blocking status in chat.