diff --git a/.claude/commands/workflow/brainstorm/artifacts.md b/.claude/commands/workflow/brainstorm/artifacts.md index 6d190d40..fa57c32f 100644 --- a/.claude/commands/workflow/brainstorm/artifacts.md +++ b/.claude/commands/workflow/brainstorm/artifacts.md @@ -82,6 +82,7 @@ FOR each selected role: ``` **Rules**: +- ✅ Questions MUST be asked in Chinese (用中文提问) for better user understanding - ✅ Questions MUST reference Phase 1 keywords (e.g., "real-time", "100 users") - ✅ Options MUST be concrete approaches, explain relevance to topic - ❌ NEVER generic "Architecture style?" without task context @@ -191,6 +192,7 @@ function generate(role, challenges) { ``` **Quality Rules**: +- ✅ ALL questions MUST be in Chinese (所有问题必须用中文) - ✅ Reference topic keywords in every question - ✅ Options are concrete technical choices (not abstract categories) - ✅ Descriptions explain relevance to topic diff --git a/.claude/commands/workflow/brainstorm/synthesis.md b/.claude/commands/workflow/brainstorm/synthesis.md index 6684ed87..cec961c5 100644 --- a/.claude/commands/workflow/brainstorm/synthesis.md +++ b/.claude/commands/workflow/brainstorm/synthesis.md @@ -153,6 +153,8 @@ Return JSON array: **Main flow handles all user interaction**: +**⚠️ CRITICAL**: ALL AskUserQuestion calls MUST use Chinese (所有问题必须用中文) for better user understanding + 1. **Present Enhancement Options**: ```python AskUserQuestion( @@ -170,6 +172,7 @@ AskUserQuestion( ``` 2. **Generate Clarification Questions** (based on analysis agent output): + - ✅ **ALL questions MUST be in Chinese (所有问题必须用中文)** - Use 9-category taxonomy scan results - Create max 5 prioritized questions - Each with 2-4 options + descriptions