Iterative Retrieval

Progressive context refinement pattern for subagents and RAG pipelines. Use when spawning subagents that need codebase context they cannot predict upfront, or when "send everything" exceeds context limits. Covers a 4-phase DISPATCH -> EVALUATE -> REFINE -> LOOP cycle that progressively narrows to exactly the right files in at most 3 cycles.

k1lgor 51fd03f 9.3 KB Updated

File contents

k1lgor/mega-mind-skills/tree/main/.agent/skills/iterative-retrieval commit 51fd03f035

Frequently asked questions

npx skillmds@latest add k1lgor/iterative-retrieval