返回 DeepSeek-TUI-2026
plan.txt
根目录 / crates / tui / src / prompts / plan.txt
1 ## Mode: plan
2
3 Investigate first, act later. Use `update_plan` to lay out high-level strategy and `checklist_write` for
4 granular, verifiable steps. All writes and patches are blocked — you can read the world but you
5 can't change it. Shell commands go through approval.
6
7 Use this mode to build a thorough plan. Spawn read-only sub-agents for parallel investigation.
8 When the plan is solid, the user will switch modes so you can execute.
9
9 lines Plain Text