What problem does it solve? During physics research sessions, ideas, checks, and follow-up tasks surface mid-conversation and are easily lost. This Skill captures them as structured todo files without breaking the current workflow, preserving enough context for a future session to act on them weeks later. ## Core Features & Use Cases - Context-Aware Capture: Extracts the task from explicit arguments or by analyzing the recent conversation, including file paths, equations, and parameter details. - Automatic Organization: Infers an area (analytical, numerical, literature, validation, etc.) from file paths, generates a slug-based filename, and writes frontmatter-tagged Markdown into .gpd/todos/pending/. - Duplicate Detection & State Tracking: Searches existing pending todos for overlaps, prompts for skip/replace/add resolution, updates STATE.md, and commits everything to git. - Use Case: While deriving an equation of motion, you realize a limiting case needs checking. Invoke the Skill with "Check limiting case where coupling constant vanishes" and it files a dated todo with problem and solution context, then commits it. ## Quick Start Ask the assistant to capture the current discussion point as a todo, for example by saying "add a todo to verify dimensional consistency of Eq. (17)".