Before you write a line of code, this extracts what the user actually wants instead of what they think they should ask for. It works by asking one question at a time, each with your best guess attached, until you can predict their next three answers. Use it when requests are underspecified (missing who, why, or what success looks like) or when you catch yourself filling in ambiguous requirements silently. The confidence threshold is 95%, measured by whether you can actually predict reactions, not vibes. It stops polite users from agreeing with your guesses just to move forward and catches the gap between "I want it scalable" and what they'd build if nobody was watching. Output is a confirmed statement of intent, not a spec.
npx skills add https://github.com/addyosmani/agent-skills --skill interview-me