Skill Iter Tune Iterative skill refinement through execute-evaluate-improve feedback loops. Each iteration runs the skill via Claude, evaluates output via Gemini, and applies improvements via Agent. Architecture Overview Chain Mode Extension Key Design Principles 1. Iteration Loop : Phases 2-3-4 repeat until quality threshold, max iterations, or convergence 2. Two-Tool Pipeline : Claude (write/execute) + Gemini (analyze/evaluate) = complementary perspectives 3. Pure Orchestrator : SKILL.md coordinates only — execution detail lives in phase files 4. Progressive Phase Loading : Phase docs read…