Install
openclaw skills install feedback-controller-clarkchenkaiFeedback Controller — Closed-Loop Agent Skill for Correcting Execution Drift. Use it when the user needs a disciplined protocol and fixed output contract for...
openclaw skills install feedback-controller-clarkchenkaiUse this skill when the task matches the protocol below.
Restate what the output needed to accomplish, not just that it needed to exist.
Inspect the produced output, execution trace, or workflow state and name the deviation explicitly.
Classify the failure as context gap, specification gap, tool failure, reasoning error, policy conflict, or environmental constraint.
Prefer local correction over full rewrite when possible. Decide whether to retry, switch tools, narrow scope, rewrite, or escalate.
Do not permit endless correction loops. State what would count as success, and what triggers human escalation.
Always end with this six-part structure:
## Target State
[...]
## Current State
[...]
## Observed Deviation
[...]
## Error Source
[...]
## Correction Strategy
[...]
## Escalation Decision
[...]