Iterating Maintain context across multiple sessions by persisting state in Work Logs. Environment Detection Detect environment and load appropriate reference: See environment-specific reference for persistence and retrieval details. Critical: Checkpoint Pattern The iterating skill enforces a checkpoint-and-save pattern to prevent work loss: 1. Create/Update WorkLog → Output for user → STOP 2. User saves WorkLog to project knowledge (survives conversation limits) 3. User says "continue" (same or new conversation) 4. Make incremental progress on ONE item → Update WorkLog → STOP 5. Repeat Why th…