diff --git a/.gemini/commands/speckit.clarify.toml b/.gemini/commands/speckit.clarify.toml index 0bd54a0..ee4e454 100644 --- a/.gemini/commands/speckit.clarify.toml +++ b/.gemini/commands/speckit.clarify.toml @@ -97,7 +97,15 @@ Execution steps: 4. Sequential questioning loop (interactive): - Present EXACTLY ONE question at a time. - - For multiple‑choice questions render options as a Markdown table: + - For multiple‑choice questions: + * **Analyze all options** and determine the **most suitable option** based on: + - Best practices for the project type + - Common patterns in similar implementations + - Risk reduction (security, performance, maintainability) + - Alignment with any explicit project goals or constraints visible in the spec + * Present your **recommended option prominently** at the top with clear reasoning (1-2 sentences explaining why this is the best choice). + * Format as: `**Recommended:** Option [X] - ` + * Then render all options as a Markdown table: | Option | Description | |--------|-------------| @@ -106,9 +114,14 @@ Execution steps: | C |