iterative-retrieval

Iteratively refine candidate files and terms for subagent context discovery.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/ROLLED740/vibe-clone-pro --skill iterative-retrieval-rolled740
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iterative-retrieval
Source: https://github.com/ROLLED740/vibe-clone-pro/tree/main/.agent/skills/iterative-retrieval
Command: npx skills add https://github.com/ROLLED740/vibe-clone-pro --skill iterative-retrieval-rolled740

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subagent context discovery is often opaque and delayed; this Skill provides an iterative retrieval loop to progressively refine which files and terms are relevant for subagents, reducing wasted work and context gaps.

Core Features & Use Cases

  • Iterative four-phase workflow (DISPATCH, EVALUATE, REFINE, LOOP) to improve context accuracy
  • Automated query refinement based on relevance signals and discovered terminology
  • Scales to large codebases and complex workflows, enabling smarter subagent orchestration

Quick Start

Provide a high-level task and let the iterative retrieval pattern progressively return a refined set of relevant files and terms.

Frequently Asked Questions about iterative-retrieval

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I improve subagent context discovery in large codebases?

Subagent context discovery improves by applying an iterative retrieval loop that progressively refines candidate files through a four-phase cycle: DISPATCH, EVALUATE, REFINE, and LOOP. This staged approach reduces wasted work and closes context gaps in complex workflows.

What is the best way to refine relevant files for multi-agent workflows?

The best way to refine relevant files is using automated query refinement based on relevance signals and discovered terminology. The system quantitatively scores file relevance and dynamically updates search queries across multiple cycles.

How does iterative retrieval handle oversearch in complex AI agent workflows?

Iterative retrieval handles oversearch by enforcing a strict maximum three-cycle limit. This guardrail prevents excessive searching while still allowing the EVALUATE and REFINE phases to adequately score relevance and refine queries.

When do I need iterative retrieval for spawning subagents?

You need iterative retrieval when spawning subagents in codebases or complex workflows where context is revealed only after initial tasks. It enables staged discovery of relevant files and terminology when upfront context is opaque or delayed.

Can I use iterative retrieval to scale file discovery for large codebases?

Yes, iterative retrieval scales to large codebases and complex workflows. By progressively returning a refined set of relevant files and terms through its loop mechanism, it enables smarter subagent orchestration without overwhelming the context window.