What problem does it solve?
It solves the problem of scattered, inconsistent work tracking by providing a structured, file-based todo system that captures context, decisions, dependencies, and execution history for code review and technical work.
Core Features & Use Cases
- Create and standardize work items: Generate new todo files with required sections, YAML frontmatter, and consistent naming for issue tracking.
- Triage and approval workflow: Promote
pending items to ready with recommended actions, priority adjustments, and clear next steps.
- Dependency-aware execution: Encode and verify blockers via
dependencies so work proceeds in the right order and remains auditable.
- Operational work logs: Maintain chronological session entries (actions, commands, tests, learnings) so future work has reliable context.
Quick Start
Use the file-todos skill to create a new pending todo for the finding you just received, then run triage to decide whether it should be approved and how it depends on other issue IDs.