update-plan-step

Update a step's status in a multi-step plan with optional error messages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and agents (resource) components.

What problem does it solve?

This Skill allows for precise tracking of individual steps within a larger plan, ensuring that progress is accurately monitored and that failures can be identified and addressed promptly.

Core Features & Use Cases

  • Status Updates: Mark steps as pending, in progress, completed, failed, or skipped.
  • Error Reporting: Include detailed results or error messages for failed steps.
  • Use Case: When an AI agent is executing a multi-step plan, it can call this Skill after each step to update its status, providing real-time feedback on the overall plan's execution.

Quick Start

Update the status of step with ID 'step_1' to completed.

Frequently Asked Questions about update-plan-step

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

FAQPage Schema
How do I track progress for individual steps in a multi-step plan?

To track progress for individual steps in a multi-step plan, you can update the status of specific steps to pending, in_progress, completed, failed, or skipped. This maintains visibility and control over complex task execution workflows.

What statuses can I use when updating task progress for an AI agent?

When updating task progress for an AI agent, you can use pending, in_progress, completed, failed, and skipped statuses. These options facilitate precise progress tracking and error management within the overall plan.

Can I log error messages when a step in a task plan fails?

Yes, you can log error messages when a step in a task plan fails. The status update supports optional result or error message logging, allowing you to include detailed results for failed steps to address issues promptly.

What is the best way to maintain visibility during complex task execution?

The best way to maintain visibility during complex task execution is by updating the status of each step immediately after completion. This provides real-time feedback on the overall plan execution and ensures failures are identified quickly.

How does step status updating work for skipped tasks in a workflow?

Step status updating works for skipped tasks by allowing you to mark specific steps as skipped. This updates the status within the multi-step plan, ensuring the overall progress tracking accurately reflects the workflow's execution state.