Skip to content

LoopSpec Workflow

LoopSpec is a small workflow runner for launching repeatable OMP coding loops from either YAML specs or readable markdown loop files.

Canonical site and documentation: loops.artificalgarden.org.

Start here

uv sync
uv run loopspec launch fix-login.loop.md

Dry-run is the default. It renders prompts and generated specs without calling agents or executing commands.

What LoopSpec gives you

  • Markdown loop syntax for quick launch files.
  • YAML LoopSpec files for exact, reusable workflows.
  • Prompt steps that route by Decision: PASS / Decision: FAIL.
  • Command steps for deterministic checks.
  • Resumable run state under runs/.
  • Local generated launch artifacts under .loopspec/.

Documentation