From oh-my-auggie
Consensus planning - agree before executing. Use for "ralplan", "consensus", "pre-execution review".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Require consensus before execution. A gate to ensure alignment.
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.
Require consensus before execution. A gate to ensure alignment.
┌────────────┐ ┌────────────┐ ┌────────────┐
│ Plan │ -> │ Present | -> | Consensus |
│ Drafting | | Options | | Reached |
└────────────┘ └────────────┘ └────────────┘
↓
┌────────────┐ ┌────────────┐
| Proceed | <- | Review |
| Execution | | Concerns |
└────────────┘ └────────────┘
## RALPLAN: {task}
### Problem Statement
{clear description of the problem}
### Proposed Solutions
#### Option A: {name}
- **What:** {description}
- **Pros:** {list}
- **Cons:** {list}
- **Risk:** {level}
#### Option B: {name}
...
### Decision
**Selected:** Option {letter}
### Consensus Status
| Criterion | Status | Notes |
|-----------|--------|-------|
| Problem understanding | ✅ | {notes} |
| Approach agreement | ✅ | {notes} |
| Risk acceptance | ⚠️ | {notes} |
| Effort reasonableness | ✅ | {notes} |
| Verification planned | ✅ | {notes} |
### Concerns Raised
- **{person}:** {concern} → {resolution}
### Final Agreement
**Consensus:** YES / CONDITIONAL / NO
### Execution Gate
{gate status} - {reason}
### Implementation Plan
| Step | Task | Notes |
|------|------|-------|
| 1 | {task} | {notes} |