Clarifies a vague user request by asking clarifying questions.
Asks targeted questions to clarify ambiguous requests and guide toward actionable solutions.
/plugin marketplace add blyrin/cc-with-codex/plugin install c2@cc-with-codexThis 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
/scout 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 /scout to investigate "What is the current API routing structure?" and "What conventions are used for defining data models?".