iterative-retrieval
SolidPattern for progressively refining context retrieval to solve the subagent context problem
Install
Quality Score: 86/100
Skill Content
Details
- Author
- arabicapp
- Repository
- arabicapp/everything-claude-code
- Created
- 5 months ago
- Last Updated
- 1 weeks ago
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
iterative-retrieval
Pattern for progressively refining context retrieval when subagents don't know what context they need until they start. Use this skill whenever a subagent or fan-out task must discover relevant files / patterns / terminology on its own, when "send everything" overflows context and "send nothing" starves the agent, or when designing multi-agent retrieval that converges on the right context iteratively.
iterative-retrieval
Progressively refine codebase and evidence retrieval for agents using dispatch, evaluation, query refinement, and bounded iteration. Use when a task spans unfamiliar modules, initial context is incomplete or noisy, an agent reports missing context, or parallel workers need compact evidence packets.
iterative-retrieval
Iterative retrieval — 4-stage loop (DISPATCH→EVALUATE→REFINE→LOOP) to pinpoint relevant information in the code base. Up to 3 rounds.