diff --git a/templates/commands/clarify.md b/templates/commands/clarify.md index 6fe439cb..4eb8e7cd 100644 --- a/templates/commands/clarify.md +++ b/templates/commands/clarify.md @@ -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 |