grill-with-docs
Installation
SKILL.md
grill-with-docs
Interview the user one question at a time until the plan, terminology, and important decisions are clear enough to act on.
Workflow
- Read the user's plan, linked docs, code, or local files needed to understand the topic.
- Look for existing
CONTEXT.md,CONTEXT-MAP.md, anddocs/adr/files before proposing new docs. - Ask one focused question at a time. Wait for the answer before continuing.
- If the answer can be discovered from the codebase or existing docs, inspect those instead of asking.
- For each question, include your recommended answer or likely tradeoff so the user can accept, reject, or refine it.
- Push on fuzzy words, hidden assumptions, edge cases, dependencies between decisions, and reversibility.
- When terminology is resolved, update the appropriate
CONTEXT.mdimmediately. - Offer an ADR only for decisions that are hard to reverse, surprising without context, and based on a real tradeoff.