What problem does it solve?
Centralizes capture and persistent tracking of multi-step tasks while preventing data loss and conflicting writes by multiple agents. It prevents agents from bypassing safeguards, enforces structure for plan-level work, and makes progress and history reliably queryable.
Core Features & Use Cases
- Persistent TODO.md storage with advisory locking, backups, atomic writes, and immutability defenses to prevent accidental or malicious overwrites.
- Multi-step plan tracking and mirroring that creates plan-scoped task groups (#plan-<id>), mirrors long-lived plans into session tools, and enforces context-aware fields for handoff.
- Multi-agent coordination via claim/unclaim/reap semantics, TTLs, and maintenance tooling so agents avoid duplicate work and stale locks.
- Maintenance and recovery tools to archive, detect annihilation, run housekeeping, and surface health checks.
Quick Start
Add a P1 task: Fix production login bug and persist it to the canonical TODO.md with tags #engineering-backend #plan-auth-fix.