ask-user

Pause AI workflows to solicit user input with constrained choices and escape hatch.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/starlink-awaken/omostation-gbrain --skill ask-user-starlink-awaken
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ask-user
Source: https://github.com/starlink-awaken/omostation-gbrain/tree/main/skills/ask-user
Command: npx skills add https://github.com/starlink-awaken/omostation-gbrain --skill ask-user-starlink-awaken

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the issue of ambiguous AI decision-making by providing a standardized, platform-agnostic pattern to pause execution and request explicit human input.

Core Features & Use Cases

  • Choice Gating: Prevents decision paralysis by limiting options to 2-4 clear choices.
  • Safety & Control: Ensures high-stakes operations like deletions or routing are confirmed by the user before proceeding.
  • Use Case: When an agent is unsure whether to merge meeting notes into an existing page or create a new one, it uses this pattern to present the options and wait for the user's selection.

Quick Start

Present the user with a choice gate asking them to select between merging the current document or creating a new one.

Frequently Asked Questions about ask-user

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

FAQPage Schema
How do I pause AI agent execution to request user input?▼

To pause AI agent execution and request user input, implement a standardized decision-gating pattern that halts the workflow and presents explicit choices for the user to select before proceeding.

What is a choice gate in agent workflow design?▼

A choice gate in agent workflow design is an interaction pattern that limits user options to 2-4 clear choices, preventing decision paralysis and ensuring safe handling of ambiguous requests.

How do I add an escape hatch to an AI agent decision gate?▼

To add an escape hatch to an AI agent decision gate, implement a mandatory control mechanism within the interaction pattern, ensuring users can bypass or cancel the proposed options to maintain full control.

Can I use a standardized interaction pattern for destructive operations?▼

Yes, you can use a standardized interaction pattern for destructive operations. It facilitates safety and control by requiring explicit user confirmation before proceeding with high-stakes tasks like deletions or workflow routing.

What is the best way to handle ambiguous requests in an agent workflow?▼

The best way to handle ambiguous requests in an agent workflow is to use a platform-agnostic decision gate that pauses execution and asks the user to select from 2-4 explicitly defined options.

Are there limitations on the number of options for a user input decision gate?▼

Yes, a strict limitation of the user input decision gate is the 2-4 option limit. This constraint prevents decision paralysis and ensures the AI agent presents clear, manageable choices to the user.