get-todo-status
$
npx mdskill add openakita/openakita/get-todo-statusCheck the progress of a multi-step task by retrieving the current execution status.
- Monitors the progress of complex, multi-stage workflows for visibility.
- Interacts with the core planning engine to retrieve execution details.
- Executes when the agent needs to report on ongoing task advancement.
- Returns a comprehensive summary including step statuses and logs.
SKILL.md
.github/skills/get-todo-statusView on GitHub ↗
--- name: get-todo-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_todo_status category: Plan --- # Get Todo Status 获取当前计划的执行状态。 ## Parameters 无需参数。 ## Returns - 计划总览(task_summary) - 各步骤状态 - 已完成/待执行数量 - 执行日志 ## Related Skills - `create-todo`: 创建计划 - `update-todo-step`: 更新步骤状态 - `complete-todo`: 完成计划