What problem does it solve?
Spec TODOs are scattered across documentation and require a standardized workflow to create, track, and resolve them using per-TODO markdown files and a central index.
Core Features & Use Cases
- Create: add new TODOs as TODO-NNNN.md with a predictable frontmatter scaffold, including id, title, status, priority, created, depends_on, blocks.
- Track: maintain an index.md with statuses, dates, and priorities to surface work at a glance.
- Lifecycle and resolution: update statuses through the lifecycle (todo -> in-progress -> done) and add resolution notes or references when completed.
Quick Start
Create the next TODO by deriving the highest existing ID, then save a file named TODO-NNNN.md with the required frontmatter and update the index accordingly.