What problem does it solve?
This Skill eliminates the risk of building features that conflict with your project's existing domain terminology, documented architectural decisions, or unstated domain constraints, which often leads to costly rework and team misalignment.
Core Features & Use Cases
- Terminology Validation: Challenges your plan against the existing glossary in CONTEXT.md to catch mismatched or overloaded terms immediately.
- Edge Case Probing: Asks targeted questions about domain relationships and boundaries to force precise definition of concept behavior.
- Inline Documentation Updates: Updates CONTEXT.md and creates ADRs in real time as decisions are finalized, keeping project documentation in sync with planning.
- Use Case: For example, if you are designing a new order cancellation feature, the Skill will flag if you use "cancel" in a way that conflicts with the existing glossary definition, ask about partial vs full cancellation edge cases, and create an ADR if the chosen approach is hard to reverse and involves a meaningful trade-off.
Quick Start
Use the grill-with-docs skill to walk through your proposed new feature plan, answering questions about domain term definitions and decision trade-offs as they arise.