plan_task
Breaks a goal into an executable and reviewable plan. Returns a structured plan without executing commands or modifying files.
Instructions
把目标拆成可执行、可审查的计划。
Planner MVP 只返回结构化计划,不执行命令、不修改文件。它优先使用 planner_panel; 未配置时回退 consult_panel,再回退 review panel。首版按 panel 顺序尝试模型, 取第一个可解析计划作为结果,其余模型只作为失败回退,不做多模型 debate。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| files | No | ||
| panel | No | ||
| effort | No | ||
| context | No | ||
| constraints | No | ||
| max_cost_usd | No | ||
| existing_plan | No | ||
| max_input_chars | No | ||
| success_criteria | No |