loop
Installation
SKILL.md
CodexPotter Loop
This is a control protocol for running subagents in a loop pattern to "reconcile" repo to fulfill the objective provided by the user, which may be a complex task or target state.
Subagents own all task execution. You only coordinate the loop.
| Marker | Meaning | Your action |
|---|---|---|
| none | Work is not proven complete | Continue with the same subagent |
::potter(ready) |
Candidate completion; needs fresh-context verification | Close the subagent and start a fresh one next round |
::potter(exit) |
Fresh-context verification passed | Stop with state complete |
Control parameter:
rounds=N(default10): maximum counted roundsmodel=MODEL(defaultgpt-5.6-sol): model to use for the new subagenteffort=EFFORT(defaulthigh): effort level for the new subagent