From oh-my-auggie
Scientific analysis and data reasoning. Use for "analyze", "scientific method", "hypothesis", and "research".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Apply scientific method to analyze data and test hypotheses.
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.
Apply scientific method to analyze data and test hypotheses.
## Science: {question}
### Observation
{data summary}
### Hypothesis
**H1:** {primary hypothesis}
**H0:** {null hypothesis}
### Analysis
**Method:** {statistical approach}
**Assumptions:** {list}
### Results
| Measure | Value | 95% CI |
|---------|-------|--------|
| {stat} | {val} | {ci} |
**Effect size:** {value}
**p-value:** {value}
### Interpretation
{what this means}
### Limitations
{caveats and concerns}
### Conclusion
{decision}