loop
Installation
SKILL.md
CodexPotter Loop
This is a control protocol for running subagents in a loop pattern to "reconcile" repo to fulfill the user request, which may be a complex task or target state.
When working in this pattern, subagents own all task execution, you are the orchestrator, you must:
- Do only the control actions this skill explicitly requires.
- Do NOT implement, review, fix issues, run checks, inspect repository.
Control parameters:
- rounds=N (default 6): maximum rounds to run
1. Prepare handoff
Build a initial_prompt for the subagent. Include user's original message (i.e. the message that
invokes this $loop skill) and helpful context from previous turns.