todo-tracker

Manage a persistent TODO scratch pad via CLI bash script.

239|30|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/jdrhyne/agent-skills --skill todo-tracker
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: todo-tracker
Source: https://github.com/jdrhyne/agent-skills/tree/main/clawdbot/todo-tracker
Command: npx skills add https://github.com/jdrhyne/agent-skills --skill todo-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a persistent TODO scratch pad that survives sessions, enabling you to track, update, and review tasks without losing context.

Core Features & Use Cases

  • Persistent scratch pad: Maintains a centralized /TODO.md in your workspace to store tasks across sessions.
  • Full lifecycle: Add, mark done, remove, and view items by priority; supports heartbeat reminders for stale tasks.
  • Real-world workflow: Use during sprint planning or daily standups to capture tasks and surface overdue items.

Quick Start

Use the skill to manage your to-dos with simple shell commands. Example: bash skills/todo-tracker/scripts/todo.sh add high "Ingest low-code docs" bash skills/todo-tracker/scripts/todo.sh done "Ingest low-code docs" bash skills/todo-tracker/scripts/todo.sh list

Frequently Asked Questions about todo-tracker

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

FAQPage Schema
How do I persist a todo list across terminal sessions?▼

To persist a todo list across terminal sessions, use a bash script that stores tasks in a centralized /TODO.md file, ensuring your task context survives after closing the shell.

Can I manage task priorities from the command line?▼

You can manage task priorities from the command line using simple shell commands to add items with priority levels, mark them done, and list them by priority.

How do I get reminders for stale tasks in a shell script?▼

Reminders for stale tasks are generated through heartbeat-driven summaries, which automatically surface overdue items during your daily planning sessions or standups.

What's the best way to track daily standup tasks without losing context?▼

Tracking daily standup tasks without losing context is best handled by a persistent TODO scratch pad that centralizes item creation and completion across sessions.

Do I need any external dependencies to run this task tracker?▼

No external dependencies are required to run this task tracker; it operates entirely using a standalone bash script within your workspace.

Are there limitations to using a bash script for task tracking?▼

Limitations of using a bash script for task tracking include relying on a flat /TODO.md file for storage, which lacks advanced querying or database capabilities found in dedicated tools.