What problem does it solve? Open-ended or complex tasks often stall because agents lose track of state, repeat failed actions, or stop prematurely. This Skill provides a structured continuous execution loop that keeps an AI agent working until the task goal is fully resolved. ## Core Features & Use Cases - Continuous Execution Loop: Iterates through assess, plan, execute, review, and update steps until the task is complete. - Hallucination Watchpoints: Detects tool-call loops, file edit oscillation, scope creep, and analysis paralysis, with defined recovery actions. - Token Budget Management: Tracks token usage with checkpoints and offers session summarization beyond 150K tokens. - Use Case: Ask the agent to implement a new feature across an unfamiliar codebase; it initializes a todo list, explores the code with GitNexus queries, makes incremental verified changes, and only stops after tests confirm completion. ## Quick Start Invoke /agent-loop with a task goal such as "refactor the authentication module and verify all tests pass" and let the loop run to completion.