Show current loop progress and queue status
/plugin marketplace add hanibalsk/claude-marketplace/plugin install hanibalsk-claude-auto-agents-plugins-claude-auto-agents@hanibalsk/claude-marketplace# /status - Check Status
Show the current status of the autonomous loop and work queue.
## Usage
## Output
Displays:
- Loop state (active/inactive, iteration count)
- Queue summary (pending, in progress, blocked)
- Current work context
- Recent history
!bash "${CLAUDE_PLUGIN_ROOT}/hooks/lib/loop-control.sh" status && echo "" && "${CLAUDE_PLUGIN_ROOT}/hooks/lib/queue-manager.sh" summary
## Information Shown
### Loop Status
- Active: Whether loop is running
- Iteration: Current iteration number
- Max: Maximum allowed iterations
- Started: When loop began
### Queue Summary
- In Progr...