mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -657,7 +657,7 @@ Agent 根据上下文自动加载对应的技术栈指南(位置:`~\.claude\
|
||||
|
||||
**执行策略**:
|
||||
- **简单任务**: 让 Claude 直接执行
|
||||
- **复杂任务**: 按照完整工作流执行(头脑风暴 → 规划 → 执行)
|
||||
- **复杂任务**: 使用 `/workflow:plan` 进行结构化规划和执行
|
||||
|
||||
### 🧪 测试工作流
|
||||
|
||||
|
||||
Reference in New Issue
Block a user