Insights from the Matt Pocock episode “I stopped using /grill-me for coding. Here’s what I use instead:”, published May 14, 2026.
In "I stopped using /grill-me for coding. Here’s what I use instead:" (Matt Pocock, May 2026), generic prompting leads to hallucination and verbosity. By integrating Domain-Driven Design (DDD) principles—specifically ubiquitous language and ADRs—into an iterative AI 'grilling' session, you can achieve near-telepathic…
In "I stopped using /grill-me for coding. Here’s what I use instead:", Derived from Domain-Driven Design, this concept suggests that the language used in code, documentation, and conversation should be identical. By forcing the AI to stick to this glossary, you eliminate the friction of translating ideas into…
In "I stopped using /grill-me for coding. Here’s what I use instead:", ADRs are essential for documenting decisions that are difficult to reverse. They provide the AI (and future human maintainers) with the context needed to understand why a specific approach was taken, preventing the accidental undoing of critical…
In "I stopped using /grill-me for coding. Here’s what I use instead:", This is an improvement over the original 'Grill Me' skill. It forces the AI to analyze your `context.md` file first, which ensures all recommendations are grounded in your specific project needs rather than generic programming advice.
Generic prompting leads to hallucination and verbosity. By integrating Domain-Driven Design (DDD) principles—specifically ubiquitous language and ADRs—into an iterative AI 'grilling' session, you can achieve near-telepathic alignment between your intent and the AI's output.
“Documenting Non-Obvious Decisions Results In Magical Alignment With AI”
— Matt Pocock, “I stopped using /grill-me for coding. Here’s what I use instead:”