| name | final-pass |
| description | Perform one deliberate final pass over completed changes to catch material omissions or inconsistencies before handing off. Use at the end of implementation and verification, especially when code, documentation, tests, or configuration must remain coherent. |
Final Pass
Review the completed work as a whole against the original request and the full set of changes.
Look for anything materially missed or inconsistent, with particular attention to coherence between code, documentation, tests, and configuration. Resolve in-scope issues and run proportionate verification for any resulting edits.
Consider this as a "final pass" to ensure things are complete, correct, consistent, coherent and tidy, and that you're happy with all the changes.