todo

Persist and organize AI agent tasks in Markdown TODO.md and DONE.md files.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/EranYonai/ey-skills --skill todo-eranyonai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo
Source: https://github.com/EranYonai/ey-skills/tree/main/todo
Command: npx skills add https://github.com/EranYonai/ey-skills --skill todo-eranyonai

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Persist and organize tasks for an AI agent across sessions using a Markdown-based TODO system.

## Core Features & Use Cases

  • Automatic task lifecycle: add, complete, and archive tasks between TODO.md, DONE.md, and archive folders.
  • Memory-aware session handling: track sessions since last reorg, perform reorgs after thresholds, and surface a concise status brief.
  • Lightweight, grep-friendly schema: tasks are Markdown list items with IDs, priorities, and tags for easy search and automation.

### Quick Start Copy todo/SKILL.md into your agent's skill/instruction set to initialize the workspace.

Frequently Asked Questions about todo

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

FAQPage Schema
How do I persist tasks for an AI agent across multiple sessions?

A Markdown-based TODO system persists agent tasks across sessions by automatically organizing task lifecycles between TODO.md, DONE.md, and archive folders while tracking session history.

What is the best way to track AI agent task completion history in Markdown?

Tracking AI agent task completion history in Markdown is best handled by moving completed items to DONE.md and archiving them automatically, using a lightweight grep-friendly schema with IDs, priorities, and tags.

How does automatic task archiving work between TODO.md and DONE.md?

Automatic task archiving works by moving completed Markdown list items from TODO.md to DONE.md, and then transferring them to archive folders after configurable session reorg thresholds are met.

Do I need any external dependencies to set up Markdown task management for my agent?

No external dependencies are required for Markdown task management; you simply copy the SKILL.md file into your agent's instruction set to initialize the workspace and start tracking tasks.

Can I extend the Markdown TODO system with custom automation scripts?

Yes, you can extend the Markdown TODO system with optional custom automation scripts, references, and assets to tailor the task management workflow for your specific agent environment.