fix(docs): correct execution strategy for bug fix workflow

Change complex task strategy from "Brainstorm → Planning → Execution"
to "Use /workflow:plan for structured planning and execution"

Rationale:
- Bug fixes and feature additions typically don't need brainstorming
- /workflow:plan is the appropriate entry point for complex tasks
- Brainstorming is reserved for large-scale architectural changes

Updated in both English and Chinese README files.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-09-30 16:46:44 +08:00
parent bb6f55d8db
commit b298588dd5
2 changed files with 2 additions and 2 deletions

View File

@@ -496,7 +496,7 @@ Use CLI commands for interactive inquiry to form planning documents:
**Execution Strategy**:
- **Simple tasks**: Let Claude execute directly
- **Complex tasks**: Follow complete workflow (Brainstorm → Planning → Execution)
- **Complex tasks**: Use `/workflow:plan` for structured planning and execution
### 🧪 Testing Workflow

View File

@@ -657,7 +657,7 @@ Agent 根据上下文自动加载对应的技术栈指南(位置:`~\.claude\
**执行策略**:
- **简单任务**: 让 Claude 直接执行
- **复杂任务**: 按照完整工作流执行(头脑风暴 → 规划 → 执行
- **复杂任务**: 使用 `/workflow:plan` 进行结构化规划和执行
### 🧪 测试工作流