todo

Create and manage internal todos with add, list, update, and complete interfaces.

1|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/gracebotly/flowetic-app --skill todo-gracebotly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo
Source: https://github.com/gracebotly/flowetic-app/tree/main/workspace/skills/todo
Command: npx skills add https://github.com/gracebotly/flowetic-app --skill todo-gracebotly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning and progress tracking for agent internal reasoning. Use when an agent needs to create, track, and complete tasks across its own multi-step operations and maintain state persistence.

Core Features & Use Cases

  • Create and manage internal todos to plan multi-step work.
  • Maintain state persistence across phases of complex workflows.
  • Guide deterministic execution and state restoration for long-running tasks.

Quick Start

Create a planning todo at session start and mark it complete when the internal state transitions are finalized.

Frequently Asked Questions about todo

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

FAQPage Schema
How do I maintain state persistence for multi-step planning in agent workflows?

To maintain state persistence for multi-step planning in agent workflows, you can use structured todo tracking to create, update, and complete tasks across execution phases. This ensures deterministic state management and traceability for long-running operations.

What is the best way to track internal tasks during complex agent reasoning?

The best way to track internal tasks during complex agent reasoning is using a dedicated todo interface with add, list, update, and complete operations. This allows structured management of internal execution pipelines.

How do I manage state restoration for long-running agent execution pipelines?

You can manage state restoration for long-running agent execution pipelines by creating planning todos at session start and updating them as internal state transitions occur. This guides deterministic execution and progress tracking.

Does this approach work for structuring deterministic task execution across multiple phases?

Yes, structuring deterministic task execution across multiple phases works by exposing todo.add, todo.list, todo.update, and todo.complete interfaces. This provides reliable state management for complex multi-step operations.

When do I need internal todos for multi-step planning?

You need internal todos for multi-step planning when an agent must create, track, and complete tasks across its own operations while maintaining state persistence. This is essential for long-running reasoning processes requiring stateful orchestration.