What problem does it solve? Plans and designs often contain untested assumptions that only surface during implementation. This Skill stress-tests a plan by interviewing the user with one focused question at a time and recording every decision in a reusable artifact. ## Core Features & Use Cases - Structured Design Interview: Asks exactly one question per turn, each with a recommended answer, so decisions stay focused and unblocked. - Codebase-Aware Questioning: Inspects the repository directly when a question can be answered from code instead of asking the user. - Persistent Q&A Record: Tracks each turn as resolved, open, or needs-codebase-check, and saves the final result to GRILL-ME.md with working state in .pi/grill-me/state.json. - Use Case: Before implementing a new feature, ask the agent to grill your implementation plan; it will challenge each assumption sequentially and produce a Markdown document of settled and open decisions. ## Quick Start Ask the agent to grill your implementation plan and answer its questions one at a time until it saves the results to GRILL-ME.md.