Backlog management Capture single items to a project backlog, or list and triage an existing one. Detect the user's intent and run in either add mode (one item being filed) or review mode (looking at what's there). The two modes share destination detection. Destination detection Try in order; cache the result for any follow-up in the same flow: 1. succeeds → use GitHub issues for that repo. 2. Else exists → append for adds, read for reviews. 3. Else directory exists → per-issue files (one per issue, numbered prefix). 4. Else ask the user where to put it. Don't silently create files in the pro…