Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

iterative-retrieval

Progressive context refinement loop for multi-agent workflows solving the subagent context problem.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
3

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill iterative-retrieval
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, iterative-retrieval has 3 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/iterative-retrieval.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Progressive context refinement loop for multi-agent workflows solving the subagent context problem. Solves the "context problem" in multi-agent workflows where subagents don't know what context they need until they start working. Subagents are spawned with limited context. They don't know: Standard approaches fail: A 4-phase loop that progressively refines context: Initial broad query to gather candidate files: Assess retrieved content for relevance: Scoring criteria: Update search criteria based on evaluation: Repeat with refined criteria (max 3 cycles): Use in agent prompts: - Four-phase cycle (dispatch, evaluate, refine, loop) that iteratively narrows retrieval to high-relevance files, capping at 3 iterations to balance token usage and context quality - Scores retrieved files on a 0–1 relevance scale and explicitly identifies missing context gaps to drive the next refinement cycle - Learns codebase terminology and patterns during the first cycle, improving subsequent searches without requiring upfront knowledge of project conventions - Designed for spawning subagents on code exploration, bug fixes, and feature implementation tasks where context needs are unpredictable upfront - Spawning subagents that need codebase context they cannot predict upfront - Building multi-agent workflows where context is progressively refined - Encountering "context too large" or "missing...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does iterative-retrieval do?

Progressive context refinement loop for multi-agent workflows solving the subagent context problem.

Is iterative-retrieval good?

iterative-retrieval does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support iterative-retrieval?

iterative-retrieval currently lists compatibility with Claude Code, Skills CLI.

Is iterative-retrieval safe to install?

iterative-retrieval has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to iterative-retrieval?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install iterative-retrieval?

Run the following command to install iterative-retrieval: npx skills add https://github.com/affaan-m/everything-claude-code --skill iterative-retrieval

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering