What problem does it solve? When a user fires off several small requests in one message—"fix this bug and also update that logging"—it is easy to lose track of what has been done. This Skill provides a lightweight todo list so informal, multi-part requests are captured, tracked, and visibly completed without the overhead of a formal spec workflow. ## Core Features & Use Cases - Ad-hoc task capture: Create todos on the fly when the user mentions multiple small changes in a single message. - Automatic progress display: The todo list prints to chat automatically as items are completed, so no manual status reporting is needed. - Full list management: Add, complete, uncomplete, remove, clear, and reprioritize todos, plus user-facing /todos and /todo-clear commands. - Use Case: A user says "Fix the login button color and also add validation to the form." The assistant creates two todos, completes each in turn, and the chat shows progress until both are done. ## Quick Start Ask the assistant to fix a couple of small bugs in one message and it will create and work through a todo list automatically.