Clarifies a vague user request by asking clarifying questions.
Clarifies ambiguous requests by reading project docs and asking targeted, option-based questions. Use this when a user's intent is unclear (e.g., "fix it") to turn it into a concrete investigation plan.
/plugin marketplace add TokenRollAI/cc-plugin/plugin install tr@tokenroll-cc-pluginThis command is used internally when a user's request is too vague to be acted upon. It reads the project documentation to understand the context and then asks the user targeted, option-based questions to clarify their intent.
Step 1: Gather Context
<projectRootPath>/llmdoc/index.md and other high-level documents to understand the project's purpose, architecture, and features.Step 2: Formulate Clarifying Questions
Step 3: Ask the User
AskUserQuestion tool to present the questions to the user.Step 4: Formulate Investigation Task
/withScout command with the clear, factual questions you have formulated. For example, if the user now wants to "add a user endpoint", the next step is to ask /withScout to investigate "What is the current API routing structure?" and "What conventions are used for defining data models?".