# Progressive Context Retrieval

Solves the subagent context problem via 4-phase iterative retrieval: dispatch with minimal context, evaluate gaps, retrieve targeted context, and re-dispatch. Prevents context overflow and starvation in multi-agent workflows.

## Manifest

```json
{
  "name": "Progressive Context Retrieval",
  "description": "Solves the subagent context problem via 4-phase iterative retrieval: dispatch with minimal context, evaluate gaps, retrieve targeted context, and re-dispatch. Prevents context overflow and starvation in multi-agent workflows.",
  "source_url": "https://github.com/affaan-m/everything-claude-code/tree/main/skills/iterative-retrieval",
  "source_pin": null,
  "manifest_hash": "8504aab83020f2fa",
  "risk_tier": "low"
}
```

## SBOM

```json
null
```

