What problem does it solve?
This Skill solves the challenge of guiding users through decision-making processes by providing a structured, platform-agnostic pattern for presenting options and obtaining user responses.
Core Features & Use Cases
- Structured Decision Making: Offers a clear, actionable framework for presenting 2-4 options to users and waiting for their responses.
- Platform-Agnostic: Works with any platform that supports message tools, including Telegram, Discord, CLI, and more.
- Use Case: When setting up a new meeting and need to choose the meeting time or location, this Skill can help present options in a structured format and wait for user input before proceeding.
Quick Start
To use the ask-user skill, provide the question and options in the following format:
ask-user(
question: "When would you like to schedule the meeting?",
choices: ["Option A: 9 AM", "Option B: 10 AM", "Option C: 11 AM", "Skip: No preferred time"]
)