todo-tracker

Synchronize the root TODO.md with planning conversations and orchestrator session milestones.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/pelchers/MockTrialGame --skill todo-tracker-pelchers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-tracker
Source: https://github.com/pelchers/MockTrialGame/tree/main/.claude/skills/todo-tracker
Command: npx skills add https://github.com/pelchers/MockTrialGame --skill todo-tracker-pelchers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps the root TODO.md in sync with planning conversations and orchestrator sessions, providing a single, up-to-date kanban view for the team.

Core Features & Use Cases

  • Automatic TODO.md updates during orchestrator sessions: move tasks to IN PROGRESS at session start, advance to COMPLETED when a phase finishes, and push remaining items to TODO NEXT or TODO FUTURE at session end.
  • Planning conversations support: reflect newly identified tasks and changing priorities directly in the TODO.md for quick status checks.
  • User-initiated actions: respond to /todo add, /todo done, and /todo future commands to modify the board.

Quick Start

Ask me to update the root TODO.md to reflect the latest planning notes and orchestrator outputs.

Frequently Asked Questions about todo-tracker

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

FAQPage Schema
How do I keep TODO.md synchronized with planning conversations and orchestrator sessions?

Synchronizing TODO.md with planning conversations is achieved by applying a deterministic workflow that reads and writes to the file using a defined template, ensuring task statuses remain consistent across orchestrator lifecycles.

How do I update task statuses in a markdown kanban board during an orchestrator session?

Updating task statuses in a markdown kanban board during orchestrator sessions happens automatically: tasks move to IN PROGRESS at session start, advance to COMPLETED when phases finish, and remaining items shift to TODO NEXT or FUTURE at session end.

Can I manually add or complete tasks in my TODO.md project tracking file?

You can manually add or complete tasks in your TODO.md project tracking file by using specific user-initiated commands like /todo add, /todo done, and /todo future to modify the board directly.

What is the best way to maintain a single up-to-date kanban view for project management?

Maintaining a single up-to-date kanban view for project management requires a deterministic workflow that applies formatting rules to consistently categorize tasks into IN PROGRESS, TODO NEXT, COMPLETED, and TODO FUTURE sections.

Do I need any dependencies to automate task tracking in a root TODO.md file?

Automating task tracking in a root TODO.md file requires no external dependencies, as the workflow operates independently to read and write planning conversations and orchestrator milestones using a defined template.