← Back to skills
Execution
Plan-implement-verify loop
A deterministic execution pattern for safe AI-assisted coding changes.
Last reviewed Feb 25, 2026
Loop
- Plan: define files, behavior, and test cases
- Implement: apply one logical patch
- Verify: run command-level checks
- Document: summarize evidence and unresolved risks
Guardrails
- reject changes without test evidence
- limit patch scope per pass
- rerun failed checks before continuing