About
The todo-sync skill automates the process of identifying, tracking, and reconciling tasks scattered across a codebase. By utilizing ripgrep to scan for TODO comments and cross-referencing them with a central docs/TODOS.md file, it ensures that project documentation remains up-to-date while providing clear links between high-level tasks and specific lines of code. This skill is particularly useful for developers who want to prevent 'TODO rot' and ensure that small code-level reminders are captured in the broader project roadmap, making it easier to manage technical debt and feature progress.