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