Start iterative loop that auto-restarts until completion promise is detected
Runs iterative task loops that auto-restart until genuine completion is detected.
/plugin marketplace add Arakiss/lisa/plugin install lisa@lisa-marketplacePROMPT.md --max-iterations 50Execute the setup script to initialize the Lisa loop:
"${CLAUDE_PLUGIN_ROOT}/scripts/setup-loop.sh" $ARGUMENTS
Work on the task iteratively. When you try to exit, the Lisa loop will feed the SAME PROMPT back to you for the next iteration. You'll see your previous work in files and git history, allowing you to iterate and improve.
CRITICAL RULE: If a completion promise is set, you may ONLY output it when the statement is completely and unequivocally TRUE. Do not output false promises to escape the loop, even if you think you're stuck or should exit for other reasons. The loop is designed to continue until genuine completion.