概要
The Iterative Retrieval skill addresses the critical 'context problem' encountered in multi-agent workflows where subagents often lack the specific codebase knowledge needed to perform their tasks. By implementing a standardized Dispatch-Evaluate-Refine-Loop cycle, this skill allows Claude to progressively discover relevant files, learn project-specific terminology, and identify architectural patterns without exceeding context limits. It ensures that subagents operate with high-precision information, making them significantly more effective at resolving bugs and implementing features in large, unfamiliar repositories.