ワンクリックで
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.