원클릭으로
plan-verifier
Deterministically lint a PlanArtifact against invariants and produce a VerificationReport (Protocol-Version: 1).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deterministically lint a PlanArtifact against invariants and produce a VerificationReport (Protocol-Version: 1).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Verify changes against the task spec and plan. Run verify.sh, check diff quality, and produce a final compliance report.
Понимание legacy фронтенда WP_Field: SCSS, vanilla JS, npm scripts, сборка и проверка старой версии.
Понимание modern React/Vite фронтенда WP_Field: entrypoints, сборка, dev server и UI-слой.
Critique a PlanArtifact using a severity rubric and produce a CritiqueArtifact (Protocol-Version: 1).
Generate structured, step-by-step execution plans for coding and technical tasks. Ensures plans are atomic, testable, and ready for execution by AI agents.
Orchestrate a lightweight plan review loop (Planning → Critic → Planning → Verifier) with iteration budget and optional hooks.
| name | plan_verifier |
| description | Deterministically lint a PlanArtifact against invariants and produce a VerificationReport (Protocol-Version: 1). |
The output MUST be a Markdown document:
Protocol-Version: 1## Plan Lint## Release ReadyFail if any rule is violated:
## Tests/Validation exists and includes checks for key changes.## Rollback exists and is plausible for the change type.plan_lint: passed|failedrelease_ready: true iff plan_lint = passed.