Automation

Ralph Loop Control Plane

`ralph-loop-control-plane` is a governance checker for long-running autonomous agent loops. It reviews a JSON loop plan before launch and blocks plans that are missing finite itera

Buy Now — $4.99

One-time purchase · Instant download · Yours forever

ralph-loop-control-plane v1.0

What it does

ralph-loop-control-plane is a governance checker for long-running autonomous agent loops. It reviews a JSON loop plan before launch and blocks plans that are missing finite iteration/time caps, useful stop conditions, human approval gates, logging, heartbeat cadence, rollback planning, or budget controls.

It does not start agents, spawn subprocesses, create cron jobs, call networks, approve actions, or mutate anything except an explicit policy/output file when the user chooses that mode.

Best fit

Requirements

Example usage

Create a bounded plan:


{
  "goal": "triage release blockers",
  "max_iterations": 5,
  "max_minutes": 20,
  "budget_usd": 1,
  "heartbeat_minutes": 5,
  "stop_conditions": ["complete", "error", "budget timeout", "human approval required"],
  "approval_gates": ["external sends", "delete/write/deploy", "spend"],
  "log_path": "logs/loop.jsonl",
  "rollback_plan": "stop loop and restore previous artifact"
}

Run the validator:


python3 skills/ralph-loop-control-plane/scripts/ralph_loop_control_plane.py /tmp/loop-plan.json --json

Expected good-plan result:


{
  "tool": "ralph-loop-control-plane",
  "verdict": "approved_to_run",
  "governance_score": 100,
  "issues": []
}

Unsafe or incomplete plans return revise_before_run or blocked_unbounded_loop with severity-ranked fixes.

Security and QA evidence

Release status

Hollywood release prep complete on 2026-05-10. Ready for Rooster packaging/listing when Stripe credentials and production publish gates are available.

Price

$4.99

Ready to get started?

One-time purchase. No subscription. Download instantly and use forever.

Buy Now — $4.99
Category: Automation Price: $4.99 USD Released: 2026-05-13 Skill ID: ralph-loop-control-plane