Agent Teams Simplify & Harden Install A two-phase team loop that produces production-quality code: implement , then audit using simplify + harden passes , then fix audit findings , then re-audit , repeating until the codebase is solid or the loop cap is reached. When to Use - Implementing multiple features from a spec or plan - Hardening a codebase after a batch of changes - Fixing a list of issues or gaps identified in a review - Any task touching 5+ files where quality gates matter The Pattern Loop Limits and Exit Conditions The loop exits when ANY of these are true: 1. Clean audit : All au…