Install
openclaw skills install @openlark/loop-engineeringLoop Engineering AI Programming Paradigm Guide. Explains the core concepts of transitioning from single Prompt calls to autonomous loop systems, key components (Automations/Worktrees/Skills/Plugins/Sub-agents), /loop and /goal primitives, and differences from Prompt Engineering and Harness Engineering.
openclaw skills install @openlark/loop-engineeringLoop Engineering is a new paradigm for AI programming. By designing autonomous loop systems, agents can continuously execute tasks in an environment with goals, feedback, and self-verification — no longer dependent on manual prompts.
Use when users need to understand "Loop Engineering", "AI Loop Systems", "Autonomous Agent Design", "/loop", "/goal", "AI Programming Paradigms", "System Architecture".
Shift from single Prompt calls to persistent loop systems:
| Paradigm | Workflow | Developer Role |
|---|---|---|
| Prompt Engineering | Manually input prompts, model executes once, human judges result | Prompt Engineer |
| Harness Engineering | Build a constrained environment for a single agent with pre-checks/fixes/hooks, still requires human triggers | Harness Engineer |
| Loop Engineering | Orchestrate multi-agent timing, decisions, and autonomous loops — long-running multi-round automatic progression | System Architect / Loop Engineer |
| Primitive | Behavior | Use Case |
|---|---|---|
/loop | Execute tasks repeatedly on a cycle | Scheduled checks, periodic maintenance |
/goal | Run continuously until verifiable conditions are met | Goal-oriented autonomous tasks, each round checked by an independent model |
When designing a Loop Engineering system, focus on: