/status
Quick workspace status check. Run these steps:
$ npx -y skills add evolution-foundation/evo-nexus --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/status
Context preview
What this command does when you run it.
Quick workspace status check. Run these steps:
Command definition
status.mdQuick workspace status check. Run these steps:
1. Run `git status` to show working tree state 2. Run `git log --oneline -5` to show recent commits 3. Check for recent ADW logs: `ls -lt ADWs/logs/ 2>/dev/null | head -10` 4. Check today's daily log if it exists: `ls "workspace/daily-logs/" 2>/dev/null | grep "$(date +%Y-%m-%d)" | head -5`
Present a concise summary with:
- Git state (branch, pending changes)
- Latest commits
- Latest routines executed
- Today's log (if it exists)
Other commands on evo-nexus.
- /apex-architect
Use the @apex-architect agent to help the user with the following architectural or debugging matter: $ARGUMENTS
Open command - /aria-hr
Use the @aria-hr agent to help the user with the following people/HR matter: $ARGUMENTS
Open command - /atlas-project
Use the @atlas-project agent to help the user with the following project matter: $ARGUMENTS
Open command - /bolt-executor
Use the @bolt-executor agent to implement the following: $ARGUMENTS
Open command - /canvas-designer
Use the @canvas-designer agent for UI/UX design and implementation: $ARGUMENTS
Open command - /clawdia-assistant
Use the @clawdia-assistant agent to help the user: $ARGUMENTS
Open command

