From oh-my-auggie
Strategic planning and task decomposition. Use for "plan this", "break down", and "roadmap".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Create structured plans for complex tasks and projects.
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.
Create structured plans for complex tasks and projects.
## Plan: {task/goal}
### Understanding
**Problem:** {what problem this solves}
**Success criteria:** {how we know we're done}
**Constraints:** {limitations}
### Current State
{summary of existing code/state}
### Options Considered
#### Option A: {name}
- **Approach:** {description}
- **Pros:** {list}
- **Cons:** {list}
- **Risk:** {assessment}
- **Effort:** {t-shirt sizing}
#### Option B: {name}
...
### Decision
**Selected:** Option {letter}
**Rationale:** {why this option}
### Implementation Plan
| Step | Task | Dependencies | Effort |
|------|------|--------------|--------|
| 1 | {task} | none | {time} |
| 2 | {task} | step 1 | {time} |
| 3 | {task} | steps 1, 2 | {time} |
### Verification
- [ ] {criterion 1}
- [ ] {criterion 2}
- [ ] {criterion 3}
### Timeline
**Estimated total:** {time}
**Checkpoints:** {milestones}
ralplan skill