What problem does it solve? Ideas for features, bugs, and improvements get lost when there is no fast way to write them down. This Skill captures an idea the moment it is mentioned, storing it as a structured inbox file so it can be triaged into a real task later without interrupting the current conversation. ## Core Features & Use Cases - Frictionless Capture: Turns a user's spoken idea into an I-NNN markdown file in docs/tasks_manager/_inbox/ with a minimal header (Inbox ID, Captured timestamp, Area, Status) and one or two sentences of intent. - Duplicate Detection: Scans the inbox, active tasks, and knowledge-base docs by meaning before creating anything, and surfaces plausible matches so the user can decide whether to append or create new. - Atomic ID Reservation: Uses at reserve inbox <short-desc> to claim IDs safely so parallel agents cannot collide. - Use Case: While discussing a login page, the user says "capture: the login feels slow on mobile." The Skill checks for duplicates, reserves I-007, guesses the area, writes the file, and confirms in one line. ## Quick Start Ask the agent to capture an idea, for example: "Capture this idea: add a dark mode toggle to the settings page."