From nexus
Generates a daily brief by aggregating TODOs, Slack messages, Outlook emails, and Jira tasks, and adds action items to Nexus.
How this command is triggered — by the user, by Claude, or both
Slash command
/nexus:daily-briefThe summary Claude sees in its command listing — used to decide when to auto-load this command
Generate a Nexus daily brief.
Steps:
1. Read `~/.nexus/TODOS.md`.
2. Read `~/.nexus/state.json` for the previous `dailyBriefLastRun`.
3. Use Slack MCP only if connected and approved.
4. Use Outlook/Microsoft Graph MCP only if connected and approved.
5. Use Jira/Atlassian MCP only if connected and approved.
6. Add extracted action items with `node "${CLAUDE_PLUGIN_ROOT}/bin/nexus.js" add "<task>"`.
7. Ask before sending, posting, creating, updating, or deleting anything externally.
Output:Generate a Nexus daily brief.
Steps:
~/.nexus/TODOS.md.~/.nexus/state.json for the previous dailyBriefLastRun.node "${CLAUDE_PLUGIN_ROOT}/bin/nexus.js" add "<task>".Output:
Outcome:
Urgent:
Today:
Waiting:
Added TODOs:
Risks:
Next Step:
npx claudepluginhub aayushostwal/nexus --plugin nexus/todayGenerates a daily PM briefing by fetching Linear tasks due today and in progress, summarizing Slack discussions, and checking calendar events. Saves the briefing to a markdown file.
/daily-briefingGenerates scannable daily briefing of last 24 hours: actionable items, mentions, decisions, shared docs. Optional focus area filter; prioritizes urgency and relevance.
/brief-meGet briefed — loads your full memory, pulls live state from all connected tools, surfaces risks, staleness, upcoming milestones, and gives you a prioritized briefing so you're never starting blank
/standup-notesGenerates daily standup notes from Git commits, Jira tickets, Obsidian vault, and calendar events. Uses optional arguments for focused context.
/daily-prioritiesBuilds a structured day plan from calendar items, deadlines, and inbox items, outputting priorities, time blocks, delegation list, and executive briefing notes.
/SKILLGenerates focused daily plan from tasks.json, brain-dump.json, goals.json, and ai-context.md, with top priorities, brain dump triage, time blocks, and quick wins.