# `Agentic.Loop.Stages.VerifyPhase`

Post-execution verification stage for :agentic_planned mode.

Only active when `ctx.mode == :agentic_planned` and `ctx.phase == :verify`.
Injected before LLMCall in the pipeline.

Injects a verification prompt that asks the LLM to review the original plan
against what was actually done and report any issues.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
