New Loop banner
fltman fltman

New Loop

Design community

Description

--- description: Design and scaffold a guardrailed agentic loop for a goal argument-hint: [what the loop should accomplish] --- Use the **loop-architect** agent to design and scaffold an agentic loop. Goal: $ARGUMENTS Rules: - If the goal is empty, ask the user what "done" looks like. - If the goal is not a binary, machine-checkable condition, your FIRST step is to convert it into one (or tell the user it isn't loop-ready) — do not scaffold a loop against a vague objective. - Pick the pat

Installation

Installs to ~/.claude/commands/fltman-loop-engineer-new-loop.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fltman/loop-engineer/HEAD/.claude/commands/new-loop.md -o ~/.claude/commands/fltman-loop-engineer-new-loop.md

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

Full documentation available on GitHub

View Source Repository