con un clic
sase-questions
Ask the user questions. Use instead of ask_user (which is disabled).
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Ask the user questions. Use instead of ask_user (which is disabled).
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Report on currently-running SASE agents. Use when the user asks "what's running?", "agent status", "status report", or any question about live/background agents.
Reference for sase bead commands (create, update, list, search, ready, show, dep). Use when working with beads.
Inspect prior sase agent chat transcripts. Use when the user asks about previous chats, chat transcripts, prior agent conversations, "what did agent X say?", "summarize the previous agent", or any question about an earlier sase agent's prompt or response.
Create an implementation plan. Use instead of plan mode (which is disabled).
Create an implementation plan. Use instead of plan mode (which is disabled).
Create an implementation plan. Use instead of plan mode (which is disabled).
| name | sase_questions |
| description | Ask the user questions. Use instead of ask_user (which is disabled). |
Before doing anything else, run this command to record that you are using this skill:
sase skill use sase_questions --reason "<one-line reason for using this skill>"
Use this skill when you need user input. This replaces Gemini's native ask_user tool.
sase questions '<json>'
[
{
"question": "Full question text (required)",
"header": "Short sidebar label (optional)",
"options": [{ "label": "Option label (required)", "description": "Details (optional)" }],
"multiSelect": false
}
]
Single question with options:
sase questions '[{"question": "Which database should we use?", "options": [{"label": "PostgreSQL", "description": "Relational, mature"}, {"label": "SQLite", "description": "Embedded, simple"}]}]'
Multiple questions:
sase questions '[{"question": "Approach?", "header": "Approach", "options": [{"label": "A"}, {"label": "B"}]}, {"question": "Include tests?", "options": [{"label": "Yes"}, {"label": "No"}]}]'