What problem does it solve? Vague tasks and tickets often lead to plans built on assumptions rather than how the code actually works. This Skill turns an unclear intent into a concrete, file-by-file plan by interviewing you one question at a time, with every question grounded in the real codebase. ## Core Features & Use Cases - Codebase-grounded questioning: Reads affected files, contracts, callers, and tests before asking, and cites file paths and line ranges in every question. - Structured decision coverage: Rotates through scope, existing patterns, data flow, invariants, edge cases, cross-module wiring, and test impact until every decision branch resolves. - Read-only plan output: Produces a confirmed plan with file-by-file changes, migrations, tests, and open risks without modifying any code. - Use Case: You receive a ticket to add soft-delete to a model. The Skill reads the model, its lifecycle hooks, and callers, then grills you on scoping, cascade behavior, and query filtering until a concrete plan emerges. ## Quick Start Ask the agent to grill you about your ticket using the codebase as ground truth until a concrete plan forms.