From nexus
Adds a global TODO item with automatic classification to the Nexus task file.
How this command is triggered — by the user, by Claude, or both
Slash command
/nexus:add-todoThe summary Claude sees in its command listing — used to decide when to auto-load this command
Add this item to the global Nexus TODO file: Then respond:
Add this item to the global Nexus TODO file:
node "${CLAUDE_PLUGIN_ROOT}/bin/nexus.js" add "$ARGUMENTS"
Then respond:
Outcome:
Actions:
Evidence:
Next Step:
npx claudepluginhub aayushostwal/nexus --plugin nexus/add-to-todosAdds structured todo to TO-DOS.md from optional description or conversation context. Checks duplicates, formats with Problem/Files/Solution fields and timestamp.
/add-taskAdds a structured task by parsing natural language input, inferring priority, type, dependencies, and complexity with context-aware suggestions, preview, and validation.
/noteAdds a note to a task by TASK_ID with NOTE_TEXT to capture context, progress, blockers, or insights. Notes persist across sessions for continuity.
/add-todoCaptures a todo or idea mid-session with the provided description by executing the add-todo workflow end-to-end, using Read and Write tools.