grill-with-docs

Validate project plans against domain models and architectural documentation.

28|3|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/Minara-AI/cc-connect --skill grill-with-docs-minara-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grill-with-docs
Source: https://github.com/Minara-AI/cc-connect/tree/main/.claude/skills/grill-with-docs
Command: npx skills add https://github.com/Minara-AI/cc-connect --skill grill-with-docs-minara-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents architectural drift and terminology confusion by forcing your project plans to align with existing domain documentation and established design decisions.

Core Features & Use Cases

  • Domain Model Validation: Challenges your proposed changes against the existing glossary and context definitions.
  • ADR Integration: Automatically identifies when a decision is significant enough to warrant an Architectural Decision Record (ADR).
  • Use Case: When planning a new feature, use this Skill to ensure your proposed terminology matches the existing CONTEXT.md and to verify if your design choices conflict with previously accepted ADRs.

Quick Start

Use the grill-with-docs skill to interview me about my plan to implement a new partial refund feature in the billing module.

Frequently Asked Questions about grill-with-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate my project plans against existing domain models?

Validating project plans against domain models requires an interactive interview process that challenges terminology, verifies domain relationships, and checks your proposed changes against existing documentation to prevent architectural drift and ensure technical consistency.

What is domain-driven design validation for refactoring and feature planning?

Domain-driven design validation is the process of stress-testing your architectural plans against established domain glossaries and context definitions to ensure proposed changes do not introduce terminology confusion or conflict with existing architectural decisions.

How do I know if my new feature requires an Architectural Decision Record?

Determining if a feature requires an Architectural Decision Record (ADR) involves evaluating your design choices during planning to identify if the decision is significant enough to warrant formal documentation, ensuring system-wide architectural integrity is maintained.

Do I need CONTEXT.md and ADR formatting standards to use domain model validation?

Yes, adhering to established CONTEXT.md and ADR formatting standards is required to maintain system-wide architectural integrity and ensure the validation process can accurately cross-reference your proposed changes against existing domain documentation.

What is the best way to prevent architectural drift when planning new features?

Preventing architectural drift is best achieved by stress-testing your plans against existing domain documentation and design decisions through an interactive interview that forces alignment with established architectural standards before implementation begins.