What problem does it solve?
The todos/ directory provides a lightweight, file-based tracking system for capturing code review feedback, technical debt, feature requests, and work items. Each todo is a Markdown file with YAML frontmatter and clearly structured sections, enabling offline triage, lifecycle management, and easy sharing within a repository.
Core Features & Use Cases
- File-based todos with YAML frontmatter to define status, priority, dependencies, and tags.
- Lifecycle management from pending to ready to complete, plus triage workflows and dependency tracking.
- Templates and conventions for creating new todos and integrating with slash commands and code review processes.
Quick Start
Copy the assets/todo-template.md into a new todos/{NEXT_ID}-pending-<priority>-<description>.md and fill the required sections to start tracking work.