What problem does it solve?
This Skill solves the common "context problem" in multi-agent workflows where subagents lack the necessary codebase or project context to complete tasks effectively, avoiding failures from missing information or context limit overflows when sending large amounts of unrelated data.
Core Features & Use Cases
- 4-Phase Iterative Retrieval Loop: Uses a structured Dispatch, Evaluate, Refine, and Loop cycle to progressively narrow down relevant context without overwhelming the subagent with unnecessary information.
- Adaptive Context Refinement: Automatically adjusts search criteria based on initial results, learning project-specific terminology and excluding irrelevant files to improve result relevance over each cycle.
- Use Case Example: Use this Skill when spawning a subagent to fix a bug in an unfamiliar codebase, so it can first find relevant authentication-related files, then refine its search to locate specific token and session management code without sending the entire codebase as context.
Quick Start
Use the iterative-retrieval skill to run a progressive 3-cycle context retrieval loop for your subagent task, returning only the most relevant files for your specific codebase query.