Start autonomous iteration loop
/plugin marketplace add hanibalsk/claude-marketplace/plugin install hanibalsk-claude-auto-agents-plugins-claude-auto-agents@hanibalsk/claude-marketplace# /loop - Start Autonomous Loop
Start the autonomous iteration loop to work on tasks continuously.
## Usage
## Behavior
1. Sets loop state to active
2. Reads next item from `work/queue.md` (or uses provided task)
3. Spawns appropriate agent based on task type
4. On completion, moves to next item
5. Continues until queue empty, blocked, or max iterations
## Options
- No arguments: Pick next from queue
- With task: Add task to queue and start
!bash "${CLAUDE_PLUGIN_ROOT}/hooks/lib/loop-control.sh" start "$1" 50
After starting, the orchestrator will take over. The Stop hook will mana...