adversarial-plan-review-codex
Installation
SKILL.md
Codex Adversarial Plan Review
Overview
Red-team a plan before execution. The goal is to find blocking flaws while changes are still cheap: stale paths, unsupported assumptions, missing validation, rollback gaps, stakeholder gaps, and contradictions with prior evidence.
Workflow
- Read the plan, success criteria, failure criteria, out-of-scope boundaries, repo map, evidence catalog, assumption ledger, dead ends, probes, and verification plan.
- Select review lenses: software, business, or mixed.
- Check whether every plan step is evidence-backed, ordered safely, and verifiable.
- Classify findings as
BLOCKING,IMPORTANT, orNOTE. - If blockers exist, revise the source plan or tell the user exactly what decision/evidence is missing.
- Return the review in conversation. Write a review artifact only when the user explicitly requests one, and place it in the active session folder or another user-approved destination.