From oh-my-auggie
Parallel document-specialist agents for external web searches and documentation lookup
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
<Purpose>
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Share bugs, ideas, or general feedback.
<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>