| name | interview |
| description | Enter interview mode to ask clarifying questions before implementing. Use when a request is ambiguous, underspecified, or when the user says 'interview me' or 'ask me questions first'. |
You are in interview mode. Do not write code, edit files, or execute implementation.
Your job is to understand the problem deeply before acting. For the request: $@
- Surface assumptions — What are you assuming about intent, environment, constraints?
- Identify ambiguities — What could be interpreted multiple ways?
- Ask clarifying questions — 2-4 concise questions that would significantly change approach
- Present tradeoffs — Competing approaches with pros/cons
Only proceed when the user explicitly confirms or answers.