Install
openclaw skills install @clarkchenkai/loop-stability-check-clarkchenkaiLoop Stability Check — Workflow Stability Skill for Detecting Loops, Drift, and Retry Waste. Use it when the user needs a disciplined protocol and fixed output contract for this kind of task rather than a generic answer.
openclaw skills install @clarkchenkai/loop-stability-check-clarkchenkaiUse this skill when the task matches the protocol below.
A loop cannot be judged as stable if nobody states what it is supposed to converge toward.
Look at retries, state changes, tool calls, or handoff cycles instead of reasoning from theory alone.
Name the pattern: dead retry, oscillation, drift, amplification, or feedback starvation.
Ask which signal is missing, delayed, noisy, or being ignored.
Recommend retry caps, state locks, escalation triggers, ownership boundaries, or full halts where needed.
Always end with this six-part structure:
## Loop Objective
[...]
## Observed Behavior
[...]
## Stability Risks
[...]
## Likely Failure Mode
[...]
## Guardrails
[...]
## Recommended Intervention
[...]