Content Preview
--- name: iterative-retrieval description: サブエージェントのコンテキスト問題を解決するために、コンテキスト取得を段階的に洗練するパターン --- # 反復検索パターン マルチエージェントワークフローにおける「コンテキスト問題」を解決します。サブエージェントは作業を開始するまで、どのコンテキストが必要かわかりません。 ## 問題 サブエージェントは限定的なコンテキストで起動されます。以下を知りません: - どのファイルに関連するコードが含まれているか - コードベースにどのようなパターンが存在するか - プロジェクトがどのような用語を使用しているか 標準的なアプローチは失敗します: - **すべてを送信**: コンテキスト制限を超える - **何も送信しない**: エージェントに重要な情報が不足 - **必要なものを推測**: しばしば間違い ## 解決策: 反復検索 コンテキストを段階的に洗練する4フェーズのループ: ``` ┌─────────────────────────────────────────────┐ │
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/iterative-retrieval.md \
https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/docs/ja-JP/skills/iterative-retrieval/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/affaan-m/everything-claude-codeThen reference at docs/ja-JP/skills/iterative-retrieval/SKILL.md
Related Skills
ralph-loop
Interactive self-referential AI loops for iterative development, implementing the Ralph Wiggum technique. Claude works on the same task repeatedly, seeing its previous work, until completion.
pluginpluginmarketplaceralph-loop
by Anthropic · anthropic-official-plugins
computer-use-agents
The fundamental architecture of computer use agents: observe screen, reason about next action, execute action, repeat. This loop integrates vision models with action execution through an iterative pipeline.
infrastructurecomputeruseagents
by sickn33 (Antigravity) · antigravity-awesome-skills
moodboard-creator
Create visual moodboards from collected inspiration with iterative refinement. Use after trend research or website analysis to synthesize design direction before implementation.
moodboard-creatormoodboardcreator
by davepoon · buildwithclaude
infographics
Create professional infographics using Nano Banana Pro AI with smart iterative refinement. Uses Gemini 3 Pro for quality review. Integrates research-lookup and web search for accurate data. Supports 10 infographic types, 8 industry styles, and colorblind-safe palettes.
infographicsinfographicsai
by K-Dense-AI · claude-scientific-skills