Skip to content
Automation
Command

/status

Quick workspace status check. Run these steps:

From plugin
evo-nexus
52040 skills38 agents40 commands9 MCP
Install
$ npx -y skills add evolution-foundation/evo-nexus --agent claude-code

How 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.md

Quick 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)
Ships withevo-nexus

The open source operating system for AI-powered businesses

Get the whole plugin