What problem does it solve?
When an AI agent executes a multi-step plan, there is no clean way to signal that all steps are finished and to collect the results. This Skill closes the loop by marking the plan as completed and producing a final execution report.
Core Features & Use Cases
- Plan Completion: Marks the current todo plan as finished once all steps are done.
- Summary Report: Returns an execution summary including success/failure statistics and total elapsed time.
- Use Case: After an agent finishes a multi-step task like searching Baidu for weather, taking a screenshot, and sending it to the user, call this Skill with a summary such as "Completed Baidu weather search and sent screenshot to user" to finalize the plan and get the execution statistics.
Quick Start
Ask the agent to mark the current plan as completed with a summary of what was accomplished once every step in the todo list is done.