oracle-grillme

Solid

Socratic interrogation of plans against the project's domain model and documented decisions. Use when the user wants to stress-test a plan, clarify terminology, or validate assumptions against existing domain language. Updates CONTEXT.md and ADRs inline as decisions crystallise.

AI & Automation 38 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
53
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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-research` begins - **After code review** — "The PR introduces 'cancellation' but our glossary says..." ## When NOT to Use - **Simple implementation questions** — Use `oracle-challenge` or `oracle-architect` instead - **Debugging** — Use `code-debug` - **Testing strategy** — Use `oracle-testing` - **Already in spec workflow** — Use `spec-research` + `oracle-architect` for domain discovery during the spec process --- ## How It Works <interview-loop> Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer. Ask the questions one at a time, waiting for feedback on each question before continuing. If a question can be answered by exploring the codebase, explore the codebase instead. </interview-loop> --- ## Domain Awareness ### Discovering Con...

Details

Author
martinffx
Repository
martinffx/atelier
Created
6 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category