loop
Installation
SKILL.md
Helix Loop
A gauntlet loop the human can see and steer. You orchestrate; the board shows every piece live; the bar and the budget belong to the human. The loop event log is the record. "You are the brake" is architecture here — never bypass a gate.
Setup
# start server + board; auto-restarts stale servers on the same port
${CLAUDE_PLUGIN_ROOT}/bin/helix loop up --loop <slug> --agent <name> --model <model-id> [--dir <projectDir>] [--no-open]
# --agent: your product name, lowercase (claude, codex, …)
# --model: your exact model id (e.g. claude-fable-5) — Fleet shows and filters by these
# the bar: plan JSON {changed, reason, sections} on stdin -> a revision awaiting Ratify
${CLAUDE_PLUGIN_ROOT}/bin/helix loop plan --loop <slug>