get-todo-status

Retrieves current plan execution status with step completion details.

2.0k|274|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill get-todo-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-todo-status
Source: https://github.com/openakita/openakita/tree/main/skills/system/get-todo-status
Command: npx skills add https://github.com/openakita/openakita --skill get-todo-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

During multi-step task execution, it is hard to know which steps are done, which are pending, and how far the overall plan has progressed. This Skill gives you an instant snapshot of the current plan's execution state.

Core Features & Use Cases

  • Plan Overview: Returns the task summary of the current plan along with total progress.
  • Step-Level Status: Shows the completion state of every individual step, plus counts of completed versus pending steps.
  • Execution Logs: Surfaces the execution log so you can trace what has already happened.
  • Use Case: While an agent works through a long multi-step task, ask for the plan status to confirm which steps finished and decide whether to intervene or let it continue.

Quick Start

Ask the assistant to show the current plan progress using get-todo-status to see all steps and their completion status.

Frequently Asked Questions about get-todo-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the progress of a multi-step task plan?

Invoke the get-todo-status skill with no parameters. It returns the plan's task summary, the status of every step, counts of completed and pending steps, and the execution log.

What information does the todo status report include?

The report includes a task summary overview, per-step completion status, the number of completed versus pending steps, and the execution log recorded during plan execution.

Does get-todo-status require any parameters?

No parameters are needed. The skill reads the current active plan and returns its full execution state directly.

When should I check plan status during task execution?

Check status during long multi-step tasks to verify which steps finished, detect stalled steps, and decide whether to update a step with update-todo-step or finish the plan with complete-todo.

Can I check the status of a plan that was never created?

The skill reports on the current plan only. If no plan exists, create one first with the create-todo skill before querying its execution status.