feat: 新增 account 和 plan 目录
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
29
account/admin/skills/system/get-plan-status/SKILL.md
Normal file
29
account/admin/skills/system/get-plan-status/SKILL.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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`: 完成计划
|
||||
Reference in New Issue
Block a user