# Ask Me Again

> Re-ask the assistant's pending questions as native interactive choices.

- Skill: `wkentaro/ask-me-again` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add wkentaro/ask-me-again`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wkentaro/ask-me-again/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: wkentaro (https://skillmd.com/u/wkentaro)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wkentaro/ask-me-again

---


# Ask Me Again

Re-ask every unanswered question from the assistant's preceding message through native
structured input (`AskUserQuestion` in Claude Code, `request_user_input` in Codex).

- Preserve the question order and any existing options or recommendation.
- For a question without options, offer two or three mutually exclusive choices. Put the
  recommended choice first and explain each choice's tradeoff in one sentence.
- Batch independent questions up to the tool's limit. Ask dependent questions after the
  earlier answers.
- When structured input is unavailable, ask one plain-text question at a time.
- When no unanswered question exists, say so and stop.

