← Back to skills

Execution

Plan-implement-verify loop

A deterministic execution pattern for safe AI-assisted coding changes.

Last reviewed Feb 25, 2026

Loop

  1. Plan: define files, behavior, and test cases
  2. Implement: apply one logical patch
  3. Verify: run command-level checks
  4. Document: summarize evidence and unresolved risks

Guardrails

  • reject changes without test evidence
  • limit patch scope per pass
  • rerun failed checks before continuing