What problem does it solve?
The todos/ directory contains a file-based tracking system for managing code review feedback, technical debt, feature requests, and work items. Each todo is a markdown file with YAML frontmatter and structured sections.
This skill should be used when:
- Creating new todos from findings or feedback
- Managing todo lifecycle (pending → ready → complete)
- Triaging pending items for approval
- Checking or managing dependencies
- Converting PR comments or code findings into tracked work
- Updating work logs during todo execution
Core Features & Use Cases
- File-based tracking system for todos stored as markdown files with frontmatter
- Lifecycle management: pending, ready, complete
- Dependency tracking and triage workflows
- Integration with slash commands and code review processes
- Reusable templates via assets/todo-template.md for new todos
Quick Start
Create a new todo by copying assets/todo-template.md to todos/{NEXT_ID}-pending-{priority}-{description}.md and filling in the required sections.