What problem does it solve? Plans and designs often contain hidden assumptions and unresolved decision branches that only surface during implementation. This Skill stress-tests a plan through a structured one-question-at-a-time interview and preserves every question, recommendation, and decision in a durable local markdown file. ## Core Features & Use Cases - Guided Interviewing: Asks one question at a time, each paired with a recommended answer the user can confirm or redirect. - Durable Artifact: Maintains a "cooked idea" markdown file at cooked-ideas/YYYY/YYYY-MM/ with Context, Decisions, and an append-only Q&A Log, updated after every answer so interrupted sessions are never lost. - Convergence and Handoff: Detects when the decision tree is exhausted, finalizes the Decisions section, flips status to resolved, and offers a numbered next-step menu. - Use Case: Before building a new feature, say "grill me on my caching design" to pressure-test every branch of the plan and walk away with a saved record of resolved decisions ready to hand to implementation. ## Quick Start Ask the assistant to grill you on your plan or design, for example by saying "grill me on my database migration plan".