iw-batch-statuslisted
Install: claude install-skill innovation-ways/iw-ai-core
# Batch Status
Show the current status of batch **$ARGUMENTS**.
## If BATCH ID provided:
```bash
iw batch-status $ARGUMENTS
```
This shows:
- Batch status (planning / approved / executing / completed / paused / failed)
- Items in the batch and their individual statuses
- Currently running steps with live duration
- Any failed steps with error details
## If no BATCH ID:
List all recent batches for the current project:
```bash
iw batch-status
```
Or check the dashboard for a visual overview: http://localhost:9900