mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
删除 Plan-A 与 Plan-B 的比较部分,以简化文档内容
This commit is contained in:
@@ -334,16 +334,4 @@ Please review the plan above and reply with one of the following:
|
||||
| Agent unexpectedly closed | Re-spawn, paste previous output in message |
|
||||
| User cancels | close_agent, preserve generated files |
|
||||
|
||||
## Plan-A vs Plan-B Comparison
|
||||
|
||||
| Dimension | Plan-A (This Document) | Plan-B |
|
||||
|-----------|----------------------|--------|
|
||||
| Agent count | 1 | N (parallel exploration) + 1 (main agent) |
|
||||
| Suitable complexity | Low/Medium | High |
|
||||
| Exploration depth | Single angle, deep | Multi-angle parallel |
|
||||
| Context | Fully coherent | Requires merge transfer |
|
||||
| Recommended scenario | Clear task, single module | Complex task, cross-module |
|
||||
|
||||
---
|
||||
|
||||
**Execute task**: $TASK
|
||||
|
||||
@@ -482,16 +482,4 @@ Plan-B Hybrid Mode:
|
||||
| Merge phase timeout | send_input to request current merge progress |
|
||||
| Planning phase timeout | send_input requesting partial plan output |
|
||||
|
||||
## Plan-A vs Plan-B Comparison
|
||||
|
||||
| Dimension | Plan-A | Plan-B (This Document) |
|
||||
|-----------|--------|----------------------|
|
||||
| Agent count | 1 | N → 1 (parallel then reuse) |
|
||||
| Suitable complexity | Low/Medium | **High** |
|
||||
| Exploration depth | Single angle | **Multi-angle parallel** |
|
||||
| Context | Fully coherent | Primary agent coherent + incremental merge |
|
||||
| Recommended scenario | Clear task | **Complex task, cross-module** |
|
||||
|
||||
---
|
||||
|
||||
**Execute task**: $TASK
|
||||
|
||||
Reference in New Issue
Block a user