| name | grill-me |
| description | Interview the user to stress-test a plan or design until decisions are clear. Use when the user wants to be grilled or challenge a plan. |
Challenge the plan by walking down each branch of the design tree, resolving dependencies between decisions. Prefer codebase exploration over asking — only surface a question when exploration cannot resolve it. When you must ask, provide your recommended answer and move forward unless the user objects.
If a question can be answered by exploring the codebase, explore the codebase instead.