Manage Ralphy's notes/ capture inbox (ideas/, issues/, decisions/) — the only dev tracker for Ralphy itself; there is no separate roadmap board. Two jobs: (1) CAPTURE — turn a tagged thought into a correctly-shaped, correctly-placed note (an idea, an issue, or a decision); (2) COLLISION-CHECK — before filing anything new, search the inbox for an existing entity that already covers it, and update that instead of spawning a duplicate. For the notes/issues/ backlog itself — decomposing a brain-dump into issues, executing them, moving them across done//deprecated/ — defer to the dev-issues skill (filing/shaping) and dev-loop (execution); this skill keeps ideas/ + decisions/ capture plus the cross-inbox collision check. USE WHEN the user types /dev-tasks, says "log this idea", "file a note", "capture this", "record this decision", "what's in the inbox", "is there already a note/idea for X", "promote this note", or drops a half-formed idea mid-dev-session for safekeeping. See body for ALSO FIRE / DO NOT FIRE / HARD INVARIANTS.
$npx -y skills add alecs5am/ralphy --skill dev-tasksInstalls into the current project.
Run `npx skills use "https://github.com/alecs5am/ralphy" --skill "alecs5am/ralphy/dev-tasks"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/alecs5am/ralphy" that are relevant to the current task. Run `npx skills add "https://github.com/alecs5am/ralphy"` and select the relevant skills, then follow their instructions.