بنقرة واحدة
external-context
Parallel document-specialist agents for external web searches and documentation lookup
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Parallel document-specialist agents for external web searches and documentation lookup
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Manage OMA skills — list, add, remove, search, and edit skills
Socratic deep interview with mathematical ambiguity gating before autonomous execution
Remove AI slop - low-quality, generic, or verbose content. Use for "clean up", "remove fluff", and "make concise".
Consensus planning - agree before executing. Use for "ralplan", "consensus", "pre-execution review".
Setup routing and environment configuration. Use for "setup", "configure", and "get started".
N coordinated agents on shared task list using Claude Code native teams, with git worktree isolation per executor
| name | external-context |
| description | Parallel document-specialist agents for external web searches and documentation lookup |
| argument-hint | <search query or topic> |
| trigger | /oma:external-context |
| level | 4 |
<Use_When>
<Do_Not_Use_When>
<Why_This_Exists> Codebase context is limited. External documentation, official specs, and web research provide the full picture. Parallel research is faster than sequential research. </Why_This_Exists>
<Execution_Policy>
Given a query, decompose into 2-5 independent search facets:
## Search Decomposition
**Query:** <original query>
### Facet 1: <facet-name>
- **Search focus:** What to search for
- **Sources:** Official docs, GitHub, blogs, etc.
Fire independent facets in parallel via Agent:
Agent(subagent_type="oh-my-claudecode:document-specialist", model="sonnet", prompt="Search for: <facet 1 description>. Use WebSearch and WebFetch to find official documentation and examples. Cite all sources with URLs.")
Maximum 5 parallel document-specialist agents.
Present synthesized results:
## External Context: <query>
### Key Findings
1. **<finding>** — Source: [title](url)
2. **<finding>** — Source: [title](url)
### Detailed Results
#### Facet 1: <name>
<aggregated findings with citations>
#### Facet 2: <name>
<aggregated findings with citations>
### Sources
- [Source 1](url)
- [Source 2](url)
<Tool_Usage>
Agent with oh-my-claudecode:document-specialist for parallel web researchWebSearch for initial search queriesWebFetch to retrieve specific pages<Final_Checklist>