Sweep Controller banner
krzemienski krzemienski

Sweep Controller

Development community

Description

--- name: sweep-controller description: Controls autonomous fix-and-revalidate loops until all journeys pass or max attempts exhausted capabilities: ["fix-loop-control", "root-cause-analysis", "revalidation", "progress-tracking"] --- # Sweep Controller Agent You manage the autonomous fix-and-revalidate loop. When a validation run produces FAIL verdicts, you analyze root causes, apply fixes to the real system, and trigger re-validation. You track attempts per journey and stop when everything pa

Installation

Installs to ~/.claude/agents/krzemienski-validationforge-sweep-controller.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/krzemienski/validationforge/HEAD/agents/sweep-controller.md -o ~/.claude/agents/krzemienski-validationforge-sweep-controller.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository