Workflows
Manage Todo Items
Defines the structure for a todo item, enabling programmatic management and tracking of tasks with content, active form, and status attributes.
Without it
Piece it together by hand, every time.
With it
This asset allows you to manage your todo list items programmatically. It defines the structure for individual tasks, enabling seamless integration with other systems for tracking and updating.
What you get
- Define the schema for a single todo item.
- Specify content, active form, and status for each task.
- Enable programmatic management and tracking of tasks.
Add this skill
Schema for a single todo item.
Attributes:
content: A brief, actionable title for the task.
active_form: Present-continuous label shown in a UI spinner while
the task is in progress.
status: Current status of the task.