What problem does it solve? During long coding sessions, small follow-up tasks and ideas get lost in conversation history. This Skill lets you capture repo-scoped todos from within a session and pick them up later without cluttering the main session context. ## Core Features & Use Cases - Capture Todos: Record a new todo item tied to the current repository with a short description. - List Todos: Run the command with no arguments (or list) to see all outstanding repo-scoped todos. - Complete Todos: Mark a todo as done by passing done <id> once the work is finished. - Use Case: While implementing a feature, you notice a missing edge case. Capture it with a todo, finish your current work, then list todos later to pick it up in a fresh session. ## Quick Start Ask the assistant to add a todo such as "add retry logic to the HTTP client" so it is captured for later pickup.