Execute a saved implementation plan file such as `plan.md` with high fidelity. Use when the user invokes the skill with a plan attachment or path, for example `$implement-plan @plan.md` or `$implement-plan @docs/plan.md`, and wants Codex to carry the plan out step by step, map it onto the current codebase, show a diff preview before edits, validate after changes, and stop for approval when the plan is unclear or conflicts with the code.
Execute an existing implementation plan as written rather than re-planning the work from scratch.
Treat the plan as the source of truth for major steps and sequencing unless the user explicitly approves a change.
Expect the plan to be passed explicitly, preferably as an attached path such as @plan.md or @path/to/plan.md.
Plan loaded successfully. Starting Step 1: [Step title]Before each edit, provide a short preview that states:
Do not present a fabricated patch. Provide a scoped preview based on the current code and the active step.
When the plan includes mathematical, optimization, estimation, simulation, or numerically sensitive work:
Stop and ask the user before proceeding if: