Files
X-Agents/account/admin/skills/system/get-plan-status/SKILL.md
2026-03-11 16:26:22 +08:00

30 lines
571 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.
---
name: get-plan-status
description: Get the current plan execution status. Shows all steps and their completion status. Use to check progress during multi-step task execution.
system: true
handler: plan
tool-name: get_plan_status
category: Plan
---
# Get Plan Status
获取当前计划的执行状态。
## Parameters
无需参数。
## Returns
- 计划总览task_summary
- 各步骤状态
- 已完成/待执行数量
- 执行日志
## Related Skills
- `create-plan`: 创建计划
- `update-plan-step`: 更新步骤状态
- `complete-plan`: 完成计划