ask-me-again

Re-asks pending assistant questions as native interactive structured choices.

Updated Aug 6, 2026
One-click install
npx skills add https://github.com/wkentaro/skills --skill ask-me-again-wkentaro
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ask-me-again
Source: https://github.com/wkentaro/skills/tree/main/skills/productivity/ask-me-again
Command: npx skills add https://github.com/wkentaro/skills --skill ask-me-again-wkentaro

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about ask-me-again

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn assistant questions into clickable options?▼

Invoke the ask-me-again skill after the assistant asks questions in plain text. It re-asks each unanswered question through native structured input like AskUserQuestion in Claude Code or request_user_input in Codex, presenting clickable choices.

How to answer multiple assistant questions at once in Claude Code?▼

Use this Skill to batch independent pending questions up to the tool's limit into interactive prompts. Dependent questions are held back and asked only after the earlier answers are provided.

Does ask-me-again work when structured input is unavailable?▼

Yes, it falls back to asking one plain-text question at a time when native structured input tools are unavailable. The questions are still re-asked individually rather than dropped.

What happens if a question has no predefined options?▼

The Skill generates two or three mutually exclusive choices for that question. The recommended choice is placed first, and each option includes a one-sentence explanation of its tradeoff.

What does ask-me-again do when no questions are pending?▼

It reports that no unanswered question exists and stops without taking further action. It only re-asks questions from the assistant's immediately preceding message.