Loop.Status banner
PetroczyP PetroczyP

Loop.Status

Productivity community

Description

--- description: "Show status of one or all tasks. Usage: /loop.status [task-id]" --- ## User Input ```text $ARGUMENTS ``` ## Instructions Read status information and present it clearly. ### If no task-id given: 1. Scan all `agent-loop/*/status.json` files 2. Present a summary table: ``` | Task ID | Phase | State | Round | Verdict | Updated | |---------|-------|-------|-------|---------|---------| | 001-... | build | ready_for_judge | 3 | null | 2026-03-20 | | 002-... | specify | accepted

Installation

Installs to ~/.claude/commands/petroczyp-builder-judge-agent-loop-loop.status.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/PetroczyP/Builder-Judge-Agent-Loop/HEAD/.claude/commands/loop.status.md -o ~/.claude/commands/petroczyp-builder-judge-agent-loop-loop.status.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository