From c2582fab675fe1571f32730634e66411aadc1820 Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Sun, 15 Mar 2026 15:01:52 -0700 Subject: [PATCH] fix(skill): align compound-refresh question tool guidance --- .../compound-engineering/skills/ce-compound-refresh/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/compound-engineering/skills/ce-compound-refresh/SKILL.md b/plugins/compound-engineering/skills/ce-compound-refresh/SKILL.md index 276aef4..bd707bb 100644 --- a/plugins/compound-engineering/skills/ce-compound-refresh/SKILL.md +++ b/plugins/compound-engineering/skills/ce-compound-refresh/SKILL.md @@ -33,7 +33,7 @@ Check if `$ARGUMENTS` contains `mode:autonomous`. If present, strip it from argu Follow the same interaction style as `ce:brainstorm`: -- Ask questions **one at a time** — use the platform's interactive question tool (e.g. `AskUserQuestion` in Claude Code, `request_user_input` in Codex) and **stop to wait for the answer** before continuing +- Ask questions **one at a time** — use the platform's blocking question tool when available (`AskUserQuestion` in Claude Code, `request_user_input` in Codex, `ask_user` in Gemini). Otherwise, present numbered options in plain text and wait for the user's reply before continuing - Prefer **multiple choice** when natural options exist - Start with **scope and intent**, then narrow only when needed - Do **not** ask the user to make decisions before you have evidence @@ -309,7 +309,7 @@ Do **not** ask questions about whether code changes were intentional, whether th #### Question Style -Always present choices using the platform's interactive question tool (e.g. `AskUserQuestion` in Claude Code, `request_user_input` in Codex). If the environment has no interactive prompt tool, present numbered options in plain text and wait for the user's response before proceeding. +Always present choices using the platform's blocking question tool when available (`AskUserQuestion` in Claude Code, `request_user_input` in Codex, `ask_user` in Gemini). Otherwise, present numbered options in plain text and wait for the user's reply before proceeding. Question rules: