interactive-clarify
Installation
SKILL.md
Interactive Clarification
Overview
When you need to ask the user anything, use the AskUserQuestion tool — NEVER dump plaintext questions. Users give short messages and want help figuring out what they need through interactive selection, not by reading and typing answers to a wall of text.
Core principle: Asking is a UI interaction, not a text dump. Make it easy to answer.
The Rule
NEVER output questions as plaintext and expect the user to type answers.
ALWAYS use the AskUserQuestion tool with selectable options.