What problem does it solve?
Coordinates durable work item tracking by keeping todos in structured Markdown files so that findings, technical debt, and planning steps persist across sessions without getting lost in ephemeral notes.
Core Features & Use Cases
- Canonical storage: Always write new todos into
.context/compound-engineering/todos/ while Legacy todos/ remains a read-only reference for older entries.
- Structured lifecycle: Follow the prescribed filename convention, metadata frontmatter, and required sections (Problem Statement, Findings, Proposed Solutions, Recommended Action, Acceptance Criteria, Work Log) to capture each item consistently.
- Workflow guidance: Includes detailed triage, dependency management, and completion steps plus integration hints for
/ce:review, /todo-triage, and /todo-resolve scenarios, making it ideal for code review findings that need prioritization and follow-up.
Quick Start
Create a new todo markdown file in .context/compound-engineering/todos using the provided template and populate each required section for your work item.