ask-multi

Present multi-select questions with 2 to 4 configurable options.

19|2|Updated Aug 26, 2025
One-click install
npx skills add https://github.com/Tony363/SuperClaude --skill ask-multi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-multi
Source: https://github.com/Tony363/SuperClaude/tree/main/.claude/skills/ask-multi
Command: npx skills add https://github.com/Tony363/SuperClaude --skill ask-multi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for presenting users with questions where they can select multiple options from a predefined list, streamlining data collection for complex choices.

Core Features & Use Cases

  • Multi-select Questions: Enables users to choose more than one answer.
  • Configurable Options: Supports 2 to 4 options per question.
  • Use Case: When configuring a new project, you might ask "Which features to enable?" with options like "Auth", "Logging", "Caching", and "Metrics", allowing the user to select all relevant features.

Quick Start

Ask the user which environments to deploy to by typing /ask-multi "Select environments to deploy:" "dev" "staging" "prod".

Frequently Asked Questions about ask-multi

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

FAQPage Schema
How do I present a multi-select question to allow multiple choices from a list of options?

To present a multi-select question, you configure a predefined list of 2 to 4 options for users to select from. This streamlines data collection for complex choices by allowing multiple selections simultaneously.

How many options can I include when creating a multi-select question?

You can include a minimum of 2 and a maximum of 4 options when creating a multi-select question. This constraint ensures choices remain manageable while gathering necessary user preferences or configurations.

When should I use multi-select questions instead of single-choice inputs?

Use multi-select questions when gathering preferences or configurations where multiple selections are necessary. Single-choice inputs only permit one answer, whereas multi-select allows users to choose all applicable features from a list.

What is the best way to gather multiple user preferences for project configuration?

The best way to gather multiple user preferences is by presenting a multi-select question with configurable options. This allows users to select multiple relevant features, like enabling Auth and Logging, in a single interaction.

Can I use multi-select questions to streamline data collection for complex choices?

Yes, you can use multi-select questions to streamline data collection for complex choices. By presenting 2 to 4 options, users can efficiently select multiple applicable answers, simplifying the collection of intricate configuration data.

Does the multi-select question format work for deploying to multiple environments?

Yes, the multi-select question format works for deploying to multiple environments. You can present options like dev, staging, and prod, allowing users to select all target environments required for the deployment.