What problem does it solve? Deferred tasks mentioned in conversation ("later", "next version", "skip for now") vanish when a session ends because session-level todo lists are not persisted. This Skill records cross-session deferred items in a project-root file so nothing is silently lost. ## Core Features & Use Cases - Persistent Deferred-Item Log: Writes deferred items to /docs/AI/LATER.md in the project root, surviving across sessions. - Two-Step Deduplication: Greps existing entries for candidates, then uses a subagent to judge whether a new item is the same issue (modify) or independent (append). - Structured Line Format: Each entry follows - [ ] LATER1. description #module-tag with an 80-character limit and completion marking via - [x]. - Use Case: During debugging you notice an unrelated token-expiry bug. Instead of losing it or polluting the current todo list, record it in LATER.md and revisit it in a future session. ## Quick Start When the user says "let's handle this later", read /docs/AI/LATER.md, deduplicate against existing entries, and append or update a single-line LATER item with a module tag.