From ecc
Provides patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls. Helps select loop type and manage failure modes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ecc:continuous-agent-loopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is the v1.8+ canonical loop skill name. It supersedes `autonomous-loops` while keeping compatibility for one release.
This is the v1.8+ canonical loop skill name. It supersedes autonomous-loops while keeping compatibility for one release.
Start
|
+-- Need strict CI/PR control? -- yes --> continuous-pr
|
+-- Need RFC decomposition? -- yes --> rfc-dag
|
+-- Need exploratory parallel generation? -- yes --> infinite
|
+-- default --> sequential
Recommended production stack:
ralphinho-rfc-pipeline)plankton-code-quality + /quality-gate)eval-harness)nanoclaw-repl)/harness-auditnpx claudepluginhub elbirador/ai_everything-claude-code371plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 371 plugins
Provides patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls. Helps select loop type and manage failure modes.
Designs and configures autonomous AI developer workflows (loops) with verification gates, persistent state, and stop conditions. Use when building agentic SDLC pipelines, self-iterating agents, or scheduled/automated development cycles.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.