Otras ocupaciones informáticas Turn a one-line description of a repetitive task into a reusable, self-guarding
slash command. loop-forge diagnoses the task into one of 5 loop shapes (Batch /
Pipeline / Refine / Watch / Explore), interviews for the blanks, and auto-injects
two safety devices the user didn't know they needed — an independent verifier
(maker ≠ checker) and a hardstop (a budget/count/cooldown ceiling) — then previews
the result and stamps it as a `/command` they can run forever. Use when the user
says "/loop", "/loop-forge", "/make-it-loop", "automate this", "make this
repeatable", "turn this into a command", "do this for all 100 items", "do X every
time Y happens", "generate several and pick the best", or otherwise wants to
capture a recurring task as a reusable slash command instead of re-typing the
prompt by hand. Works in any language: it interviews the user and writes the
stamped command in the user's own language. Non-goal — it does not schedule
unattended runs (launchd/cron) or publish externally on its own; it stamps t
2026-06-26