What problem does it solve?
Quickly determine whether todo items recorded in project memory have been implemented, are in progress, or have not been started, removing guesswork and preventing stale tasks from lingering in the backlog.
Core Features & Use Cases
- Memory-driven inspection: Loads MEMORY-TODO sections and referenced project-*.md entries to build an investigation list.
- Parallel read-only sub-agents: Launches up to 7-8 concurrent explorers to check file existence, recent commits, and uncommitted changes for each task.
- Aggregated recommendations: Classifies items as completed / in-progress / not-started, provides evidence for each classification, and offers a confirmation-driven cleanup flow to remove completed todos.
- Safeguards: Operates in read-only mode, avoids code modifications, groups items by repository to limit agent churn, and asks for user confirmation before deleting todos.
Quick Start
Ask the assistant to "Review today and yesterday's MEMORY-TODO items, inspect each referenced project file and git history, and return a summarized table of completed, in-progress, and not-started items with recommendations."