grill-with-docs-codex
Installation
SKILL.md
Codex Grill With Docs
Purpose
Interview the user relentlessly about a plan while checking the project's documented language and architectural decisions. As decisions crystallize, update the relevant domain glossary and offer ADRs for durable architectural choices.
Core Rules
- Ask one question at a time, then wait for the user's answer before continuing.
- For each question, provide your recommended answer and a brief reason.
- If a question can be answered from code,
CONTEXT.md,CONTEXT-MAP.md, ADRs, or other docs, inspect those sources instead of asking. - Prefer
rg --filesfor file discovery,rgfor search, and normal file reads for specific files. - Modify documentation only for resolved language or accepted decisions. Do not modify implementation code as part of this skill unless the user separately asks for implementation work.