From oh-my-auggie
Socratic interview and ambiguity scoring. Use for "interview", "question", "socratic", and "ambiguity".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Conduct Socratic interviews to expose ambiguity and deepen understanding.
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 Socratic interviews to expose ambiguity and deepen understanding.
Rate ambiguity on scale:
| Score | Level | Description |
|---|---|---|
| 1 | Clear | No ambiguity, single interpretation |
| 2 | Minor | Slight ambiguity, mostly clear |
| 3 | Moderate | Notable ambiguity, needs clarification |
| 4 | Significant | Major ambiguity, multiple interpretations |
| 5 | Severe | Fundamental ambiguity, needs resolution |
Terminology
Scope
Process
Outcome
## Interview: {topic}
### Opening Context
{what we discussed}
### Key Exchanges
#### Exchange 1: {subject}
**Q:** {question}
**A:** {answer}
**Ambiguity:** {score} - {notes}
#### Exchange 2: {subject}
...
### Assumptions Exposed
- **{assumption}** — {questioning}
- **{assumption}** — {questioning}
### Evidence Gaps
- **{gap}** — {what's missing}
- **{gap}** — {what's missing}
### Alternative Views
- **{alternative}** — {description}
- **{alternative}** — {description}
### Ambiguity Summary
| Category | Score | Key Issues |
|----------|-------|------------|
| Terminology | {n} | {issues} |
| Scope | {n} | {issues} |
| Process | {n} | {issues} |
| Outcome | {n} | {issues} |
| **Overall** | **{n}** | **{summary}** |
### Remaining Questions
1. {question}
2. {question}
### Next Steps
{how to resolve remaining ambiguity}