Loop.Close banner
PetroczyP PetroczyP

Loop.Close

Productivity community

Description

--- description: "Close a task after release phase is accepted. Generates task-closure.md and handles release. Usage: /loop.close <task-id>" --- ## User Input ```text $ARGUMENTS ``` ## Instructions Close a task after its release phase has been accepted by the judge. This generates `task-closure.md` and handles the release process. ### Step 1: Validate 1. Parse the task-id from `$ARGUMENTS` 2. Read `agent-loop/<task-id>/status.json` 3. Verify the phase is `release` and the verdict is `accep

Installation

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

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

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

Full documentation available on GitHub

View Source Repository