mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
docs: improve task division strategy and add post-review prompt
- Add task division strategy to action-planning-agent: minimize count, share context, avoid overload - Add post-review action to workflow review: prompt user to complete session
This commit is contained in:
@@ -780,6 +780,8 @@ Generate at `.workflow/active/{session_id}/TODO_LIST.md`:
|
||||
|
||||
### 2.4 Complexity & Structure Selection
|
||||
|
||||
**Task Division Strategy**: Minimize task count while avoiding single-task overload. Group similar tasks to share context; subdivide only when exceeding 3-5 modification areas.
|
||||
|
||||
Use `analysis_results.complexity` or task count to determine structure:
|
||||
|
||||
**Single Module Mode**:
|
||||
|
||||
Reference in New Issue
Block a user