interview
Installation
SKILL.md
Interview the user relentlessly until "do", "don't do", and "done" are unambiguous. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.
Ask the questions one at a time. If a question can be answered by exploring the codebase, explore the codebase instead. When the user signals convergence, output a Markdown summary with Do / Don't do / Done sections.
Output
When the interview converges, emit a single Markdown block (match the user's language; default to English):
### Do
- <bullet>
### Don't do
- <bullet>