BigHugger
sk Skill · affaan-m

iterative-retrieval

Pattern for progressively refining context retrieval to solve the subagent context problem. Use when a subagent lacks the context it needs and retrieval must be refined across passes.

installs 8w
1,745
30-day movement
starts with the next reading
Related entries
10
Connections
0
markdownjavascriptJavaScript

A SKILL.md defining an iterative retrieval pattern for multi-agent workflows, where subagents progressively refine context across passes. It describes a 4-phase loop (dispatch, evaluate, refine, loop, max 3 cycles) plus when to use it, rules, and examples.

Use it when a subagent lacks the context it needs and retrieval must be refined across passes.

Use it to

  • Spawn subagents needing codebase context they can't predict upfront
  • Build multi-agent workflows with progressively refined context
  • Gather context for a bug fix across retrieval cycles
  • Gather context for feature implementation
  • Learn codebase terminology in the first retrieval cycle

For Developers building multi-agent coding workflows

Host repository
affaan-m/ECC
Installs, lifetime
3,000
Installs, 8 weeks
1,745
Host stars
261k
Host language
JavaScript
topicsagentsretrievalcontextsubagentspatternskill