What problem does it solve? LLM agents often guess at ambiguous decisions or proceed with silent defaults, wasting work and eroding trust. This Skill provides a canonical pattern for pausing execution at decision points, presenting clear choices, and waiting for explicit human input before continuing. ## Core Features & Use Cases - Choice Gate Pattern: Present 2-4 self-explanatory options with a mandatory escape hatch (Skip/Cancel), then stop the turn completely until the user responds. - Platform-Agnostic Formatting: Works on Telegram inline buttons, Discord, Slack, CLI, or any agent with a message tool, including OpenClaw's native clarify tool. - Response Handling: Maps button clicks, numbers, fuzzy text matches, and unrelated replies to the correct branch. - Use Case: During a cold-start import, the agent asks whether to import Google Contacts via ClawVisor, direct OAuth, a Takeout export, or skip — then waits for the user's pick before proceeding. ## Quick Start Ask the user how to file these meeting notes, presenting merge, new page, and skip options, then wait for their response before acting.