From oh-my-auggie
Research and investigation skills. Use for "research this", "investigate", "find out", and "deep dive".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Conduct thorough research and investigation on topics.
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.
Conduct thorough research and investigation on topics.
## Research: {topic}
### Scope
**Questions:** {what we need to know}
**Depth:** {surface/deep/comprehensive}
**Timeline:** {constraints}
### Sources Consulted
| Source | Type | Relevance | Confidence |
|--------|------|-----------|------------|
| {source} | {type} | High | High |
### Findings
#### Topic 1: {title}
**Summary:** {what we learned}
**Source:** {source}
**Confidence:** {level}
#### Topic 2: {title}
...
### Analysis
{comparisons and synthesis}
### Recommendations
1. **{rec}** — {rationale}
### Confidence
- **Overall:** {level}
- **Gaps:** {what we don't know}
### Further Research
{what would improve confidence}