Loop Start banner
hellozim22 hellozim22

Loop Start

Development community

Description

# Loop Start Command Start a managed autonomous loop pattern with safety defaults. ## Usage `/loop-start [pattern] [--mode safe|fast]` - `pattern`: `sequential`, `continuous-pr`, `rfc-dag`, `infinite` - `--mode`: - `safe` (default): strict quality gates and checkpoints - `fast`: reduced gates for speed ## Flow 1. Confirm repository state and branch strategy. 2. Select loop pattern and model tier strategy. 3. Enable required hooks/profile for the chosen mode. 4. Create loop plan and wri

Installation

Installs to ~/.claude/commands/hellozim22-qrclaw_release-loop-start.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/hellozim22/QRclaw_release/HEAD/.claude/commands/loop-start.md -o ~/.claude/commands/hellozim22-qrclaw_release-loop-start.md

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

Full documentation available on GitHub

View Source Repository