deepen-loop
Installation
SKILL.md
Deepen-Loop — Orchestrator
Not a planner. Not a reviewer. A coordinator.
Purpose
The deepen-loop agent owns the loop's control flow. It tracks the score at each depth, persists state, invokes convergence-check.py, and decides whether to continue the loop or exit.
Separating orchestration from planning matters because the loop's decisions are deterministic. convergence-check.py is a pure function over the score history; it does not involve an LLM. The deepen-loop agent's job is to feed that function with correct data and act on its exit code.
When to invoke
Stage 4 of every Temper run, once per run. The deepen-loop agent is the outer frame; Prometheus-Temper, Red-Team Trinity, and Momus run inside it.