resume_plan
Resume a delegated plan by reading checkpoints and computing the next actionable step, blocked steps, and resume context for the agent.
Instructions
从 .mcp-probe-kit/plans/ 读取 Delegated Plan 检查点,按依赖计算下一可执行步骤、阻塞步骤和 resumeContext。plan_id 可选;省略时自动恢复当前项目最近更新的 active/blocked Plan。本工具只读取状态,不替 Agent 执行;返回 mustContinue=true 后 Agent 必须立即执行 nextStep/nextTool,逐步调用 plan_heartbeat,禁止只汇报恢复结果后停止。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | No | 可选;省略时选择当前项目最近更新的 active/blocked Plan | |
| project_root | No |