What problem does it solve?
This Skill addresses the challenge where subagents lack the necessary context to perform their tasks, especially in code-heavy environments, by progressively refining information retrieval.
Core Features & Use Cases
- Progressive Context Gathering: Iteratively searches and evaluates files to build a relevant context set.
- Codebase Exploration: Ideal for agents needing to understand specific parts of a codebase without knowing the exact files beforehand.
- RAG Pipeline Optimization: Enhances Retrieval-Augmented Generation by ensuring the most pertinent information is fetched.
- Use Case: When debugging a complex bug, this skill can help an agent find all relevant code files related to authentication and session management, even if the agent doesn't know the specific file names or modules involved.
Quick Start
Use the iterative-retrieval skill to find files related to user authentication and session management within the 'src' and 'lib' directories.