Files
GenericAgent/memory/plan_sop.md

18 lines
404 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Plan Mode SOP
## 拆分
1. 分析任务必要时先读相关SOP确定子步骤
2. 拆成可验证的原子步骤,风险步前置
## 写入 checkpoint
将以下写入 working checkpoint忽略长度限制
=== PLAN ===
[ ] 步骤1
[ ] 步骤2
...
=== PLAN RULES ===
- 每完成/跳过一步,重新 update working checkpoint
- 任何 checkpoint update 必须保留 PLAN
================