What problem does it solve? When an assistant asks several questions in plain text, users must type free-form answers and may miss some questions entirely. This Skill converts those pending questions into native interactive prompts with clickable options, so nothing goes unanswered. ## Core Features & Use Cases - Structured Re-asking: Converts every unanswered question from the assistant's previous message into native input controls like AskUserQuestion in Claude Code or request_user_input in Codex. - Option Generation: For questions without predefined options, it creates two or three mutually exclusive choices with the recommended option first and a one-sentence tradeoff for each. - Ordered Batching: Preserves question order, batches independent questions up to the tool limit, and sequences dependent questions after earlier answers arrive. - Use Case: After an assistant asks about your preferred framework, database, and deployment target in one long message, invoke this Skill to answer each through clickable choices instead of typing replies. ## Quick Start Use the ask-me-again skill to re-ask the pending questions from your last message as interactive choices.