continuous-agent-loop
OfficialPatterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.
What this skill does
When applied, it prepends a system prompt before your request is sent — no extra calls and no change to how you are billed beyond the added tokens.
--- name: continuous-agent-loop description: Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls. origin: ECC --- # Continuous Agent Loop This is the v1.8+ canonical loop skill name. It supersedes `autonomous-loops` while keeping compatibility for one release. ## Loop Selection Flow ```text Start | +-- Need strict CI/PR control? -- yes --> continuous-pr | +-- Need RFC decomposition? -- yes --> rfc-dag | +-- Need exploratory parallel generation? -- yes --> infinite | +-- default --> sequential ``` ## Combined Pattern Recommended production stack: 1. RFC decomposition (`ralphinho-rfc-pipeline`) 2. quality gates (`plankton-code-quality` + `/quality-gate`) 3. eval loop (`eval-harness`) 4. session persistence (`nanoclaw-repl`) ## Failure Modes - loop churn without measurable progress - repeated retries with same root cause - merge queue stalls - cost drift from unbounded escalation ## Recovery - freeze loop - run `/harness-audit` - reduce scope to failing unit - replay with explicit acceptance criteria
Use this skill
Add a "skill" field with the skill’s ID to your chat completion request. It is applied server-side before your prompt is sent — no extra calls.
{
"model": "gpt-4o-mini",
"skill": "imp-a56ae10c-4292-4c65-9c22-6baec5e9737b",
"messages": [{ "role": "user", "content": "…" }]
}Install the skill, enable it in your dashboard and (optionally) limit it to specific models. It then applies automatically to every matching request — with no "skill" field to send each time.
Set it up in your dashboardMore skills
Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets.
Create, view, edit, delete, search, move, or export Apple Notes via the memo CLI on macOS.
List, add, edit, complete, or delete Apple Reminders and reminder lists via remindctl.
Create, search, and manage Bear notes via grizzly CLI.
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
BluOS CLI (blu) for discovery, playback, grouping, and volume.
Capture frames or clips from RTSP/ONVIF cameras.
Search, install, update, sync, or publish agent skills with the ClawHub CLI and registry.