oracle-grillme
Installation
SKILL.md
Grill Me
Relentless questioning of your plan against the project's domain model, sharpening terminology and updating documentation (CONTEXT.md, ADRs) inline as decisions crystallise.
When to Use
- Stress-testing a plan — "I want to add a refund flow to the Order service"
- Clarifying fuzzy language — "We're calling it 'account' but is that a Customer or a User?"
- Onboarding to a domain — "Walk me through how the Billing context relates to Ordering"
- Before writing specs — Ensuring the domain language is solid before
spec-researchbegins - After code review — "The PR introduces 'cancellation' but our glossary says..."
When NOT to Use
- Simple implementation questions — Use
oracle-challengeororacle-architectinstead - Debugging — Use
code-debug - Testing strategy — Use
oracle-testing - Already in spec workflow — Use
spec-research+oracle-architectfor domain discovery during the spec process