Openakita get-todo-status
Get the current plan execution status. Shows all steps and their completion status. Use to check progress during multi-step task execution.
install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/system/get-todo-status" ~/.claude/skills/openakita-openakita-get-todo-status && rm -rf "$T"
manifest:
skills/system/get-todo-status/SKILL.mdsource content
Get Todo Status
获取当前计划的执行状态。
Parameters
无需参数。
Returns
- 计划总览(task_summary)
- 各步骤状态
- 已完成/待执行数量
- 执行日志
Related Skills
: 创建计划create-todo
: 更新步骤状态update-todo-step
: 完成计划complete-todo