What problem does it solve?
Consolidates and automates management of project todos stored in MEMORY-TODO.md and project-*.md files so users no longer manually track, update, or search scattered task notes across a project's memory directory.
Core Features & Use Cases
- List todos: Parse MEMORY-TODO.md and referenced project-*.md files, group by date, highlight overdue items, and filter by category.
- Add todos: Extract name, description, deadlines from natural language, perform duplicate checks, auto-classify category, create project file, and insert an entry with sensible default deadlines.
- Complete & archive: Identify items from context or selection, remove from index, and move project files to an archive/ folder without touching MEMORY.md.
- Daily task automation: Parse DAILY-TASKS.md, detect missed daily or weekday tasks, suggest execution procedures, and update last_run when completed.
- Use case: Developers and SREs can ask for today's tasks, add a new bugfix, mark fixes done, or run daily system checks from a conversational prompt.
Quick Start
Show my todos for today, include any missed daily tasks, and mark the incident fix as completed.